Package: c-icap / 1:0.1.6-1.1+deb7u2

Metadata

Package Version Patches format
c-icap 1:0.1.6-1.1+deb7u2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 fix config prefix.patch | (download)

c-icap.conf.in | 18 10 + 8 - 0 !
1 file changed, 10 insertions(+), 8 deletions(-)

 fix-config-prefix

Patching location of magic and logfiles

0002 ld as needed.patch | (download)

tests/Makefile.am | 2 1 + 1 - 0 !
tests/Makefile.in | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 [patch] ld-as-needed

ld-as-needed change in LIBS order

0003 fix spelling error in binary.patch | (download)

info.c | 4 2 + 2 - 0 !
mpmt_server.c | 2 1 + 1 - 0 !
proc_threads_queues.c | 2 1 + 1 - 0 !
winnt_server.c | 2 1 + 1 - 0 !
4 files changed, 5 insertions(+), 5 deletions(-)

 [patch] fix spelling-error-in-binary

Fix spelling error raised by lintian

0004 man page fixes.patch | (download)

docs/man/c-icap-mkbdb.8.in | 4 2 + 2 - 0 !
docs/man/c-icap.8.in | 6 3 + 3 - 0 !
2 files changed, 5 insertions(+), 5 deletions(-)

 [patch] man page fixes

Fix some spelling errors and hyphen vs minus errors in manpages

0005 additional manpage fix.patch | (download)

docs/man/c-icap-mkbdb.8.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] additional manpage fix


0006 CVE 2013 7401_CVE 2013 7402.patch | (download)

request.c | 241 163 + 78 - 0 !
1 file changed, 163 insertions(+), 78 deletions(-)

 request parsing fixes.
 Address CVE-2013-7401 and CVE-2013-7402
0007 The c icap respond with 400 error on all OPTIONS req.patch | (download)

request.c | 14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-)

 the c-icap respond with 400 error on all options request
0008 Rename CONF to C_ICAP_CONF.patch | (download)

aserver.c | 14 7 + 7 - 0 !
cfg_param.c | 66 33 + 33 - 0 !
include/cfg_param.h | 2 1 + 1 - 0 !
module.c | 32 16 + 16 - 0 !
mpmt_server.c | 8 4 + 4 - 0 !
service.c | 6 3 + 3 - 0 !
6 files changed, 64 insertions(+), 64 deletions(-)

 [patch] rename conf to c_icap_conf

Based on a patch by Mathieu Parent <math.parent@gmail.com> done by sed:

   sed -i 's@\<CONF\>@C_ICAP_CONF@g' *.c include/*.h

In order to address FTBFS of c-icap-modules in Wheezy (openssl and
c-icap define CONF in a public header).

See also: https://bugs.debian.org/768684
Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>