Pav Lucistnik
0cd0244e86
- Add some SHA256s
2005-11-23 17:38:02 +00:00
Pav Lucistnik
0b497a0ad5
- Update to 2.6.6
2005-07-29 16:52:06 +00:00
Pav Lucistnik
1976e8243c
- Update to 2.6.5, make fetchable again
...
- 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)
2005-06-06 12:39:39 +00:00
Pav Lucistnik
763da90905
- Fix incompatibility with older version when used with --exclude option
...
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
2005-05-21 11:31:31 +00:00
Pav Lucistnik
599c06a6e1
- Update to 2.6.4
...
- Use new infrastructure for rc script
- Remove pkg-message, it's 4 years since the change
Approved by: marcus (portmgr hat)
2005-05-16 21:07:54 +00:00
David E. O'Brien
c3d8037aeb
At Kris's request, back out the MACHINE_ARCH spelling correction until
...
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae
Assist getting more ports working on AMD64 by obeying the
...
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Oliver Eikemeier
24d242e01a
- Re-enable "!"s in .cvsignore files
...
- Fix an off-by-one error in the handling of --max-delete=N
2004-10-24 01:59:41 +00:00
Oliver Eikemeier
5d38b3535f
- updae to version 2.6.3
...
+ http://rsync.samba.org/ftp/rsync/rsync-2.6.3-NEWS
- copy FIFOs and sockets
+ https://bugzilla.samba.org/show_bug.cgi?id=1804
2004-10-11 23:25:38 +00:00
Oliver Eikemeier
2e261a96c0
enable copying of fifos/sockets
...
Requested by: Eike Bernhardt <eike@unorganized.net>
PR: 59814
Obtained from: Thomas Quinot <thomas@cuivre.fr.eu.org>
2004-08-24 16:30:50 +00:00
Volker Stolz
ec941eb8b3
mirror.ac.uk -> mirrorservice.org
...
PR: ports/69481
Submitted by: Tim Bishop, Dejan Lesjak
Approved by: maintainers
2004-08-19 13:25:38 +00:00
Oliver Eikemeier
a49bbe0700
fix security hole in non-chroot rsync daemon.
...
<http://www.freebsd.org/ports/portaudit/2689f4cb-ec4c-11d8-9440-000347a4fa7d.html >
2004-08-12 10:45:27 +00:00
Oliver Eikemeier
b87c03011b
fix --delete SEGV
...
<http://lists.samba.org/archive/rsync/2004-May/009380.html >
2004-05-03 11:15:21 +00:00
Oliver Eikemeier
adb2d126d7
update to version 2.6.2:
...
<http://rsync.samba.org/ftp/rsync/rsync-2.6.2-NEWS >
Note that the --relative bug has been fix in 2.6.1_2
2004-04-30 21:18:39 +00:00
Oliver Eikemeier
021a2af5b2
Fix sorting bug when --relative is used
...
<http://lists.samba.org/archive/rsync-announce/2004/000015.html >
2004-04-30 08:53:34 +00:00
Oliver Eikemeier
b952baa926
Fixed the use of an uninitialized variable in map_uid() and map_gid()
...
<http://lists.samba.org/archive/rsync/2004-April/009334.html >
Added timelimit patches by default (--stop-at and --time-limit, see rsync -h)
2004-04-29 14:36:39 +00:00
Oliver Eikemeier
b1a1b6a299
The rsync developent team has rerolled the tarball,
...
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.
2004-04-28 13:42:58 +00:00
Oliver Eikemeier
e13005db60
Update to version 2.6.1
...
<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)
2004-04-27 21:59:18 +00:00
Oliver Eikemeier
839e10da49
SIZEify
...
Prompted by: trevor
2004-03-18 01:04:31 +00:00
Oliver Eikemeier
35f94823a9
- update to version 2.6.0
...
Paged by: Johannes Angeldorff <johannes@smartnet.se>
PR: ports/61542
Submitted by: Xin LI <delphij@frontfree.net>
Approved by: marcus (mentor)
2004-01-19 22:32:43 +00:00
Kris Kennaway
94cb960c73
Security update to rsync 2.5.7. This fixes a remotely-exploitable
...
heap overflow, see http://rsync.samba.org/ for the details.
2003-12-04 14:45:06 +00:00
Oliver Eikemeier
95dd23c598
- add rc.subr(8) start/stop script
...
- 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)
2003-11-16 23:08:12 +00:00
Oliver Braun
a2f71a8494
Reset maintainer to ports@ since rsync is not written in Haskell ;o)
2003-05-11 10:06:31 +00:00
Oliver Braun
4e097dc65e
Bump PORTREVISION due to my last commit.
...
Requested by: knu
2003-03-04 07:27:04 +00:00
Oliver Braun
5d90ba6cc7
* Add rsyncd.conf.sample and rsyncd.sh.sample.
...
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.
2003-03-03 19:37:22 +00:00
Oliver Braun
3d2b895bb7
De-pkg-comment and make portlint a little bit happier.
2003-02-18 10:50:48 +00:00
Oliver Braun
470c508d03
Aaaaarrgggg, I have destroyed the Makefile just between testing and the commit.
...
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
2003-01-28 20:30:36 +00:00
Oliver Braun
ce213d3b9b
Upgrade to 2.5.6.
...
SSH-patches are no longer needed, using ./configure --with-rsh=ssh instead.
Tested on sparc64 by: Hiroki Sato <hrs@eos.ocn.ne.jp>
2003-01-28 16:50:01 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34
o Rollback PORTCOMMENT modifications while this feature's implementation
...
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Oliver Braun
fba1cd9964
Use PORTCOMMENT variable instead of pkg-comment file.
2002-11-05 21:55:21 +00:00
Oliver Braun
59e9eb3991
* Add knob WITH_POPT_PORT to build rsync with devel/popt.
...
* Use included popt by default.
Reviewed by: alane
Approved by: dwcjr (mentor)
2002-08-31 06:20:26 +00:00
Oliver Braun
c502381a37
Change MAINTAINER to my FreeBSD address.
...
Approved by: dwcjr (mentor)
2002-08-21 14:46:07 +00:00
Patrick Li
265fc6e1ba
Dont remove .bak files
...
PR: 39535
Submitted by: maintainer
2002-06-19 18:58:05 +00:00
Maxim Sobolev
4803463633
Add USE_REINPLACE where appropriate.
2002-06-19 08:18:10 +00:00
Patrick Li
8be886308b
Remove perl dependency
...
PR: 39488
Submitted by: maintainer
2002-06-18 22:04:47 +00:00
Ying-Chieh Liao
b6e54fb48a
fix REINPLACE_CMD last commit
...
PR: 39365
Submitted by: maintainer
2002-06-16 19:00:32 +00:00
Ying-Chieh Liao
43e80d5a4b
Replace ${PERL} with ${REINPLACE_CMD}.
...
PR: 39243, 39244, 39245, 39249
Submitted by: maintainer
2002-06-14 07:21:10 +00:00
David E. O'Brien
cca235c943
Needs perl to build.
2002-05-16 23:33:22 +00:00
David W. Chapman Jr.
4528c512ab
Use popt in ports
...
PR: 37348
Submitted by: maintainer
2002-04-26 18:40:14 +00:00
Anders Nordby
9812fe9540
Revoke previous changes to fix -z (compress) option in favor of a GCC
...
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
2002-04-21 22:01:17 +00:00
Anders Nordby
b4889d7cdd
Make port set -O2 in CFLAGS. Necessary for -z (compress) option to work
...
properly.
PR: 36998
Submitted by: maintainer
2002-04-20 20:19:47 +00:00
Patrick Li
6b63e747b2
Remove #include <malloc.h>
...
PR: 36707
Submitted by: maintainer
2002-04-03 21:52:38 +00:00
Peter Pentchev
4258c6095c
Update to 2.5.5 and give maintainership to Oliver Braun (the submitter).
...
PR: 36649
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-04-02 12:27:29 +00:00
David E. O'Brien
248b0da7e3
Upgrade to version 2.5.4.
2002-03-15 07:58:44 +00:00
David E. O'Brien
13da324988
This vendor security fix, was part of 2.5.3 and later.
...
So we don't need it anymore.
2002-03-15 07:58:13 +00:00
David E. O'Brien
f18bffdf90
Rsync has updated its copy of zlib from 1.1.2 to 1.1.4, so we don't need
...
this patch to upgrade 1.1.2 to 1.1.3 anymore.
2002-03-15 07:57:50 +00:00
David E. O'Brien
c8bdef2e13
Add vendor patch to correctly drop group privileges when changing uid.
2002-02-21 18:40:21 +00:00
David E. O'Brien
2f32ba326d
Update to 2.5.2
...
Contains SECURITY FIXES along with bug fixes and enhancements.
2002-01-26 01:39:48 +00:00
David E. O'Brien
4bbf513623
Fix a signedness security vunerability discovered by Todd@openbsd.org where
...
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
2002-01-23 23:32:21 +00:00
Maxim Sobolev
7c34f07c31
Update to 2.5.1.
...
PR: 33668
Submitted by: Sean Chittenden
sobomax
Approved by: maintainer timeout
2002-01-21 12:42:03 +00:00