diff options
author | lukem <lukem@pkgsrc.org> | 2001-05-09 02:13:41 +0000 |
---|---|---|
committer | lukem <lukem@pkgsrc.org> | 2001-05-09 02:13:41 +0000 |
commit | 18139cc0aea6b88d7758724166b96c017eead460 (patch) | |
tree | efc9d7524441a28ceb0f567285d7e29c8ff18abd /net | |
parent | 2398fb901f531c703d0455446201f6c7ee204939 (diff) | |
download | pkgsrc-18139cc0aea6b88d7758724166b96c017eead460.tar.gz |
update to lukemftpd 1.1. user visible changes:
* Fixed checkportcmd for the IPv4 case.
* Added support for S/Key authentication.
* Use method other than glob(3) to do ~ expansion.
* Improve portability.
* Rewrite method of handling out-of-band operations, in order to more
easily support RFC2228 security extensions in a future release.
Diffstat (limited to 'net')
-rw-r--r-- | net/lukemftpd/Makefile | 4 | ||||
-rw-r--r-- | net/lukemftpd/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/lukemftpd/Makefile b/net/lukemftpd/Makefile index 5d41996ad4e..48c16a9957b 100644 --- a/net/lukemftpd/Makefile +++ b/net/lukemftpd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2001/04/12 09:23:49 wennmach Exp $ +# $NetBSD: Makefile,v 1.3 2001/05/09 02:13:41 lukem Exp $ # -DISTNAME= lukemftpd-1.0 +DISTNAME= lukemftpd-1.1 CATEGORIES= net MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/lukemftp/ diff --git a/net/lukemftpd/distinfo b/net/lukemftpd/distinfo index 266553ef8c5..f702b42515e 100644 --- a/net/lukemftpd/distinfo +++ b/net/lukemftpd/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 11:23:21 wiz Exp $ +$NetBSD: distinfo,v 1.3 2001/05/09 02:13:41 lukem Exp $ -SHA1 (lukemftpd-1.0.tar.gz) = fe3ecf68823aaaa62979b6a565a9acb316bc2793 -Size (lukemftpd-1.0.tar.gz) = 159806 bytes +SHA1 (lukemftpd-1.1.tar.gz) = f6fc0644cd0e793f375b8c04bb6512c36c7ce195 +Size (lukemftpd-1.1.tar.gz) = 162161 bytes |