diff options
author | bouyer <bouyer@pkgsrc.org> | 2002-01-26 19:04:49 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2002-01-26 19:04:49 +0000 |
commit | 4eac8bf4af973fd85ed383f71c4e11a5d94edb7a (patch) | |
tree | 567c57be9928ab274a24a275795a76cae7de0f3a /net/rsync | |
parent | 613737d6e168220e3e8d762d16095683800e97e1 (diff) | |
download | pkgsrc-4eac8bf4af973fd85ed383f71c4e11a5d94edb7a.tar.gz |
Update to 2.5.2. Changes since 2.5.1:
rsync 2.5.2 (26 Jan 2002)
SECURITY FIXES:
* Signedness security patch from Sebastian Krahmer
<krahmer@suse.de> -- in some cases we were not sufficiently
careful about reading integers from the network.
BUG FIXES:
* Fix possible string mangling in log files.
* Fix for setting local address of outgoing sockets.
* Better handling of hardlinks and devices on platforms with
64-bit dev_t or ino_t.
* Name resolution on machines supporting IPv6 is improved.
* Fix for device nodes. (dann frazier) (Debian #129135)
ENHANCEMENTS:
* With -v, rsync now shows the command used to initiate an ssh/rsh
connection.
* --statistics now shows memory heap usage on platforms that
support mallinfo().
* "The Ted T'so school of program optimization": make progress
visible and people will think it's faster. (With --progress,
rsync will show you how many files it has seen as it builds the
file_list, giving some indication that it has not hung.)
* Improvements to batch mode support. This is still experimental
but testing would be welcome. (Jos Backus)
* New --ignore-existing option, patch previously distributed with
Vipul's Razor. (Debian #124286)
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 4 | ||||
-rw-r--r-- | net/rsync/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 44a8c4ed3d2..b4785080fc1 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2002/01/10 23:54:21 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2002/01/26 19:04:49 bouyer Exp $ -DISTNAME= rsync-2.5.1 +DISTNAME= rsync-2.5.2 CATEGORIES= net MASTER_SITES= ftp://rsync.samba.org/pub/rsync/ \ ftp://sunsite.auc.dk/pub/unix/rsync/ \ diff --git a/net/rsync/distinfo b/net/rsync/distinfo index 4a214d82be4..74d320484c7 100644 --- a/net/rsync/distinfo +++ b/net/rsync/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2002/01/10 11:00:19 martti Exp $ +$NetBSD: distinfo,v 1.4 2002/01/26 19:04:49 bouyer Exp $ -SHA1 (rsync-2.5.1.tar.gz) = 604ec21216157301f51ef1db8b97b5e62f2494c6 -Size (rsync-2.5.1.tar.gz) = 449278 bytes +SHA1 (rsync-2.5.2.tar.gz) = 53b1e43f77b17e214c8013315f3de8c08d2db0c5 +Size (rsync-2.5.2.tar.gz) = 368916 bytes |