aboutsummaryrefslogtreecommitdiff
path: root/net/rsync/files
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.6.6Pav Lucistnik2005-07-291-21/+0
| | | | Notes: svn path=/head/; revision=140413
* - Update to 2.6.5, make fetchable againPav Lucistnik2005-06-061-11/+0
| | | | | | | | | | | | | - Reset eik's maintainership, he has been MIA for too long I will look after this port for now, seriously interested people should contact me PR: ports/81927 Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Approved by: portmgr (krion) Notes: svn path=/head/; revision=136905
* - Fix incompatibility with older version when used with --exclude optionPav Lucistnik2005-05-211-0/+11
| | | | | | | | | | | | without --delete option PR: ports/81337 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Obtained from: author via http://lists.samba.org/archive/rsync/2005-April/012317.html Notes: svn path=/head/; revision=135752
* - Update to 2.6.4Pav Lucistnik2005-05-164-485/+0
| | | | | | | | | | - Use new infrastructure for rc script - Remove pkg-message, it's 4 years since the change Approved by: marcus (portmgr hat) Notes: svn path=/head/; revision=135410
* - Re-enable "!"s in .cvsignore filesOliver Eikemeier2004-10-242-0/+42
| | | | | | | - Fix an off-by-one error in the handling of --max-delete=N Notes: svn path=/head/; revision=120053
* - updae to version 2.6.3Oliver Eikemeier2004-10-118-177/+443
| | | | | | | | | + http://rsync.samba.org/ftp/rsync/rsync-2.6.3-NEWS - copy FIFOs and sockets + https://bugzilla.samba.org/show_bug.cgi?id=1804 Notes: svn path=/head/; revision=118675
* enable copying of fifos/socketsOliver Eikemeier2004-08-242-0/+57
| | | | | | | | | Requested by: Eike Bernhardt <eike@unorganized.net> PR: 59814 Obtained from: Thomas Quinot <thomas@cuivre.fr.eu.org> Notes: svn path=/head/; revision=117204
* fix security hole in non-chroot rsync daemon.Oliver Eikemeier2004-08-125-16/+100
| | | | | | | <http://www.freebsd.org/ports/portaudit/2689f4cb-ec4c-11d8-9440-000347a4fa7d.html> Notes: svn path=/head/; revision=116016
* fix --delete SEGVOliver Eikemeier2004-05-031-0/+24
| | | | | | | <http://lists.samba.org/archive/rsync/2004-May/009380.html> Notes: svn path=/head/; revision=108256
* update to version 2.6.2:Oliver Eikemeier2004-04-302-48/+0
| | | | | | | | | <http://rsync.samba.org/ftp/rsync/rsync-2.6.2-NEWS> Note that the --relative bug has been fix in 2.6.1_2 Notes: svn path=/head/; revision=108058
* Fix sorting bug when --relative is usedOliver Eikemeier2004-04-301-0/+24
| | | | | | | <http://lists.samba.org/archive/rsync-announce/2004/000015.html> Notes: svn path=/head/; revision=108012
* Fixed the use of an uninitialized variable in map_uid() and map_gid()Oliver Eikemeier2004-04-291-0/+24
| | | | | | | | | <http://lists.samba.org/archive/rsync/2004-April/009334.html> Added timelimit patches by default (--stop-at and --time-limit, see rsync -h) Notes: svn path=/head/; revision=107975
* Update to version 2.6.1Oliver Eikemeier2004-04-271-178/+0
| | | | | | | | | | | | | | | | <http://rsync.samba.org/ftp/rsync/rsync-2.6.1-NEWS>: SECURITY FIXES: - Paths sent to an rsync daemon are more thoroughly sanitized when chroot is not used. If you're running a non-read-only rsync daemon with chroot disabled, *please upgrade*, ESPECIALLY if the user privs you run rsync under is anything above "nobody". Approved by: marcus (portmgr) Notes: svn path=/head/; revision=107814
* - add rc.subr(8) start/stop scriptOliver Eikemeier2003-11-163-16/+45
| | | | | | | | | | | | | | - assume maintainership, I don't speak Haskell .-P - install some additional documentation - USE_SSH => !WITHOUT_SSH, no extra warning since this is default for OSVERSION >= 400016 - added a test target - bumped PORTREVISION Approved by: marcus (mentor) Notes: svn path=/head/; revision=94131
* * Add rsyncd.conf.sample and rsyncd.sh.sample.Oliver Braun2003-03-033-0/+229
| | | | | | | | | | | | | | | | | | | | PR: ports/48883 Submitted by: Morettoni Luca <luca@morettoni.net> * Add patch for -current submitted by ume@ Quote from ume@'s mail: It seems the daemon mode of rsync depends on an IPv4-mapped IPv6 address. Since an IPv4-mapped IPv6 address is off by default on 5-CURRENT, rsync doesn't listen on IPv4. Further, rsync has a bug that it always listen on 1st entry's address of the result of getaddrinfo() call. With this patch, rsync listen on both an IPv4 and an IPv6. * Make pkg-plist respect PORTDOCS. Notes: svn path=/head/; revision=76813
* Upgrade to 2.5.6.Oliver Braun2003-01-285-47/+0
| | | | | | | | | SSH-patches are no longer needed, using ./configure --with-rsh=ssh instead. Tested on sparc64 by: Hiroki Sato <hrs@eos.ocn.ne.jp> Notes: svn path=/head/; revision=74149
* Revoke previous changes to fix -z (compress) option in favor of a GCCAnders Nordby2002-04-211-0/+21
| | | | | | | | | | | | work-around for the zlib that comes with rsync. Obtained from -current. (Yes, rsync insists on using a home-rolled zlib.) PR: 36998 Approved by: maintainer Notes: svn path=/head/; revision=57962
* This vendor security fix, was part of 2.5.3 and later.David E. O'Brien2002-03-151-27/+0
| | | | | | | So we don't need it anymore. Notes: svn path=/head/; revision=56132
* Rsync has updated its copy of zlib from 1.1.2 to 1.1.4, so we don't needDavid E. O'Brien2002-03-151-1276/+0
| | | | | | | this patch to upgrade 1.1.2 to 1.1.3 anymore. Notes: svn path=/head/; revision=56131
* Add vendor patch to correctly drop group privileges when changing uid.David E. O'Brien2002-02-211-0/+27
| | | | Notes: svn path=/head/; revision=55050
* Update to 2.5.2David E. O'Brien2002-01-261-315/+0
| | | | | | | Contains SECURITY FIXES along with bug fixes and enhancements. Notes: svn path=/head/; revision=53741
* Fix a signedness security vunerability discovered by Todd@openbsd.org whereDavid E. O'Brien2002-01-231-0/+315
| | | | | | | | | | | | | rsync was not sufficiently careful about reading integers from the network. This is fixed in the rsync CVS repo by a patch from Sebastian Krahmer <krahmer@suse.de>. Submitted by: naddy Approved by: steve Obtained from: rsync CVS repo Notes: svn path=/head/; revision=53661
* Upgrade to 2.5.0.David E. O'Brien2001-12-042-12/+1
| | | | | | | | | | The main change is the integration of the KAME IPv6 patch. Also one minor nit was fixed about the rsyncd PID file. Submitted by: naddy Notes: svn path=/head/; revision=50999
* Upgrade the bundled zlib from 1.1.2 to 1.1.3. This should fix the hangingDavid E. O'Brien2001-05-201-0/+1276
| | | | | | | | | | | bugs we are seeing quite often at ftp-master. We cannot just use the system libz (which is at 1.1.3) because rsync has hacked it's copy. This upgrade contains those hacks. Submitted by: peter Notes: svn path=/head/; revision=42795
* rsync sometimes freezes during execution if it is run over ssh.David E. O'Brien2001-04-082-4/+12
| | | | | | | | | | | | | | | | rsync turns on blocking I/O mode if remote shell command is rsh (ie. matched RSYNC_RSH) to work around some broken rsh implementations on other platforms. The submitter of the rsh->ssh patches overloaded RSYNC_RSH for ssh. That turns out to be a Wrong Thing. This change implements the parallel RSYNC_SSH. PR: 26376 Submitted by: adrian Notes: svn path=/head/; revision=41068
* Change the default remote protocol from RSH to SSH.David E. O'Brien2001-03-084-0/+39
| | | | | | | Submitted by: knu Notes: svn path=/head/; revision=39247
* Use perl's in-place editing rather than large patches.David E. O'Brien1999-10-121-52/+0
| | | | Notes: svn path=/head/; revision=22365
* Upgrade to 2.3.1. Fixes security hole described atDavid E. O'Brien1999-04-091-14/+14
| | | | | | | | | | http://rsync.samba.org/cgi-bin/rsync?findid=1706. PR: ports/10987 Submitted by: Cy Schubert <cschuber@uumail.gov.bc.ca> Notes: svn path=/head/; revision=17749
* upgrade to 2.2.0.David E. O'Brien1998-11-081-53/+63
| | | | Notes: svn path=/head/; revision=14404
* Upgrade to ver 2.0.18.David E. O'Brien1998-07-061-0/+53
Note the "server" extension is now part of rsync. HOWEVER, it is very different from the previous FreeBSD specific version we were patching in. Submitted by: Hiroki HAMAOKA <hama@xaxon.co.jp> Notes: svn path=/head/; revision=11758