- 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. OBS-URL: https://build.opensuse.org/package/show/security/clamav?expand=0&rev=87
This commit is contained in:
parent
fddb1b1ad5
commit
409168917e
3
clamav-0.98.1.tar.gz
Normal file
3
clamav-0.98.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:35f5e84d734cdd4532c1cc6c92560c5b31d1c24f2e1e203bef0ca1351eb223dc
|
||||||
|
size 15431484
|
BIN
clamav-0.98.1.tar.gz.sig
Normal file
BIN
clamav-0.98.1.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:113450537f46ed47f010a179be333a0dcd79eac13f264dce26db7aac8d52b3b6
|
|
||||||
size 37075245
|
|
Binary file not shown.
@ -1,6 +1,7 @@
|
|||||||
diff -burNE clamav-0.98_orig/etc/clamav-milter.conf.sample clamav-0.98/etc/clamav-milter.conf.sample
|
Index: clamav-0.98.1/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
|
--- 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 @@
|
@@ -2,10 +2,6 @@
|
||||||
## Example config file for clamav-milter
|
## 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.
|
# Enable verbose logging.
|
||||||
#
|
#
|
||||||
diff -burNE clamav-0.98_orig/etc/clamd.conf.sample clamav-0.98/etc/clamd.conf.sample
|
Index: clamav-0.98.1/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
|
--- 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 @@
|
@@ -1,12 +1,8 @@
|
||||||
##
|
##
|
||||||
-## Example config file for the Clam AV daemon
|
-## 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).
|
# Initialize supplementary group access (clamd must be started by root).
|
||||||
# Default: no
|
# Default: no
|
||||||
@@ -501,6 +497,10 @@
|
@@ -501,6 +497,10 @@
|
||||||
# Enable Clamuko. Dazuko must be configured and running. Clamuko supports
|
##
|
||||||
# both Dazuko (/dev/dazuko) and DazukoFS (/dev/dazukofs.ctrl). DazukoFS
|
## On-access Scan Settings
|
||||||
# is the preferred option. For more information please visit www.dazuko.org
|
##
|
||||||
+#
|
+#
|
||||||
+# When enabling this, you most probably have to set "User root" above,
|
+# When enabling this, you most probably have to set "User root" above,
|
||||||
+# so that clamav can access the files to be scanned.
|
+# 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
|
# Enable on-access scanning. Currently, this is supported via fanotify.
|
||||||
--- clamav-0.98_orig/etc/freshclam.conf.sample 2013-09-27 20:10:07.805516478 +0200
|
# Clamuko/Dazuko support has been deprecated.
|
||||||
+++ clamav-0.98/etc/freshclam.conf.sample 2013-09-27 20:10:23.892676423 +0200
|
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 @@
|
@@ -1,12 +1,8 @@
|
||||||
##
|
##
|
||||||
-## Example config file for freshclam
|
-## Example config file for freshclam
|
||||||
|
@ -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
|
Sun Dec 15 16:03:46 UTC 2013 - uweigand@de.ibm.com
|
||||||
|
|
||||||
- fix build failures on ppc64le:
|
- fix build failures on ppc64le:
|
||||||
* fanotify is only supported on x86 platforms
|
* fanotify is only supported on x86 platforms
|
||||||
* building tomsfastmath on (non-x86) 64-bit platforms requires -DFP_64BIT
|
* building tomsfastmath on (non-x86) 64-bit platforms requires -DFP_64BIT
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sat Sep 28 07:35:34 UTC 2013 - meissner@suse.com
|
Sat Sep 28 07:35:34 UTC 2013 - meissner@suse.com
|
||||||
|
|
||||||
- Version 0.98 (bnc#841815)
|
- Version 0.98 (bnc#841815)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package clamav
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -45,7 +45,7 @@ BuildRequires: bzip2
|
|||||||
Summary: Antivirus Toolkit
|
Summary: Antivirus Toolkit
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
Version: 0.98
|
Version: 0.98.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.clamav.net
|
Url: http://www.clamav.net
|
||||||
Requires: latex2html-pngicons
|
Requires: latex2html-pngicons
|
||||||
|
Loading…
x
Reference in New Issue
Block a user