Accepting request 970869 from home:dirkmueller:Factory

- update to 1.6.15:
  * proxy: Fix buffer overflow and prevent recv() of 0 byte
  * proxy: allow await() to be called recursively
  * proxy: mcp.request(cmd, [val | resp])
  * proxy: hacky method of supporting noreply/quiet
  * proxy: add ring_hash builtin
  * proxy: fix logger entry memory corruption
  * storage: parameterize the compaction thread sleep
  * proxy: pull chunks into individual c files
  * proxy: documentation updates
  * proxy: "stats settings" for proxy
  * proxy: await improvements
  * proxy: trivial support for SO_KEEPALIVE on backend
  * mcmc: upstream update for SO_KEEPALIVE
  * proxy: fix crash on stats proxy sans user stats
  * proxy: enable backend_total stat
  * proxy: track in-flight requests
  * proxy: add some basic logging for backend errors
  * proxy: logging improvements + lua mcp.log()
  * proxy: add stats for commands seen

OBS-URL: https://build.opensuse.org/request/show/970869
OBS-URL: https://build.opensuse.org/package/show/network:utilities/memcached?expand=0&rev=89
This commit is contained in:
Marcus Meissner 2022-05-16 12:49:00 +00:00 committed by Git OBS Bridge
parent 1db0eebf80
commit beb7db2ae2
4 changed files with 28 additions and 4 deletions

View File

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

3
memcached-1.6.15.tar.gz Normal file
View File

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Apr 19 14:34:55 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.6.15:
* proxy: Fix buffer overflow and prevent recv() of 0 byte
* proxy: allow await() to be called recursively
* proxy: mcp.request(cmd, [val | resp])
* proxy: hacky method of supporting noreply/quiet
* proxy: add ring_hash builtin
* proxy: fix logger entry memory corruption
* storage: parameterize the compaction thread sleep
* proxy: pull chunks into individual c files
* proxy: documentation updates
* proxy: "stats settings" for proxy
* proxy: await improvements
* proxy: trivial support for SO_KEEPALIVE on backend
* mcmc: upstream update for SO_KEEPALIVE
* proxy: fix crash on stats proxy sans user stats
* proxy: enable backend_total stat
* proxy: track in-flight requests
* proxy: add some basic logging for backend errors
* proxy: logging improvements + lua mcp.log()
* proxy: add stats for commands seen
-------------------------------------------------------------------
Sun Feb 20 22:06:44 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -28,7 +28,7 @@
%endif
Name: memcached
Version: 1.6.14
Version: 1.6.15
Release: 0
Summary: A high-performance, distributed memory object caching system
License: BSD-3-Clause