Accepting request 851151 from home:dirkmueller:branches:network:utilities

- update to 1.6.9:
  * arm64: Re-add arm crc32c hw acceleration for extstore
  * restart mode: expose memory_file path in stats settings
  * 'shutdown graceful' command for raising SIGUSR1
  * Introduce NAPI ID based worker thread selection (see doc/napi_ids.txt)
  * item crawler hash table walk mode
  * bugfixes

OBS-URL: https://build.opensuse.org/request/show/851151
OBS-URL: https://build.opensuse.org/package/show/network:utilities/memcached?expand=0&rev=83
This commit is contained in:
Marcus Meissner 2020-12-05 17:15:38 +00:00 committed by Git OBS Bridge
parent cd2bb21fb3
commit 801005e1eb
4 changed files with 16 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Nov 26 18:44:34 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 1.6.9:
* arm64: Re-add arm crc32c hw acceleration for extstore
* restart mode: expose memory_file path in stats settings
* 'shutdown graceful' command for raising SIGUSR1
* Introduce NAPI ID based worker thread selection (see doc/napi_ids.txt)
* item crawler hash table walk mode
* bugfixes
-------------------------------------------------------------------
Tue Oct 13 10:08:57 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

@ -28,7 +28,7 @@
%endif
Name: memcached
Version: 1.6.7
Version: 1.6.9
Release: 0
Summary: A high-performance, distributed memory object caching system
License: BSD-3-Clause
@ -46,6 +46,7 @@ BuildRequires: libevent-devel >= 2.0
BuildRequires: libtool
%if %{with tls}
BuildRequires: openssl-devel >= 1.1.0
BuildRequires: perl
BuildRequires: perl-IO-Socket-SSL
BuildRequires: perl-Net-SSLeay
%endif