]> git.pld-linux.org Git - packages/clamav.git/commitdiff
- update to 0.90
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 14 Feb 2007 08:53:15 +0000 (08:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clamav-find_milter.patch -> 1.4
    clamav-no_auto_libwrap.patch -> 1.5
    clamav-nolibs.patch -> 1.2
    clamav-pld_config.patch -> 1.15

clamav-find_milter.patch
clamav-no_auto_libwrap.patch
clamav-nolibs.patch
clamav-pld_config.patch

index d4ccc6b68652bd956e97e3ad9b11128b771b06e0..a1c7c1a9ea94268e0dbbee2bd6211eee5393fba9 100644 (file)
@@ -1,9 +1,9 @@
---- configure.in       2007-01-04 00:47:35.000000000 +0100
-+++ configure.in-new   2007-01-04 00:47:07.000000000 +0100
-@@ -612,10 +612,7 @@
+--- clamav-0.90/configure.in~  2007-02-14 10:50:45.652285467 +0200
++++ clamav-0.90/configure.in   2007-02-14 10:52:06.844121121 +0200
+@@ -603,10 +603,7 @@
      dnl Check for libmilter and it's header files in the usual locations
      save_LDFLAGS="$LDFLAGS"
+       CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -lpthread"
 -    if test -d /usr/lib/libmilter ; then
 -      CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -L/usr/lib/libmilter"
 -    fi
index e66343667bfabb1bf02d349317f2c88931b6352c..cac59e3f95373397631957dfb418c70bf2c02574 100644 (file)
@@ -1,25 +1,3 @@
-diff -uNr clamav-0.80rc4.orig/configure clamav-0.80rc4/configure
---- clamav-0.80rc4.orig/configure      2004-10-11 04:20:10.000000000 +0200
-+++ clamav-0.80rc4/configure   2004-10-16 23:35:11.146407944 +0200
-@@ -1042,7 +1042,7 @@
-   --with-dbdir=path     path to virus database directory
-   --with-db1=name       name of the main database (default=main.cvd)
-   --with-db2=name       name of the daily database (default=daily.cvd)
--  --with-tcpwrappers      support hosts.allow / hosts.deny (default=auto)
-+  --with-tcpwrappers      support hosts.allow / hosts.deny (default=no)
- Some influential environment variables:
-   CC          C compiler command
-@@ -14321,7 +14321,7 @@
-    { (exit 1); exit 1; }; } ;;
-   esac
- else
--   tcpw=auto
-+   tcpw=no
- fi
-diff -uNr clamav-0.80rc4.orig/configure.in clamav-0.80rc4/configure.in
 --- clamav-0.80rc4.orig/configure.in   2004-10-11 04:13:35.000000000 +0200
 +++ clamav-0.80rc4/configure.in        2004-10-16 23:33:12.456451560 +0200
 @@ -480,12 +480,12 @@
index d47d9e5e6a37b63a703f649a2709f891a24bdc4d..45da66f992f9df00ade619993091cde130dc0b90 100644 (file)
@@ -1,13 +1,15 @@
---- clamav-0.75.1/configure.in.orig    2004-08-25 00:15:42.315217000 +0200
-+++ clamav-0.75.1/configure.in 2004-08-25 00:26:37.646270662 +0200
-@@ -378,8 +378,8 @@
- AC_SUBST(TH_SAFE)
- AC_SUBST(ADDITIONAL_LIBS)
+--- clamav-0.90/configure.in~  2007-02-14 10:48:07.728714670 +0200
++++ clamav-0.90/configure.in   2007-02-14 10:50:17.861657126 +0200
+@@ -49,8 +49,12 @@
+ AC_COMPILE_CHECK_SIZEOF(long)
+ AC_COMPILE_CHECK_SIZEOF(long long)
  
--AC_CHECK_LIB(socket, bind, [LIBS="$LIBS -lsocket"; CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -lsocket"; LDFLAGS="$LDFLAGS -lsocket"; FRESHCLAM_LIBS="$FRESHCLAM_LIBS -lsocket"; CLAMD_LIBS="$CLAMD_LIBS -lsocket"])
--AC_CHECK_LIB(nsl, gethostent, [LIBS="$LIBS -lnsl"; CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -lnsl"; LDFLAGS="$LDFLAGS -lnsl"; FRESHCLAM_LIBS="$FRESHCLAM_LIBS -lnsl"; CLAMD_LIBS="$CLAMD_LIBS -lnsl"])
-+AC_CHECK_FUNC(socket,,[AC_CHECK_LIB(socket, bind, [LIBS="$LIBS -lsocket"; CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -lsocket"; LDFLAGS="$LDFLAGS -lsocket"; FRESHCLAM_LIBS="$FRESHCLAM_LIBS -lsocket"; CLAMD_LIBS="$CLAMD_LIBS -lsocket"])])
-+AC_CHECK_FUNC(gethostent,,[AC_CHECK_LIB(nsl, gethostent, [LIBS="$LIBS -lnsl"; CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -lnsl"; LDFLAGS="$LDFLAGS -lnsl"; FRESHCLAM_LIBS="$FRESHCLAM_LIBS -lnsl"; CLAMD_LIBS="$CLAMD_LIBS -lnsl"])])
++AC_CHECK_FUNC(socket,,
+ AC_CHECK_LIB(socket, bind, [LIBS="$LIBS -lsocket"; CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -lsocket"; FRESHCLAM_LIBS="$FRESHCLAM_LIBS -lsocket"; CLAMD_LIBS="$CLAMD_LIBS -lsocket"])
++])
++AC_CHECK_FUNC(gethostent,, [
+ AC_CHECK_LIB(nsl, gethostent, [LIBS="$LIBS -lnsl"; CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -lnsl"; FRESHCLAM_LIBS="$FRESHCLAM_LIBS -lnsl"; CLAMD_LIBS="$CLAMD_LIBS -lnsl"])
++])
+ AC_CHECK_LIB(iconv, libiconv_open, LIBCLAMAV_LIBS="$LIBCLAMAV_LIBS -liconv")
  
- dnl --enable-milter
- if test "$have_milter" = "yes"; then
index 95965824546d21869beb3f1463beeedf2fd50960..8eb95cc7d8a6c93880ffcc4a46a62b766ba267b8 100644 (file)
@@ -1,5 +1,5 @@
 --- clamav-0.90rc2/etc/clamd.conf      2006-11-05 18:53:11.342468909 +0200
-+++ clamav-0.90rc2/etc/clamd.conf      2006-11-05 18:53:11.342468909 +0200
++++ clamav-0.90/etc/clamd.conf 2007-02-14 10:46:12.916118373 +0200
 @@ -5,13 +5,13 @@
  
  
@@ -68,7 +68,7 @@
  
  # Stop daemon when libclamav reports out of memory condition.
  #ExitOnOOM yes
-@@ -303,15 +303,15 @@
+@@ -326,15 +326,15 @@
  
  # Set access mask for Clamuko.
  # Default: no
@@ -79,7 +79,7 @@
 +ClamukoScanOnClose yes
 +ClamukoScanOnExec yes
  
- # Set the include paths (all files in them will be scanned). You can have
+ # Set the include paths (all files inside them will be scanned). You can have
  # multiple ClamukoIncludePath directives but each directory must be added
  # in a seperate line.
  # Default: disabled
This page took 0.136504 seconds and 4 git commands to generate.