diff options
author | Leo Famulari <leo@famulari.name> | 2017-01-23 22:32:20 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-01-23 23:27:04 -0500 |
commit | 165259593a21c6586125a5f93c20ee199deefbe3 (patch) | |
tree | ec435bf4ce85fb5e681c187fd05343c090231ea7 /gnu/packages/libupnp.scm | |
parent | 2986995b85e76f12741fcdda8dd0e1a636620dec (diff) | |
download | patches-165259593a21c6586125a5f93c20ee199deefbe3.tar patches-165259593a21c6586125a5f93c20ee199deefbe3.tar.gz |
gnu: libupnp: Update to 1.6.21.
* gnu/packages/libupnp.scm (libupnp): Update to 1.6.21.
[source]: Remove obsolete patches.
* gnu/packages/patches/libupnp-CVE-2016-6255.patch,
gnu/packages/patches/libupnp-CVE-2016-8863.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
Diffstat (limited to 'gnu/packages/libupnp.scm')
-rw-r--r-- | gnu/packages/libupnp.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/libupnp.scm b/gnu/packages/libupnp.scm index ea4d1bd25e..330ae6deb6 100644 --- a/gnu/packages/libupnp.scm +++ b/gnu/packages/libupnp.scm @@ -26,17 +26,15 @@ (define-public libupnp (package (name "libupnp") - (version "1.6.20") + (version "1.6.21") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/pupnp/pupnp/libUPnP%20" version "/" name "-" version ".tar.bz2")) - (patches (search-patches "libupnp-CVE-2016-6255.patch" - "libupnp-CVE-2016-8863.patch")) (sha256 (base32 - "0qrsdsb1qm85hc4jy04qph895613d148f0x1mmk6z99y3q43fdgf")))) + "16x3z6jg1krwyydmbd0z59z5c9x4pniaajmfmnp5pmx18q43qgxg")))) (build-system gnu-build-system) (arguments ;; The tests require a network device capable of multicasting which is |