Hello community,

here is the log from the commit of package clamav for openSUSE:Factory checked 
in at 2014-05-09 20:30:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clamav (Old)
 and      /work/SRC/openSUSE:Factory/.clamav.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "clamav"

Changes:
--------
--- /work/SRC/openSUSE:Factory/clamav/clamav.changes    2014-05-02 
09:51:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.clamav.new/clamav.changes       2014-05-09 
20:30:15.000000000 +0200
@@ -1,0 +2,37 @@
+Thu May  8 15:02:40 UTC 2014 - [email protected]
+
+- Version 0.98.3:
+  * Support for common raw disk image formats using 512 byte
+    sectors, specifically GPT, APM, and MBR partitioning.
+  * Experimental support of OpenIOC files. ClamAV will now extract
+    file hashes from OpenIOC files residing in the signature
+    database location, and generate ClamAV hash signatures. ClamAV
+    uses no other OpenIOC features at this time. No OpenIOC files
+    will be delivered through freshclam. See openioc.org and
+    iocbucket.com for additional information about OpenIOC.
+  * All ClamAV sockets (clamd, freshclam, clamav-milter, clamdscan,
+    clamdtop) now support IPV6 addresses and configuration
+    parameters.
+  * Use OpenSSL file hash functions for improved performance.
+    OpenSSL is now prerequisite software for ClamAV 0.98.3.
+  * Improved detection of malware scripts within image files.
+  * Change to circumvent possible denial of service when processing
+    icons within specially crafted PE files. Icon limits are now in
+    place with corresponding clamd and clamscan configuration
+    parameters. This issue was reported by Joxean Koret.
+  * Improvements to the fidelity of the ClamAV pattern matcher, an
+    issue reported by Christian Blichmann.
+  * Opt-in collection of statistics. Statistics collected are:
+    sizes and MD5 hashes of files, PE file section counts and
+    section MD5 hashes, and names and counts of detected
+    viruses. Enable statistics collection with the --enable-stats
+    clamscan flag or StatsEnabled clamd configuration parameter.
+  * Improvements to ClamAV build process, unit tests, and platform
+    support.
+  * Improve error handling in freshclam.
+  * ClamAV 0.98.3 also includes miscellaneous bug fixes and
+    documentation improvements.
+- clamav-fan-syscalls.patch isn't needed anymore because ClamAV
+  now uses sys/fanotify.h .
+
+-------------------------------------------------------------------

Old:
----
  clamav-0.98.1.tar.gz
  clamav-0.98.1.tar.gz.sig
  clamav-fan-syscalls.patch

New:
----
  clamav-0.98.3.tar.gz
  clamav-0.98.3.tar.gz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ clamav.spec ++++++
--- /var/tmp/diff_new_pack.UW6G0m/_old  2014-05-09 20:30:16.000000000 +0200
+++ /var/tmp/diff_new_pack.UW6G0m/_new  2014-05-09 20:30:16.000000000 +0200
@@ -37,6 +37,8 @@
 %if 0%{?suse_version} >= 1030
 BuildRequires:  check-devel
 BuildRequires:  libbz2-devel
+BuildRequires:  libopenssl-devel
+BuildRequires:  libxml2-devel
 BuildRequires:  pwdutils
 BuildRequires:  python-devel
 %define clamav_check --enable-check
@@ -47,7 +49,7 @@
 Summary:        Antivirus Toolkit
 License:        GPL-2.0
 Group:          Productivity/Security
-Version:        0.98.1
+Version:        0.98.3
 Release:        0
 Url:            http://www.clamav.net
 Requires:       latex2html-pngicons
@@ -70,7 +72,6 @@
 Patch1:         clamav-conf.patch
 Patch2:         clamav-sles9.patch
 Patch3:         clamav-gcc47.patch
-Patch4:         clamav-fan-syscalls.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} >= 1210
 BuildRequires:  systemd
@@ -94,7 +95,6 @@
 %patch2
 %endif
 %patch3 -p1
-%patch4 -p1
 
 %build
 %if 0%{?suse_version} >= 1010

++++++ clamav-0.98.1.tar.gz -> clamav-0.98.3.tar.gz ++++++
/work/SRC/openSUSE:Factory/clamav/clamav-0.98.1.tar.gz 
/work/SRC/openSUSE:Factory/.clamav.new/clamav-0.98.3.tar.gz differ: char 5, 
line 1

++++++ clamav-conf.patch ++++++
--- /var/tmp/diff_new_pack.UW6G0m/_old  2014-05-09 20:30:16.000000000 +0200
+++ /var/tmp/diff_new_pack.UW6G0m/_new  2014-05-09 20:30:16.000000000 +0200
@@ -1,7 +1,7 @@
-Index: clamav-0.98.1/etc/clamav-milter.conf.sample
+Index: clamav-0.98.3/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
+--- clamav-0.98.3.orig/etc/clamav-milter.conf.sample   2014-05-06 
20:39:56.000000000 +0200
++++ clamav-0.98.3/etc/clamav-milter.conf.sample        2014-05-08 
16:42:14.865949467 +0200
 @@ -2,10 +2,6 @@
  ## Example config file for clamav-milter
  ##
@@ -66,10 +66,10 @@
  
  # Enable verbose logging.
  #
-Index: clamav-0.98.1/etc/clamd.conf.sample
+Index: clamav-0.98.3/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
+--- clamav-0.98.3.orig/etc/clamd.conf.sample   2014-05-08 16:42:07.318862339 
+0200
++++ clamav-0.98.3/etc/clamd.conf.sample        2014-05-08 16:45:03.177891683 
+0200
 @@ -1,12 +1,8 @@
  ##
 -## Example config file for the Clam AV daemon
@@ -117,7 +117,7 @@
  
  # Sets the group ownership on the unix socket.
  # Default: disabled (the primary group of the user running clamd)
-@@ -98,14 +94,14 @@
+@@ -98,7 +94,7 @@
  
  # TCP port address.
  # Default: no
@@ -126,15 +126,16 @@
  
  # TCP address.
  # By default we bind to INADDR_ANY, probably not wise.
- # Enable the following to provide some degree of protection
- # from the outside world.
+@@ -106,7 +102,7 @@
+ # from the outside world. This option can be specified multiple
+ # times if you want to listen on multiple IPs. IPv6 is now supported.
  # Default: no
 -#TCPAddr 127.0.0.1
 +TCPAddr 127.0.0.1
  
  # Maximum length the queue of pending connections may grow to.
  # Default: 200
-@@ -191,7 +187,7 @@
+@@ -192,7 +188,7 @@
  
  # Run as another user (clamd must be started by root for this option to work)
  # Default: don't drop privileges
@@ -143,7 +144,7 @@
  
  # Initialize supplementary group access (clamd must be started by root).
  # Default: no
-@@ -501,6 +497,10 @@
+@@ -525,6 +521,10 @@
  ##
  ## On-access Scan Settings
  ##
@@ -154,10 +155,10 @@
  
  # 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
+Index: clamav-0.98.3/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
+--- clamav-0.98.3.orig/etc/freshclam.conf.sample       2014-05-08 
16:42:07.349862696 +0200
++++ clamav-0.98.3/etc/freshclam.conf.sample    2014-05-08 16:42:14.866949479 
+0200
 @@ -1,12 +1,8 @@
  ##
 -## Example config file for freshclam


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to