Skip to content
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 516e61a69eec
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3220f3c2bcfc
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 14, 2019

  1. Copy the full SHA
    9dbc302 View commit details
  2. Merge pull request #71144 from delroth/sudo-cve-master

    sudo: 1.8.27 -> 1.8.28 (CVE-2019-14287)
    matthewbauer authored Oct 14, 2019
    Copy the full SHA
    3220f3c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/security/sudo/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/security/sudo/default.nix
Original file line number Diff line number Diff line change
@@ -5,14 +5,14 @@
}:

stdenv.mkDerivation rec {
name = "sudo-1.8.27";
name = "sudo-1.8.28";

src = fetchurl {
urls =
[ "ftp://ftp.sudo.ws/pub/sudo/${name}.tar.gz"
"ftp://ftp.sudo.ws/pub/sudo/OLD/${name}.tar.gz"
];
sha256 = "1h1f7v9pv0rzp14cxzv8kaa8mdd717fbqv83l7c5dvvi8jwnisvv";
sha256 = "188k3w67aflbmi4b5z23pxrvzfcfndi22b84w86gzjh8b9sglaci";
};

prePatch = ''