diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-23 11:24:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-23 11:24:31 +0000 |
commit | ad9b9f455366467946affd7ce08c5bd339648363 (patch) | |
tree | 95ff75d1ba53a681d44c198c41bf83d8ef969bf0 /devel | |
parent | 5854ce7ed263aa29dd212ee4d6a0c557f4cd0c6b (diff) | |
download | pkgsrc-ad9b9f455366467946affd7ce08c5bd339648363.tar.gz |
Update to 1.4.21:
Fixes
makefile cleanups
Avoid OOM errors when locked items stuck in tail
If clients occasionally fetch many items, more than can fit the
TCP buffers, then hang for a very long period of time, that slab
class could OOM. In older versions this could cause a crash. Since
1.4.20 this will cause OOM errors.
Now, if a locked item lands in the LRU tail, it will be bumped back
to the head and an lrutail_reflocked counter incremented. If you're
concerned about having stuck clients, watch that counter.
Big thanks to Jay Grizzard et all at Box for helping track this
down!
Diffstat (limited to 'devel')
-rw-r--r-- | devel/memcached/Makefile | 5 | ||||
-rw-r--r-- | devel/memcached/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/memcached/Makefile b/devel/memcached/Makefile index 4c16ed43afd..af0d61c05ce 100644 --- a/devel/memcached/Makefile +++ b/devel/memcached/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2014/07/15 17:30:26 fhajny Exp $ +# $NetBSD: Makefile,v 1.46 2014/10/23 11:24:31 wiz Exp $ -DISTNAME= memcached-1.4.20 -PKGREVISION= 2 +DISTNAME= memcached-1.4.21 CATEGORIES= devel MASTER_SITES= http://www.memcached.org/files/ diff --git a/devel/memcached/distinfo b/devel/memcached/distinfo index 920a2f264fa..167cb3d5d2d 100644 --- a/devel/memcached/distinfo +++ b/devel/memcached/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.19 2014/05/18 08:15:17 wiz Exp $ +$NetBSD: distinfo,v 1.20 2014/10/23 11:24:31 wiz Exp $ -SHA1 (memcached-1.4.20.tar.gz) = 282a1e701eeb3f07159d95318f09da5ea3fcb39d -RMD160 (memcached-1.4.20.tar.gz) = 01869c12578cc3cbaca7b0716665ab1556904dab -Size (memcached-1.4.20.tar.gz) = 337380 bytes +SHA1 (memcached-1.4.21.tar.gz) = ab10c46dd9f5d4401872d9670e575afa5bc7d66f +RMD160 (memcached-1.4.21.tar.gz) = e977ee83dc3160088174d413c7b25693023091cd +Size (memcached-1.4.21.tar.gz) = 345892 bytes SHA1 (patch-Makefile.am) = c8e6c2f4c7ce8264c2b4dcad6445248264a8fa9e SHA1 (patch-Makefile.in) = e71671670abd24440fc9ce783b0c6be8adf6c27c SHA1 (patch-aa) = 43803d05d1da91440f6619b321c3e1ff4fcb8e2f |