NetBSD/pkgsrc LkBsZTXdevel/memcached distinfo Makefile

   memcached: updated to 1.5.16

   1.5.16:
   Fixes critical potential segfault/memory corruption bug in 1.5.15 when storing items with client flags of "0". Bug only exists in 1.5.15, and the fix is the only change in this release.

   Fixes
   * When nsuffix is 0 space for flags hasn't been allocated so don't memcpy them.

   1.5.15:
   A couple small bugfixes, and two notable changes. An authentication mode for ASCII protocol, and removal of a minor feature flag.

   -o inline_ascii_response was a compatability mode which was disabled since 1.5.0; it uses 10-20 more bytes of memory to speed up ASCII responses. Since we switched from snprintf to a fast itoa implementation years ago it was disabled by default. Now the option is gone.

   Binary protocol was also not honoring the idle-timeout feature. This should now be fixed.

   Fixes
   * Speed up incr/decr by replacing snprintf.
   * Use correct buffer size for internal URI encoding.
   * change some links from http to https
   * Fix small memory leak in testapp.c.
   * free window_global in slab_automove_extstore.c
   * remove inline_ascii_response option
   * -Y [filename] for ascii authentication mode
   * fix: idle-timeout wasn't compatible with binprot

   New Features
   -Y [authfile] enables an authentication mode for ASCII protocol. See doc/protocol.txt for the most up to date information. This feature is experimental; there's a small chance it could change based on community feedback. Unlike the SASL authentication for binary protocol, this is built in by default and has no external dependencies. It is also far simpler to use; we get a constant slow trickle of support requests around SASL authentication.

   When enabled, UDP and binary protocols are also disabled.
VersionDeltaFile
1.35+5-5devel/memcached/distinfo
1.62+2-2devel/memcached/Makefile
+7-72 files

UnifiedSplitRaw