Version 0.97.3
OBS-URL: https://build.opensuse.org/package/show/security/clamav?expand=0&rev=52
This commit is contained in:
parent
7c88aa5147
commit
009a48091c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0a7ab0894e8fd7216c11e1a14dbc07611f4bbaa626c2e0c974d82dcfcb22ef29
|
|
||||||
size 43385056
|
|
3
clamav-0.97.3.tar.gz
Normal file
3
clamav-0.97.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3a8cece5b7e6b15410f6b8f96ff5591b2c5a72f290ee8a28fefda44cb5ae7aba
|
||||||
|
size 45793398
|
@ -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
|
Tue Jul 26 08:55:27 UTC 2011 - max@novell.com
|
||||||
|
|
||||||
|
18
clamav.spec
18
clamav.spec
@ -36,7 +36,7 @@ BuildRequires: bzip2
|
|||||||
%define clamav_check --disable-check
|
%define clamav_check --disable-check
|
||||||
%endif
|
%endif
|
||||||
Summary: Antivirus Toolkit
|
Summary: Antivirus Toolkit
|
||||||
Version: 0.97.2
|
Version: 0.97.3
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
@ -46,7 +46,7 @@ Obsoletes: clamav-db < 0.88.3
|
|||||||
PreReq: %_sbindir/groupadd %_sbindir/useradd %_sbindir/usermod
|
PreReq: %_sbindir/groupadd %_sbindir/useradd %_sbindir/usermod
|
||||||
PreReq: /usr/bin/awk /bin/sed /bin/tar
|
PreReq: /usr/bin/awk /bin/sed /bin/tar
|
||||||
PreReq: %insserv_prereq
|
PreReq: %insserv_prereq
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Source1: clamav-rcclamd
|
Source1: clamav-rcclamd
|
||||||
Source2: clamav-rcfreshclam
|
Source2: clamav-rcfreshclam
|
||||||
Source3: clamav-updateclamconf
|
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
|
* built-in support for popular document formats including MS Office and
|
||||||
MacOffice files, HTML, RTF and PDF
|
MacOffice files, HTML, RTF and PDF
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Tomasz Kojm
|
|
||||||
Nigel Horne
|
|
||||||
|
|
||||||
%package db
|
%package db
|
||||||
License: BSD3c(or similar) ; GPLv2+ ; LGPLv2.1+ ; Public Domain, Freeware ; MIT License (or similar)
|
License: BSD3c(or similar) ; GPLv2+ ; LGPLv2.1+ ; Public Domain, Freeware ; MIT License (or similar)
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
@ -135,8 +128,8 @@ Authors:
|
|||||||
CFLAGS="-fstack-protector"
|
CFLAGS="-fstack-protector"
|
||||||
CXXFLAGS="-fstack-protector"
|
CXXFLAGS="-fstack-protector"
|
||||||
%endif
|
%endif
|
||||||
export CFLAGS="%optflags $CFLAGS"
|
export CFLAGS="%optflags -fno-strict-aliasing $CFLAGS"
|
||||||
export CXXFLAGS="%optflags $CXXFLAGS"
|
export CXXFLAGS="%optflags -fno-strict-aliasing $CXXFLAGS"
|
||||||
%if 0%{?suse_version} == 0910
|
%if 0%{?suse_version} == 0910
|
||||||
# SLES9 needs this macro to enable the quarantine feature in libmilter
|
# SLES9 needs this macro to enable the quarantine feature in libmilter
|
||||||
CFLAGS="$CFLAGS -D_FFR_QUARANTINE -D_FFR_SMFI_OPENSOCKET"
|
CFLAGS="$CFLAGS -D_FFR_QUARANTINE -D_FFR_SMFI_OPENSOCKET"
|
||||||
@ -186,9 +179,6 @@ rm %buildroot/%_libdir/*.la
|
|||||||
# Remove bogus dependencies from libclamav.pc
|
# Remove bogus dependencies from libclamav.pc
|
||||||
sed -i 's/^Libs: .*/Libs: -lclamav/' %buildroot%_libdir/pkgconfig/libclamav.pc
|
sed -i 's/^Libs: .*/Libs: -lclamav/' %buildroot%_libdir/pkgconfig/libclamav.pc
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %buildroot
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%config(noreplace) %_sysconfdir/*.conf
|
%config(noreplace) %_sysconfdir/*.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user