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:
Nixpkgs Monitor 2014-01-08 19:02:21 +01:00 committed by Rob Vermaas
parent 0745e34ddf
commit f85b57b2fc
1 changed files with 2 additions and 2 deletions

View File

@ -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 = {