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

Commits on May 7, 2018

  1. wget: 1.19.2 -> 1.19.4

    (cherry picked from commit b4c12ee)
    dezgeg authored and fpletz committed May 7, 2018
    Copy the full SHA
    d9176e0 View commit details
  2. wget: 1.19.4 -> 1.19.5 for CVE-2018-0494

    (cherry picked from commit 2b499af)
    fpletz committed May 7, 2018
    Copy the full SHA
    b77c5b6 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/networking/wget/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/networking/wget/default.nix
Original file line number Diff line number Diff line change
@@ -5,11 +5,11 @@
, openssl ? null }:

stdenv.mkDerivation rec {
name = "wget-1.19.2";
name = "wget-1.19.5";

src = fetchurl {
url = "mirror://gnu/wget/${name}.tar.lz";
sha256 = "01yzal7xm85543x02bij3capnigr063d6c5vc039f8n5s9d796nm";
sha256 = "0xfaxmlnih7dhkyks5wi4vrn0n1xshmy6gx6fb2k1120sprydyr9";
};

patches = [