Package: memcached / 1.4.21-1.1+deb8u2

Metadata

Package Version Patches format
memcached 1.4.21-1.1+deb8u2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_init_script_additions.patch | (download)

scripts/memcached-init | 110 69 + 41 - 0 !
1 file changed, 69 insertions(+), 41 deletions(-)

 init.d status support
02_manpage_additions.patch | (download)

doc/memcached.1 | 32 22 + 10 - 0 !
1 file changed, 22 insertions(+), 10 deletions(-)

 add missing parameters and escape hypens as minus
 A similar contributor patch already exist as Github pull request at
 https://github.com/memcached/memcached/pull/54
Bug-Debian: https://bugs.debian.org/685800
03_fix_ftbfs4hurd.patch | (download)

memcached.c | 10 7 + 3 - 0 !
1 file changed, 7 insertions(+), 3 deletions(-)

 replace unconditional use of path_max
 The patch below fixes an unconditional use of PATH_MAX which causes the
 GNU/Hurd platform to fail to build from source the memcached package.
04_add_init_retry.patch | (download)

scripts/memcached-init | 5 2 + 3 - 0 !
1 file changed, 2 insertions(+), 3 deletions(-)

 uses --retry to wait up to 5 seconds for the killed process to die.
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/memcached/+bug/795673
Bug: http://code.google.com/p/memcached/issues/detail?id=250
06_eol_comment_handling.patch | (download)

scripts/start-memcached | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 handle end of line comment on memcached.conf
07_disable_tests.patch | (download)

t/whitespace.t | 41 0 + 41 - 0 !
1 file changed, 41 deletions(-)

 don't run t/whitespace.t
 .git for packaging report false positive
08_CVE 2016 8704_CVE 2016 8705_CVE 2016 8706.patch | (download)

items.c | 3 3 + 0 - 0 !
memcached.c | 10 8 + 2 - 0 !
2 files changed, 11 insertions(+), 2 deletions(-)

 [patch] cve reported by cisco talos


09_CVE 2017 9951.patch | (download)

items.c | 2 2 + 0 - 0 !
memcached.c | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 1 deletion(-)

 sanity check
10_CVE 2018 1000115 disable UDP port by default.patch | (download)

memcached.c | 6 2 + 4 - 0 !
t/issue_67.t | 4 2 + 2 - 0 !
2 files changed, 4 insertions(+), 6 deletions(-)

 disable udp port by default
11_CVE 2018 1000127 Don t overflow item refcount on get.patch | (download)

memcached.c | 12 11 + 1 - 0 !
1 file changed, 11 insertions(+), 1 deletion(-)

 don't overflow item refcount on get