From 009a48091c5c55033c02080f586279f7268e90d884a6c53b049a4554ac04e765 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Tue, 18 Oct 2011 09:21:19 +0000 Subject: [PATCH] Version 0.97.3 OBS-URL: https://build.opensuse.org/package/show/security/clamav?expand=0&rev=52 --- clamav-0.97.2.tar.bz2 | 3 --- clamav-0.97.3.tar.gz | 3 +++ clamav.changes | 17 +++++++++++++++++ clamav.spec | 18 ++++-------------- 4 files changed, 24 insertions(+), 17 deletions(-) delete mode 100644 clamav-0.97.2.tar.bz2 create mode 100644 clamav-0.97.3.tar.gz diff --git a/clamav-0.97.2.tar.bz2 b/clamav-0.97.2.tar.bz2 deleted file mode 100644 index 217b8fd..0000000 --- a/clamav-0.97.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a7ab0894e8fd7216c11e1a14dbc07611f4bbaa626c2e0c974d82dcfcb22ef29 -size 43385056 diff --git a/clamav-0.97.3.tar.gz b/clamav-0.97.3.tar.gz new file mode 100644 index 0000000..e0d8428 --- /dev/null +++ b/clamav-0.97.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a8cece5b7e6b15410f6b8f96ff5591b2c5a72f290ee8a28fefda44cb5ae7aba +size 45793398 diff --git a/clamav.changes b/clamav.changes index a1b6825..a74f630 100644 --- a/clamav.changes +++ b/clamav.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Oct 18 09:17:51 UTC 2011 - max@suse.com + +- New version 0.97.3: + * freshclam/manager.c: fix error when compiling without DNS + support (bb#3056) + * libclamav/pdf.c: flag and dump PDF objects with /Launch + (bb #3514) + * libclamav/bytecode.c,bytecode_api.c: fix recursion level crash + (bb #3706). + * docs: clarify behavior of --scan-*/Scan* options (bb#3134) + * libclamav/bytecode_vm.c: fix opcode 20 error (bb #3100) + * freshclam: fix pidfile removal (bb#3499) + * libclamav/pdf.c: fix incorrect blocking of some encrypted PDF + with empty user passwords. (bb #3364) + * sigtool/sigtool.c: fix calculation of max signature length + ------------------------------------------------------------------- Tue Jul 26 08:55:27 UTC 2011 - max@novell.com diff --git a/clamav.spec b/clamav.spec index 6602cf1..04001e4 100644 --- a/clamav.spec +++ b/clamav.spec @@ -36,7 +36,7 @@ BuildRequires: bzip2 %define clamav_check --disable-check %endif Summary: Antivirus Toolkit -Version: 0.97.2 +Version: 0.97.3 Release: 1 License: GPLv2 Group: Productivity/Security @@ -46,7 +46,7 @@ Obsoletes: clamav-db < 0.88.3 PreReq: %_sbindir/groupadd %_sbindir/useradd %_sbindir/usermod PreReq: /usr/bin/awk /bin/sed /bin/tar PreReq: %insserv_prereq -Source0: %{name}-%{version}.tar.bz2 +Source0: %{name}-%{version}.tar.gz Source1: clamav-rcclamd Source2: clamav-rcfreshclam Source3: clamav-updateclamconf @@ -94,13 +94,6 @@ Here is a list of the main features: * built-in support for popular document formats including MS Office and MacOffice files, HTML, RTF and PDF - - -Authors: --------- - Tomasz Kojm - Nigel Horne - %package db License: BSD3c(or similar) ; GPLv2+ ; LGPLv2.1+ ; Public Domain, Freeware ; MIT License (or similar) Group: Productivity/Security @@ -135,8 +128,8 @@ Authors: CFLAGS="-fstack-protector" CXXFLAGS="-fstack-protector" %endif -export CFLAGS="%optflags $CFLAGS" -export CXXFLAGS="%optflags $CXXFLAGS" +export CFLAGS="%optflags -fno-strict-aliasing $CFLAGS" +export CXXFLAGS="%optflags -fno-strict-aliasing $CXXFLAGS" %if 0%{?suse_version} == 0910 # SLES9 needs this macro to enable the quarantine feature in libmilter CFLAGS="$CFLAGS -D_FFR_QUARANTINE -D_FFR_SMFI_OPENSOCKET" @@ -186,9 +179,6 @@ rm %buildroot/%_libdir/*.la # Remove bogus dependencies from libclamav.pc sed -i 's/^Libs: .*/Libs: -lclamav/' %buildroot%_libdir/pkgconfig/libclamav.pc -%clean -rm -rf %buildroot - %files %defattr(-,root,root,-) %config(noreplace) %_sysconfdir/*.conf