Package: memcached / 1.4.21-1.1
Metadata
Package | Version | Patches format |
---|---|---|
memcached | 1.4.21-1.1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01_init_script_additions.patch | (download) |
scripts/memcached-init |
110 69 + 41 - 0 ! |
init.d status support |
02_manpage_additions.patch | (download) |
doc/memcached.1 |
32 22 + 10 - 0 ! |
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 ! |
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 ! |
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 ! |
handle end of line comment on memcached.conf |
07_disable_tests.patch | (download) |
t/whitespace.t |
41 0 + 41 - 0 ! |
don't run t/whitespace.t .git for packaging report false positive |