[PATCH] gnu: memcached: Update to 1.6.9.

  • Done
  • quality assurance status badge
Details
3 participants
  • Efraim Flashner
  • Leo Famulari
  • 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)
20201223153051.12274-1-vincent.legoll@gmail.com
* gnu/packages/databases.scm (memcached): Update to 1.6.9.
---
gnu/packages/databases.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
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
Leo Famulari wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45396@debbugs.gnu.org)
X+T9fTsOW9vrtDUU@jasmine.lan
On Wed, Dec 23, 2020 at 04:30:51PM +0100, Vincent Legoll wrote:
Toggle quote (2 lines)
> * 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?
Efraim Flashner wrote 4 years ago
(name . Leo Famulari)(address . leo@famulari.name)
X+eXA+FhO1mc4PPg@3900XT
On Thu, Dec 24, 2020 at 03:43:41PM -0500, Leo Famulari wrote:
Toggle quote (9 lines)
> 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@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
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/nlwIACgkQQarn3Mo9
g1H+hQ/9FPDn8HJdTrRn6Z8gixCUF/9/6pN35ncqzG/L1LdwIrj3MGp7FGanMCth
g2MEsDaQTA7HFlTq28bManKuXPgvfHA5h5QAD27JCEkqLJ3qRu3SU29ZlrkXGROv
9ST87cAWW/BXV1V6y/Ph5PR6ZX2lGqqCMHHhqjKOpmO+Lc1+GLIVLswSvfk6Km69
mnSym1ivWByolsmWVEVMkOP7o2YsKAR0CnW8lE07KcITvBcyz1gXZrrhByn0n22c
2pYaW/+nsBIr0n+i/vmPzHCH18Mq3DVl90KmUAFNW5WUSYEtM+FJF+V4tW7zahwo
KpqhjVOukPyGNqP6u1ryTYQCUjq5NH1sQLi6afQPQQcBdJ56U5l235NnDMlXDjuj
bbIdJptxh5ylaHERbSAXOn6IbgwLkmC6q0hiS2hOGkZtdPtsB7FMMn9xeYBjEUTk
lGqGf96ehzYuaWI3ZSsTef7cWcYr23ZoUAdr8YBR0wUf7ph28XewG8yn7A+nZVeq
94zVzV4e2ebPjZRhUTTaPEohzbRYwCdbCOL0c9JaFqQnsjFwYZLZVMVItMMO64DP
ZlDJ3o9MA1u7rc2YLPmrxdbPe2qPvpvMiGDfCwI8C4aQZK0/EFGShQp6Uoia4wib
SY3cVu/nx5L/Y2zOsK58in+Ap0ObQ2Oszdxp+ToxZQlNjwOB15k=
=Zumo
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 45396
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