rpms/rsync/F-12 rsync.spec,1.69,1.70

Jan Zeleny jzeleny at fedoraproject.org
Fri Jan 22 22:14:08 UTC 2010


Author: jzeleny

Update of /cvs/extras/rpms/rsync/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21866

Modified Files:
	rsync.spec 
Log Message:
forgot to update spec file, adding now


Index: rsync.spec
===================================================================
RCS file: /cvs/extras/rpms/rsync/F-12/rsync.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -p -r1.69 -r1.70
--- rsync.spec	19 Jan 2010 08:57:46 -0000	1.69
+++ rsync.spec	22 Jan 2010 22:14:08 -0000	1.70
@@ -7,13 +7,15 @@
 Summary: A program for synchronizing files over a network
 Name: rsync
 Version: 3.0.7
-Release: 1%{?prerelease}%{?dist}
+Release: 2%{?prerelease}%{?dist}
 Group: Applications/Internet
 URL: http://rsync.samba.org/
 
 Source0: ftp://rsync.samba.org/pub/rsync/rsync-%{version}%{?prerelease}.tar.gz
 Source1: ftp://rsync.samba.org/pub/rsync/rsync-patches-%{version}%{?prerelease}.tar.gz
 Source2: rsync.xinetd
+# https://bugzilla.samba.org/show_bug.cgi?id=7057
+Patch0: rsync-3.0.7-buf-overflow.patch
 BuildRequires: libacl-devel, libattr-devel, autoconf, popt-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 License: GPLv3+
@@ -46,6 +48,7 @@ patch -p1 -i patches/xattrs.diff
 
 #Enable --copy-devices parameter
 patch -p1 -i patches/copy-devices.diff
+%patch0 -p1 -b .buf-overflow
 
 %build
 rm -fr autom4te.cache
@@ -74,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man5/rsyncd.conf.5*
 
 %changelog
+* Fri Jan 22 2010 Jan Zeleny <jzeleny at redhat.com> - 3.0.7-2
+- fixed issue with buffer overflow when using long filenames (#557916)
+
 * Tue Jan 19 2010 Jan Zeleny <jzeleny at redhat.com> - 3.0.7-1
 - rebased to 3.0.7
 



More information about the scm-commits mailing list