diff --git a/clamav-0.90.3.tar.bz2 b/clamav-0.90.3.tar.bz2 deleted file mode 100644 index fa641cc..0000000 --- a/clamav-0.90.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1278b1ac33ecbafc2260db15a4f95f041eb5c70ba2a3db19558260361302fb07 -size 12061015 diff --git a/clamav-0.91.tar.bz2 b/clamav-0.91.tar.bz2 new file mode 100644 index 0000000..881288b --- /dev/null +++ b/clamav-0.91.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:892acd6b8c352857c54b5a104de79a545f3304249df869d70542886a7d4cbab0 +size 12582613 diff --git a/clamav-conf.patch b/clamav-conf.patch index 7c6ed53..365f1b8 100644 --- a/clamav-conf.patch +++ b/clamav-conf.patch @@ -42,7 +42,7 @@ # Path to a local socket file the daemon will listen on. # Default: disabled (must be specified by a user) --LocalSocket /tmp/clamd +-LocalSocket /tmp/clamd.socket +#LocalSocket /var/lib/clamav/clamd-socket # Remove stale socket after unclean shutdown. diff --git a/clamav.changes b/clamav.changes index bb9999f..9f8d72d 100644 --- a/clamav.changes +++ b/clamav.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Jul 11 17:27:51 CEST 2007 - max@suse.de + +- Update to version 0.91 (#289830) +- improved handling of .mdb files (fixes long startup times) +- Adds anti-phishing support +- unpacker for NSIS (Nullsoft Scriptable Install System) + self-extracting archives +- unpacker for ASPack 2.12 +- new implementation of the Aho-Corasick pattern matcher providing + better detection for wildcard enabled signatures +- support for nibble matching and floating offsets +- extraction of PE files embedded into other executables +- better handling of PE & UPX +- removed dependency on libcurl (improves stability) +- many other improvements and bugfixes + ------------------------------------------------------------------- Thu May 31 16:45:25 CEST 2007 - max@suse.de diff --git a/clamav.spec b/clamav.spec index ccdb889..0093c88 100644 --- a/clamav.spec +++ b/clamav.spec @@ -1,5 +1,5 @@ # -# spec file for package clamav (Version 0.90.3) +# spec file for package clamav (Version 0.91) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,15 +12,15 @@ Name: clamav %if 0%{?suse_version} >= 1010 || 0%{!?suse_version:1} -BuildRequires: bc curl-devel gmp-devel pkgconfig tcpd-devel +BuildRequires: bc gmp-devel pkgconfig tcpd-devel %endif %if 0%{?suse_version} > 1020 BuildRequires: pwdutils %endif Summary: Antivirus Toolkit -Version: 0.90.3 +Version: 0.91 Release: 1 -License: GNU General Public License (GPL) +License: GPL v2 or later Group: Productivity/Security URL: http://www.clamav.net Requires: latex2html-pngicons @@ -201,6 +201,20 @@ for distfile in {main,daily}.cvd.dist; do done %changelog +* Wed Jul 11 2007 - max@suse.de +- Update to version 0.91 (#289830) +- improved handling of .mdb files (fixes long startup times) +- Adds anti-phishing support +- unpacker for NSIS (Nullsoft Scriptable Install System) + self-extracting archives +- unpacker for ASPack 2.12 +- new implementation of the Aho-Corasick pattern matcher providing + better detection for wildcard enabled signatures +- support for nibble matching and floating offsets +- extraction of PE files embedded into other executables +- better handling of PE & UPX +- removed dependency on libcurl (improves stability) +- many other improvements and bugfixes * Thu May 31 2007 - max@suse.de - Security update: 0.90.3 (#279536) - libclamav/unsp.c: fix end of buffer calculation (bb#464)