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

Commits on Apr 24, 2018

  1. libjpeg: 1.5.2 -> 1.5.3

    Update is supposed to fix CVE-2017-15232.
    Christian Kauhaus committed Apr 24, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    yorickvP Yorick
    Copy the full SHA
    9c0c12f View commit details
  2. Merge pull request #39406 from ckauhaus/38996-libjpeg-turbo-cve

    libjpeg: 1.5.2 -> 1.5.3
    adisbladis authored Apr 24, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    yorickvP Yorick
    Copy the full SHA
    159b63a View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/libjpeg-turbo/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libjpeg-turbo/default.nix
Original file line number Diff line number Diff line change
@@ -4,11 +4,11 @@

stdenv.mkDerivation rec {
name = "libjpeg-turbo-${version}";
version = "1.5.2";
version = "1.5.3";

src = fetchurl {
url = "mirror://sourceforge/libjpeg-turbo/${name}.tar.gz";
sha256 = "0a5m0psfp5952y5vrcs0nbdz1y9wqzg2ms0xwrx752034wxr964h";
sha256 = "08r5b5mywwrxv4axvq80dm31cklz81grczlzlxr2xqa6pgi90j5j";
}; # github releases still need autotools, surprisingly

patches =