emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#38975: closed ([PATCH 04/22] gnu: libupnp: Bump to 1.8.3; change fet


From: GNU bug Tracking System
Subject: bug#38975: closed ([PATCH 04/22] gnu: libupnp: Bump to 1.8.3; change fetch-method; add missing dependencies.)
Date: Mon, 06 Jan 2020 18:28:08 +0000

Your message dated Mon, 6 Jan 2020 19:07:13 +0100
with message-id <address@hidden>
and subject line Closing the broken patch
has caused the debbugs.gnu.org bug report #38975,
regarding [PATCH 04/22] gnu: libupnp: Bump to 1.8.3; change fetch-method; add 
missing dependencies.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
38975: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38975
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 04/22] gnu: libupnp: Bump to 1.8.3; change fetch-method; add missing dependencies. Date: Mon, 6 Jan 2020 02:11:34 +0100
---
 gnu/packages/upnp.scm | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/upnp.scm b/gnu/packages/upnp.scm
index 390a3387ab..4ba696e8ba 100644
--- a/gnu/packages/upnp.scm
+++ b/gnu/packages/upnp.scm
@@ -92,15 +92,20 @@ over IRC, instant messaging, network games, and most server 
software.")
 (define-public libupnp
   (package
     (name "libupnp")
-    (version "1.6.25")
+    (version "1.8.3")
     (source
      (origin
-      (method url-fetch)
-      (uri (string-append "mirror://sourceforge/pupnp/pupnp/libUPnP%20"
-                          version "/" name "-" version ".tar.bz2"))
+      (method git-fetch)
+      (uri (git-reference
+           (url "https://github.com/mrjimenez/pupnp.git";)
+           (commit (string-append "release-" version))))
       (sha256
        (base32
-        "0hzsd7rvfa87b4hxg9yj4xhdfxx9sp09r9sqdl3mqhvmcyw018y5"))))
+        "1w0kfq1pg3y2wl6gwkm1w872g0qz29w1z9wj08xxmwnk5mkpvsrl"))))
+    (native-inputs
+     `(("autoconf" ,autoconf)
+       ("automake" ,automake)
+       ("libtool" ,libtool)))
     (build-system gnu-build-system)
     (arguments
      ;; The tests require a network device capable of multicasting which is
-- 
2.24.1




--- End Message ---
--- Begin Message --- Subject: Closing the broken patch Date: Mon, 6 Jan 2020 19:07:13 +0100
I broke the whole patch series, sorry, hope this solves everything.
I got smtp error and thought patches didn't send.


Jan Wielkiewicz


--- End Message ---

reply via email to

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