diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/lsh/DESCR | 1 | ||||
-rw-r--r-- | security/lsh/Makefile | 18 | ||||
-rw-r--r-- | security/lsh/PLIST | 49 | ||||
-rw-r--r-- | security/lsh/distinfo | 6 | ||||
-rw-r--r-- | security/lsh/patches/patch-aa | 13 | ||||
-rw-r--r-- | security/lsh/patches/patch-ab | 15 |
6 files changed, 102 insertions, 0 deletions
diff --git a/security/lsh/DESCR b/security/lsh/DESCR new file mode 100644 index 00000000000..b11cc26a7de --- /dev/null +++ b/security/lsh/DESCR @@ -0,0 +1 @@ +lsh is an alternative (GNU licensed) ssh2 client/server. diff --git a/security/lsh/Makefile b/security/lsh/Makefile new file mode 100644 index 00000000000..a64ebac8830 --- /dev/null +++ b/security/lsh/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/01/12 15:55:11 drochner Exp $ +# + +DISTNAME= lsh-1.4.3 +CATEGORIES= security +MASTER_SITES= ftp://ftp.lysator.liu.se/pub/security/lsh/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www.lysator.liu.se/~nisse/lsh/ +COMMENT= ssh2 client/server + +USE_BUILDLINK2= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes + +.include "../../devel/gmp/buildlink2.mk" +.include "../../devel/liboop/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/lsh/PLIST b/security/lsh/PLIST new file mode 100644 index 00000000000..177da6375a5 --- /dev/null +++ b/security/lsh/PLIST @@ -0,0 +1,49 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/12 15:55:11 drochner Exp $ +bin/lsftp +bin/lsh +bin/lsh-authorize +bin/lsh-decode-key +bin/lsh-export-key +bin/lsh-keygen +bin/lsh-make-seed +bin/lsh-writekey +bin/lshg +bin/sexp-conv +bin/srp-gen +bin/ssh-conv +include/nettle/aes.h +include/nettle/arcfour.h +include/nettle/base64.h +include/nettle/blowfish.h +include/nettle/cast128.h +include/nettle/cbc.h +include/nettle/des-compat.h +include/nettle/des.h +include/nettle/hmac.h +include/nettle/knuth-lfib.h +include/nettle/md5-compat.h +include/nettle/md5.h +include/nettle/nettle-meta.h +include/nettle/rsa.h +include/nettle/serpent.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/lsh.1 +man/man1/lsh_keygen.1 +man/man1/lsh_writekey.1 +man/man5/DSA.5 +man/man5/SHA.5 +man/man5/SPKI.5 +man/man5/secsh.5 +man/man8/lshd.8 +sbin/lsh-execuv +sbin/lsh_proxy +sbin/lshd +sbin/sftp-server +@dirrm include/nettle diff --git a/security/lsh/distinfo b/security/lsh/distinfo new file mode 100644 index 00000000000..d35cd67df80 --- /dev/null +++ b/security/lsh/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/01/12 15:55:11 drochner Exp $ + +SHA1 (lsh-1.4.3.tar.gz) = 25cb15a0851b3209cc5b3552344fedf80221ad6f +Size (lsh-1.4.3.tar.gz) = 1414008 bytes +SHA1 (patch-aa) = 08cb6cf3f28ae2281d109e20dc9585111009ea50 +SHA1 (patch-ab) = 179647434ecf7a4b42e301f1ac1c794f217d69d0 diff --git a/security/lsh/patches/patch-aa b/security/lsh/patches/patch-aa new file mode 100644 index 00000000000..95ad431386a --- /dev/null +++ b/security/lsh/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/01/12 15:55:11 drochner Exp $ + +--- src/unix_interact.c.orig 2003-10-14 19:12:21.000000000 +0200 ++++ src/unix_interact.c 2003-10-14 19:12:36.000000000 +0200 +@@ -261,7 +261,7 @@ do_make_raw(struct terminal_attributes * + + /* Modify VMIN and VTIME, to save some bandwidth and make traffic + * analysis of interactive sessions a little harder. */ +- res->ios.c_cc[VMIN] = 4; ++ res->ios.c_cc[VMIN] = 1; + /* Inter-character timer, in units of 0.1s */ + res->ios.c_cc[VTIME] = 1; + diff --git a/security/lsh/patches/patch-ab b/security/lsh/patches/patch-ab new file mode 100644 index 00000000000..f6dc3b8f962 --- /dev/null +++ b/security/lsh/patches/patch-ab @@ -0,0 +1,15 @@ +$NetBSD: patch-ab,v 1.1.1.1 2004/01/12 15:55:11 drochner Exp $ + +--- src/Makefile.in.orig 2003-10-14 20:17:54.000000000 +0200 ++++ src/Makefile.in 2003-10-14 20:18:14.000000000 +0200 +@@ -1110,10 +1110,6 @@ + + # This is GNU make specific + +-%.x: % $(srcdir)/scm/gaba.scm $(srcdir)/scm/compiler.scm +- $(SCHEME) -e main -l $(srcdir)/scm/compiler.scm \ +- -s $(srcdir)/scm/gaba.scm <$< >$@T +- test -s $@T && mv -f $@T $@ + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: |