Update to 1.4.19:
Fixes Fix endianness detection during configure. Fixes a performance regression with binary protocol (up to 20%) Fix rare segfault in incr/decr. disable tail_repair_time by default. Likely not needed anymore, and can rarely cause bugs. use the right hashpower for the item_locks table. Small perf improvement. Fix crash for LRU crawler while using lock elision (haswell+ processors)
This commit is contained in:
parent
88daa830bf
commit
3b82fb66da
2 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.39 2014/04/30 05:39:19 rodent Exp $
|
||||
# $NetBSD: Makefile,v 1.40 2014/05/04 17:04:48 wiz Exp $
|
||||
|
||||
DISTNAME= memcached-1.4.18
|
||||
PKGREVISION= 1
|
||||
DISTNAME= memcached-1.4.19
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.memcached.org/files/
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.17 2014/04/25 09:27:37 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.18 2014/05/04 17:04:48 wiz Exp $
|
||||
|
||||
SHA1 (memcached-1.4.18.tar.gz) = e550ac63f1accb2c4b8384fd200a79a7e574b364
|
||||
RMD160 (memcached-1.4.18.tar.gz) = 51eb6e0e316d4d861146bf7ac8c206da03da38c0
|
||||
Size (memcached-1.4.18.tar.gz) = 336482 bytes
|
||||
SHA1 (memcached-1.4.19.tar.gz) = a152a4d08cd37c9e752b0c267db2a0c89757ab3c
|
||||
RMD160 (memcached-1.4.19.tar.gz) = 3903b500b65746d61e27041796a9e04eab6269ad
|
||||
Size (memcached-1.4.19.tar.gz) = 337385 bytes
|
||||
SHA1 (patch-Makefile.am) = c8e6c2f4c7ce8264c2b4dcad6445248264a8fa9e
|
||||
SHA1 (patch-Makefile.in) = e71671670abd24440fc9ce783b0c6be8adf6c27c
|
||||
SHA1 (patch-aa) = 43803d05d1da91440f6619b321c3e1ff4fcb8e2f
|
||||
|
|
Loading…
Reference in a new issue