GNU bug report logs - #65452
[PATCH] gnu: libupnp: Update to 1.14.18.

Previous Next

Package: guix-patches;

Reported by: Michael Ford <fanquake <at> gmail.com>

Date: Tue, 22 Aug 2023 11:00:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Michael Ford <fanquake <at> gmail.com>
Subject: bug#65452: closed (Re: [bug#65452] [PATCH] gnu: libupnp: Update
 to 1.14.18.)
Date: Fri, 08 Sep 2023 12:10:05 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#65452: [PATCH] gnu: libupnp: Update to 1.14.18.

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 65452 <at> debbugs.gnu.org.

-- 
65452: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65452
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: Michael Ford <fanquake <at> gmail.com>
Cc: 65452-done <at> debbugs.gnu.org
Subject: Re: [bug#65452] [PATCH] gnu: libupnp: Update to 1.14.18.
Date: Fri, 8 Sep 2023 15:09:29 +0300
[Message part 3 (text/plain, inline)]
Thanks. Patch pushed

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Michael Ford <fanquake <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: libupnp: Update to 1.14.18.
Date: Tue, 22 Aug 2023 11:59:29 +0100
[Message part 6 (text/plain, inline)]
From c332a51f84014fa7f97089b057d0eba4c152e467 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> gmail.com>
Date: Tue, 22 Aug 2023 11:56:18 +0100
Subject: [PATCH] gnu: libupnp: Update to 1.14.18.

* gnu/packages/upnp.scm (libupnp): Update to 1.14.18.
---
 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 bc93f51563..1602136e29 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.17")
+    (version "1.14.18")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "https://github.com/pupnp/pupnp/releases/download
"
                           "/release-" version "/libupnp-"
version".tar.bz2"))
       (sha256
-       (base32 "1yvgrfdhvsz6br3i7k37pigcw25rnzkxdx4sjizqqhm0xd1751wv"))))
+       (base32 "1sywi1l0sc9s55hryfwqb5y5fhyyqx6ida5i7bk8m1p27klwx9qn"))))
     (native-inputs
      (list pkg-config))
     (build-system gnu-build-system)
-- 
2.42.0
[Message part 7 (text/html, inline)]

This bug report was last modified 1 year and 317 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.