summaryrefslogtreecommitdiff
path: root/security/lsh2
diff options
context:
space:
mode:
Diffstat (limited to 'security/lsh2')
-rw-r--r--security/lsh2/DESCR2
-rw-r--r--security/lsh2/Makefile28
-rw-r--r--security/lsh2/PLIST81
-rw-r--r--security/lsh2/distinfo7
-rw-r--r--security/lsh2/patches/patch-aa13
-rw-r--r--security/lsh2/patches/patch-ab15
6 files changed, 0 insertions, 146 deletions
diff --git a/security/lsh2/DESCR b/security/lsh2/DESCR
deleted file mode 100644
index e61eb08139b..00000000000
--- a/security/lsh2/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-lsh is an alternative (GNU licensed) SSH2 client/server.
-This is version 2 of lsh.
diff --git a/security/lsh2/Makefile b/security/lsh2/Makefile
deleted file mode 100644
index 826dce13182..00000000000
--- a/security/lsh2/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2006/04/07 15:28:49 jlam Exp $
-#
-
-DISTNAME= lsh-2.0.2
-CATEGORIES= security
-MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.lysator.liu.se/~nisse/lsh/
-COMMENT= SSH2 client/server
-
-GNU_CONFIGURE= yes
-USE_TOOLS+= gmake gm4
-CONFIGURE_ARGS+= --disable-openssl --disable-pam
-INFO_FILES= # PLIST
-
-# lcp test depends on /bin/bash and thus fails, others work
-TEST_TARGET= check
-
-# man/man8/sftp-server.8
-CONFLICTS+= openssh-[0-9]* openssh+gssapi-[0-9]*
-
-# src/nettle/examples/nettle-openssl.c needs des_key*
-USE_OLD_DES_API= yes
-
-.include "../../devel/gmp/buildlink3.mk"
-.include "../../devel/liboop/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/security/lsh2/PLIST b/security/lsh2/PLIST
deleted file mode 100644
index 283ae7e2db3..00000000000
--- a/security/lsh2/PLIST
+++ /dev/null
@@ -1,81 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2006/04/07 15:28:49 jlam 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
-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/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
-sbin/lshd
-sbin/sftp-server
-@dirrm include/nettle
diff --git a/security/lsh2/distinfo b/security/lsh2/distinfo
deleted file mode 100644
index a6738f8008a..00000000000
--- a/security/lsh2/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.2 2006/03/14 19:30:12 drochner Exp $
-
-SHA1 (lsh-2.0.2.tar.gz) = baaf8de1368b0bd3b6c0e67e03f66284b910b54c
-RMD160 (lsh-2.0.2.tar.gz) = fa876113924a6045ecd302892dc0fbbec764dabe
-Size (lsh-2.0.2.tar.gz) = 2179353 bytes
-SHA1 (patch-aa) = 08cb6cf3f28ae2281d109e20dc9585111009ea50
-SHA1 (patch-ab) = 179647434ecf7a4b42e301f1ac1c794f217d69d0
diff --git a/security/lsh2/patches/patch-aa b/security/lsh2/patches/patch-aa
deleted file mode 100644
index 0c508d8b9fd..00000000000
--- a/security/lsh2/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2005/04/30 12:23:42 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/lsh2/patches/patch-ab b/security/lsh2/patches/patch-ab
deleted file mode 100644
index 13a8c704297..00000000000
--- a/security/lsh2/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2005/04/30 12:23:42 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: