GNU bug report logs - #45503
[PATCH] gnu: apr: Update to 1.7.0.

Previous Next

Package: guix-patches;

Reported by: Vincent Legoll <vincent.legoll <at> gmail.com>

Date: Mon, 28 Dec 2020 14:45:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

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: Vincent Legoll <vincent.legoll <at> gmail.com>
Subject: bug#45503: closed (Re: [bug#45503] [PATCH] gnu: apr: Update to
 1.7.0.)
Date: Wed, 06 Jan 2021 09:49:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#45503: [PATCH] gnu: apr: Update to 1.7.0.

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

-- 
45503: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45503
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Vincent Legoll <vincent.legoll <at> gmail.com>
Cc: 45503-done <at> debbugs.gnu.org
Subject: Re: [bug#45503] [PATCH] gnu: apr: Update to 1.7.0.
Date: Wed, 06 Jan 2021 10:48:16 +0100
> * gnu/packages/apr.scm (apr): Update to 1.7.0.

Pushed to staging,

Thanks,

Mathieu

[Message part 3 (message/rfc822, inline)]
From: Vincent Legoll <vincent.legoll <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Vincent Legoll <vincent.legoll <at> gmail.com>
Subject: [PATCH] gnu: apr: Update to 1.7.0.
Date: Mon, 28 Dec 2020 15:44:00 +0100
* gnu/packages/apr.scm (apr): Update to 1.7.0.
---
 gnu/packages/apr.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/apr.scm b/gnu/packages/apr.scm
index 1a4a1c6304..5ef1488218 100644
--- a/gnu/packages/apr.scm
+++ b/gnu/packages/apr.scm
@@ -30,14 +30,14 @@
 (define-public apr
   (package
     (name "apr")
-    (version "1.6.5")
+    (version "1.7.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://apache/apr/apr-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "01d1n1ql66bxsjx0wyzazmkqdqdmr0is6a7lwyy5kzy4z7yajz56"))
+               "1spp6r2a3xcl5yajm9safhzyilsdzgagc2dadif8x6z9nbq4iqg2"))
              (patches
               (search-patches "apr-skip-getservbyname-test.patch"))
              (patch-flags '("-p0"))))
-- 
2.29.2




This bug report was last modified 4 years and 132 days ago.

Previous Next


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