]> git.pld-linux.org Git - packages/c-icap-modules.git/commitdiff
- up to 0.5.5 auto/th/c-icap-modules-0.5.5-1
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 22 Oct 2021 17:10:57 +0000 (19:10 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 22 Oct 2021 17:10:57 +0000 (19:10 +0200)
c-icap-modules.spec
clamav0.101.patch

index d42e69d106d6e83b8b215dd1a8f878c57710feb0..53bd37b10155e876289b2c9ed5645d35baebce8a 100644 (file)
@@ -7,13 +7,13 @@
 %endif
 Summary:       Modules for c-icap ICAP server
 Name:          c-icap-modules
-Version:       0.5.2
+Version:       0.5.5
 Release:       1
 License:       BSD
 Group:         Libraries
 Group:         Networking/Daemons
 Source0:       http://downloads.sourceforge.net/c-icap/c_icap_modules-%{version}.tar.gz
-# Source0-md5: 465bb8551bb6039b67b3f785c6d88ee4
+# Source0-md5: ca6d5d124a4668d63affcaa5ab083e57
 Patch0:                %{name}-build.patch
 Patch1:                clamav0.101.patch
 URL:           http://c-icap.sourceforge.net/
index 7492e5e136c9945cf3a8e62d89b026690ccf4f38..117fb4c04f8819ecbc7350d828446d0a4332a84e 100644 (file)
@@ -1,14 +1,14 @@
 --- c_icap_modules-0.5.2/services/virus_scan/clamav_mod.c.orig 2018-09-11 16:25:29.000000000 +0200
 +++ c_icap_modules-0.5.2/services/virus_scan/clamav_mod.c      2018-12-13 23:00:00.909055631 +0100
 @@ -123,7 +123,7 @@
- #ifndef HAVE_LIBCLAMAV_095
- struct cl_limits limits;
- #endif
+ #ifdef HAVE_CL_SCAN_OPTIONS
+ struct cl_scan_options CLAMSCAN_OPTIONS;
+ #else
 -unsigned int CLAMSCAN_OPTIONS = CL_SCAN_STDOPT;
 +unsigned int CLAMSCAN_OPTIONS = CL_DB_STDOPT;
+ #endif
  
  struct virus_db *virusdb = NULL;
- struct virus_db *old_virusdb = NULL;
 @@ -489,7 +489,7 @@
                       CLAMSCAN_OPTIONS);
  #else
This page took 0.164249 seconds and 4 git commands to generate.