Changelog for
memcached-1.6.9-2.1.i586.rpm :
* Thu Nov 26 2020 Dirk Mueller
- 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 2020 Jan Engelhardt - Trim history lesson from description.- Do not suppress errors from useradd.- Reduce hard dependency on systemd.
* Mon Sep 28 2020 Dirk Mueller - update to 1.6.7:
* Dockerfile - allow override of config opts
* Improve page balancing when writes are bursty
* main: split binary protocol into proto_bin.c
* main: split text protocol into proto_text.c
* add openssl errors to SSL certificate loading error messages
* skip setting the resource limits in debug builds
* Use signal function instead of sigignore
* fixing the basic tls test so it exits correctly when fails
* net: remove most response obj cache related code
* net: carve response buffers from read buffers
* Do not join lru and slab maintainer threads if they do not exist
* Restore SAN entries in testing TLS certificates
* Changed code using strtol to use safe_strtol wrapper
* Fix TCP failure under OS X.- drop use-signal-function-instead-of-sigignore.patch (upstream)
* Tue Sep 01 2020 Callum Farmer - Add use-signal-function-instead-of-sigignore.patch: sigignore causes deprecation errors(gh#memcached/memcached#691)
* Sat Jun 06 2020 Andreas Stieger - update to 1.6.6:
* Fix crash on shutdown when handling signals with TLS enabled
* Disable aarch64 hw crc32 function for now
* Pull in BigEndian-compatible crc32c
* minimum libevent version is 2.x
* Mon Apr 13 2020 Marcus Rueckert - update to version 1.6.5 https://github.com/memcached/memcached/wiki/ReleaseNotes165- drop link_sasl.patch issue is fixed- dropped 635.patch and 634.patch: in 1.6.5 release
* Mon Apr 13 2020 Marcus Rueckert - update to version 1.6.4 https://github.com/memcached/memcached/wiki/ReleaseNotes163 https://github.com/memcached/memcached/wiki/ReleaseNotes164- drop patches as they are included in the update: https://github.com/memcached/memcached/pull/634 https://github.com/memcached/memcached/pull/635- added link_sasl.patch: it seems libsasl2 wasnt linked which lead to undefined references
* Wed Apr 01 2020 Marcus Rueckert - disable extstore also on ppc(64)
* Wed Apr 01 2020 Marcus Rueckert - apply patch from https://github.com/memcached/memcached/pull/634 fix building with LTO and also building with -fno-common. (634.patch)
* Thu Mar 26 2020 Marcus Rueckert - apply patch from https://github.com/memcached/memcached/pull/635 to fix crashes we saw during the testsuite (635.patch)- disable extstore on s390 for now as there are known bugs on that platform
* Tue Mar 24 2020 Marcus Rueckert - limit tls support to 15 and above
* Tue Mar 24 2020 Marcus Rueckert - disable lto until the 2 settings structs are resolved
* Tue Mar 24 2020 Marcus Rueckert - update to version 1.6.2 (boo# 1167522) CVE-2020-10931 https://github.com/memcached/memcached/wiki/ReleaseNotes162 https://github.com/memcached/memcached/wiki/ReleaseNotes161 https://github.com/memcached/memcached/wiki/ReleaseNotes160 https://github.com/memcached/memcached/wiki/ReleaseNotes1522 https://github.com/memcached/memcached/wiki/ReleaseNotes1521 https://github.com/memcached/memcached/wiki/ReleaseNotes1520 https://github.com/memcached/memcached/wiki/ReleaseNotes1519 https://github.com/memcached/memcached/wiki/ReleaseNotes1518- dropped all patches after reviewing with upstream: memcached-1.4.5.dif memcached-autofoo.patch memcached-use-endian_h.patch- enable TLS support (new BR: openssl-devel perl-IO-Socket-SSL perl-Net-SSLeay)
* Tue Sep 03 2019 pgajdosAATTsuse.com- version update to 1.5.17
* bugfixes fix strncpy call in stats conns to avoid ASAN violation extstore: fix indentation add error handling when calling dup function add unlock when item_cachedump malloc failed extstore: emulate pread(v) for macOS fix off-by-one in logger to allow CAS commands to be logged. use strdup for explicitly configured slab sizes move mem_requested from slabs.c to items.c (internal cleanup)
* new features add server address to the \"stats conns\" output log client connection id with fetchers and mutations Add a handler for seccomp crashes- version update to 1.5.16
* bugfixes When nsuffix is 0 space for flags hasn\'t been allocated so don\'t memcpy them.- version update to 1.5.15
* bugfixes Speed up incr/decr by replacing snprintf. Use correct buffer size for internal URI encoding. change some links from http to https Fix small memory leak in testapp.c. free window_global in slab_automove_extstore.c remove inline_ascii_response option - Y [filename] for ascii authentication mode fix: idle-timeout wasn\'t compatible with binprot
* features - Y [authfile] enables an authentication mode for ASCII protocol.- modified patches % memcached-autofoo.patch (refreshed)
* Thu May 02 2019 pgajdosAATTsuse.com- version update to 1.5.14
* update -h output for -I (max item size)
* fix segfault in \"lru\" command
* fix compile error on centos7
* extstore: error adjusting page_size after ext_path
* extstore: fix segfault if page_count is too high.
* close delete + incr item survival race bug
* memcached-tool dump fix loss of exp value
* Fix \"qw\" in \"MemcachedTest.pm\" so wait_ext_flush is exported properly
* Experimental TLS support.
* Basic implementation of TLS for memcached.
* Improve Get And Touch documentation
* fix INCR/DECR refcount leak for invalid items- modified patches % memcached-autofoo.patch (refreshed)
* Wed Oct 17 2018 Nicolas Bock - Version bump to 1.5.11:
* extstore: balance IO thread queues- Drop memcached-fix_test.patch that is present now upstream
* Wed Oct 03 2018 Guillaume GARDET - Add patch to fix aarch64, ppc64
* and s390x tests:
* memcached-fix_test.patch
* Fri Aug 17 2018 nicolas.bockAATTsuse.com- Fix linter errors regarding COPYING
* Mon Aug 13 2018 astiegerAATTsuse.com- update to 1.5.10:
* disruptive change in extstore: -o ext_page_count= is deprecated and no longer works. To specify size: -o ext_path=/d/m/e:500G extstore figures out the page count based on your desired page size. M|G|T|P supported.
* extstore: Add basic JBOD support: ext_path can be specified multiple times for striping onto simimar devices
* fix alignment issues on some ARM platforms for chunked items
* Sun Jul 08 2018 alexander_naumovAATTopensuse.org- Update to 1.5.9:
* Bugfix release.
* Important note: if using --enable-seccomp, privilege dropping is no longer on by default. The feature is experimental and many users are reporting hard to diagnose problems on varied platforms.
* Seccomp is now marked EXPERIMENTAL, and must be explicitly enabled by adding -o drop_privileges. Once we\'re more confident with the usability of the feature, it will be enabled in -o modern, like any other new change. You should only use it if you are willing to carefully test it, especially if you\'re a vendor or distribution.
* Also important is a crash fix in extstore when using the ASCII protocol, large items, and running low on memory.
* Fri Jul 06 2018 astiegerAATTsuse.com- update to 1.5.8:
* Bugfixes for seccomp and extstore
* Extstore platform portability has been greatly improved for ARM and 32bit systems- includes changes from 1.5.7:
* Fix alignment issues for 64bit ARM processors
* Fix seccomp portability
* Fix refcount leak with extstore while using binary touch commands
* Wed Apr 18 2018 pgajdosAATTsuse.com- turn on the testsuite again, it seems to pass server side, too
* Thu Apr 05 2018 sfleesAATTsuse.de- Home directory shouldn\'t be world readable bsc#1077718- Mention that this stream isn\'t affected by bsc#1085209, CVE-2018-1000127 to make the checker bots happy.
* Fri Mar 09 2018 dmuellerAATTsuse.com- update to 1.5.6 (bsc#1083903, CVE-2018-1000115):
* This update disables UDP by default to reduce DDoS amplification attacks
* see https://github.com/memcached/memcached/wiki/ReleaseNotes156
* see https://github.com/memcached/memcached/wiki/ReleaseNotes155
* see https://github.com/memcached/memcached/wiki/ReleaseNotes154
* see https://github.com/memcached/memcached/wiki/ReleaseNotes153
* see https://github.com/memcached/memcached/wiki/ReleaseNotes152
* see https://github.com/memcached/memcached/wiki/ReleaseNotes151
* see https://github.com/memcached/memcached/wiki/ReleaseNotes150