diff options
author | drochner <drochner@pkgsrc.org> | 2007-03-23 20:07:02 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-03-23 20:07:02 +0000 |
commit | 4d67262cc9b38e5044ffeed2651ae01bba88216f (patch) | |
tree | ddac223c472510406b834816422aea2deaed6d02 /security | |
parent | c6a373a7cb190c3172dd5f8ccd4d7fe04ec717fa (diff) | |
download | pkgsrc-4d67262cc9b38e5044ffeed2651ae01bba88216f.tar.gz |
update to 0.49
change: warn strongly when a hostkey mismatch occurred
Diffstat (limited to 'security')
-rw-r--r-- | security/dropbear/Makefile | 4 | ||||
-rw-r--r-- | security/dropbear/distinfo | 10 | ||||
-rw-r--r-- | security/dropbear/patches/patch-ab | 10 |
3 files changed, 12 insertions, 12 deletions
diff --git a/security/dropbear/Makefile b/security/dropbear/Makefile index ddd0dfd17d0..f06dd32dcef 100644 --- a/security/dropbear/Makefile +++ b/security/dropbear/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2006/03/14 20:03:43 drochner Exp $ +# $NetBSD: Makefile,v 1.19 2007/03/23 20:07:02 drochner Exp $ -DISTNAME= dropbear-0.48.1 +DISTNAME= dropbear-0.49 CATEGORIES= security MASTER_SITES= http://matt.ucc.asn.au/dropbear/releases/ diff --git a/security/dropbear/distinfo b/security/dropbear/distinfo index c465933abe5..15abc9d7d2c 100644 --- a/security/dropbear/distinfo +++ b/security/dropbear/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.12 2006/03/14 20:03:43 drochner Exp $ +$NetBSD: distinfo,v 1.13 2007/03/23 20:07:02 drochner Exp $ -SHA1 (dropbear-0.48.1.tar.gz) = 4dd349b5e3c1aa1b627c52a27f17f5eb7e85c146 -RMD160 (dropbear-0.48.1.tar.gz) = 055740e5978f91ca34d318e6a6f8052d182e8d7c -Size (dropbear-0.48.1.tar.gz) = 1473114 bytes +SHA1 (dropbear-0.49.tar.gz) = 97ac3d863ffca386aa25b6f60c71ab086aaef591 +RMD160 (dropbear-0.49.tar.gz) = 1e9606fb7e20c62c86629d7c97eaedc4fe22c099 +Size (dropbear-0.49.tar.gz) = 1764444 bytes SHA1 (patch-aa) = 3246fce39551e97f0b9ecd3397479ea2f3e22abd -SHA1 (patch-ab) = bca3abf2505852e4a25505e505afcf2cb52aa823 +SHA1 (patch-ab) = efe5766a6c2c28ef71e7fe49afbf9d10a73d4a5d SHA1 (patch-ac) = 69b1349bb47ad6a6ae02096f1ebde87a1461dd9b diff --git a/security/dropbear/patches/patch-ab b/security/dropbear/patches/patch-ab index f0dbe4c6a91..0dd6e1be44f 100644 --- a/security/dropbear/patches/patch-ab +++ b/security/dropbear/patches/patch-ab @@ -1,21 +1,21 @@ -$NetBSD: patch-ab,v 1.4 2006/03/14 20:03:43 drochner Exp $ +$NetBSD: patch-ab,v 1.5 2007/03/23 20:07:02 drochner Exp $ ---- options.h.orig 2006-03-12 05:52:51.000000000 +0100 +--- options.h.orig 2007-02-22 16:51:35.000000000 +0100 +++ options.h -@@ -127,8 +127,11 @@ etc) slower (perhaps by 50%). Recommende +@@ -132,8 +132,11 @@ etc) slower (perhaps by 50%). Recommende * but there's an interface via a PAM module - don't bother using it otherwise. * You can't enable both PASSWORD and PAM. */ +#ifdef DISABLE_PAM #define ENABLE_SVR_PASSWORD_AUTH --/* #define ENABLE_SVR_PAM_AUTH */ /* requires ./configure --enable-pam */ +-/*#define ENABLE_SVR_PAM_AUTH */ /* requires ./configure --enable-pam */ +#else +#define ENABLE_SVR_PAM_AUTH /* requires ./configure --enable-pam */ +#endif #define ENABLE_SVR_PUBKEY_AUTH #define ENABLE_CLI_PASSWORD_AUTH -@@ -154,7 +157,7 @@ etc) slower (perhaps by 50%). Recommende +@@ -159,7 +162,7 @@ etc) slower (perhaps by 50%). Recommende * however significantly reduce the security of your ssh connections * if the PRNG state becomes guessable - make sure you know what you are * doing if you change this. */ |