memcached: bump version to 1.4.36

From the release notes
(https://github.com/memcached/memcached/wiki/ReleaseNotes1436):

Important bug fix that could lead to a hung slab mover.  Also improves
memory efficiency of chunked items.

[Peter: add release notes link / mention important bug fix]
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Vicente Olivert Riera 2017-03-21 15:40:08 +00:00 committed by Peter Korsgaard
parent 7529d600c1
commit adfe049d85
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# From http://www.memcached.org/files/memcached-1.4.35.tar.gz.sha1
sha1 787991c0df75defbb91518c9796f8244852a018a memcached-1.4.35.tar.gz
# From http://www.memcached.org/files/memcached-1.4.36.tar.gz.sha1
sha1 519b417515206b0b95ff9bf14106a891f6a2252e memcached-1.4.36.tar.gz
# Calculated based on the hash above
sha256 f4815ac95aa06c0f360052a0a12010533b2b78c3bfe475b171606c1b61469476 memcached-1.4.35.tar.gz
sha256 773b6bb20bf80223ca6a15d75f570fbab346ad11ec98595e5af5e33f54bd82d8 memcached-1.4.36.tar.gz

View file

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