Subject: CVS commit: pkgsrc/devel/memcached
From: Adam Ciarcinski
Date: 2019-09-05 11:34:51
Message id: 20190905093451.C013BFBF4@cvs.NetBSD.org

Log Message:
memcached: updated to 1.5.17

1.5.17:
Fixes
fix strncpy call in stats conns to avoid ASAN violation
extstore: fix indentation
add error handling when calling dup function
add unlock when item_cachedump malloc failed
extstore: emulate pread(v) for macOS
fix off-by-one in logger to allow CAS commands to be logged.
use strdup for explicitly configured slab sizes
move mem_requested from slabs.c to items.c (internal cleanup)

New Features
add server address to the "stats conns" output
log client connection id with fetchers and mutations
Add a handler for seccomp crashes

Files:
RevisionActionfile
1.64modifypkgsrc/devel/memcached/Makefile
1.36modifypkgsrc/devel/memcached/distinfo
1.3modifypkgsrc/devel/memcached/patches/patch-items.c
1.3modifypkgsrc/devel/memcached/patches/patch-memcached.c