naddy
73dea6672f
update to bug-fix release 3.0.3; ok espie@
2008-07-12 15:03:29 +00:00
espie
451110fd09
update to 3.0.2, with a few new useful functionalities.
...
to be fully functional, you need rsync >= 3.0.2 on both sides,
otherwise, rsync will degrade to pre-3.0 mode.
2008-04-10 15:06:45 +00:00
merdely
241b722760
Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN/ERRORS
...
Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@)
2007-09-15 22:36:51 +00:00
espie
9eafbbfb35
base64 checksums.
2007-04-05 16:19:55 +00:00
matthieu
b6f703a7b9
funet.fi samba mirror moved. ok espie@
2006-12-30 19:43:02 +00:00
bernd
5d3abc5160
Update to rsync-2.6.9.
...
ok espie@, naddy@
2006-11-23 18:06:34 +00:00
naddy
6880d2af36
update to 2.6.8: minor bugfixes
2006-04-29 15:39:14 +00:00
steven
e8dab7ef8e
update to 2.6.7; miscellaneous bugfixes and improvements.
...
ok naddy@ espie@
2006-03-13 17:59:56 +00:00
naddy
b5837b0ff4
Tell ssh to disable tty allocation in order to mark the ssh stream
...
as non-interactive. Suggested by espie@ a while ago.
2005-10-14 19:31:39 +00:00
naddy
bc0179831c
SECURITY:
...
Update to 2.6.6: handle a null-pointer bug that turned up in rsync's
version of zlib 1.1.4.
2005-08-09 18:40:56 +00:00
naddy
87ab96bc13
maintenance update to 2.6.5: miscellaneous bug fixes
2005-06-12 20:35:51 +00:00
naddy
cdce87ca8e
update to 2.6.4; various small fixes and improvements
2005-05-20 21:49:59 +00:00
naddy
fedfc3867f
SIZE
2005-01-05 17:14:37 +00:00
alek
2344f6d18c
Add WANTLIB markers
2004-12-16 00:31:20 +00:00
naddy
fa24063526
update to 2.6.3; ok jcs@
2004-10-15 18:43:26 +00:00
naddy
25a514f29c
SECURITY:
...
There is a path-sanitizing bug that affects daemon mode in all
recent rsync versions (including 2.6.2) but only if chroot is
disabled. It does NOT affect the normal send/receive filenames
that specify what files should be transferred. It does affect
certain option paths that cause auxiliary files to be read or
written.
http://rsync.samba.org/#security_aug04
2004-08-14 18:41:17 +00:00
espie
f94afd5e0f
new style.
2004-08-06 07:13:23 +00:00
naddy
ff588261ab
Update to 2.6.2: various bug fixes and minor enhancements.
...
SECURITY:
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".
2004-05-11 13:39:17 +00:00
brad
bc9561dbd1
remove extremely old rsync issue
2004-04-08 06:26:57 +00:00
naddy
112339c1d4
remove WWW lines
2003-12-15 21:54:59 +00:00
espie
7dde2475ce
Plug security hole (int overflow in rsync server).
2003-12-04 17:54:17 +00:00
espie
1625597298
If a rsyncd.conf exists in /etc, it would belong to this port.
2003-08-22 17:46:16 +00:00
jolan
9a58667755
respect SYSCONFDIR, ok espie@
2003-06-04 12:21:49 +00:00
naddy
5f68fc2328
enable IPv6 support; from Hajimu UMEMOTO <ume@FreeBSD.org>; ok espie@
2003-05-11 22:20:55 +00:00
espie
865b936464
2.5.6, since no-one reported problems.
...
New: can use ssh transport in server mode !
2003-02-20 10:52:45 +00:00
espie
2fa04bf08a
my bad... bump pkgname, corresponding to important core-dump fix.
2002-12-22 14:56:28 +00:00
espie
255768ca8b
disallow infinite call chains of exit_cleanup
...
(this happened when the pipe to rsync got broken, because rsync would
then try to write to stderr, find out it didn't work, and call exit_cleanup,
which would then try it all over again... oops.
2002-12-14 18:06:58 +00:00
naddy
5325601986
enable the included regression tests; ok espie@
2002-10-25 15:49:54 +00:00
todd
401f0f0b2a
enable rsh=ssh by default; ok espie@
2002-06-08 15:45:28 +00:00
espie
cd66b478a5
rsync 2.5.5
2002-04-19 11:58:09 +00:00
espie
bf1be29881
Make certain we don't pick an installed libpopt.
2002-03-24 02:35:26 +00:00
espie
d96b526e6c
Update to 2.5.4, fix zlib issues.
2002-03-15 23:54:53 +00:00
naddy
7f0e7085b0
Update to 2.5.2.
2002-01-29 21:02:17 +00:00
naddy
3e234544f1
security fix from Sebastian Krahmer <krahmer@suse.de>, taken from rsync CVS
2002-01-24 23:25:32 +00:00
naddy
4ec5dcd005
oops, checksum; thanks lebel@
2002-01-15 02:38:05 +00:00
naddy
d9dfbac878
update to 2.5.1; partly from and ok espie@
...
IPv6 support remains disabled for now
2002-01-14 23:07:49 +00:00
naddy
49afc89ea6
MASTER_SITES fix by Heikki Korpela <heko@saitti.net>:
...
- Add ftp.funet.fi and ftp.sunet.se mirrors where available.
- Remove broken ftp.funet.fi references.
2001-07-13 11:23:37 +00:00
espie
a239297799
Modernize
2001-04-08 17:06:05 +00:00
espie
ae890c6d3a
Fuck cvs
2001-01-31 13:34:33 +00:00
espie
b6832db882
Belatedly, a HOMEPAGE !
2001-01-30 16:34:13 +00:00
espie
54848dabf9
Fix my address. Dust off details.
2000-10-10 00:40:20 +00:00
espie
f0467691a8
Bump to release 2.4.6.
...
- change ftp site to a non-australian site.
- add `recovery site' for old versions.
rsync 2.4.6 fixes a long-standing half-bug, where the writer would sit
in a tight loop if the outgoing connection was slow, chewing all cpu.
2000-09-08 07:16:24 +00:00
espie
e21ce595b5
rsync 2.4.5
2000-09-02 13:36:40 +00:00
espie
460da33a40
Not much feedback on rsync 2.4.4. I guess the only way to get any
...
is to commit this...
2000-08-29 22:01:13 +00:00
espie
54b104ef00
FAKE, CONFIGURE_STYLE
2000-06-15 00:27:56 +00:00
espie
0fd05ef2ce
Move all NEED_VERSION right after CATEGORY
2000-03-24 22:11:32 +00:00
brad
f75236c9a1
- bump NEED_VERSION
...
- remove LICENSE_TYPE
2000-03-04 08:17:37 +00:00
espie
6e2597f779
Ports that override do-install are usually trivial to install fake.
2000-03-04 01:59:27 +00:00
turan
504f314d16
espie will not shut up about this, DISTF -> DISTFILES, PKG -> PACKAGE
2000-02-15 05:03:51 +00:00
espie
baf9eb3d3f
Remove all-caps.
...
This is gross, just gross, just plain gross.
LICENSE_TYPE=GPL is vastly enough.
DISTF makes no sense as an abreviation.
Besides, it's tasteless.
2000-02-12 22:07:54 +00:00