cvsdist 8d8148d
Summary: A program for synchronizing files over a network.
cvsdist 8d8148d
Name: rsync
cvsdist 10833fa
Version: 2.5.7
cvsdist 525fc5e
Release: 5.fc1.1
cvsdist 8d8148d
Group: Applications/Internet
cvsdist 8d8148d
Source:	ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz
cvsdist d184d48
Source1: rsync.xinetd
cvsdist c8c6439
Patch0: rsync-2.5.6-signal.patch
cvsdist e05ce68
Patch1: rsync-2.5.7-sanitize.patch
cvsdist 525fc5e
Patch2: rsync-2.5.7-root-path.patch
cvsdist 8d8148d
Prefix: %{_prefix}
cvsdist 8d8148d
BuildRoot: /var/tmp/%{name}-root
cvsdist 8d8148d
Copyright: GPL
cvsdist 8d8148d
cvsdist 8d8148d
%description
cvsdist de5ca7d
Rsync uses a reliable algorithm to bring remote and host files into
cvsdist de5ca7d
sync very quickly. Rsync is fast because it just sends the differences
cvsdist de5ca7d
in the files over the network instead of sending the complete
cvsdist de5ca7d
files. Rsync is often used as a very powerful mirroring process or
cvsdist de5ca7d
just as a more capable replacement for the rcp command. A technical
cvsdist de5ca7d
report which describes the rsync algorithm is included in this
cvsdist de5ca7d
package.
cvsdist 8d8148d
cvsdist 8d8148d
%prep
cvsdist 8d8148d
%setup -q
cvsdist c8c6439
%patch0 -p0 -b .signal
cvsdist e05ce68
%patch1 -p0 -b .sanitize
cvsdist 525fc5e
%patch2 -p1 -b .root-path
cvsdist 8d8148d
cvsdist 8d8148d
%build
cvsdist 8d8148d
%configure
cvsdist 8d8148d
cvsdist 5b4735e
make
cvsdist 8d8148d
cvsdist 8d8148d
%install
cvsdist 8d8148d
rm -rf $RPM_BUILD_ROOT
cvsdist 8d8148d
cvsdist 8d8148d
%makeinstall
cvsdist d184d48
mkdir -p $RPM_BUILD_ROOT/etc/xinetd.d
cvsdist d184d48
install -m 644 %SOURCE1 $RPM_BUILD_ROOT/etc/xinetd.d/rsync
cvsdist 8d8148d
cvsdist 8d8148d
%clean
cvsdist 8d8148d
rm -rf $RPM_BUILD_ROOT
cvsdist 8d8148d
cvsdist 8d8148d
%files
cvsdist 8d8148d
%defattr(-,root,root)
cvsdist 5b4735e
%doc COPYING README tech_report.tex
cvsdist 22337e9
%config(noreplace) /etc/xinetd.d/rsync
cvsdist 8d8148d
%{_prefix}/bin/rsync
cvsdist 8d8148d
%{_mandir}/man1/rsync.1*
cvsdist 8d8148d
%{_mandir}/man5/rsyncd.conf.5*
cvsdist 8d8148d
cvsdist 8d8148d
%changelog
cvsdist 525fc5e
* Thu Aug 19 2004 Jay Fenlason <fenlason@redhat.com> 2.5.7-5.fc1.1
cvsdist 525fc5e
- Backport fix for CAN-2004-0792
cvsdist 525fc5e
cvsdist e05ce68
* Wed May  5 2004 Jay Fenlason <fenlason@redhat.com> 2.5.7-5.fc1
cvsdist e05ce68
- Include a patch from Wayne Davison <wayned@samba.org>
cvsdist e05ce68
  which fixes CAN-2004-0426
cvsdist e05ce68
cvsdist 10833fa
* Wed Dec  3 2003 Bill Nottingham <notting@redhat.com> 2.5.7-2
cvsdist 10833fa
- rebuild
cvsdist 10833fa
cvsdist 10833fa
* Wed Dec  3 2003 Bill Nottingham <notting@redhat.com> 2.5.7-1
cvsdist 10833fa
- update to 2.5.7
cvsdist 10833fa
cvsdist 10833fa
* Tue Aug 05 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-20
cvsdist 10833fa
- rebuild in new build env
cvsdist 10833fa
cvsdist c8c6439
* Tue Aug 05 2003 Lon Hohberger <lhh@redhat.com> 2.5.6-19
cvsdist c8c6439
- spec file fix
cvsdist c8c6439
cvsdist c8c6439
* Tue Aug 05 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-18
cvsdist c8c6439
- rebuild in new build env
cvsdist c8c6439
cvsdist c8c6439
* Tue Aug 05 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-17
cvsdist c8c6439
- fixed spec - added patch0 to prep.
cvsdist c8c6439
cvsdist c8c6439
* Tue Aug 05 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-16
cvsdist c8c6439
- rebuild in new build env
cvsdist c8c6439
cvsdist c8c6439
* Mon Aug 04 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-15
cvsdist c8c6439
- add rsync-2.5.6-signal.patch to fix kernel warnings that
cvsdist c8c6439
  appear because socket.c sets SIGCHLD to SIG_IGN and then
cvsdist c8c6439
  calls wait.  This is in response to bug#98740.  This patch
cvsdist c8c6439
  *has* been committed to CVS upstream and will be in
cvsdist c8c6439
  upstream rsync-2.5.7.
cvsdist c8c6439
cvsdist c8c6439
* Fri Jun 13 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-14
cvsdist c8c6439
- build scratch - for compile warnings
cvsdist c8c6439
cvsdist c8c6439
* Fri Jun 13 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-13
cvsdist c8c6439
- build scratch - for compile warnings
cvsdist c8c6439
cvsdist c8c6439
* Thu Jun 12 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-12
cvsdist c8c6439
- rebuild in new build env
cvsdist c8c6439
cvsdist c8c6439
* Thu Jun 12 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-11
cvsdist c8c6439
- removed rsync-2.5.6-sign.patch.  Upstream code
cvsdist c8c6439
  incorporates signed vs unsigned changes.
cvsdist c8c6439
cvsdist c8c6439
* Wed Jun 11 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-10_CVSHEAD_signpatch
cvsdist c8c6439
- build scratch - added rsync-2.5.6-sign.patch.
cvsdist c8c6439
cvsdist c8c6439
* Wed Jun 11 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-9_CVSHEAD_nopatches
cvsdist c8c6439
- build scratch.
cvsdist c8c6439
cvsdist c8c6439
* Wed Jun 11 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-8
cvsdist c8c6439
- build scratch - deleted rsync-2.5.6-sign.patch.
cvsdist c8c6439
cvsdist c8c6439
* Mon Jun 09 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-7
cvsdist c8c6439
- rebuild in new build env
cvsdist c8c6439
cvsdist c8c6439
* Thu Jun 05 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-6
cvsdist c8c6439
- removed patch rsync-2.5.4-maxdel.patch
cvsdist c8c6439
- removed patch rsync-2.4.6-segv.patch
cvsdist c8c6439
   - current 2.5.6 properly handles (no segfault) the situation
cvsdist c8c6439
     (rsync '[a]') that caused a need for this patch.
cvsdist c8c6439
- added patch rsync-2.5.6-sign.patch, which is a working
cvsdist c8c6439
  subset of patches (that still apply) included in the original
cvsdist c8c6439
  rsync-2.5.4-moresignage.patch
cvsdist c8c6439
cvsdist c8c6439
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist c8c6439
- rebuilt
cvsdist c8c6439
cvsdist c8c6439
* Mon Mar 11 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-4
cvsdist c8c6439
- rebuild in new build env
cvsdist c8c6439
cvsdist c8c6439
* Mon Mar 11 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-3
cvsdist c8c6439
- fixed changelog comments
cvsdist c8c6439
cvsdist c8c6439
* Mon Mar 10 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-2
cvsdist c8c6439
- rebuild in new build env
cvsdist c8c6439
cvsdist c8c6439
* Mon Mar 10 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.6-1
cvsdist c8c6439
- update to 2.5.6 from upstream
cvsdist c8c6439
cvsdist 9332f43
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 9332f43
- rebuilt
cvsdist 9332f43
cvsdist 9332f43
* Fri Jan 17 2003 Hardy Merrill <hmerrill@redhat.com> 2.5.5-3
cvsdist c8c6439
- fix spelling mistake in rsync.xinetd.  #66036 & dup #75006
cvsdist 9332f43
cvsdist 9332f43
* Wed Dec 11 2002 Tim Powers <timp@redhat.com> 2.5.5-2
cvsdist 9332f43
- rebuild on all arches
cvsdist 9332f43
cvsdist 7144f9f
* Mon Jun 24 2002 Bill Nottingham <notting@redhat.com> 2.5.5-1
cvsdist 7144f9f
- update to 2.5.5
cvsdist 7144f9f
cvsdist b0b0bc9
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist b0b0bc9
- automated rebuild
cvsdist b0b0bc9
cvsdist b0b0bc9
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist b0b0bc9
- automated rebuild
cvsdist b0b0bc9
cvsdist 6d84840
* Wed Apr 10 2002 Bill Nottingham <notting@redhat.com> 2.5.4-2
cvsdist 6d84840
- upstream patches: fix accidental use of --whole-file, fix
cvsdist 6d84840
  minor memory leak, and bad worst-case child kill behavior
cvsdist 6d84840
- make passing -e to rsync:// URLs not cause an error exit (#62489)
cvsdist 6d84840
cvsdist 5b4735e
* Wed Mar 13 2002 Bill Nottingham <notting@redhat.com> 2.5.4-1
cvsdist 5b4735e
- update to 2.5.4, do assorted patchmerging
cvsdist 5b4735e
cvsdist 5b4735e
* Wed Feb 20 2002 Bill Nottingham <notting@redhat.com>
cvsdist 5b4735e
- fix --address (#60127)
cvsdist 5b4735e
- call setgroups before dropping privs (<mkp@samba.org>)
cvsdist 5b4735e
cvsdist 5b4735e
* Mon Jan 28 2002 Bill Nottingham <notting@redhat.com>
cvsdist 5b4735e
- fix some errors in the unsigned patch
cvsdist 5b4735e
cvsdist 5b4735e
* Sun Jan 27 2002 Bill Nottingham <notting@redhat.com>
cvsdist 5b4735e
- rebuild to get proper LFS_CFLAGS
cvsdist 5b4735e
cvsdist 5b4735e
* Wed Jan 23 2002 Bill Nottingham <notting@redhat.com>
cvsdist 5b4735e
- fix some signed/unsigned issues (<krahmer@suse.de>)
cvsdist 5b4735e
- tweak ipv6 patch (#55337, <john.l.villalovos@intel.com>)
cvsdist 5b4735e
- make xinetd file %config(noreplace)
cvsdist 22337e9
cvsdist de5ca7d
* Fri Aug 17 2001 Bill Nottingham <notting@redhat.com>
cvsdist de5ca7d
- fix segfault on weird arguments (#51801)
cvsdist de5ca7d
cvsdist 16da188
* Tue Jul 24 2001 Bill Nottingham <notting@redhat.com>
cvsdist 16da188
- IPv6 patch (<pekkas@netcore.fi>) (#47780)
cvsdist 16da188
cvsdist 16da188
* Tue Jun 19 2001 Bill Nottingham <notting@redhat.com>
cvsdist 16da188
- add patch to fix hangs at end of sync, and other odd behaviors (#42111)
cvsdist 16da188
cvsdist d184d48
* Sat Sep 30 2000 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist d184d48
- add xinetd configuration
cvsdist d184d48
cvsdist d184d48
* Tue Sep 26 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist d184d48
- 2.4.6
cvsdist d184d48
cvsdist 8d8148d
* Mon Jul 31 2000 Bill Nottingham <notting@redhat.com>
cvsdist 8d8148d
- update to 2.4.4 - fixes yet another problem with rsh transport
cvsdist 8d8148d
cvsdist 8d8148d
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist 8d8148d
- automatic rebuild
cvsdist 8d8148d
cvsdist 8d8148d
* Sat Jun 10 2000 Bill Nottingham <notting@redhat.com>
cvsdist 8d8148d
- rebuild in new build env.
cvsdist 8d8148d
cvsdist 8d8148d
* Mon Apr 10 2000 Bill Nottingham <notting@redhat.com>
cvsdist 8d8148d
- update to 2.4.3
cvsdist 8d8148d
cvsdist 8d8148d
* Tue Apr  4 2000 Bill Nottingham <notting@redhat.com>
cvsdist 8d8148d
- update to 2.4.2
cvsdist 8d8148d
cvsdist 8d8148d
* Tue Mar  7 2000 Bill Nottingham <notting@redhat.com>
cvsdist 8d8148d
- fix maxdelete behavior so it isn't sent to older servers.
cvsdist 8d8148d
cvsdist 8d8148d
* Mon Jan 31 2000 Jeff Johnson <jbj@redhat.com>
cvsdist 8d8148d
- update to 2.4.1.
cvsdist 8d8148d
cvsdist 8d8148d
* Fri Dec 17 1999 Bill Nottingham <notting@redhat.com>
cvsdist 8d8148d
- update to 2.3.2
cvsdist 8d8148d
cvsdist 8d8148d
* Sat Jun 12 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 8d8148d
- add "max. delete" patch to limit damage when server is hosed.
cvsdist 8d8148d
cvsdist 8d8148d
* Wed Apr 07 1999 Bill Nottingham <notting@redhat.com>
cvsdist 8d8148d
- update to 2.3.1.
cvsdist 8d8148d
cvsdist 8d8148d
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist 8d8148d
- auto rebuild in the new build environment (release 2)
cvsdist 8d8148d
cvsdist 8d8148d
* Tue Mar 16 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 8d8148d
- update to 2.3.0.
cvsdist 8d8148d
cvsdist 8d8148d
* Sat Mar 13 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 8d8148d
- update to 2.3.0 beta.
cvsdist 8d8148d
cvsdist 8d8148d
* Fri Dec 18 1998 Bill Nottingham <notting@redhat.com>
cvsdist 8d8148d
- update to 2.2.1
cvsdist 8d8148d
cvsdist 8d8148d
* Thu Sep 10 1998 Jeff Johnson <jbj@redhat.com>
cvsdist 8d8148d
- updated to 2.1.1
cvsdist 8d8148d
cvsdist 8d8148d
* Mon Aug 17 1998 Erik Troan <ewt@redhat.com>
cvsdist 8d8148d
- updated to 2.1.0
cvsdist 8d8148d
cvsdist 8d8148d
* Thu Aug 06 1998 Erik Troan <ewt@redhat.com>
cvsdist 8d8148d
- buildrooted and attr-rophied
cvsdist 8d8148d
- removed tech-report.ps; the .tex should be good enough
cvsdist 8d8148d
cvsdist 8d8148d
* Mon Aug 25 1997 John A. Martin <jam@jamux.com>
cvsdist 8d8148d
- Built 1.6.3-2 after finding no rsync-1.6.3-1.src.rpm although there
cvsdist 8d8148d
  was an ftp://ftp.redhat.com/pub/contrib/alpha/rsync-1.6.3-1.alpha.rpm
cvsdist 8d8148d
  showing no packager nor signature but giving 
cvsdist 8d8148d
  "Source RPM: rsync-1.6.3-1.src.rpm".
cvsdist 8d8148d
- Changes from 1.6.2-1 packaging: added '$RPM_OPT_FLAGS' to make, strip
cvsdist 8d8148d
  to '%build', removed '%prefix'.
cvsdist 8d8148d
cvsdist 8d8148d
* Thu Apr 10 1997 Michael De La Rue <miked@ed.ac.uk>
cvsdist 8d8148d
- rsync-1.6.2-1 packaged.  (This entry by jam to credit Michael for the
cvsdist 8d8148d
  previous package(s).)