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
This commit is contained in:
Dirk Mueller 2023-03-14 09:23:55 +00:00 committed by Git OBS Bridge
parent d630822a87
commit cb083c1036
4 changed files with 32 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cbdd6ab8810649ac5d92fcd0fcb0ca931d8a9dbd0ad8cc575b47222eedd64158
size 1081928

BIN
memcached-1.6.19.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Tue Mar 14 09:10:57 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@ -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