libupnp: update from 1.6.6 to 1.6.19, potentially fixes CVE-2012-5958, CVE-2012-5959, CVE-2012-5960
This commit is contained in:
parent
0745e34ddf
commit
f85b57b2fc
|
@ -1,11 +1,11 @@
|
|||
{ fetchurl, stdenv }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libupnp-1.6.6";
|
||||
name = "libupnp-1.6.19";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/pupnp/${name}.tar.bz2";
|
||||
sha256 = "1cxvn0v8lcc5p70jc3j50a7rm12am6xr0l2fibi8075jqazcmmsq";
|
||||
sha256 = "0amjv4lypvclmi4vim2qdyw5xa6v4x50zjgf682vahqjc0wjn55k";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in New Issue