Created attachment 228836 [details] Update to 1.6.12
ReleaseNotes1.6.11: Fixes Expose number of currently active watchers in stats Configurable minimum supported TLS protocol version core: fix hang bug in extstore thread: use eventfd for worker notify if available thread: per-worker-thread connection event queues core: cache.c cleanups, use queue.h freelist core: add queue.h to replace handrolled queues. logger: simplify logging code logger: avoid polling without watchers Implement LOG_CONNEVENTS watcher flag for connection state transitions Report item sizes for fetch, mutation, and eviction watchers Fix typos in doc/code comments (tem->item, etc) ReleaseNotes1.6.12 Fixes add queue.h in archive
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1dbe7b3d18bf1a7c806eda246bc89112d43cd6f6 commit 1dbe7b3d18bf1a7c806eda246bc89112d43cd6f6 Author: Gian-Simon Purkert <gspurki@gmail.com> AuthorDate: 2021-10-22 22:38:34 +0000 Commit: Steve Wills <swills@FreeBSD.org> CommitDate: 2021-10-22 22:43:19 +0000 databases/memcached: update to 1.6.12 PR: 259269 databases/memcached/Makefile | 2 +- databases/memcached/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Committed, thanks!