Subject: CVS commit: pkgsrc/devel/memcached
From: Adam Ciarcinski
Date: 2021-08-02 07:58:19
Message id: 20210802055820.0F8B7FA97@cvs.NetBSD.org

Log Message:
memcached: updated to 1.6.10

1.6.10:

Fixes

Fix minor severity heap buffer overflow reading --auth-file
stats_prefix.c: Check for NDEBUG before using total_written variable
Add settings stat for shutdown_command enabled
[docker] Add user and expose the memcached port
meta: remove EXPERIMENTAL mark + doc fixes
meta: response code OK -> HD
meta: fix metaset syntax
meta: repairs to mset command
hash: add XXH3 to list of hash algorithms.
fix arm64 crc32 on old glibc/gcc.
extstore: fix crash on 'stats extstore'
seccomp: extend allowed rules for extended usage
The total number of UDP datagrams required for the message is calculated incorrectly.
meta: allow base64'ed binary keys with 'b' flag
small improvements to readme
Added debugtime command for test suite

New Features

The meta protocol can now transmit binary encoded keys by encoding the key in \ 
base64 and sending a 'b' flag with the command. If for example your key composes \ 
of several large numerics (userids and so on), these can be encoded directly as \ 
binary. This shortens the key which can save some memory on the server. See \ 
doc/protocol.txt for more details.

Files:
RevisionActionfile
1.77modifypkgsrc/devel/memcached/Makefile
1.17modifypkgsrc/devel/memcached/PLIST
1.45modifypkgsrc/devel/memcached/distinfo