[rsync/f15] Release rsync-3.0.8-3

mluscon mluscon at fedoraproject.org
Wed May 16 10:02:31 UTC 2012


commit 0a90fa9305d98a40decf2b88749c5d56ec83e6af
Author: Michal Luscon <mluscon at redhat.com>
Date:   Mon May 14 15:54:59 2012 +0200

    Release rsync-3.0.8-3

 rsync.spec |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/rsync.spec b/rsync.spec
index e9d6a35..a95a619 100644
--- a/rsync.spec
+++ b/rsync.spec
@@ -7,7 +7,7 @@
 Summary: A program for synchronizing files over a network
 Name: rsync
 Version: 3.0.8
-Release: 2%{?prerelease}%{?dist}
+Release: 3%{?prerelease}%{?dist}
 Group: Applications/Internet
 URL: http://rsync.samba.org/
 
@@ -15,6 +15,7 @@ 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
 Patch0: rsync-3.0.8-fix-unwritable-directory-issue.patch
+Patch1: rsync-3.0.8-security-context-symlinks.patch
 BuildRequires: libacl-devel, libattr-devel, autoconf, popt-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 License: GPLv3+
@@ -49,11 +50,12 @@ patch -p1 -i patches/xattrs.diff
 patch -p1 -i patches/copy-devices.diff
 
 %patch0 -p1 -b .rsync-3.0.8-fix-unwritable-directory-issue
+%patch1 -p1 -b .rsync-3.0.8-security-context-symlinks
 
 %build
 rm -fr autom4te.cache
-autoconf
-autoheader
+autoconf -o configure.sh
+autoheader && touch config.h.in
 %configure
 make proto
 make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
@@ -77,6 +79,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man5/rsyncd.conf.5*
 
 %changelog
+* Mon May 14 2012 Michal Luscon <mluscon at redhat.com> - 3.0.8-3
+- Resolves: #709779 rsync destroys security context of symbolic links
+- Remove obsolete buf-overflow.patch
+
 * Wed Oct 26 2011 Michal Luscon <mluscon at redhat.com> - 3.0.8-2
 - fixed unwritable directory issue
   Resolves: #745585, #743479


More information about the scm-commits mailing list