mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #18931 from grahamc/libupnp
libupnp: 1.6.19 -> 1.6.20 for CVE-2016-6255
This commit is contained in:
commit
cfdf42fbc3
@ -1,11 +1,11 @@
|
||||
{ fetchurl, stdenv }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libupnp-1.6.19";
|
||||
name = "libupnp-1.6.20";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/pupnp/${name}.tar.bz2";
|
||||
sha256 = "0amjv4lypvclmi4vim2qdyw5xa6v4x50zjgf682vahqjc0wjn55k";
|
||||
sha256 = "0qrsdsb1qm85hc4jy04qph895613d148f0x1mmk6z99y3q43fdgf";
|
||||
};
|
||||
|
||||
hardeningDisable = [ "fortify" ];
|
||||
|
Loading…
Reference in New Issue
Block a user