Accepting request 1001273 from home:dirkmueller:Factory

- update to 1.6.17:
  * release TLS read and write buffers when idle
  * Find perl via /usr/bin/env instead of directly
  * Mac M1 build update. detects arm64 crc32 h/w support.
  * DTrace build fix on Mac
  * core: fix strncat warning
  * configure.ac: use pkg-config to retrieve openssl
  * proxy: fix missing md5.h from tarball dist
  * docs: don't rebuild binprot XML anymore
  * Do memory bound check for some C string operations
  * proxy: allow mcp.pool to ignore a nil second arg
  * Improve Slab Automove behavior
  * proxy: allow booleans in pool structure
  * proxy: backend object cache was broken
  * log: fix obscure crashes due to size_t promotion
  * Fix race leads to deadlock during shutdown (sigterm/sigusr1)
  * proxy: req:flag_token("F", "Freplacement")
  * New Features
  * sock ip filtering tagging support for FBSD/OBSD
  * MacOS drop privileges support
  * core: make large item storage more reliable
  * extstore: make defaults more aggressive

OBS-URL: https://build.opensuse.org/request/show/1001273
OBS-URL: https://build.opensuse.org/package/show/network:utilities/memcached?expand=0&rev=93
This commit is contained in:
Dirk Mueller 2022-09-12 13:11:58 +00:00 committed by Git OBS Bridge
parent 05a7dcc8dd
commit 52f8c08268
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:3051a93bf1dd0c3af2d0e589ff6ef6511f876385a35b18e9ff8741e4a1ab34da
size 1054877

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

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

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon Sep 5 13:13:33 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.6.17:
* release TLS read and write buffers when idle
* Find perl via /usr/bin/env instead of directly
* Mac M1 build update. detects arm64 crc32 h/w support.
* DTrace build fix on Mac
* core: fix strncat warning
* configure.ac: use pkg-config to retrieve openssl
* proxy: fix missing md5.h from tarball dist
* docs: don't rebuild binprot XML anymore
* Do memory bound check for some C string operations
* proxy: allow mcp.pool to ignore a nil second arg
* Improve Slab Automove behavior
* proxy: allow booleans in pool structure
* proxy: backend object cache was broken
* log: fix obscure crashes due to size_t promotion
* Fix race leads to deadlock during shutdown (sigterm/sigusr1)
* proxy: req:flag_token("F", "Freplacement")
* New Features
* sock ip filtering tagging support for FBSD/OBSD
* MacOS drop privileges support
* core: make large item storage more reliable
* extstore: make defaults more aggressive
-------------------------------------------------------------------
Wed Aug 17 19:11:29 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

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