pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/dropbear update to 0.46



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c1b9954d361
branches:  trunk
changeset: 497056:9c1b9954d361
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Jul 19 18:07:59 2005 +0000

description:
update to 0.46
changes:
-Update to LibTomCrypt 1.05 and LibTomMath 0.35
-bugfixes and code cleanup

diffstat:

 security/dropbear/Makefile         |   4 ++--
 security/dropbear/distinfo         |  10 +++++-----
 security/dropbear/patches/patch-aa |  13 +++++++++++--
 3 files changed, 18 insertions(+), 9 deletions(-)

diffs (53 lines):

diff -r 69cf6b740232 -r 9c1b9954d361 security/dropbear/Makefile
--- a/security/dropbear/Makefile        Tue Jul 19 17:49:33 2005 +0000
+++ b/security/dropbear/Makefile        Tue Jul 19 18:07:59 2005 +0000
@@ -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 -r 69cf6b740232 -r 9c1b9954d361 security/dropbear/distinfo
--- a/security/dropbear/distinfo        Tue Jul 19 17:49:33 2005 +0000
+++ b/security/dropbear/distinfo        Tue Jul 19 18:07:59 2005 +0000
@@ -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 -r 69cf6b740232 -r 9c1b9954d361 security/dropbear/patches/patch-aa
--- a/security/dropbear/patches/patch-aa        Tue Jul 19 17:49:33 2005 +0000
+++ b/security/dropbear/patches/patch-aa        Tue Jul 19 18:07:59 2005 +0000
@@ -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 @@
  
  
  # 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)



Home | Main Index | Thread Index | Old Index