From 64e587d094eb72c9dd679b26994aaab994794450f08c1fa0094d4af7b3feb1fb Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Tue, 30 May 2023 13:18:54 +0000 Subject: [PATCH] Accepting request 1089645 from home:dirkmueller:Factory - update to 1.6.20: * extstore: increase aggressiveness of flush thread * proxy: improve unit test coverage * proxy: random small fixes * proxy: return 'readvalidate' on be read timeout * proxy: don't print null ustats from "stats proxy" * proxy: use connect timeout during retries * proxy: fix flaky test in proxyconfig.t * check for sys/auxv.h * proxy: send CLIENT_ERROR when proper * proxy: print lua error message on reload failure * proxy: rip out io_uring code (to be re-added later) * proxy: overhaul backend error handling: surface error messages to clients * proxy: fix reversal of pipelined backend queries * proxy: add request and buffer memory limits * proxy: restrict functions for lua config vs route * proxy: fix bug ignoring -R setting for proxy reqs * proxy: add conntimeout error * proxy: add memory accounting tracking OBS-URL: https://build.opensuse.org/request/show/1089645 OBS-URL: https://build.opensuse.org/package/show/network:utilities/memcached?expand=0&rev=100 --- memcached-1.6.19.tar.gz | 3 --- memcached-1.6.20.tar.gz | 3 +++ memcached.changes | 24 ++++++++++++++++++++++++ memcached.spec | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) delete mode 100644 memcached-1.6.19.tar.gz create mode 100644 memcached-1.6.20.tar.gz diff --git a/memcached-1.6.19.tar.gz b/memcached-1.6.19.tar.gz deleted file mode 100644 index ff5699d..0000000 --- a/memcached-1.6.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fd48b047146398b073a588e97917d9bc908ce51978580d8e0bedaa123b4c70d -size 2599941 diff --git a/memcached-1.6.20.tar.gz b/memcached-1.6.20.tar.gz new file mode 100644 index 0000000..328d952 --- /dev/null +++ b/memcached-1.6.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f604f8e3a175637dc1f069de6fa2739116850c9f81e3764f2fac9a3b27be307 +size 2615902 diff --git a/memcached.changes b/memcached.changes index e79321b..9534910 100644 --- a/memcached.changes +++ b/memcached.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon May 29 19:43:39 UTC 2023 - Dirk Müller + +- update to 1.6.20: + * extstore: increase aggressiveness of flush thread + * proxy: improve unit test coverage + * proxy: random small fixes + * proxy: return 'readvalidate' on be read timeout + * proxy: don't print null ustats from "stats proxy" + * proxy: use connect timeout during retries + * proxy: fix flaky test in proxyconfig.t + * check for sys/auxv.h + * proxy: send CLIENT_ERROR when proper + * proxy: print lua error message on reload failure + * proxy: rip out io_uring code (to be re-added later) + * proxy: overhaul backend error handling: surface error messages + to clients + * proxy: fix reversal of pipelined backend queries + * proxy: add request and buffer memory limits + * proxy: restrict functions for lua config vs route + * proxy: fix bug ignoring -R setting for proxy reqs + * proxy: add conntimeout error + * proxy: add memory accounting tracking + ------------------------------------------------------------------- Tue Mar 14 09:10:57 UTC 2023 - Dirk Müller diff --git a/memcached.spec b/memcached.spec index bcc7205..85d3bd9 100644 --- a/memcached.spec +++ b/memcached.spec @@ -26,7 +26,7 @@ %bcond_with tls %endif Name: memcached -Version: 1.6.19 +Version: 1.6.20 Release: 0 Summary: A high-performance, distributed memory object caching system License: BSD-3-Clause