Hello community, here is the log from the commit of package clamav for openSUSE:13.1 checked in at 2013-09-30 17:52:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:13.1/clamav (Old) and /work/SRC/openSUSE:13.1/.clamav.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "clamav" Changes: -------- --- /work/SRC/openSUSE:13.1/clamav/clamav.changes 2013-09-23 10:48:46.000000000 +0200 +++ /work/SRC/openSUSE:13.1/.clamav.new/clamav.changes 2013-09-30 17:52:11.000000000 +0200 @@ -1,0 +2,13 @@ +Sat Sep 28 07:35:34 UTC 2013 - meissner@suse.com + +- Version 0.98 (bnc#841815) + * code quality fixes on libclamav, clamd, sigtool, clamav-milter, clamconf and clamdtop + * code quality fixes on libclamav, libclamunrar and freshclam + * valgrind suppression rules for dl_catch_error complaints + * bb #8385: PDF ASCII85Decode zero-length fix + * libclamav: SCAN_ALL mode fixes + * bb #7436: elf64 header early exit + * iso9660: iso_scan_file rewrite +- use source urls, add gpg signature retrieval. + +------------------------------------------------------------------- Old: ---- clamav-0.97.8.tar.gz New: ---- clamav-0.98.tar.gz clamav-0.98.tar.gz.sig clamav.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ clamav.spec ++++++ --- /var/tmp/diff_new_pack.ZuDBtx/_old 2013-09-30 17:52:11.000000000 +0200 +++ /var/tmp/diff_new_pack.ZuDBtx/_new 2013-09-30 17:52:11.000000000 +0200 @@ -45,7 +45,7 @@ Summary: Antivirus Toolkit License: GPL-2.0 Group: Productivity/Security -Version: 0.97.8 +Version: 0.98 Release: 0 Url: http://www.clamav.net Requires: latex2html-pngicons @@ -53,7 +53,8 @@ PreReq: %_sbindir/groupadd %_sbindir/useradd %_sbindir/usermod PreReq: /usr/bin/awk /bin/sed /bin/tar PreReq: %insserv_prereq -Source0: %{name}-%{version}.tar.gz +Source0: http://downloads.sourceforge.net/clamav/%{name}-%{version}.tar.gz +Source10: http://downloads.sourceforge.net/clamav/%{name}-%{version}.tar.gz.sig Source1: clamav-rcclamd Source2: clamav-rcfreshclam Source3: clamav-updateclamconf @@ -77,7 +78,7 @@ %prep %setup -q -%patch1 +%patch1 -p1 %if 0%{?suse_version} == 0910 # SLES9's libmilter doesn't have smfi_insheader() %patch2 @@ -112,7 +113,7 @@ --enable-clamdtop \ --disable-timestamps -make %{?jobs:-j%jobs} +make V=1 %{?jobs:-j%jobs} %install %makeinstall @@ -135,9 +136,16 @@ # Remove bogus dependencies from libclamav.pc sed -i 's/^Libs: .*/Libs: -lclamav/' %buildroot%_libdir/pkgconfig/libclamav.pc +# fix the new config file names +pushd %buildroot/etc +mv clamd.conf.sample clamd.conf +mv clamav-milter.conf.sample clamav-milter.conf +mv freshclam.conf.sample freshclam.conf +popd + %check -# regressoin tests +# regression tests %if !0%{?qemu_user_space_build:1} VALGRIND_GENSUP=1 make check %endif ++++++ clamav-0.97.8.tar.gz -> clamav-0.98.tar.gz ++++++ /work/SRC/openSUSE:13.1/clamav/clamav-0.97.8.tar.gz /work/SRC/openSUSE:13.1/.clamav.new/clamav-0.98.tar.gz differ: char 5, line 1 ++++++ clamav-conf.patch ++++++ --- /var/tmp/diff_new_pack.ZuDBtx/_old 2013-09-30 17:52:11.000000000 +0200 +++ /var/tmp/diff_new_pack.ZuDBtx/_new 2013-09-30 17:52:11.000000000 +0200 @@ -1,7 +1,6 @@ -Index: etc/clamav-milter.conf -=================================================================== ---- etc/clamav-milter.conf.orig 2012-06-12 14:36:05.000000000 +0100 -+++ etc/clamav-milter.conf 2012-06-18 22:49:23.000000000 +0100 +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 @@ -2,10 +2,6 @@ ## Example config file for clamav-milter ## @@ -13,7 +12,7 @@ ## ## Main options ## -@@ -17,8 +13,7 @@ Example +@@ -17,8 +13,7 @@ # inet6:port@[hostname|ip-address] - to specify an ipv6 socket # # Default: no default @@ -23,7 +22,7 @@ # Define the group ownership for the (unix) milter socket. # Default: disabled (the primary group of the user running clamd) -@@ -36,7 +31,7 @@ Example +@@ -36,7 +31,7 @@ # Run as another user (clamav-milter must be started by root for this option to work) # # Default: unset (don't drop privileges) @@ -32,7 +31,7 @@ # Initialize supplementary group access (clamav-milter must be started by root). # -@@ -64,7 +59,7 @@ Example +@@ -64,7 +59,7 @@ # daemon (main thread). # # Default: disabled @@ -41,7 +40,7 @@ # Optional path to the global temporary directory. # Default: system specific (usually /tmp or /var/tmp). -@@ -90,7 +85,7 @@ Example +@@ -90,7 +85,7 @@ # with the same socket: clamd servers will be selected in a round-robin fashion. # # Default: no default @@ -50,7 +49,7 @@ ## -@@ -238,13 +233,13 @@ Example +@@ -239,13 +234,13 @@ # Use system logger (can work together with LogFile). # # Default: no @@ -66,10 +65,9 @@ # Enable verbose logging. # -Index: etc/clamd.conf -=================================================================== ---- etc/clamd.conf.orig 2012-06-12 14:03:26.000000000 +0100 -+++ etc/clamd.conf 2012-06-18 22:49:23.000000000 +0100 +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 @@ -1,12 +1,8 @@ ## -## Example config file for the Clam AV daemon @@ -84,7 +82,7 @@ # Uncomment this option to enable logging. # LogFile must be writable for the user running daemon. # A full path is required. -@@ -40,12 +36,12 @@ Example +@@ -41,12 +37,12 @@ # Use system logger (can work together with LogFile). # Default: no @@ -99,7 +97,7 @@ # Enable verbose logging. # Default: no -@@ -58,7 +54,7 @@ Example +@@ -63,7 +59,7 @@ # This option allows you to save a process identifier of the listening # daemon (main thread). # Default: disabled @@ -108,7 +106,7 @@ # Optional path to the global temporary directory. # Default: system specific (usually /tmp or /var/tmp). -@@ -77,7 +73,7 @@ Example +@@ -82,7 +78,7 @@ # Path to a local socket file the daemon will listen on. # Default: disabled (must be specified by a user) @@ -117,7 +115,7 @@ # Sets the group ownership on the unix socket. # Default: disabled (the primary group of the user running clamd) -@@ -93,14 +89,14 @@ Example +@@ -98,14 +94,14 @@ # TCP port address. # Default: no @@ -134,7 +132,7 @@ # Maximum length the queue of pending connections may grow to. # Default: 200 -@@ -186,7 +182,7 @@ Example +@@ -191,7 +187,7 @@ # Run as another user (clamd must be started by root for this option to work) # Default: don't drop privileges @@ -143,7 +141,7 @@ # Initialize supplementary group access (clamd must be started by root). # Default: no -@@ -440,6 +436,10 @@ Example +@@ -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 @@ -154,10 +152,9 @@ # Default: no #ClamukoScanOnAccess yes -Index: etc/freshclam.conf -=================================================================== ---- etc/freshclam.conf.orig 2012-06-12 14:36:05.000000000 +0100 -+++ etc/freshclam.conf 2012-06-18 22:49:23.000000000 +0100 +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 @@ -1,12 +1,8 @@ ## -## Example config file for freshclam @@ -172,7 +169,7 @@ # Path to the database directory. # WARNING: It must match clamd.conf's directive! # Default: hardcoded (depends on installation options) -@@ -34,21 +30,21 @@ Example +@@ -35,12 +31,12 @@ # Use system logger (can work together with UpdateLogFile). # Default: no @@ -185,6 +182,10 @@ -#LogFacility LOG_MAIL +LogFacility LOG_MAIL + # Enable log rotation. Always enabled when LogFileMaxSize is enabled. + # Default: no +@@ -48,12 +44,12 @@ + # This option allows you to save the process identifier of the daemon # Default: disabled -#PidFile /var/run/freshclam.pid @@ -198,7 +199,7 @@ # Initialize supplementary group access (freshclam must be started by root). # Default: no -@@ -118,7 +114,7 @@ DatabaseMirror database.clamav.net +@@ -136,7 +132,7 @@ # Send the RELOAD command to clamd. # Default: no @@ -207,7 +208,7 @@ # Run command after successful database update. # Default: disabled -@@ -161,7 +157,7 @@ DatabaseMirror database.clamav.net +@@ -179,7 +175,7 @@ # detected in the field and in what geographic area they are. # Freshclam will connect to clamd in order to get recent statistics. # Default: no -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org