rpms/clamav/FC-5 .cvsignore, 1.6, 1.7 clamav-0.88.4-visibility.patch, 1.1, 1.2 clamav.spec, 1.37, 1.38 sources, 1.18, 1.19

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Wed Oct 18 07:25:03 UTC 2006


Author: ensc

Update of /cvs/extras/rpms/clamav/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25870

Modified Files:
	.cvsignore clamav-0.88.4-visibility.patch clamav.spec sources 
Log Message:
updated to 0.88.5 (SECURITY); fixes CVE-2006-4182, CVE-2006-5295


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/clamav/FC-5/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	19 May 2005 17:16:39 -0000	1.6
+++ .cvsignore	18 Oct 2006 07:24:32 -0000	1.7
@@ -1,2 +1,2 @@
-clamav-*.tar.gz*
-clamav-*.*.rpm
+clamav-0.88.5.tar.gz
+clamav-0.88.5.tar.gz.sig

clamav-0.88.4-visibility.patch:

Index: clamav-0.88.4-visibility.patch
===================================================================
RCS file: /cvs/extras/rpms/clamav/FC-5/clamav-0.88.4-visibility.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- clamav-0.88.4-visibility.patch	11 Aug 2006 06:27:20 -0000	1.1
+++ clamav-0.88.4-visibility.patch	18 Oct 2006 07:24:32 -0000	1.2
@@ -5,7 +5,7 @@
  }
  
 -void MD5_Init(MD5_CTX *ctx)
-+void  __attribute__ ((visibility("hidden"))) MD5_Init(MD5_CTX *ctx)
++void  __attribute__ ((__visibility__("hidden"))) MD5_Init(MD5_CTX *ctx)
  {
  	ctx->a = 0x67452301;
  	ctx->b = 0xefcdab89;
@@ -14,7 +14,7 @@
  }
  
 -void MD5_Update(MD5_CTX *ctx, void *data, unsigned long size)
-+void __attribute__ ((visibility("hidden"))) MD5_Update(MD5_CTX *ctx, void *data, unsigned long size)
++void __attribute__ ((__visibility__("hidden"))) MD5_Update(MD5_CTX *ctx, void *data, unsigned long size)
  {
  	MD5_u32plus saved_lo;
  	unsigned long used, free;
@@ -23,7 +23,7 @@
  }
  
 -void MD5_Final(unsigned char *result, MD5_CTX *ctx)
-+void __attribute__ ((visibility("hidden"))) MD5_Final(unsigned char *result, MD5_CTX *ctx)
++void __attribute__ ((__visibility__("hidden"))) MD5_Final(unsigned char *result, MD5_CTX *ctx)
  {
  	unsigned long used, free;
  


Index: clamav.spec
===================================================================
RCS file: /cvs/extras/rpms/clamav/FC-5/clamav.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- clamav.spec	11 Aug 2006 06:27:20 -0000	1.37
+++ clamav.spec	18 Oct 2006 07:24:32 -0000	1.38
@@ -21,8 +21,8 @@
 
 Summary:	End-user tools for the Clam Antivirus scanner
 Name:		clamav
-Version:	0.88.4
-Release:	%release_func 1.1
+Version:	0.88.5
+Release:	%release_func 1
 
 License:	GPL
 Group:		Applications/File
@@ -434,6 +434,9 @@
 %endif	# _without_milter
 
 %changelog
+* Wed Oct 18 2006 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.88.5-1
+- updated to 0.88.5 (SECURITY); fixes CVE-2006-4182, CVE-2006-5295
+
 * Fri Aug 11 2006 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.88.4-2
 - added patch to set '__attribute__ ((visibility("hidden")))' for
   exported MD5_*() functions (fixes #202043)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/clamav/FC-5/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources	9 Aug 2006 06:53:29 -0000	1.18
+++ sources	18 Oct 2006 07:24:32 -0000	1.19
@@ -1,2 +1,2 @@
-7759784aa4506b314e6543e0f2a8587b  clamav-0.88.4.tar.gz
-450d59c0a663b5986cda1105b85ae673  clamav-0.88.4.tar.gz.sig
+d62376205647b208eba4191dde821830  clamav-0.88.5.tar.gz
+5daea1b5d8ab49257dea3ccc5dacaf35  clamav-0.88.5.tar.gz.sig




More information about the scm-commits mailing list