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
This commit is contained in:
parent
ad087bb273
commit
7d71b0d8cc
BIN
memcached-1.6.21.tar.gz
(Stored with Git LFS)
BIN
memcached-1.6.21.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
memcached-1.6.22.tar.gz
Normal file
3
memcached-1.6.22.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:34783a90a4ccf74c4107085fd92b688749d23b276cfdad9f04e4f725a05d1ca7
|
||||||
|
size 1135926
|
@ -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
|
Mon Jun 26 13:26:48 UTC 2023 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
%bcond_with tls
|
%bcond_with tls
|
||||||
%endif
|
%endif
|
||||||
Name: memcached
|
Name: memcached
|
||||||
Version: 1.6.21
|
Version: 1.6.22
|
||||||
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