guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: libupnp: Update to 1.14.5 [fixes CVE-2021-28302].


From: guix-commits
Subject: 03/04: gnu: libupnp: Update to 1.14.5 [fixes CVE-2021-28302].
Date: Wed, 7 Apr 2021 15:38:47 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2b605ef3b145ec136530f08ee7aa27382aa64b46
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Apr 7 21:25:58 2021 +0200

    gnu: libupnp: Update to 1.14.5 [fixes CVE-2021-28302].
    
    * gnu/packages/upnp.scm (libupnp): Update to 1.14.5.
---
 gnu/packages/upnp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/upnp.scm b/gnu/packages/upnp.scm
index 307ea14..2743ba4 100644
--- a/gnu/packages/upnp.scm
+++ b/gnu/packages/upnp.scm
@@ -96,14 +96,14 @@ over IRC, instant messaging, network games, and most server 
software.")
 (define-public libupnp
   (package
     (name "libupnp")
-    (version "1.14.4")
+    (version "1.14.5")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "https://github.com/pupnp/pupnp/releases/download";
                           "/release-" version "/libupnp-" version".tar.bz2"))
       (sha256
-       (base32 "0qxydxf11dnq5rd33pa35mc5i5li7xdysc7ph23bisbh63srwr6d"))))
+       (base32 "16hlcpffmqd4rja57m6km1dpx3abgv91vvmb8971vfg6gd0glzr2"))))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (build-system gnu-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]