Accepting request 999899 from network:utilities

OBS-URL: https://build.opensuse.org/request/show/999899
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/memcached?expand=0&rev=56
This commit is contained in:
Dominique Leuenberger 2022-08-30 12:48:25 +00:00 committed by Git OBS Bridge
commit e3f16ccf8d
4 changed files with 30 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Wed Aug 17 19:11:29 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

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