pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/lsh add a pkg for lsh-1.4.3, an alternative s...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ba2d7fae1632
branches: trunk
changeset: 466164:ba2d7fae1632
user: drochner <drochner%pkgsrc.org@localhost>
date: Mon Jan 12 15:55:11 2004 +0000
description:
add a pkg for lsh-1.4.3, an alternative ssh2 client/server
diffstat:
security/lsh/DESCR | 1 +
security/lsh/Makefile | 18 +++++++++++++++
security/lsh/PLIST | 49 +++++++++++++++++++++++++++++++++++++++++++
security/lsh/distinfo | 6 +++++
security/lsh/patches/patch-aa | 13 +++++++++++
security/lsh/patches/patch-ab | 15 +++++++++++++
6 files changed, 102 insertions(+), 0 deletions(-)
diffs (126 lines):
diff -r 618b09a602a0 -r ba2d7fae1632 security/lsh/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/lsh/DESCR Mon Jan 12 15:55:11 2004 +0000
@@ -0,0 +1,1 @@
+lsh is an alternative (GNU licensed) ssh2 client/server.
diff -r 618b09a602a0 -r ba2d7fae1632 security/lsh/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/lsh/Makefile Mon Jan 12 15:55:11 2004 +0000
@@ -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@localhost
+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 -r 618b09a602a0 -r ba2d7fae1632 security/lsh/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/lsh/PLIST Mon Jan 12 15:55:11 2004 +0000
@@ -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 -r 618b09a602a0 -r ba2d7fae1632 security/lsh/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/lsh/distinfo Mon Jan 12 15:55:11 2004 +0000
@@ -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 -r 618b09a602a0 -r ba2d7fae1632 security/lsh/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/lsh/patches/patch-aa Mon Jan 12 15:55:11 2004 +0000
@@ -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 -r 618b09a602a0 -r ba2d7fae1632 security/lsh/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/lsh/patches/patch-ab Mon Jan 12 15:55:11 2004 +0000
@@ -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:
Home |
Main Index |
Thread Index |
Old Index