Accepting request 934397 from home:AdaLovelace:branches:openSUSE:Factory:zSystems
- update to 1.6.12: * add queue.h in archive * 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) * "watch connevents" will show realtime log entries about client connect/ disconnect events. * 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 * The meta protocol can now transmit binary encoded keys by encoding the key in base64 and sending a 'b' flag with the command OBS-URL: https://build.opensuse.org/request/show/934397 OBS-URL: https://build.opensuse.org/package/show/network:utilities/memcached?expand=0&rev=87
This commit is contained in:
parent
75e05f09fb
commit
d4ef2e7191
3
memcached-1.6.12.tar.gz
Normal file
3
memcached-1.6.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f291a35f82ef9756ed1d952879ef5f4be870f932bdfcb2ab61356609abf82346
|
||||||
|
size 618614
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d5a62ce377314dbffdb37c4467e7763e3abae376a16171e613cbe69956f092d1
|
|
||||||
size 556137
|
|
@ -1,3 +1,42 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 28 17:22:19 UTC 2021 - Sarah Kriesch <sarah.kriesch@opensuse.org>
|
||||||
|
|
||||||
|
- update to 1.6.12:
|
||||||
|
* add queue.h in archive
|
||||||
|
* 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)
|
||||||
|
* "watch connevents" will show realtime log entries about client connect/
|
||||||
|
disconnect events.
|
||||||
|
* 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
|
||||||
|
* The meta protocol can now transmit binary encoded keys by encoding the
|
||||||
|
key in base64 and sending a 'b' flag with the command
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 6 12:01:19 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
Wed Oct 6 12:01:19 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package memcached
|
# spec file for package memcached
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -28,7 +28,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: memcached
|
Name: memcached
|
||||||
Version: 1.6.9
|
Version: 1.6.12
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A high-performance, distributed memory object caching system
|
Summary: A high-performance, distributed memory object caching system
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user