memcached: security bump to version 1.4.33

Fixes:
CVE-2016-8704 - server append/prepend remote code execution
vulnerability.
CVE-2016-8705 - server update remote code execution vulnerability.
CVE-2016-8706 - server SASL authentication remote code execution
vulnerability.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Gustavo Zacarias 2016-11-01 19:59:30 -03:00 committed by Thomas Petazzoni
parent 4a9f2cb2ee
commit c2a7769d84
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# From http://www.memcached.org/files/memcached-1.4.32.tar.gz.sha1
sha1 cbec6b533fe037b5ad5c54d111e0d30bc9db4424 memcached-1.4.32.tar.gz
# From http://www.memcached.org/files/memcached-1.4.33.tar.gz.sha1
sha1 e343530c55946ccbdd78c488355b02eaf90b3b46 memcached-1.4.33.tar.gz
# Calculated based on the hash above
sha256 54bb9acd5fbbb73cd1fbfa67cbc6b301009a2835a26c8a4c3dba634a0c3d875d memcached-1.4.32.tar.gz
sha256 83726c8d68258c56712373072abb25a449c257398075a39ec0867fd8ba69771d memcached-1.4.33.tar.gz

View file

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