summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authordrochner <drochner>2005-07-19 18:07:59 +0000
committerdrochner <drochner>2005-07-19 18:07:59 +0000
commit28fc5ba6db5a1af1cc97c2d58052e9e31a51bfd1 (patch)
tree5481bc4b100393133b267f2a74499c9a9098eba8 /security
parent1192df531d155f55c64d7c24349598c9709048d2 (diff)
downloadpkgsrc-28fc5ba6db5a1af1cc97c2d58052e9e31a51bfd1.tar.gz
update to 0.46
changes: -Update to LibTomCrypt 1.05 and LibTomMath 0.35 -bugfixes and code cleanup
Diffstat (limited to 'security')
-rw-r--r--security/dropbear/Makefile4
-rw-r--r--security/dropbear/distinfo10
-rw-r--r--security/dropbear/patches/patch-aa13
3 files changed, 18 insertions, 9 deletions
diff --git a/security/dropbear/Makefile b/security/dropbear/Makefile
index ed8d781abcf..51d79e414b9 100644
--- a/security/dropbear/Makefile
+++ b/security/dropbear/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2005/05/22 20:08:29 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2005/07/19 18:07:59 drochner Exp $
-DISTNAME= dropbear-0.45
+DISTNAME= dropbear-0.46
CATEGORIES= security
MASTER_SITES= http://matt.ucc.asn.au/dropbear/releases/
EXTRACT_SUFX= .tar.bz2
diff --git a/security/dropbear/distinfo b/security/dropbear/distinfo
index 96f2e142bf5..961d0d74af9 100644
--- a/security/dropbear/distinfo
+++ b/security/dropbear/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2005/04/29 16:14:41 drochner Exp $
+$NetBSD: distinfo,v 1.8 2005/07/19 18:07:59 drochner Exp $
-SHA1 (dropbear-0.45.tar.bz2) = 6368d839888750726391394177f89f5709d6d816
-RMD160 (dropbear-0.45.tar.bz2) = 583f6b38660758d37f4177f41af149aec4475b6d
-Size (dropbear-0.45.tar.bz2) = 1268881 bytes
-SHA1 (patch-aa) = 2464dc94fc91e297bf132bcdf8d2fd36ed24093b
+SHA1 (dropbear-0.46.tar.bz2) = 2b6d2083ec0294fde55c75e4080c06637cbcf833
+RMD160 (dropbear-0.46.tar.bz2) = f7c61b021705362f55209bc0f383d0bf3336841e
+Size (dropbear-0.46.tar.bz2) = 1413918 bytes
+SHA1 (patch-aa) = 3246fce39551e97f0b9ecd3397479ea2f3e22abd
SHA1 (patch-ab) = 80aacb92daf040e8bcff0171ac54b19b3031e86c
diff --git a/security/dropbear/patches/patch-aa b/security/dropbear/patches/patch-aa
index cd13b53636c..fa383fc49ca 100644
--- a/security/dropbear/patches/patch-aa
+++ b/security/dropbear/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.6 2005/04/29 16:14:41 drochner Exp $
+$NetBSD: patch-aa,v 1.7 2005/07/19 18:07:59 drochner Exp $
---- Makefile.in.orig 2005-03-07 05:27:01.000000000 +0100
+--- Makefile.in.orig 2005-07-08 21:20:57.000000000 +0200
+++ Makefile.in
@@ -137,14 +137,14 @@ insmulti%: dropbearmulti
inst_dropbear: dropbear
@@ -21,3 +21,12 @@ $NetBSD: patch-aa,v 1.6 2005/04/29 16:14:41 drochner Exp $
# for some reason the rule further down doesn't like $($@objs) as a prereq.
+@@ -181,7 +181,7 @@ link%:
+ -ln -s dropbearmulti$(EXEEXT) $*$(EXEEXT)
+
+ $(LTC): options.h
+- cd libtomcrypt && $(MAKE) clean && $(MAKE)
++ cd libtomcrypt && $(MAKE)
+
+ $(LTM): options.h
+ cd libtommath && $(MAKE)