diff --git a/security/donkey/Makefile b/security/donkey/Makefile index 0228dc73e61a..b5dba1718db0 100644 --- a/security/donkey/Makefile +++ b/security/donkey/Makefile @@ -1,23 +1,24 @@ # New ports collection makefile for: donkey # Date created: 17 Sep 1996 # Whom: Masafumi NAKANE # # $FreeBSD$ # PORTNAME= donkey PORTVERSION= 0.5 CATEGORIES= security -MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/Security/tool/donkey/ +MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \ + http://mirror2.unixfreunde.de/ MAINTAINER= ports@FreeBSD.org COMMENT= An alternative for S/KEY's key command GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/obj/FreeBSD PATCH_ARGS= -d ${WRKDIR}/${DISTNAME} --forward --quiet -E ${PATCH_STRIP} pre-configure: @(cd ${WRKDIR}/${DISTNAME}; ./setup FreeBSD) .include diff --git a/security/donkey/pkg-descr b/security/donkey/pkg-descr index e318e18397c6..fccfc212674c 100644 --- a/security/donkey/pkg-descr +++ b/security/donkey/pkg-descr @@ -1,48 +1,47 @@ ---- From 00readme (slightly modified) ---- Donkey is an alternative for S/KEY's "key" command. The new feature that the original key doesn't have is print an entry for skeykeys as follows; kazu 0099 al02004 115d83956f1089b6 Apr 26,1995 22:13:27 This means that donkey is also an alternative for "keyinit". Since the entry is printed to stdout (not to /etc/skeykeys), you can easily send it to remote operator by e-mail (with PGP signature or something). So, it is possible to initiate S/KEY without logging in from the console of the host. The name "Donkey" is an acronym of "Don't Key". - (1) Calculate a One-Time-Password. Execute Donkey with sequence and seed, then input your passphrase. The -f option allows you to choose hash function from MD2, MD4, and MD5. The default hash function is MD4 due to the historical reason. (2) Calculate multiple One-Time-Passwords at once. Use -n option. Note that although "Enter passphrase" is printed out to stderr, One-Time-Passwords go to stdout. So, you can redirect the output safely. (3) Print skeykeys entry. Use -i option without argments. Then, enter login name, sequence and seed. If you like default value, just type RET. Input your passphrase twice to get the entry. Donkey conforms GNU GENERAL PUBLIC LICENSE Version 2 and is Copyright (C) 1995 Kazuhiko Yamamoto - +