From 05a7dcc8ddabbf1546c113c31f469257ebc13ff64982b342f572f29c1e8bd34b Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 29 Aug 2022 09:21:00 +0000 Subject: [PATCH] Accepting request 997604 from home:dirkmueller:Factory - update to 1.6.16: * proxy: add req:flag_token("F") * proxy: mcp.response code and rline API * proxy: add r:has_flag(), fix r:token() length * proxy: mcp.request() improvements * proxy: mcplib_request_token() doesn't delimit the final token in a request * tls: Disable TLS re-negotiation from SSL context * Fix undefined behavior and warning with clang * proxy: fix the hashstring size for evcache ketama * core: Fix FTBFS with GCC 12 on ppc64el * proxy: fix race crash from io obj use-after-free * proxy: fix mcp.await() when using extended args * proxy: add missing errno.h include to proxy.h * proxy: fix potential corruption on partial write * proxy: rework backend buffer handling to fix protocol desync bug * tests: skip whitespace on vendor/* * tls: Add switch to opt-in to kernel TLS on OpenSSL 3.0.0+ * core: checks port number at start time * Add a command to dump keys for memcached-tool * proxy: 'proxyreqs' does not work unless 'proxyuser' also provided * proxy: replace proxycmds stream with proxyreqs * proxy: mcp.log_req* API interface OBS-URL: https://build.opensuse.org/request/show/997604 OBS-URL: https://build.opensuse.org/package/show/network:utilities/memcached?expand=0&rev=91 --- memcached-1.6.15.tar.gz | 3 --- memcached-1.6.16.tar.gz | 3 +++ memcached.changes | 26 ++++++++++++++++++++++++++ memcached.spec | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 memcached-1.6.15.tar.gz create mode 100644 memcached-1.6.16.tar.gz diff --git a/memcached-1.6.15.tar.gz b/memcached-1.6.15.tar.gz deleted file mode 100644 index 9dd0412..0000000 --- a/memcached-1.6.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d7abe3d649378edbba16f42ef1d66ca3f2ac075f2eb97145ce164388e6ed515 -size 1051109 diff --git a/memcached-1.6.16.tar.gz b/memcached-1.6.16.tar.gz new file mode 100644 index 0000000..bee7fb6 --- /dev/null +++ b/memcached-1.6.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3051a93bf1dd0c3af2d0e589ff6ef6511f876385a35b18e9ff8741e4a1ab34da +size 1054877 diff --git a/memcached.changes b/memcached.changes index 0681a3c..a3de6ba 100644 --- a/memcached.changes +++ b/memcached.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Wed Aug 17 19:11:29 UTC 2022 - Dirk Müller + +- update to 1.6.16: + * proxy: add req:flag_token("F") + * proxy: mcp.response code and rline API + * proxy: add r:has_flag(), fix r:token() length + * proxy: mcp.request() improvements + * proxy: mcplib_request_token() doesn't delimit the final token in a request + * tls: Disable TLS re-negotiation from SSL context + * Fix undefined behavior and warning with clang + * proxy: fix the hashstring size for evcache ketama + * core: Fix FTBFS with GCC 12 on ppc64el + * proxy: fix race crash from io obj use-after-free + * proxy: fix mcp.await() when using extended args + * proxy: add missing errno.h include to proxy.h + * proxy: fix potential corruption on partial write + * proxy: rework backend buffer handling to fix protocol desync bug + * tests: skip whitespace on vendor/* + * tls: Add switch to opt-in to kernel TLS on OpenSSL 3.0.0+ + * core: checks port number at start time + * Add a command to dump keys for memcached-tool + * proxy: 'proxyreqs' does not work unless 'proxyuser' also provided + * proxy: replace proxycmds stream with proxyreqs + * proxy: mcp.log_req* API interface + ------------------------------------------------------------------- Tue Apr 19 14:34:55 UTC 2022 - Dirk Müller diff --git a/memcached.spec b/memcached.spec index 0777875..884ffe6 100644 --- a/memcached.spec +++ b/memcached.spec @@ -28,7 +28,7 @@ %endif Name: memcached -Version: 1.6.15 +Version: 1.6.16 Release: 0 Summary: A high-performance, distributed memory object caching system License: BSD-3-Clause