diff --git a/clamav-0.98.1.tar.gz b/clamav-0.98.1.tar.gz new file mode 100644 index 0000000..2d25c03 --- /dev/null +++ b/clamav-0.98.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f5e84d734cdd4532c1cc6c92560c5b31d1c24f2e1e203bef0ca1351eb223dc +size 15431484 diff --git a/clamav-0.98.1.tar.gz.sig b/clamav-0.98.1.tar.gz.sig new file mode 100644 index 0000000..54fa115 Binary files /dev/null and b/clamav-0.98.1.tar.gz.sig differ diff --git a/clamav-0.98.tar.gz b/clamav-0.98.tar.gz deleted file mode 100644 index 90701fd..0000000 --- a/clamav-0.98.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:113450537f46ed47f010a179be333a0dcd79eac13f264dce26db7aac8d52b3b6 -size 37075245 diff --git a/clamav-0.98.tar.gz.sig b/clamav-0.98.tar.gz.sig deleted file mode 100644 index 0e7bba4..0000000 Binary files a/clamav-0.98.tar.gz.sig and /dev/null differ diff --git a/clamav-conf.patch b/clamav-conf.patch index 0e7fcc1..2b29ebd 100644 --- a/clamav-conf.patch +++ b/clamav-conf.patch @@ -1,6 +1,7 @@ -diff -burNE clamav-0.98_orig/etc/clamav-milter.conf.sample clamav-0.98/etc/clamav-milter.conf.sample ---- clamav-0.98_orig/etc/clamav-milter.conf.sample 2013-09-27 20:10:07.805516478 +0200 -+++ clamav-0.98/etc/clamav-milter.conf.sample 2013-09-27 20:10:23.890676403 +0200 +Index: clamav-0.98.1/etc/clamav-milter.conf.sample +=================================================================== +--- clamav-0.98.1.orig/etc/clamav-milter.conf.sample 2014-01-13 18:02:18.000000000 +0100 ++++ clamav-0.98.1/etc/clamav-milter.conf.sample 2014-01-24 16:26:53.379053521 +0100 @@ -2,10 +2,6 @@ ## Example config file for clamav-milter ## @@ -65,9 +66,10 @@ diff -burNE clamav-0.98_orig/etc/clamav-milter.conf.sample clamav-0.98/etc/clama # Enable verbose logging. # -diff -burNE clamav-0.98_orig/etc/clamd.conf.sample clamav-0.98/etc/clamd.conf.sample ---- clamav-0.98_orig/etc/clamd.conf.sample 2013-09-27 20:10:07.805516478 +0200 -+++ clamav-0.98/etc/clamd.conf.sample 2013-09-27 20:10:23.891676413 +0200 +Index: clamav-0.98.1/etc/clamd.conf.sample +=================================================================== +--- clamav-0.98.1.orig/etc/clamd.conf.sample 2014-01-13 18:02:34.000000000 +0100 ++++ clamav-0.98.1/etc/clamd.conf.sample 2014-01-24 16:26:53.380053533 +0100 @@ -1,12 +1,8 @@ ## -## Example config file for the Clam AV daemon @@ -142,19 +144,20 @@ diff -burNE clamav-0.98_orig/etc/clamd.conf.sample clamav-0.98/etc/clamd.conf.sa # Initialize supplementary group access (clamd must be started by root). # Default: no @@ -501,6 +497,10 @@ - # Enable Clamuko. Dazuko must be configured and running. Clamuko supports - # both Dazuko (/dev/dazuko) and DazukoFS (/dev/dazukofs.ctrl). DazukoFS - # is the preferred option. For more information please visit www.dazuko.org + ## + ## On-access Scan Settings + ## +# +# When enabling this, you most probably have to set "User root" above, +# so that clamav can access the files to be scanned. +# - # Default: no - #ClamukoScanOnAccess yes -diff -burNE clamav-0.98_orig/etc/freshclam.conf.sample clamav-0.98/etc/freshclam.conf.sample ---- clamav-0.98_orig/etc/freshclam.conf.sample 2013-09-27 20:10:07.805516478 +0200 -+++ clamav-0.98/etc/freshclam.conf.sample 2013-09-27 20:10:23.892676423 +0200 + # Enable on-access scanning. Currently, this is supported via fanotify. + # Clamuko/Dazuko support has been deprecated. +Index: clamav-0.98.1/etc/freshclam.conf.sample +=================================================================== +--- clamav-0.98.1.orig/etc/freshclam.conf.sample 2014-01-13 18:02:18.000000000 +0100 ++++ clamav-0.98.1/etc/freshclam.conf.sample 2014-01-24 16:26:53.380053533 +0100 @@ -1,12 +1,8 @@ ## -## Example config file for freshclam diff --git a/clamav.changes b/clamav.changes index 8f54e05..57098d4 100644 --- a/clamav.changes +++ b/clamav.changes @@ -1,11 +1,27 @@ -------------------------------------------------------------------- +Fri Jan 24 15:40:03 UTC 2014 - max@suse.com + +- Version 0.98.1: + * remove copy of wxWidgets (halves the size of the tarball). + * Decompression and scanning of files in "Xz" compression + format. + * Extraction, decompression, and scanning of files within Apple + Disk Image (DMG) format. + * Extraction, decompression, and scanning of files within + Extensible Archive (XAR) format. XAR format is commonly used + for software packaging, such as PKG and RPM, as well as + general archival. + * Improvements and fixes to extraction and scanning of ole + formats. + * Option to force all scanned data to disk. + * Various improvements to ClamAV configuration, support of third + party libraries, and unit tests. + Sun Dec 15 16:03:46 UTC 2013 - uweigand@de.ibm.com - fix build failures on ppc64le: * fanotify is only supported on x86 platforms * building tomsfastmath on (non-x86) 64-bit platforms requires -DFP_64BIT -------------------------------------------------------------------- Sat Sep 28 07:35:34 UTC 2013 - meissner@suse.com - Version 0.98 (bnc#841815) diff --git a/clamav.spec b/clamav.spec index 57ff551..4854206 100644 --- a/clamav.spec +++ b/clamav.spec @@ -1,7 +1,7 @@ # # spec file for package clamav # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -45,7 +45,7 @@ BuildRequires: bzip2 Summary: Antivirus Toolkit License: GPL-2.0 Group: Productivity/Security -Version: 0.98 +Version: 0.98.1 Release: 0 Url: http://www.clamav.net Requires: latex2html-pngicons