diff options
author | wiz <wiz@pkgsrc.org> | 2007-04-01 21:26:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-04-01 21:26:48 +0000 |
commit | 47036fe032290eb79536d193fd44542e7adc23e0 (patch) | |
tree | 369a35bec18b876fcaaafe4c37bd506d9bcdab92 /security/lsh/PLIST | |
parent | 4b17df092414f04256ab2cf6874306260a0dd7f2 (diff) | |
download | pkgsrc-47036fe032290eb79536d193fd44542e7adc23e0.tar.gz |
Upgrade lsh to version 2 (from lsh2) and remove lsh2.
No disagreement on pkgsrc-users.
Diffstat (limited to 'security/lsh/PLIST')
-rw-r--r-- | security/lsh/PLIST | 46 |
1 files changed, 38 insertions, 8 deletions
diff --git a/security/lsh/PLIST b/security/lsh/PLIST index 0a8056dbeb4..fe984d02d0e 100644 --- a/security/lsh/PLIST +++ b/security/lsh/PLIST @@ -1,51 +1,81 @@ -@comment $NetBSD: PLIST,v 1.4 2006/06/16 18:43:18 jlam Exp $ +@comment $NetBSD: PLIST,v 1.5 2007/04/01 21:26:48 wiz Exp $ +bin/lcp bin/lsftp bin/lsh bin/lsh-authorize bin/lsh-decode-key +bin/lsh-decrypt-key bin/lsh-export-key bin/lsh-keygen bin/lsh-make-seed +bin/lsh-upgrade +bin/lsh-upgrade-key bin/lsh-writekey bin/lshg +bin/nettle-lfib-stream +bin/pkcs1-conv bin/sexp-conv bin/srp-gen bin/ssh-conv include/nettle/aes.h include/nettle/arcfour.h +include/nettle/arctwo.h +include/nettle/asn1.h +include/nettle/base16.h include/nettle/base64.h +include/nettle/bignum.h include/nettle/blowfish.h +include/nettle/buffer.h include/nettle/cast128.h include/nettle/cbc.h +include/nettle/ctr.h include/nettle/des-compat.h include/nettle/des.h +include/nettle/dsa.h include/nettle/hmac.h include/nettle/knuth-lfib.h +include/nettle/macros.h +include/nettle/md2.h +include/nettle/md4.h include/nettle/md5-compat.h include/nettle/md5.h +include/nettle/memxor.h include/nettle/nettle-meta.h +include/nettle/nettle-stdint.h +include/nettle/nettle-types.h +include/nettle/pgp.h +include/nettle/pkcs1.h +include/nettle/realloc.h +include/nettle/rsa-compat.h include/nettle/rsa.h include/nettle/serpent.h +include/nettle/sexp.h include/nettle/sha.h include/nettle/twofish.h include/nettle/yarrow.h info/lsh.info info/nettle.info -info/nettle.info-1 -info/nettle.info-2 lib/libnettle.a +man/man1/lsftp.1 +man/man1/lsh-authorize.1 +man/man1/lsh-decode-key.1 +man/man1/lsh-decrypt-key.1 +man/man1/lsh-export-key.1 +man/man1/lsh-keygen.1 +man/man1/lsh-make-seed.1 +man/man1/lsh-upgrade-key.1 +man/man1/lsh-upgrade.1 +man/man1/lsh-writekey.1 man/man1/lsh.1 -man/man1/lsh_keygen.1 -man/man1/lsh_writekey.1 +man/man1/lshg.1 +man/man1/ssh-conv.1 man/man5/DSA.5 man/man5/SHA.5 man/man5/SPKI.5 man/man5/secsh.5 man/man8/lshd.8 +man/man8/sftp-server.8 sbin/lsh-execuv -${KERBEROS}sbin/lsh-krb-checkpw -${PAM}sbin/lsh-pam-checkpw -sbin/lsh_proxy sbin/lshd sbin/sftp-server @dirrm include/nettle |