| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: Tobias Roth <ports@fsck.ch>
|
|
|
|
|
| |
Requested by: Zoltan Frombach <zoltan@frombach.com>
Obtained from: http://lists.samba.org/archive/rsync/2006-May/015607.html
|
|
|
|
|
|
| |
is not complete enough
Reported by: John Winger <JWWinger@marketvisionresearch.com>
|
|
|
|
| |
Submitted by: Simun Mikecin <numisemis@yahoo.com>
|
|
|
|
|
|
|
|
|
|
| |
- Add an option for ACL support patch, default on
- Add an option for file flags support patch, default on
- Drop support for < 400014
- Cleanup
PR: ports/97050 (based on)
Submitted by: Simun Mikecin <numisemis@yahoo.com>
|
|
|
|
|
| |
PR: ports/96210
Submitted by: delphij
|
|
|
|
| |
Obtained from: http://lists.samba.org/archive/rsync/2006-March/015143.html
|
| |
|
|
|
|
|
|
|
| |
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- Use new infrastructure for rc script
- Remove pkg-message, it's 4 years since the change
Approved by: marcus (portmgr hat)
|
|
|
|
| |
after 5.4-RELEASE.
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
|
|
|
| |
- Fix an off-by-one error in the handling of --max-delete=N
|
|
|
|
|
|
| |
+ http://rsync.samba.org/ftp/rsync/rsync-2.6.3-NEWS
- copy FIFOs and sockets
+ https://bugzilla.samba.org/show_bug.cgi?id=1804
|
|
|
|
|
|
| |
Requested by: Eike Bernhardt <eike@unorganized.net>
PR: 59814
Obtained from: Thomas Quinot <thomas@cuivre.fr.eu.org>
|
|
|
|
|
|
| |
PR: ports/69481
Submitted by: Tim Bishop, Dejan Lesjak
Approved by: maintainers
|
|
|
|
| |
<http://www.freebsd.org/ports/portaudit/2689f4cb-ec4c-11d8-9440-000347a4fa7d.html>
|
|
|
|
| |
<http://lists.samba.org/archive/rsync/2004-May/009380.html>
|
|
|
|
|
|
| |
<http://rsync.samba.org/ftp/rsync/rsync-2.6.2-NEWS>
Note that the --relative bug has been fix in 2.6.1_2
|
|
|
|
| |
<http://lists.samba.org/archive/rsync-announce/2004/000015.html>
|
|
|
|
|
|
| |
<http://lists.samba.org/archive/rsync/2004-April/009334.html>
Added timelimit patches by default (--stop-at and --time-limit, see rsync -h)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
removing an overlooked debugging statement:
diff -Nur rsync-2.6.1.old/util.c rsync-2.6.1/util.c
--- rsync-2.6.1.old/util.c Fri Apr 23 00:17:15 2004
+++ rsync-2.6.1/util.c Tue Apr 27 18:43:40 2004
@@ -805,7 +805,6 @@
rlen--;
buf[rlen] = '\0';
}
- fprintf(stderr, "p:`%s'\n", buf);
return buf;
}
use `make distclean' if you still have the old tarball in
your distfiles directory.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<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)
|
|
|
|
| |
Prompted by: trevor
|
|
|
|
|
|
|
| |
Paged by: Johannes Angeldorff <johannes@smartnet.se>
PR: ports/61542
Submitted by: Xin LI <delphij@frontfree.net>
Approved by: marcus (mentor)
|
|
|
|
| |
heap overflow, see http://rsync.samba.org/ for the details.
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
| |
Requested by: knu
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Apologies!
Fix it: s/@{STRIP_CMD}/@${STRIP_CMD}/
Pointed out by: Mike Harding <mvh@ix.netcom.com>
Franz Klammer <klammer@webonaut.com>
Stacey Roberts <stacey@vickiandstacey.com>
Bill Trost <trost@grey.cloud.rain.com>
and lots more
|
|
|
|
|
|
| |
SSH-patches are no longer needed, using ./configure --with-rsh=ssh instead.
Tested on sparc64 by: Hiroki Sato <hrs@eos.ocn.ne.jp>
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
|
| |
|
|
|
|
|
|
|
| |
* Use included popt by default.
Reviewed by: alane
Approved by: dwcjr (mentor)
|
|
|
|
| |
Approved by: dwcjr (mentor)
|
|
|
|
|
| |
PR: 39535
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: 39488
Submitted by: maintainer
|
|
|
|
|
| |
PR: 39365
Submitted by: maintainer
|
|
|
|
|
| |
PR: 39243, 39244, 39245, 39249
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: 37348
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
properly.
PR: 36998
Submitted by: maintainer
|
|
|
|
|
| |
PR: 36707
Submitted by: maintainer
|
|
|
|
|
| |
PR: 36649
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
|
| |
|
|
|
|
| |
So we don't need it anymore.
|
|
|
|
| |
this patch to upgrade 1.1.2 to 1.1.3 anymore.
|
| |
|
|
|
|
| |
Contains SECURITY FIXES along with bug fixes and enhancements.
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
PR: 33668
Submitted by: Sean Chittenden
sobomax
Approved by: maintainer timeout
|
|
|
|
|
|
|
| |
rsync 2.5.0 was released with --enable-debug by default, but rsync team
turn this off for next release (may be 2.5.1) in their CVS repository.
# David, please back this out if you cannot accept this change.
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Submitted by: knu
|
|
|
|
| |
Note these are *FULLY* Satoshi approved for the past 4 years.
|
| |
|
|
|
|
| |
Submitted by: Rich Winkel <rich@math.missouri.edu>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- freeaddrinfo(NULL) was executed when reverse looking up of
the client was failed in server mode.
- -4/-6 options did not work in rsync client mode.
Reported by: matusita@jp.FreeBSD.org
Submitted by: yoshfuji@v6.linux.or.jp
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Temp. disable ipv6 support until ipv6 patch will reflect new version
|
| |
|
|
|
|
|
|
|
| |
It is caused when IPv6-enable rsync is compiled on *IPv6-disable* kernel,
such as bento environment.
Approved by: obrien
|
|
|
|
| |
Approved by: maintainer
|
| |
|
|
|
|
| |
Submitted by: sumikawa
|
|
|
|
|
|
|
|
|
| |
Also use our zlib rather than the one in the distfile.
Unfortunately the KAME IPv6 diff will not apply to the 2.3.2 code, and
has thus be turned off. :-(
PR: 15880
Submitted by: Maxim Sobolev <sobomax@altavista.net> [zlib changes]
|
| |
|
|
|
|
| |
Approved by: obrien(maintainer)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.
As promised,
$ time cvs ci
real 67m51.701s
user 0m1.250s
sys 0m5.345s
|
|
|
|
|
|
|
| |
http://rsync.samba.org/cgi-bin/rsync?findid=1706.
PR: ports/10987
Submitted by: Cy Schubert <cschuber@uumail.gov.bc.ca>
|
| |
|
| |
|
|
|
|
|
|
| |
message.
Pointed Out: roberto
|
|
|
|
| |
Submitted by: Ron Rosson
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
| |
not available from any of them.
|
| |
|
|
|
|
|
| |
Changes include rsyncd_trees lives in /var/db rather than /etc. Also rsyncd
is installed in PREFIX/libexec, not PREFIX/bin.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
rsh or ssh for transport.
Obtained from: Warren Toomey <wkt@cs.adfa.oz.au>
|
|
|
|
|
|
|
|
| |
Add MAINATERS
mkdir -p ==> ${MKDIR}
cp ==> ${CP}
install ==> ${INSTALL}/${INSTALL_*}
etc...
|
| |
|
| |
|
|
|
|
|
|
| |
(Closing PR #1862.)
Submitted by: obrien@NUXI.cs.ucdavis.edu
|
|
Submitted by: David O'Brien (obrien@cs.ucdavis.edu)
|