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: Thu May 29 07:50:05 UTC 2025
Modified Files:
pkgsrc/devel/memcached: Makefile distinfo
Log Message:
memcached: updated to 1.6.38
1.6.38
Significant bug fixes in this release. Most notably:
A few kilobytes of memory was leaked every time extstore evicted a disk page.
Extstore may evict memory when very small objects (a few hundred bytes) are being written to disk. This should no longer happen.
Proxy configurations with chained route handlers may hang if all of their children errored via a wait timeout.
A number of other "Fixes" were made to docs or code, but none that affect users. The fixes pertain more to code correctness and only address impossible or useless conditions.
Fixes
Release memory in function restart_get_kv
Release memory in function _evict_page
assoc.c: fix leak in assoc_get_iterator
Free subopts_orig in function main
Free temp_portnumber_filename before exits
proxy: flag error res objects properly
proxy: fix wait_cond with subrctx errors
docs: move build instructions to README.md
proxy: rctx:best_result fix for missed responses
extstore: multiple tunings for small values
slabs: wait before adjusting memory watermark
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/devel/memcached/Makefile
cvs rdiff -u -r1.60 -r1.61 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.93 pkgsrc/devel/memcached/Makefile:1.94
--- pkgsrc/devel/memcached/Makefile:1.93 Wed Oct 16 09:01:59 2024
+++ pkgsrc/devel/memcached/Makefile Thu May 29 07:50:05 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.93 2024/10/16 09:01:59 adam Exp $
+# $NetBSD: Makefile,v 1.94 2025/05/29 07:50:05 adam Exp $
-DISTNAME= memcached-1.6.31
+DISTNAME= memcached-1.6.38
CATEGORIES= devel
MASTER_SITES= https://memcached.org/files/
Index: pkgsrc/devel/memcached/distinfo
diff -u pkgsrc/devel/memcached/distinfo:1.60 pkgsrc/devel/memcached/distinfo:1.61
--- pkgsrc/devel/memcached/distinfo:1.60 Wed Oct 16 09:01:59 2024
+++ pkgsrc/devel/memcached/distinfo Thu May 29 07:50:05 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.60 2024/10/16 09:01:59 adam Exp $
+$NetBSD: distinfo,v 1.61 2025/05/29 07:50:05 adam Exp $
-BLAKE2s (memcached-1.6.31.tar.gz) = 3a8fb2c8f7908ed1d17d2915c18e6293347a7058205cc011d5afc2c66c4d13f7
-SHA512 (memcached-1.6.31.tar.gz) = 6531e161d31ac27addf65fb925c3db54c9dca5782220bc4725b6e6829c59a54a4c1ff364ad271c34de29298fbbc7cb13d67e05e1bf165e9c582d975d3404947d
-Size (memcached-1.6.31.tar.gz) = 1216497 bytes
+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
SHA1 (patch-Makefile.in) = d0dce85040734a2532d4dced9daed0032433e80f
SHA1 (patch-items.c) = 33e9ff564f755fa2ef201978cb509800ea400fa0
SHA1 (patch-logger.h) = 130c573e07b7d9b6caff1c98e40b36a96cb3c064
Home |
Main Index |
Thread Index |
Old Index