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: 3ddd23719bbd
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 8634c3b61990
Choose a head ref
  • 11 commits
  • 4 files changed
  • 6 contributors

Commits on Jun 16, 2019

  1. Configuration menu
    Copy the full SHA
    4683727 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2019

  1. linux_4_14: restore __kernel_fpu_{begin,restore}

    Linux commit 12209993e98c5fa1855c467f22a24e3d5b8be205 was backported to
    4.14, so add the reverting patch to restore zfs performance.
    
    (cherry picked from commit 71b4b7b)
    tilpner committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    f817fd0 View commit details
    Browse the repository at this point in the history
  2. linux_4_19: restore __kernel_fpu_{begin,restore}

    Linux commit 12209993e98c5fa1855c467f22a24e3d5b8be205 was backported to
    4.19, so add the reverting patch to restore zfs performance.
    
    (cherry picked from commit 0e6d0c1)
    tilpner committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    e649185 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2019

  1. linux_4_{14,19}: restore __kernel_fpu_{begin,restore} (#63665)

    linux_4_{14,19}: restore __kernel_fpu_{begin,restore}
    Mic92 committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    cc82829 View commit details
    Browse the repository at this point in the history
  2. Merge #63205: dhcpcd: apply security fixes (release-19.03)

    CVE-2019-11577
    CVE-2019-11578
    CVE-2019-11579
    CVE-2019-11766
    I checked the commit hashes agree with those linked from nvd.nist.gov
    vcunat committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    f49d8be View commit details
    Browse the repository at this point in the history
  3. buildGoPackage: keep string context (#63680)

    In Nix, each string has a context that it carries of where it
    originated. Some functions like filterAttrs modify the context of its
    args when doing comparisons. That is important because we use the
    string context of “name” to get where a derivation was defined. This
    causes some builtins like unsafeGetAttrPos to report incorrectly that
    the string was set in lib/attrsets.nix and reporting that as the
    source file. Using removeAttrs avoids this problem.
    
    Fixes #63679
    
    (cherry picked from commit 1f46aaa)
    The web list of packages shows the current stable branch, so we needed
    to backport this to fix that effect soonish.  The change itself seems
    very safe; only one rebuild is detected: `common-updater-scripts`
    matthewbauer authored and vcunat committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    d7752fc View commit details
    Browse the repository at this point in the history
  4. postgresql_9_4: 9.4.22 -> 9.4.23

    marsam authored and danbst committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    48473a1 View commit details
    Browse the repository at this point in the history
  5. postgresql_9_5: 9.5.17 -> 9.5.18

    marsam authored and danbst committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    f6df801 View commit details
    Browse the repository at this point in the history
  6. postgresql_9_6: 9.6.13 -> 9.6.14

    marsam authored and danbst committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    320bc19 View commit details
    Browse the repository at this point in the history
  7. postgresql_10: 10.8 -> 10.9

    marsam authored and danbst committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    249060d View commit details
    Browse the repository at this point in the history
  8. postgresql_11: 11.3 -> 11.4

    marsam authored and danbst committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    8634c3b View commit details
    Browse the repository at this point in the history