SPECS: rsync.spec - fix for CVE-2007-4091 (off-by-one) - release 2

adamg adamg at pld-linux.org
Fri Aug 24 20:38:20 CEST 2007


Author: adamg                        Date: Fri Aug 24 18:38:20 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix for CVE-2007-4091 (off-by-one)
- release 2

---- Files affected:
SPECS:
   rsync.spec (1.119 -> 1.120) 

---- Diffs:

================================================================
Index: SPECS/rsync.spec
diff -u SPECS/rsync.spec:1.119 SPECS/rsync.spec:1.120
--- SPECS/rsync.spec:1.119	Fri Apr 27 00:02:15 2007
+++ SPECS/rsync.spec	Fri Aug 24 20:38:15 2007
@@ -18,7 +18,7 @@
 Summary(zh_TW.UTF-8):	[喙啪]$(B6G?i火(c(B
 Name:		rsync
 Version:	2.6.9
-Release:	1
+Release:	2
 License:	GPL
 Group:		Networking/Utilities
 Source0:	http://rsync.samba.org/ftp/rsync/%{name}-%{version}.tar.gz
@@ -29,6 +29,7 @@
 Source4:	%{name}d.logrotate
 Patch0:		%{name}-config.patch
 Patch1:		%{name}-man.patch
+Patch2:		%{name}-CVE-2007-4091.patch
 URL:		http://rsync.samba.org/
 BuildRequires:	acl-devel
 BuildRequires:	autoconf >= 2.52
@@ -158,6 +159,7 @@
 patch -s -p1 < patches/xattrs.diff || exit 1
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 cp -f /usr/share/automake/config.sub .
@@ -270,6 +272,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.120  2007/08/24 18:38:15  adamg
+- fix for CVE-2007-4091 (off-by-one)
+- release 2
+
 Revision 1.119  2007/04/26 22:02:15  qboosh
 - CVE reference
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rsync.spec?r1=1.119&r2=1.120&f=u



More information about the pld-cvs-commit mailing list