From 2177610d62394093e80d424e134e6d53b08a2b0c563fceb5e51f105b9b0eeb6e Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 31 May 2007 18:47:36 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/clamav?expand=0&rev=6 --- clamav-0.90.2.tar.bz2 | 3 --- clamav-0.90.3.tar.bz2 | 3 +++ clamav.changes | 12 ++++++++++++ clamav.spec | 13 +++++++++++-- 4 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 clamav-0.90.2.tar.bz2 create mode 100644 clamav-0.90.3.tar.bz2 diff --git a/clamav-0.90.2.tar.bz2 b/clamav-0.90.2.tar.bz2 deleted file mode 100644 index b738e1b..0000000 --- a/clamav-0.90.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d8c6488fb2908793f9b054f80e9890f8557e777713a29b6e354056b3b92dca1 -size 11625070 diff --git a/clamav-0.90.3.tar.bz2 b/clamav-0.90.3.tar.bz2 new file mode 100644 index 0000000..fa641cc --- /dev/null +++ b/clamav-0.90.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1278b1ac33ecbafc2260db15a4f95f041eb5c70ba2a3db19558260361302fb07 +size 12061015 diff --git a/clamav.changes b/clamav.changes index 878fe30..bb9999f 100644 --- a/clamav.changes +++ b/clamav.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu May 31 16:45:25 CEST 2007 - max@suse.de + +- Security update: 0.90.3 (#279536) +- libclamav/unsp.c: fix end of buffer calculation (bb#464) +- libclamav/others.c: use strict permissions (0600) for temporary files + created in cli_gentempstream() (bb#517). +- libclamav/unrar/unrar.c: heap corruption causing DoS with corrupted + rar archive, better handle truncated files +- libclamav/phishcheck.c: isURL() regex execution hangs on Solaris +- libclamav/ole2_extract.c: detect block list loop (bb#466) + ------------------------------------------------------------------- Fri Apr 13 11:48:12 CEST 2007 - max@suse.de diff --git a/clamav.spec b/clamav.spec index ceddbd5..ccdb889 100644 --- a/clamav.spec +++ b/clamav.spec @@ -1,5 +1,5 @@ # -# spec file for package clamav (Version 0.90.2) +# spec file for package clamav (Version 0.90.3) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -18,7 +18,7 @@ BuildRequires: bc curl-devel gmp-devel pkgconfig tcpd-devel BuildRequires: pwdutils %endif Summary: Antivirus Toolkit -Version: 0.90.2 +Version: 0.90.3 Release: 1 License: GNU General Public License (GPL) Group: Productivity/Security @@ -201,6 +201,15 @@ for distfile in {main,daily}.cvd.dist; do done %changelog +* Thu May 31 2007 - max@suse.de +- Security update: 0.90.3 (#279536) +- libclamav/unsp.c: fix end of buffer calculation (bb#464) +- libclamav/others.c: use strict permissions (0600) for temporary files + created in cli_gentempstream() (bb#517). +- libclamav/unrar/unrar.c: heap corruption causing DoS with corrupted + rar archive, better handle truncated files +- libclamav/phishcheck.c: isURL() regex execution hangs on Solaris +- libclamav/ole2_extract.c: detect block list loop (bb#466) * Fri Apr 13 2007 - max@suse.de - Security update: 0.90.2 (#264189) - CVE-2007-1997: CAB File Unstore Buffer Overflow Vulnerability