pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/memcached



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Sep  3 09:47:10 UTC 2025

Modified Files:
        pkgsrc/devel/memcached: Makefile distinfo

Log Message:
memcached: updated to 1.6.39

1.6.39

Important bugfix release for TLS and proxy users. Otherwise, mostly fixes test failures on slow systems and some portability bugs. Many thanks to Tianon Gravi for help ensuring the build works on a 
wider array of systems than we have for in-house CI.

As a side note, our in-house CI supports riscv64 and all known tests pass.

Fixes

tests: improve extstore-tiered2 reliability
proxy: very limited flagcopyall function
proxy: flagcopy removes flag if source is nil
restart: Fix typecast on setting stop_time during restart
tests: make slabs-mover test more resilient
proxy: fix memory corruption from bad set uploads
core: fix pipelined set failures on pending reads
proxy: fix subrctx issues during error handling
tls: minor fix when tls disabled
tls: fix potential hang when pipelining sets
proxy: missing error handling in some situations
proxy: fix double logging with sub requests's
tests: attempt to make extstore tests less flaky
crawler: fix issue with strict alignment (ARM)
proxy: fix time_*_millis overflow on 32bit sys
crawler: speedup and extstore info
mcmc: upstream updates


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 pkgsrc/devel/memcached/Makefile
cvs rdiff -u -r1.61 -r1.62 pkgsrc/devel/memcached/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/memcached/Makefile
diff -u pkgsrc/devel/memcached/Makefile:1.94 pkgsrc/devel/memcached/Makefile:1.95
--- pkgsrc/devel/memcached/Makefile:1.94        Thu May 29 07:50:05 2025
+++ pkgsrc/devel/memcached/Makefile     Wed Sep  3 09:47:10 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.94 2025/05/29 07:50:05 adam Exp $
+# $NetBSD: Makefile,v 1.95 2025/09/03 09:47:10 adam Exp $
 
-DISTNAME=      memcached-1.6.38
+DISTNAME=      memcached-1.6.39
 CATEGORIES=    devel
 MASTER_SITES=  https://memcached.org/files/
 

Index: pkgsrc/devel/memcached/distinfo
diff -u pkgsrc/devel/memcached/distinfo:1.61 pkgsrc/devel/memcached/distinfo:1.62
--- pkgsrc/devel/memcached/distinfo:1.61        Thu May 29 07:50:05 2025
+++ pkgsrc/devel/memcached/distinfo     Wed Sep  3 09:47:10 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.61 2025/05/29 07:50:05 adam Exp $
+$NetBSD: distinfo,v 1.62 2025/09/03 09:47:10 adam Exp $
 
-BLAKE2s (memcached-1.6.38.tar.gz) = 323c186aaac5a46880aa271ce8f9b7ad5e1e163c4b70607b984fecb9b6f8ac0b
-SHA512 (memcached-1.6.38.tar.gz) = d828f1bce7c992a0c0889115c2ae71494a42f6fa37817d8b1fcf70fc2fbca9daeefe0249803faf17cd039a67139d5deaac688c78f0859534c027c9c9c96bf615
-Size (memcached-1.6.38.tar.gz) = 1282099 bytes
+BLAKE2s (memcached-1.6.39.tar.gz) = 2226dd51522d204050ebf22dfa0d81456efd2cfc0eddc4aac81d486e72bda11a
+SHA512 (memcached-1.6.39.tar.gz) = b04faed42514a5943a41736bd411fd62e3433dd631d13a59102958e39a01e1e0e89def90b39f09e1cdc5bb9c057977c46176e73fa9f162092a90c0b179d0ccb6
+Size (memcached-1.6.39.tar.gz) = 1284104 bytes
 SHA1 (patch-Makefile.in) = d0dce85040734a2532d4dced9daed0032433e80f
 SHA1 (patch-items.c) = 33e9ff564f755fa2ef201978cb509800ea400fa0
 SHA1 (patch-logger.h) = 130c573e07b7d9b6caff1c98e40b36a96cb3c064



Home | Main Index | Thread Index | Old Index