Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
base: 19ee57bdaf35
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 971b5bea49d2
Choose a head ref
  • 4 commits
  • 4 files changed
  • 4 contributors

Commits on Oct 17, 2018

  1. rambox: fix invalid sha256

    (cherry picked from commit 4051fc9)
    anpryl authored and Mic92 committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    ff7413b View commit details
    Browse the repository at this point in the history
  2. Fix hostapd's place in systemd dependency tree. (#45464)

    * nat/bind/dhcp.service:
      Remove. Those services have nothing to do with a link-level service.
    
    * sys-subsystem-net-devices-${if}.device:
      Add as BindsTo dependency as this will make hostapd stop when the
      device is unplugged.
    
    * network-link-${if}.service:
      Add hostapd as dependency for this service via requiredBy clause,
      so that the network link is only considered to be established
      only after hostapd has started.
    
    * network.target:
      Remove this from wantedBy clause as this is already implied from
      dependencies stacked above hostapd. And if it's not implied than
      starting hostapd is not required for this particular network
      configuration.
    
    (cherry picked from commit 725fcde)
    clefru committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    20ebe73 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #48632 from clefru/hostapd-fix-on-18.09

    Fix hostapd's place in systemd dependency tree. (#45464)
    Mic92 committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    56915a5 View commit details
    Browse the repository at this point in the history
  4. oraclejdk8: 8u181 -> 8u191 (#48624)

    (cherry picked from commit 4035086)
    Oracle download site provides 8u191 now.
    volth authored and xeji committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    971b5be View commit details
    Browse the repository at this point in the history