]> git.pld-linux.org Git - packages/clamav.git/blob - clamav-headers.patch
- updated to 0.101.3 (solves vulnerability to non-recursive zip bombs)
[packages/clamav.git] / clamav-headers.patch
1 --- clamav-0.101.0/Makefile.am~ 2018-11-29 14:52:31.000000000 +0100
2 +++ clamav-0.101.0/Makefile.am  2018-12-07 09:00:16.238721757 +0100
3 @@ -34,7 +34,7 @@
4  pkgconfigdir = $(libdir)/pkgconfig
5  pkgconfig_DATA = libclamav.pc
6  
7 -nodist_include_HEADERS = clamav-types.h
8 +pkginclude_HEADERS = clamav-types.h
9  
10  # don't complain that configuration files and databases are not removed, this is intended
11  distuninstallcheck_listfiles = find . -type f ! -name clamd.conf ! -name freshclam.conf ! -name daily.cvd ! -name main.cvd -print
12 --- clamav-0.101.0/libclamav/Makefile.am~       2018-11-29 14:52:31.000000000 +0100
13 +++ clamav-0.101.0/libclamav/Makefile.am        2018-12-07 09:00:16.312058931 +0100
14 @@ -269,7 +269,7 @@
15  libclamav_la_LDFLAGS += -Wl,@VERSIONSCRIPTFLAG@,@top_srcdir@/libclamav/libclamav.map
16  endif
17  
18 -include_HEADERS = clamav.h
19 +pkginclude_HEADERS = clamav.h
20  
21  libclamav_la_SOURCES = \
22          matcher-ac.c \
23 --- clamav-0.101.0/libclamav.pc.in~     2018-11-29 14:52:31.000000000 +0100
24 +++ clamav-0.101.0/libclamav.pc.in      2018-12-10 11:11:47.748327272 +0100
25 @@ -1,7 +1,7 @@
26  prefix=@prefix@
27  exec_prefix=@exec_prefix@
28  libdir=@libdir@
29 -includedir=@includedir@
30 +includedir=@includedir@/clamav
31  
32  Name: libclamav
33  Description: A GPL virus scanner
34 --- clamav-0.101.0/clamav-config.in.orig        2018-11-29 14:52:31.000000000 +0100
35 +++ clamav-0.101.0/clamav-config.in     2018-12-10 19:32:41.185456107 +0100
36 @@ -3,7 +3,7 @@
37  
38  prefix=@prefix@
39  exec_prefix=@exec_prefix@
40 -includedir=@includedir@
41 +includedir=@includedir@/clamav
42  libdir=@libdir@
43  
44  usage()
45 @@ -55,7 +55,7 @@
46         ;;
47  
48      --cflags)
49 -               echo -I@includedir@ @CFLAGS@
50 +               echo -I${includedir} @CFLAGS@
51                 ;;
52  
53      --libs)
This page took 0.070512 seconds and 3 git commands to generate.