diff options
author | rh <rh> | 2000-06-12 18:38:14 +0000 |
---|---|---|
committer | rh <rh> | 2000-06-12 18:38:14 +0000 |
commit | 262daa135b7549be9e9f59e07c4b34ba1f69aca5 (patch) | |
tree | e2ff0d31b20f755a423b726c142a9fb781244a3b /comms | |
parent | f84253cd663e4d4019f516ac4e9b84bc25c12934 (diff) | |
download | pkgsrc-262daa135b7549be9e9f59e07c4b34ba1f69aca5.tar.gz |
Update lrzsz to 0.12.20.
Notable changes include:
Version 0.12.20 - December 1998, Uwe Ohse
* works on BeOS and stone-aged SCO (sco-3.2v4.2)
* pubdir-"feature" works again.
* "make rpm" creates a rpm file.
* "optimal blklen calculation" was too aggressive, it now does nothing
if the user demands fixed blklens.
* various smaller and medium bug fixes.
* a more or less important security bug is fixed (stupid use of /tmp in
a piece of code which is rarely used).
* lrz uses umask to make files unreadable which receiving them.
* "sh systype | mail uwe-generic-counter@ohse.de" sends a success report
with a description of the system type.
* --enable-syslog is now default
Version 0.12.19 - January 1998, Uwe Ohse
* 0.12.18 was broken, lsz crashed if receiver found an CRC error.
* lrz options "--rename" and "--escape" didn't work.
* lrz didn't implement senders "overwrite-or-skip" option.
* added dejagnu testsuite. Maybe you need a dejagnu snapshot to use it.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/lrzsz/Makefile | 8 | ||||
-rw-r--r-- | comms/lrzsz/files/md5 | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/comms/lrzsz/Makefile b/comms/lrzsz/Makefile index de1bcad62c6..78d04b0d997 100644 --- a/comms/lrzsz/Makefile +++ b/comms/lrzsz/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.6 1998/08/26 00:07:34 tv Exp $ +# $NetBSD: Makefile,v 1.7 2000/06/12 18:38:14 rh Exp $ # FreeBSD Id: Makefile,v 1.5 1997/10/10 06:53:29 obrien Exp -DISTNAME= lrzsz-0.12.18 +DISTNAME= lrzsz-0.12.20 CATEGORIES= comms -MASTER_SITES= ftp://ftp.ihg.uni-duisburg.de/uwe/ +MASTER_SITES= http://www.ohse.de/uwe/releases/ MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.csl-gmbh.net/~uwe/lrzsz.html +HOMEPAGE= http://www.ohse.de/uwe/software/lrzsz.html GNU_CONFIGURE= yes diff --git a/comms/lrzsz/files/md5 b/comms/lrzsz/files/md5 index a5426eb573e..08eb3fad348 100644 --- a/comms/lrzsz/files/md5 +++ b/comms/lrzsz/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 1998/08/07 13:17:02 agc Exp $ +$NetBSD: md5,v 1.3 2000/06/12 18:38:14 rh Exp $ -MD5 (lrzsz-0.12.18.tar.gz) = 4c7c238b215091821969e050264b918d +MD5 (lrzsz-0.12.20.tar.gz) = b5ce6a74abc9b9eb2af94dffdfd372a4 |