4 Commits

Author SHA256 Message Date
a060da6a80 Accepting request 1324859 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/1324859
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/memcached?expand=0&rev=70
2026-01-01 13:59:46 +00:00
4faa56e7d7 version update to 1.6.40
OBS-URL: https://build.opensuse.org/package/show/network:utilities/memcached?expand=0&rev=121
2025-12-30 21:13:21 +00:00
75e7a71dc9 Accepting request 1303362 from network:utilities
Forwarded request #1303359 from pgajdos

- version update to 1.6.39
  * tests: improve extstore-tiered2 reliability
  * proxy: very limited flagcopyall function
  * proxy: flagcopy removes flag if source is nil
  * restart: Fix typecast on setting stop_time during restart
  * tests: make slabs-mover test more resilient
  * proxy: fix memory corruption from bad set uploads
  * core: fix pipelined set failures on pending reads
  * proxy: fix subrctx issues during error handling
  * tls: minor fix when tls disabled
  * tls: fix potential hang when pipelining sets
  * proxy: missing error handling in some situations
  * proxy: fix double logging with sub requests's
  * tests: attempt to make extstore tests less flaky
  * crawler: fix issue with strict alignment (ARM)
  * proxy: fix time_*_millis overflow on 32bit sys
  * crawler: speedup and extstore info
  * mcmc: upstream updates

OBS-URL: https://build.opensuse.org/request/show/1303362
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/memcached?expand=0&rev=69
2025-09-11 12:37:22 +00:00
90ebecc8ac - version update to 1.6.39
* tests: improve extstore-tiered2 reliability
  * proxy: very limited flagcopyall function
  * proxy: flagcopy removes flag if source is nil
  * restart: Fix typecast on setting stop_time during restart
  * tests: make slabs-mover test more resilient
  * proxy: fix memory corruption from bad set uploads
  * core: fix pipelined set failures on pending reads
  * proxy: fix subrctx issues during error handling
  * tls: minor fix when tls disabled
  * tls: fix potential hang when pipelining sets
  * proxy: missing error handling in some situations
  * proxy: fix double logging with sub requests's
  * tests: attempt to make extstore tests less flaky
  * crawler: fix issue with strict alignment (ARM)
  * proxy: fix time_*_millis overflow on 32bit sys
  * crawler: speedup and extstore info
  * mcmc: upstream updates

OBS-URL: https://build.opensuse.org/package/show/network:utilities/memcached?expand=0&rev=119
2025-09-09 14:02:31 +00:00
4 changed files with 45 additions and 4 deletions

Binary file not shown.

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

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

View File

@@ -1,3 +1,43 @@
-------------------------------------------------------------------
Mon Dec 22 12:06:06 UTC 2025 - Petr Gajdos <pgajdos@suse.com>
- version update to 1.6.40
* Reload TLS certificates on SIGHUP
* tests: fix race condition in slab mover test
* extstore: fix internal item flag loss on flush
* core: fix worker_logbuf_size start option
* proxy: remove buffer memory limit lock
* proxy: update backend logging options on reload
* slabs: fix page mover busy sleep backoff, add counter
* docs: info for listeners to help string
* core: fix verbose logging in get
* Fix format specifier for nums_napi_id
* extstore: fix start arg issue with page size
* proxy: add some inspection commands for req/res
* proxy: add tracebacks to lua errors in some cases
-------------------------------------------------------------------
Tue Sep 9 13:33:24 UTC 2025 - pgajdos@suse.com
- version update to 1.6.39
* tests: improve extstore-tiered2 reliability
* proxy: very limited flagcopyall function
* proxy: flagcopy removes flag if source is nil
* restart: Fix typecast on setting stop_time during restart
* tests: make slabs-mover test more resilient
* proxy: fix memory corruption from bad set uploads
* core: fix pipelined set failures on pending reads
* proxy: fix subrctx issues during error handling
* tls: minor fix when tls disabled
* tls: fix potential hang when pipelining sets
* proxy: missing error handling in some situations
* proxy: fix double logging with sub requests's
* tests: attempt to make extstore tests less flaky
* crawler: fix issue with strict alignment (ARM)
* proxy: fix time_*_millis overflow on 32bit sys
* crawler: speedup and extstore info
* mcmc: upstream updates
-------------------------------------------------------------------
Wed Jun 25 13:58:12 UTC 2025 - pgajdos@suse.com

View File

@@ -2,6 +2,7 @@
# spec file for package memcached
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -33,7 +34,7 @@
%bcond_with tmpfiles
%endif
Name: memcached
Version: 1.6.38
Version: 1.6.40
Release: 0
Summary: A high-performance, distributed memory object caching system
License: BSD-3-Clause