Accepting request 109833 from security
- New version 0.97.4 * libclamav/bytecode.c: reset to BYTECODE_AUTO mode at db reload so that we don't fail to re-enable or re-disable it again (bb#3789) * misc: performance improvement for HP-UX PA-RISC - patch from Michael Pelletier <michael.v.pelletier*raytheon.com> (bb#3926) * libclamav/pe.c: parse vinfo where varfileinfo occours before stringfileinfo (bb#3062) * clamd: add support for on-access scanning on OS X with ClamAuth (beta) * libclamav/bytecode_api*: Fix Sparc crash (bb #4324) * libclamav: fix bytecode whitelisting * libclamav: fix macro detection in OLE2BlockMacros (bb#4269) * libclamav/readdb.c: allow comments in all db files (bb#3930) * libclamav/scanners.c: use lsigs when scanning vba data (bb#3922) * libclamav/matcher-hash.c: Fix SIGBUS on PA-RISC (big-endian) architectures (bb #3894). (forwarded request 109812 from toganm) OBS-URL: https://build.opensuse.org/request/show/109833 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/clamav?expand=0&rev=47
This commit is contained in:
commit
6ff038e226
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a8cece5b7e6b15410f6b8f96ff5591b2c5a72f290ee8a28fefda44cb5ae7aba
|
||||
size 45793398
|
3
clamav-0.97.4.tar.gz
Normal file
3
clamav-0.97.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:958dd09c9da9ceb50c9e556b3ced9cbdf40e836d2bdc98286ce96e84fd4a5a53
|
||||
size 48386114
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 17 14:18:48 UTC 2012 - toganm@opensuse.org
|
||||
|
||||
- New version 0.97.4
|
||||
* libclamav/bytecode.c: reset to BYTECODE_AUTO mode at db reload
|
||||
so that we don't fail to re-enable or re-disable it again
|
||||
(bb#3789)
|
||||
* misc: performance improvement for HP-UX PA-RISC - patch from
|
||||
Michael Pelletier <michael.v.pelletier*raytheon.com>
|
||||
(bb#3926)
|
||||
* libclamav/pe.c: parse vinfo where varfileinfo occours before
|
||||
stringfileinfo (bb#3062)
|
||||
* clamd: add support for on-access scanning on OS X with ClamAuth
|
||||
(beta)
|
||||
* libclamav/bytecode_api*: Fix Sparc crash (bb #4324)
|
||||
* libclamav: fix bytecode whitelisting
|
||||
* libclamav: fix macro detection in OLE2BlockMacros (bb#4269)
|
||||
* libclamav/readdb.c: allow comments in all db files (bb#3930)
|
||||
* libclamav/scanners.c: use lsigs when scanning vba data (bb#3922)
|
||||
* libclamav/matcher-hash.c: Fix SIGBUS on PA-RISC (big-endian)
|
||||
architectures (bb #3894).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 18 09:17:51 UTC 2011 - max@suse.com
|
||||
|
||||
|
23
clamav.spec
23
clamav.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package clamav
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,12 +16,16 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: clamav
|
||||
BuildRequires: ncurses-devel sed sendmail sendmail-devel
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: sed
|
||||
BuildRequires: sendmail
|
||||
BuildRequires: sendmail-devel
|
||||
%define llvm --disable-llvm
|
||||
%if 0%{?suse_version} >= 1010
|
||||
BuildRequires: bc pkgconfig zlib-devel
|
||||
BuildRequires: bc
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: zlib-devel
|
||||
%ifarch %ix86 x86_64
|
||||
%define llvm --enable-llvm
|
||||
# Needed for compiling LLVM.
|
||||
@ -29,17 +33,20 @@ BuildRequires: gcc-c++
|
||||
%endif
|
||||
%endif
|
||||
%if 0%{?suse_version} >= 1030
|
||||
BuildRequires: check-devel libbz2-devel pwdutils python-devel
|
||||
BuildRequires: check-devel
|
||||
BuildRequires: libbz2-devel
|
||||
BuildRequires: pwdutils
|
||||
BuildRequires: python-devel
|
||||
%define clamav_check --enable-check
|
||||
%else
|
||||
BuildRequires: bzip2
|
||||
%define clamav_check --disable-check
|
||||
%endif
|
||||
Summary: Antivirus Toolkit
|
||||
Version: 0.97.3
|
||||
Release: 1
|
||||
License: GPL-2.0
|
||||
Group: Productivity/Security
|
||||
Version: 0.97.4
|
||||
Release: 0
|
||||
Url: http://www.clamav.net
|
||||
Requires: latex2html-pngicons
|
||||
Obsoletes: clamav-db < 0.88.3
|
||||
@ -95,9 +102,9 @@ Here is a list of the main features:
|
||||
MacOffice files, HTML, RTF and PDF
|
||||
|
||||
%package db
|
||||
Summary: Virus Database for ClamAV
|
||||
License: BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+ ; SUSE-Public-Domain ; MIT
|
||||
Group: Productivity/Security
|
||||
Summary: Virus Database for ClamAV
|
||||
PreReq: clamav sed /bin/cp /usr/bin/awk /bin/rm
|
||||
%if 0%{?suse_version} > 1120
|
||||
BuildArch: noarch
|
||||
|
Loading…
x
Reference in New Issue
Block a user