From 7d71b0d8cccff11a272c2910d4865a821d93e03976308de017b8e622f79f7afe Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 14 Nov 2023 12:35:03 +0000 Subject: [PATCH] Accepting request 1125479 from home:pgajdos - version update to 1.6.22 * core: fix incr/decr/ma failing in some conditions * extstore: fix item loss during page defrag * Note that counts for track_sizes are best effort * core: fix build on BSD * core: speedup for async IO handling * core: don't ignore sighup in daemonize mode * proxy: add label to proxy backend error logs * proxy: if a ustat label is "", skip printing * proxy: fix ms ignoring T flag for mcp.internal * proxy: fix ms parsing error * proxy: fix backend cleanup when using worker IO * proxy: fix response code in the event of dead backend * proxy: fix race condition in first load * proxy: fix off-by-one if \r is missing * proxy: update backends if conncount changes * proxy: io submission queue opt * proxy: io return optimization * proxy: fix for dropping -O2 from lua compile * proxy: fix buffer overflow with multiget syntax * proxy: fix flaky test in t/proxylimits.t - fixes [bsc#1216700] (CVE-2023-46853) - fixes [bsc#1216699] (CVE-2023-46852) OBS-URL: https://build.opensuse.org/request/show/1125479 OBS-URL: https://build.opensuse.org/package/show/network:utilities/memcached?expand=0&rev=104 --- memcached-1.6.21.tar.gz | 3 --- memcached-1.6.22.tar.gz | 3 +++ memcached.changes | 27 +++++++++++++++++++++++++++ memcached.spec | 2 +- 4 files changed, 31 insertions(+), 4 deletions(-) delete mode 100644 memcached-1.6.21.tar.gz create mode 100644 memcached-1.6.22.tar.gz diff --git a/memcached-1.6.21.tar.gz b/memcached-1.6.21.tar.gz deleted file mode 100644 index 205165d..0000000 --- a/memcached-1.6.21.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c788980efc417dd5d93c442b1c8b8769fb2018896c29de3887d22a2f143da2ee -size 1127623 diff --git a/memcached-1.6.22.tar.gz b/memcached-1.6.22.tar.gz new file mode 100644 index 0000000..e695e05 --- /dev/null +++ b/memcached-1.6.22.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34783a90a4ccf74c4107085fd92b688749d23b276cfdad9f04e4f725a05d1ca7 +size 1135926 diff --git a/memcached.changes b/memcached.changes index 642f2af..2302b7c 100644 --- a/memcached.changes +++ b/memcached.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Mon Nov 13 11:40:34 UTC 2023 - pgajdos@suse.com + +- version update to 1.6.22 + * core: fix incr/decr/ma failing in some conditions + * extstore: fix item loss during page defrag + * Note that counts for track_sizes are best effort + * core: fix build on BSD + * core: speedup for async IO handling + * core: don't ignore sighup in daemonize mode + * proxy: add label to proxy backend error logs + * proxy: if a ustat label is "", skip printing + * proxy: fix ms ignoring T flag for mcp.internal + * proxy: fix ms parsing error + * proxy: fix backend cleanup when using worker IO + * proxy: fix response code in the event of dead backend + * proxy: fix race condition in first load + * proxy: fix off-by-one if \r is missing + * proxy: update backends if conncount changes + * proxy: io submission queue opt + * proxy: io return optimization + * proxy: fix for dropping -O2 from lua compile + * proxy: fix buffer overflow with multiget syntax + * proxy: fix flaky test in t/proxylimits.t +- fixes [bsc#1216700] (CVE-2023-46853) +- fixes [bsc#1216699] (CVE-2023-46852) + ------------------------------------------------------------------- Mon Jun 26 13:26:48 UTC 2023 - pgajdos@suse.com diff --git a/memcached.spec b/memcached.spec index 7706ad5..d3e0b87 100644 --- a/memcached.spec +++ b/memcached.spec @@ -26,7 +26,7 @@ %bcond_with tls %endif Name: memcached -Version: 1.6.21 +Version: 1.6.22 Release: 0 Summary: A high-performance, distributed memory object caching system License: BSD-3-Clause