[rsync/f13/master] Rebase to 3.0.8, remove buffer overflow patch

Vojtěch Vítek vvitek at fedoraproject.org
Tue Mar 29 16:10:06 UTC 2011


commit 72b3598c9ed585d24ad1631433c5bf4c4f845609
Author: Vojtech Vitek (V-Teq) <vvitek at redhat.com>
Date:   Tue Mar 29 17:37:01 2011 +0200

    Rebase to 3.0.8, remove buffer overflow patch

 .gitignore |    4 ++--
 rsync.spec |   11 ++++++-----
 sources    |    4 ++--
 3 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2a99bb3..b94bd65 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-rsync-3.0.7.tar.gz
-rsync-patches-3.0.7.tar.gz
+rsync-3.0.8.tar.gz
+rsync-patches-3.0.8.tar.gz
diff --git a/rsync.spec b/rsync.spec
index 15cd749..5f6f1c3 100644
--- a/rsync.spec
+++ b/rsync.spec
@@ -6,16 +6,14 @@
 
 Summary: A program for synchronizing files over a network
 Name: rsync
-Version: 3.0.7
-Release: 3%{?prerelease}%{?dist}
+Version: 3.0.8
+Release: 1%{?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+
@@ -48,7 +46,6 @@ 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
@@ -77,6 +74,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man5/rsyncd.conf.5*
 
 %changelog
+* Tue Mar 29 2011 Vojtech Vitek <vvitek at redhat.com> - 3.0.8-1
+- Rebase to 3.0.8, remove buffer overflow patch
+  Resolves: #691362, #675036
+
 * Mon Mar 29 2010 Jan Zeleny <jzeleny at redhat.com> - 3.0.7-3
 - buffer overflow patch replaced by upstream version
 
diff --git a/sources b/sources
index 004ddf2..a9a2c2b 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-b53525900817cf1ba7ad3a516ab5bfe9  rsync-3.0.7.tar.gz
-48222e00a9a75873aee3bfceb2b2aa41  rsync-patches-3.0.7.tar.gz
+0ee8346ce16bdfe4c88a236e94c752b4  rsync-3.0.8.tar.gz
+6e5e87d27a2bb2ce7872ca77ff68d7ec  rsync-patches-3.0.8.tar.gz


More information about the scm-commits mailing list