[clamav/el6] - updated to 0.97.2 - Build-require xz - CVE-2011-2721 Off-by-one error by scanning message hashes (

Jan-Frode Myklebust janfrode at fedoraproject.org
Wed Jul 27 06:37:17 UTC 2011


commit 6170551529bdcc1510dc70d529b45d7073b7bc42
Author: Jan-Frode Myklebust <janfrode at tanso.net>
Date:   Wed Jul 27 08:36:42 2011 +0200

    - updated to 0.97.2
    - Build-require xz
    - CVE-2011-2721 Off-by-one error by scanning message hashes (#725694)

 .gitignore  |    2 +-
 clamav.spec |   14 ++++++++++----
 2 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bf9c05a..e230f1a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-/clamav-0.97-clean.tar.bz2
+/clamav-0.97.2-norar.tar.xz
 /clamd-wrapper.tar.bz2
diff --git a/clamav.spec b/clamav.spec
index 8bb9614..d49bb8f 100644
--- a/clamav.spec
+++ b/clamav.spec
@@ -4,21 +4,21 @@
 
 Summary: Anti-virus software
 Name: clamav
-Version: 0.97
-Release: 14%{?dist}
+Version: 0.97.2
+Release: 1%{?dist}
 License: GPLv2
 Group: Applications/System
 URL: http://www.clamav.net/
 
 # Upstream source includes libunrar that is not distributable.
 #Source: http://downloads.sourceforge.net/clamav/clamav-%{version}.tar.gz
-Source0: clamav-0.97-clean.tar.bz2
+Source0: clamav-0.97.2-norar.tar.xz
 Source1: clamav.init
 Source2: clamav-milter.init
 Source3: clamd-wrapper.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires: bzip2-devel, zlib-devel, gmp-devel, curl-devel
+BuildRequires: bzip2-devel, zlib-devel, gmp-devel, curl-devel, xz
 %{!?_without_milter:BuildRequires: sendmail-devel >= 8.12}
 Requires: clamav-db = %{version}-%{release}
 Requires(pre): shadow-utils
@@ -356,6 +356,7 @@ rm -rf %{buildroot}
 %doc %{_mandir}/man1/clamdscan.1*
 %doc %{_mandir}/man1/clamconf.1*
 %doc %{_mandir}/man1/clamdtop.1*
+%doc %{_mandir}/man1/clambc.1*
 %doc %{_mandir}/man5/clamd.conf.5*
 %doc %{_mandir}/man8/clamd.8*
 %config(noreplace) %{_sysconfdir}/clamd.conf
@@ -404,6 +405,11 @@ rm -rf %{buildroot}
 %exclude %{_libdir}/libclamav.la
 
 %changelog
+* Wed Jul 27 2011 Jan-Frode Myklebuust <janfrode at tanso.net> - 0.97.2-1
+- updated to 0.97.2
+- Build-require xz
+- CVE-2011-2721 Off-by-one error by scanning message hashes (#725694)
+
 * Wed Jun 29 2011 Nick Bebout <nb at fedoraproject.org> - 0.97-14
 - Require /usr/sbin/sendmail instead of sendmail
 


More information about the scm-commits mailing list