2.6.8
This commit is contained in:
parent
b763243555
commit
1447eaa94e
@ -1 +1 @@
|
||||
rsync-2.6.6.tar.gz
|
||||
rsync-2.6.8.tar.gz
|
||||
|
14
rsync.spec
14
rsync.spec
@ -1,13 +1,12 @@
|
||||
Summary: A program for synchronizing files over a network.
|
||||
Name: rsync
|
||||
Version: 2.6.6
|
||||
Release: 2.2.1
|
||||
Version: 2.6.8
|
||||
Release: 2
|
||||
Group: Applications/Internet
|
||||
# TAG: for pre versions use
|
||||
#Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre1.tar.gz
|
||||
Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz
|
||||
Source1: rsync.xinetd
|
||||
Patch0: rsync-2.6.6-xattr.patch
|
||||
|
||||
Prefix: %{_prefix}
|
||||
BuildRoot: /var/tmp/%{name}-root
|
||||
@ -26,8 +25,8 @@ package.
|
||||
# TAG: for pre versions use
|
||||
# % setup -q -n rsync-%{version}pre1
|
||||
%setup -q
|
||||
patch -p0 < patches/acls.diff
|
||||
%patch0 -p1 -b .xattr
|
||||
patch -p1 < patches/acls.diff
|
||||
patch -p1 < patches/xattrs.diff
|
||||
|
||||
%build
|
||||
rm -fr autom4te.cache
|
||||
@ -57,6 +56,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man5/rsyncd.conf.5*
|
||||
|
||||
%changelog
|
||||
* Mon May 8 2006 Jay Fenlason <fenlason@redhat.com> 2.6.8-2
|
||||
- New upstream release
|
||||
- Use the upstream xattr patch instead of mine. This closes
|
||||
bz#190208 CVE-2006-2083 rsync buffer overflow issue
|
||||
|
||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.6.6-2.2.1
|
||||
- bump again for double-long bug on ppc(64)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user