]> git.pld-linux.org Git - packages/avscan.git/commitdiff
Release 7 (by relup.sh) master auto/th/avscan-5.1.1-7
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 9 Jun 2023 20:33:53 +0000 (22:33 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 9 Jun 2023 20:33:53 +0000 (22:33 +0200)
avscan-clamav.patch [new file with mode: 0644]
avscan.spec

diff --git a/avscan-clamav.patch b/avscan-clamav.patch
new file mode 100644 (file)
index 0000000..9f91efc
--- /dev/null
@@ -0,0 +1,34 @@
+--- avscan-5.1.1-openssl/avscan/avs_avengine_scan.c.orig       2009-04-07 02:00:00.000000000 +0200
++++ avscan-5.1.1-openssl/avscan/avs_avengine_scan.c    2018-12-10 20:57:11.242064885 +0100
+@@ -750,6 +750,13 @@
+       guint options;
+       gchar *s;
+       const gchar *virus_name = NULL;
++#ifdef CL_SCAN_GENERAL_HEURISTICS
++      struct cl_scan_options scan_options = {CL_SCAN_GENERAL_HEURISTICS,
++                                             ~0,
++                                             0,
++                                             0,
++                                             0};
++#endif
+       /* Interrupted? */
+       if(*stop_count > 0)
+@@ -833,10 +841,17 @@
+       /* Scan this file */
+       status = (gint)cl_scandesc(
+               fd,
++#ifdef CL_SCAN_GENERAL_HEURISTICS
++              path,
++#endif
+               &virus_name,
+               &scanned_blocks,
+               d->engine,
++#ifdef CL_SCAN_GENERAL_HEURISTICS
++              &scan_options
++#else
+               (unsigned int)options
++#endif
+       );
+       /* Close the file */
index ee78e78a23c32359e10ad9795c46597160cee2a0..8eeab6c7c07867269d92cbcd1488a4d78aafcbbb 100644 (file)
@@ -2,12 +2,13 @@ Summary:      AntiVirus Scanner
 Summary(pl.UTF-8):     Skaner antywirusowy
 Name:          avscan
 Version:       5.1.1
-Release:       1
+Release:       7
 License:       GPL v2 with OpenSSL exception
 Group:         X11/Applications
 Source0:       http://wolfsinger.com/~wolfpack/packages/%{name}-%{version}-openssl.tar.bz2
 # Source0-md5: e8e76867fbdf4ddef9504b604db95667
 Patch0:                %{name}-verbose.patch
+Patch1:                %{name}-clamav.patch
 URL:           http://freecode.com/projects/avscan
 BuildRequires: clamav-devel
 BuildRequires: endeavour-devel >= 3
@@ -34,6 +35,7 @@ graficznym.
 %prep
 %setup -q -n %{name}-%{version}-openssl
 %patch0 -p1
+%patch1 -p1
 
 %build
 ./configure Linux
This page took 0.09827 seconds and 4 git commands to generate.