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

Commits on Oct 4, 2019

  1. libpng12: 1.2.57 -> 1.2.59

    CVE-2017-12652
    
    (cherry picked from commit 12f31b7)
    mmilata committed Oct 4, 2019
    Copy the full SHA
    b045330 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/libpng/12.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libpng/12.nix
Original file line number Diff line number Diff line change
@@ -3,11 +3,11 @@
assert stdenv.hostPlatform == stdenv.buildPlatform -> zlib != null;

stdenv.mkDerivation rec {
name = "libpng-1.2.57";
name = "libpng-1.2.59";

src = fetchurl {
url = "mirror://sourceforge/libpng/${name}.tar.xz";
sha256 = "1n2lrzjkm5jhfg2bs10q398lkwbbx742fi27zgdgx0x23zhj0ihg";
sha256 = "1izw9ybm27llk8531w6h4jp4rk2rxy2s9vil16nwik5dp0amyqxl";
};

outputs = [ "out" "dev" "man" ];