[PATCH] gnu: apr: Update to 1.7.0.

  • Done
  • quality assurance status badge
Details
3 participants
  • Leo Famulari
  • Mathieu Othacehe
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20201228144400.29863-1-vincent.legoll@gmail.com
* gnu/packages/apr.scm (apr): Update to 1.7.0.
---
gnu/packages/apr.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
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
Mathieu Othacehe wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45503-done@debbugs.gnu.org)
87h7nupfa7.fsf@gnu.org
Toggle quote (2 lines)
> * gnu/packages/apr.scm (apr): Update to 1.7.0.

Pushed to staging,

Thanks,

Mathieu
Closed
Leo Famulari wrote 4 years ago
Re: bug#45503: [PATCH] gnu: apr: Update to 1.7.0.
X/X6xACKOaLe5z1c@jasmine.lan
On Wed, Jan 06, 2021 at 10:48:16AM +0100, Mathieu Othacehe wrote:
Toggle quote (5 lines)
>
> > * gnu/packages/apr.scm (apr): Update to 1.7.0.
>
> Pushed to staging,

The staging branch is frozen for building, so I reverted this commit,
created a new branch 'staging-next', and pushed it there:

-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAl/1+sQACgkQJkb6MLrK
fwgkXxAAqQ5KQad0VbQs+UhS4n0yoXwNLWrJjHHxBz5hMKN1WjBO0H24VGLdWrYM
Y/Z+1CParvKQ+qbFlKs5KXw8zSdcvbK2ZrZx7aLeC6c9dcVHoaQrf7wWSx8ni4wD
MkP0t9Y49ils1PAZSKCQfCCPLBDhjFP6sZZZrZGLbRV+P5w7KBtXLi+Y/V4r2Cda
NZmQaS8sFHQW3d/78m3h4Jaw3gDX0xSKNJ6WbfMy9cNMliI1V9b78wAM7xZnk06o
yophhRwKL7Z/aEiMiq5X3c45uWJRedomZwX8+BcgzZvJbvwzdw0XUUe3A+jkfaIZ
/DLVdDnMNpjdkiWemI5CxOpkTkStEFHVVS9dbvMCdDugq9Hj9BjvhiFWHHXFLbi+
nnwMNxamXbzk5Ic0omjJrtXXBMJ8c6XhPMJbce9XdlEtiY7t6KUyI8eGw1QS/OlW
7Jy1SbSnAHR90LBn3a7ywnJ9DgTw44HoyT8mm6UIMDlRngDE+Qp6/+PqUDd/lDv0
2hGnt5/l71DvvupA34Z7UC2Q5jt/POjhhx/yyrWMvLd2MR54cQnovQLjo+ri2kAn
JvHEI+HHq+GdZQ6z9ZKhnxYyoqoP46TcVOsDVR8c+BuroyZ6TQ3cW4rZYv5FUt4T
AMAnyTHbwm7myw7SsXbA27Pha3JMY7r8aVVaILmqNfIVx0obO1E=
=BDol
-----END PGP SIGNATURE-----


?
Your comment

This issue is archived.

To comment on this conversation send an email to 45503@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45503
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help