Accepting request 956355 from network:utilities

- update to 1.6.14:
  * tests: workaround for t/watcher.t race
  * restart: fix typo in error message
  * Extend extbuf in try_read_command_binary function
  * tests: repair race in maxconns.t test
  * Fix integer overflow in hashsize calculation causing hang on huge hash tables
  * meta: add "proxy tokens" P, L which are ignored
  * core: fix large pages detection on redhat distros
  * Fix error message on conflicting ports while using '-l' 

- update to 1.6.13:
  * core: make object cache LIFO
  * meta: protocol.txt updates for CAS return
  * meta: fix meta delete
  * meta: fix CAS ('c') return values
  * core: fix use-after-free for text multigets
  * Replace OPENSSL_VERSION_NUMBER check with defined(TLS1_3_VERSION) check for TLS v1.3 compatibility
  * Fix full unit test suite under test_tls
  * Track store errors in thread stats
  * Fix for failing tests on OS X
  * extstore: avoid looping IO queues on submission
  * tests: maxconns test when extstore enabled
  * core: remove cdefs include from queue.h

OBS-URL: https://build.opensuse.org/request/show/956355
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/memcached?expand=0&rev=54
This commit is contained in:
Dominique Leuenberger 2022-02-22 20:17:46 +00:00 committed by Git OBS Bridge
commit fea1a124b0
4 changed files with 38 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Sun Feb 20 22:06:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.6.14:
* tests: workaround for t/watcher.t race
* restart: fix typo in error message
* Extend extbuf in try_read_command_binary function
* tests: repair race in maxconns.t test
* Fix integer overflow in hashsize calculation causing hang on huge hash tables
* meta: add "proxy tokens" P, L which are ignored
* core: fix large pages detection on redhat distros
* Fix error message on conflicting ports while using '-l'
-------------------------------------------------------------------
Sat Jan 22 12:06:25 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.6.13:
* core: make object cache LIFO
* meta: protocol.txt updates for CAS return
* meta: fix meta delete
* meta: fix CAS ('c') return values
* core: fix use-after-free for text multigets
* Replace OPENSSL_VERSION_NUMBER check with defined(TLS1_3_VERSION) check for TLS v1.3 compatibility
* Fix full unit test suite under test_tls
* Track store errors in thread stats
* Fix for failing tests on OS X
* extstore: avoid looping IO queues on submission
* tests: maxconns test when extstore enabled
* core: remove cdefs include from queue.h
-------------------------------------------------------------------
Sun Nov 28 17:22:19 UTC 2021 - Sarah Kriesch <sarah.kriesch@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package memcached
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -28,13 +28,13 @@
%endif
Name: memcached
Version: 1.6.12
Version: 1.6.14
Release: 0
Summary: A high-performance, distributed memory object caching system
License: BSD-3-Clause
Group: Productivity/Networking/Other
URL: http://memcached.org/
Source: http://www.memcached.org/files/%{name}-%{version}.tar.gz
URL: https://memcached.org/
Source: https://www.memcached.org/files/%{name}-%{version}.tar.gz
Source1: %{name}.init
Source2: %{name}.sysconfig
Source3: memcached-rpmlintrc
@ -133,6 +133,7 @@ make %{?_smp_mflags} test
%if 0%{?suse_version} >= 1500
%pre -f memcached.pre
%else
%pre
getent group %{name} >/dev/null || \
%{_sbindir}/groupadd -r %{name}