| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
+ 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>
|
|
|
|
|
|
| |
<http://rsync.samba.org/ftp/rsync/rsync-2.6.2-NEWS>
Note that the --relative bug has been fix in 2.6.1_2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
SSH-patches are no longer needed, using ./configure --with-rsh=ssh instead.
Tested on sparc64 by: Hiroki Sato <hrs@eos.ocn.ne.jp>
|
|
|
|
|
| |
PR: 36649
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
|
| |
|
|
|
|
| |
Contains SECURITY FIXES along with bug fixes and enhancements.
|
|
|
|
|
|
|
| |
PR: 33668
Submitted by: Sean Chittenden
sobomax
Approved by: maintainer timeout
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
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
|
|
|
|
| |
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)
|
|
|
|
|
|
|
| |
http://rsync.samba.org/cgi-bin/rsync?findid=1706.
PR: ports/10987
Submitted by: Cy Schubert <cschuber@uumail.gov.bc.ca>
|
|
|
|
| |
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>
|
| |
|
| |
|
|
|
|
|
| |
Changes include rsyncd_trees lives in /var/db rather than /etc. Also rsyncd
is installed in PREFIX/libexec, not PREFIX/bin.
|
| |
|
|
|
|
|
|
| |
(Closing PR #1862.)
Submitted by: obrien@NUXI.cs.ucdavis.edu
|
|
Submitted by: David O'Brien (obrien@cs.ucdavis.edu)
|