rpms/clamav/F-8 clamav.spec,1.69,1.70

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Sun Jul 13 19:04:59 UTC 2008


Author: ensc

Update of /cvs/extras/rpms/clamav/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17147

Modified Files:
	clamav.spec 
Log Message:
- disabled check which prevents older freshclam versions to run in <4h
  intervals (bz #453601)
- backported security fixes from 0.93.3:
  CVE-2008-2713: out-of-bounds read on petite files



Index: clamav.spec
===================================================================
RCS file: /cvs/extras/rpms/clamav/F-8/clamav.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- clamav.spec	21 Jun 2008 15:27:50 -0000	1.69
+++ clamav.spec	13 Jul 2008 19:03:59 -0000	1.70
@@ -53,6 +53,8 @@
 Patch27:	clamav-0.92.1-CVE-2008-1100.diff
 Patch28:	clamav-0.92.1-CVE-2008-1387.diff
 Patch29:	clamav-0.92.1-CVE-2008-1833.diff
+Patch30:	clamav-0.92.1-CVE-2008-2713.diff
+Patch80:	clamav-0.92.1-outdated.patch
 BuildRoot:	%_tmppath/%name-%version-%release-root
 Requires:	clamav-lib = %version-%release
 Requires:	data(clamav)
@@ -246,6 +248,8 @@
 %patch27 -p1 -b .CVE-2008-1100
 %patch28 -p1 -b .CVE-2008-1387
 %patch29 -p1 -b .CVE-2008-1833
+%patch30 -p0 -b .CVE-2008-2713
+%patch80 -p1 -b .outdated
 
 install -p -m0644 %SOURCE300 clamav-milter/
 
@@ -536,6 +540,12 @@
 
 
 %changelog
+* Sun Jul 13 2008 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.92.1-2
+- disabled check which prevents older freshclam versions to run in <4h
+  intervals (bz #453601)
+- backported security fixes from 0.93.3:
+  CVE-2008-2713: out-of-bounds read on petite files
+
 * Thu Apr 24 2008 Tomas Hoger <thoger at redhat.com> - 0.92.1-2
 - Security update - backport security fixes from 0.93:
   CVE-2008-1100 (#442360): Upack Processing Buffer Overflow Vulnerability




More information about the fedora-extras-commits mailing list