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:           Mon Jun  1 19:14:49 UTC 2020

Modified Files:
        pkgsrc/devel/memcached: Makefile distinfo

Log Message:
memcached: updated to 1.6.6

1.6.6:

Fixes

Update testing certificates to be compatible with latest security levels
Fix crash on shutdown when handling signals with TLS enabled
start of valgrind test mode
more flaky test fixes; crawler/restart
Disable aarch64 hw crc32 function for now
Pull in BigEndian-compatible crc32c
minimum libevent version is 2.x
Add Meta no-op command request to protocol.txt

1.6.5:

Fixes

Revert "build: sasl build fix on FreeBSD"

1.6.4:

Fixes

restart: fix failure on deleted chunked items
ascii auth: fix CPU spike when waiting for data
extstore: fix some valgrind errors.
Fix undefined behavior with -D_FORTIFY_SOURCE=2
Fix build warnings in Windows.
Add build option to disable unix socket functionality.
fix extstore reads for OSX/cygwin
Fix misprint in protocol.txt
Fix t/64bit.t test failure in Windows.
build: sasl build fix on FreeBSD
testapp: Fix failure with -flto=auto

1.6.3:

Fixes

crash fix: errstr wasn't initialized in metaget
fix startup segfault for low conns + idle thread
restart: fix corrupted restart in some scenarios
restart: always wipe memory from global pool
restart: fix rare segfault on shutdown
tls: fix crash with refresh_certs command when TLS is disabled

New Features
-o ssl_session_cache can be used (when TLS is compiled in) to enable server side session reuse.
./configure --enable-static for static builds

1.6.2:

Fixes a remote DoS (segfault) in parsing of the binary protocol header that was introduced in 1.6.0.

1.6.1:

Fixes

tls: handle accept errors properly
ssl_errors stat
Add touch,gat expiration test
Add negative expiration time case to expiration test
Fix to handle negative exptime as common function
Fix a bunch of flaky tests
Fix compile error with DTrace probes
Allow missing syscall on ARM for seccomp
fix multiple definition of 'crc32c' (GCC 10)
Add stdio.h,stddef.h to storage.c (OS X compile error)

1.6.0:

Fixes

meta: indicate refcount overflow
meta: fix refleak in mget
fix: all new connections were counted as rejected
timedrun: proper signal handler initialization.
restart: fix potential double free
stats_prefix: fix test failure due to non-determinism
fix bug where sasl will load config the wrong path
meta: make return codes more generic
config.h for util.c, fix htonll comp. failure
hash: fix build failure against gcc-10
fix memory leaks in unit tests
fix make order in BUILD instructions

New Features

extstore: enable by default.
meta: arithmetic command (ma) for incr/decr
network: transient static read buffer for conns
network: response stacking for all commands


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/devel/memcached/Makefile
cvs rdiff -u -r1.40 -r1.41 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.70 pkgsrc/devel/memcached/Makefile:1.71
--- pkgsrc/devel/memcached/Makefile:1.70        Wed Jan 22 18:53:13 2020
+++ pkgsrc/devel/memcached/Makefile     Mon Jun  1 19:14:48 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.70 2020/01/22 18:53:13 adam Exp $
+# $NetBSD: Makefile,v 1.71 2020/06/01 19:14:48 adam Exp $
 
-DISTNAME=      memcached-1.5.21
+DISTNAME=      memcached-1.6.6
 CATEGORIES=    devel
 MASTER_SITES=  http://www.memcached.org/files/
 

Index: pkgsrc/devel/memcached/distinfo
diff -u pkgsrc/devel/memcached/distinfo:1.40 pkgsrc/devel/memcached/distinfo:1.41
--- pkgsrc/devel/memcached/distinfo:1.40        Wed Jan 22 18:53:13 2020
+++ pkgsrc/devel/memcached/distinfo     Mon Jun  1 19:14:48 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.40 2020/01/22 18:53:13 adam Exp $
+$NetBSD: distinfo,v 1.41 2020/06/01 19:14:48 adam Exp $
 
-SHA1 (memcached-1.5.21.tar.gz) = 536842bc4cf4807dca391039d3acb2cc47e4bdd5
-RMD160 (memcached-1.5.21.tar.gz) = d1346b4f9b1903def3c3e8dab1468efca1b50eda
-SHA512 (memcached-1.5.21.tar.gz) = 4ade3e15e6821b76f086b4933f5599248f8de7e7b2ae106dc8ecbc8a5073a1966e4c3956413fd57387bb88fca2c0e95b9a3ce7bfce19c42bec584a3268f06998
-Size (memcached-1.5.21.tar.gz) = 532631 bytes
+SHA1 (memcached-1.6.6.tar.gz) = d8895b12dc9fc82b389f1713e2c09cc6ca3d03e4
+RMD160 (memcached-1.6.6.tar.gz) = d2c2620b2ea3a80223921bb90112eaa51b9d6c31
+SHA512 (memcached-1.6.6.tar.gz) = dfd19bf42d35fff391bb479338706a83082e3cdd3ff6e225d3d4da9df01b0a1f659a012dc30766651ffd57f0c19128fc4c3df29b721e588c909656d02cfdaa0a
+Size (memcached-1.6.6.tar.gz) = 543661 bytes
 SHA1 (patch-Makefile.in) = d0dce85040734a2532d4dced9daed0032433e80f
 SHA1 (patch-configure) = af14c5bbbd0db296bb100f70761ac60ee71c70f4
 SHA1 (patch-items.c) = 33e9ff564f755fa2ef201978cb509800ea400fa0



Home | Main Index | Thread Index | Old Index