From cb083c1036786adddf54b0ce34986f2df7eb0fc61789321a67252cb2def67487 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 14 Mar 2023 09:23:55 +0000 Subject: [PATCH] Accepting request 1071435 from home:dirkmueller:Factory - update to 1.6.19: * crawler: add lru_crawler mgdump command * replace 2&>1 by 2>&1 in rpm spec file * log: fix race condition while incrementing log entries dropped * Add new pkg-config dependencies to dockerfiles * Document missing flags of Meta Arithmetic * configure.ac: add --enable-werror * proxy: reduce noise for dead backends * proxy: more await unit tests * proxy: fix trailingdata error with ascii multiget misses * crawler: don't hold lock while writing to network * proxy: redo libevent handling code (speedup/fixes) * proxy: fix "missingend" error on reading responses * proxy: add read buffer data to backend error messages * proxy: fix partial responses on backend timeouts * proxy: disallow overriding mn command * tests: timedrun SIGHUP pass-thru * proxy: new integration tests. * proxy: fix mismatched responses after bad write * proxy: fix stats deadlock caused by await code * proxy: clean logic around lua yielding * core: remove *c from some response code * core: simplify background IO API * core: remove *conn object from cache commands OBS-URL: https://build.opensuse.org/request/show/1071435 OBS-URL: https://build.opensuse.org/package/show/network:utilities/memcached?expand=0&rev=98 --- memcached-1.6.18.tar.gz | 3 --- memcached-1.6.19.tar.gz | 3 +++ memcached.changes | 28 ++++++++++++++++++++++++++++ memcached.spec | 2 +- 4 files changed, 32 insertions(+), 4 deletions(-) delete mode 100644 memcached-1.6.18.tar.gz create mode 100644 memcached-1.6.19.tar.gz diff --git a/memcached-1.6.18.tar.gz b/memcached-1.6.18.tar.gz deleted file mode 100644 index 0b810c2..0000000 --- a/memcached-1.6.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbdd6ab8810649ac5d92fcd0fcb0ca931d8a9dbd0ad8cc575b47222eedd64158 -size 1081928 diff --git a/memcached-1.6.19.tar.gz b/memcached-1.6.19.tar.gz new file mode 100644 index 0000000..ff5699d --- /dev/null +++ b/memcached-1.6.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd48b047146398b073a588e97917d9bc908ce51978580d8e0bedaa123b4c70d +size 2599941 diff --git a/memcached.changes b/memcached.changes index 072477f..e79321b 100644 --- a/memcached.changes +++ b/memcached.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Mar 14 09:10:57 UTC 2023 - Dirk Müller + +- update to 1.6.19: + * crawler: add lru_crawler mgdump command + * replace 2&>1 by 2>&1 in rpm spec file + * log: fix race condition while incrementing log entries dropped + * Add new pkg-config dependencies to dockerfiles + * Document missing flags of Meta Arithmetic + * configure.ac: add --enable-werror + * proxy: reduce noise for dead backends + * proxy: more await unit tests + * proxy: fix trailingdata error with ascii multiget misses + * crawler: don't hold lock while writing to network + * proxy: redo libevent handling code (speedup/fixes) + * proxy: fix "missingend" error on reading responses + * proxy: add read buffer data to backend error messages + * proxy: fix partial responses on backend timeouts + * proxy: disallow overriding mn command + * tests: timedrun SIGHUP pass-thru + * proxy: new integration tests. + * proxy: fix mismatched responses after bad write + * proxy: fix stats deadlock caused by await code + * proxy: clean logic around lua yielding + * core: remove *c from some response code + * core: simplify background IO API + * core: remove *conn object from cache commands + ------------------------------------------------------------------- Sun Jan 15 21:30:23 UTC 2023 - Dirk Müller diff --git a/memcached.spec b/memcached.spec index 2f2b105..bcc7205 100644 --- a/memcached.spec +++ b/memcached.spec @@ -26,7 +26,7 @@ %bcond_with tls %endif Name: memcached -Version: 1.6.18 +Version: 1.6.19 Release: 0 Summary: A high-performance, distributed memory object caching system License: BSD-3-Clause