Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

sssd: 1.16.3 -> 1.16.4

https://docs.pagure.org/SSSD.sssd/users/relnotes/notes_1_16_4.html

CVE-2019-3811, see notes.

Backport of #58076
(cherry picked from commit 9595eb1b6d1d3476f3b9d1b3bcc21f2c878dafff)

authored by

Will Dietz and committed by
Sarah Brofeldt
b50bf3af 8002a7f1

+2 -10
+2 -10
pkgs/os-specific/linux/sssd/default.nix
··· 12 12 in 13 13 stdenv.mkDerivation rec { 14 14 name = "sssd-${version}"; 15 - version = "1.16.3"; 15 + version = "1.16.4"; 16 16 17 17 src = fetchurl { 18 18 url = "https://fedorahosted.org/released/sssd/${name}.tar.gz"; 19 - sha256 = "1i2fq37w0k71xwqcq1i4l3nglmwybc4694xbrccrih33qsh1fpgf"; 19 + sha256 = "0ngr7cgimyjc6flqkm7psxagp1m4jlzpqkn28pliifbmdg6i5ckb"; 20 20 }; 21 - 22 - patches = [ 23 - (fetchpatch { 24 - name = "duplicate-case-value.diff"; 25 - url = "https://github.com/SSSD/sssd/commit/1ee12b05570fcfb8.diff"; 26 - sha256 = "01y8i8cfs2gydn84097cl5fynx0db8b0vr345gh57ypp84in3ixw"; 27 - }) 28 - ]; 29 21 30 22 # Something is looking for <libxml/foo.h> instead of <libxml2/libxml/foo.h> 31 23 NIX_CFLAGS_COMPILE = "-I${libxml2.dev}/include/libxml2";