GNU bug report logs - #45396
[PATCH] gnu: memcached: Update to 1.6.9.

Previous Next

Package: guix-patches;

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

Date: Wed, 23 Dec 2020 15:32:01 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: Efraim Flashner <efraim <at> flashner.co.il>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#45396: closed ([PATCH] gnu: memcached: Update to 1.6.9.)
Date: Sat, 26 Dec 2020 20:05:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 26 Dec 2020 22:03:15 +0200
with message-id <X+eXA+FhO1mc4PPg <at> 3900XT>
and subject line Re: [bug#45396] [PATCH] gnu: memcached: Update to 1.6.9.
has caused the debbugs.gnu.org bug report #45396,
regarding [PATCH] gnu: memcached: Update to 1.6.9.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
45396: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45396
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (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: memcached: Update to 1.6.9.
Date: Wed, 23 Dec 2020 16:30:51 +0100
* gnu/packages/databases.scm (memcached): Update to 1.6.9.
---
 gnu/packages/databases.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 3bd2add8ca..d60fdfff17 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -516,14 +516,14 @@ mapping from string keys to string values.")
 (define-public memcached
   (package
     (name "memcached")
-    (version "1.5.20")
+    (version "1.6.9")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
              "https://memcached.org/files/memcached-" version ".tar.gz"))
        (sha256
-        (base32 "1r511qr95q0ywdaql3pdjiwzkfqxhhfzb13ilvl7mznfm4iv1myg"))))
+        (base32 "1lcjy1b9krnb2gk72qd1fvivlfiyfvknfi3wngyvyk9ifzijr9nm"))))
     (build-system gnu-build-system)
     (inputs
      `(("libevent" ,libevent)
-- 
2.29.2



[Message part 3 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: Leo Famulari <leo <at> famulari.name>
Cc: Vincent Legoll <vincent.legoll <at> gmail.com>, 45396-done <at> debbugs.gnu.org
Subject: Re: [bug#45396] [PATCH] gnu: memcached: Update to 1.6.9.
Date: Sat, 26 Dec 2020 22:03:15 +0200
[Message part 4 (text/plain, inline)]
On Thu, Dec 24, 2020 at 03:43:41PM -0500, Leo Famulari wrote:
> On Wed, Dec 23, 2020 at 04:30:51PM +0100, Vincent Legoll wrote:
> > * gnu/packages/databases.scm (memcached): Update to 1.6.9.
> 
> Thanks!
> 
> I tried building it and it appeared to hang during the test suite. Is
> that expected? Does it build for you?
> 

This builds just fine for me on my new system. 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)]

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

Previous Next


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