package/memcached: security bump version to 1.6.45

https://github.com/memcached/memcached/wiki/ReleaseNotes1644
> Hot on the heels of the last security release is...
> another security release

https://github.com/memcached/memcached/wiki/ReleaseNotes1645
> So this is a lot of crash and security bugs.

Signed-off-by: Franciszek Stachura <fbstachura@gmail.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit b00c3b58b9)
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
This commit is contained in:
Franciszek Stachura
2026-08-14 21:00:52 +02:00
committed by Titouan Christophe
parent 305d15d879
commit f8857ef48b
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# From http://www.memcached.org/files/memcached-1.6.43.tar.gz.sha1
sha1 37307d13528f355fb282bc8841ca033272e44ac9 memcached-1.6.43.tar.gz
# From http://www.memcached.org/files/memcached-1.6.45.tar.gz.sha1
sha1 45038980ea7045a548b9b5b5125ef7116312a768 memcached-1.6.45.tar.gz
# Locally computed
sha256 8042ee26e004efa0db41ca4a7c713f759c3280c2f8bee438579f13de1e509435 memcached-1.6.43.tar.gz
sha256 d362c64e6d8d5287153501eabf7c85b4a761432fbf53f5d7b085d0bb1653c1dd memcached-1.6.45.tar.gz
sha256 bc887c4ad8051fe690ace9528fe37a2e0bb362e6d963331d82e845ca9b585a0c COPYING

View File

@@ -4,7 +4,7 @@
#
################################################################################
MEMCACHED_VERSION = 1.6.43
MEMCACHED_VERSION = 1.6.45
MEMCACHED_SITE = http://www.memcached.org/files
MEMCACHED_DEPENDENCIES = libevent
MEMCACHED_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'