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:
parent
05a7dcc8dd
commit
52f8c08268
@ -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
3
memcached-1.6.17.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2055e373613d8fc21529aff9f0adce3e23b9ce01ba0478d30e7941d9f2bd1224
|
||||||
|
size 1713186
|
@ -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>
|
Wed Aug 17 19:11:29 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: memcached
|
Name: memcached
|
||||||
Version: 1.6.16
|
Version: 1.6.17
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A high-performance, distributed memory object caching system
|
Summary: A high-performance, distributed memory object caching system
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user