GNU bug report logs -
#64492
[PATCH] gnu: libupnp: Update to 1.14.17
Previous Next
Reported by: Michael Ford <fanquake <at> gmail.com>
Date: Thu, 6 Jul 2023 09:17:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#64492: [PATCH] gnu: libupnp: Update to 1.14.17
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 64492 <at> debbugs.gnu.org.
--
64492: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64492
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Michael Ford <fanquake <at> gmail.com> writes:
>>From 5a6c851f60b9c8d6f862301b7c742516f1a40fa1 Mon Sep 17 00:00:00 2001
> From: fanquake <fanquake <at> gmail.com>
> Date: Thu, 6 Jul 2023 10:13:41 +0100
> Subject: [PATCH] gnu: libupnp: Update to 1.14.17
Pushed to master, thank you!
[Message part 3 (message/rfc822, inline)]
From 5a6c851f60b9c8d6f862301b7c742516f1a40fa1 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> gmail.com>
Date: Thu, 6 Jul 2023 10:13:41 +0100
Subject: [PATCH] gnu: libupnp: Update to 1.14.17
* gnu/packages/upnp.scm (libupnp): Update to 1.14.17.
---
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 df94dc8f8b..bc93f51563 100644
--- a/gnu/packages/upnp.scm
+++ b/gnu/packages/upnp.scm
@@ -96,14 +96,14 @@ (define-public miniupnpc
(define-public libupnp
(package
(name "libupnp")
- (version "1.14.15")
+ (version "1.14.17")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/pupnp/pupnp/releases/download"
"/release-" version "/libupnp-" version".tar.bz2"))
(sha256
- (base32 "1133wv3jrjpa355hnjxwp26igxq5l3xf3qi9m4jnyic3xb394kkr"))))
+ (base32 "1yvgrfdhvsz6br3i7k37pigcw25rnzkxdx4sjizqqhm0xd1751wv"))))
(native-inputs
(list pkg-config))
(build-system gnu-build-system)
--
2.41.0
This bug report was last modified 1 year and 308 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.