| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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>
|