pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/dropbear Upgrade to 0.38. This closes PR pkg/...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/638bbf4807d0
branches:  trunk
changeset: 463176:638bbf4807d0
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Oct 30 23:22:32 2003 +0000

description:
Upgrade to 0.38. This closes PR pkg/22984 by Matt Jhonston.

Changes:

0.38 - Sat Oct 11 2003 16:28:13 +0800

o Default hostkey path changed to /etc/dropbear/dropbear_{rsa,dss}_host_key
  rather than /etc/dropbear_{rsa,dss}_host_key
o Added SMALL and MULTI text files which have info on compiling for multiple
  binaries or small binaries
o Allow for commandline definition of some options.h settings
  (without warnings)
o Be more careful handling EINTR
o More fixes for channel closing
o Added multi-binary support
o Improved logging of IPs, now get logged in all cases
o Don't chew cpu when waiting for version identification string, also
  make sure that we kick off people if they don't auth within 5 minutes.
o Various small fixes, warnings etc
o sftp support works (relies on OpenSSH sftp binary or similar)
o Added --disable-shadow option (requested by the floppyfw guys)

0.37 - Wed Sept 24 2003 19:42:12 +0800

o Various portability fixes, fixes for Solaris 9, Tru64 5.1, Mac OS X 10.2,
  AIX, BSDs
o Updated LibTomMath to 0.27 and LibTomCrypt to 0.90
o Renamed util.{c,h} to dbutil.{c,h} to avoid conflicts with system util.h
o Added some small changes so it'll work with AIX (plus Linux Affinity).
  Thanks to Shig for them.

More bugfixes, etc.

diffstat:

 security/dropbear/Makefile         |   8 ++++----
 security/dropbear/distinfo         |   8 ++++----
 security/dropbear/patches/patch-aa |  14 +++++++-------
 3 files changed, 15 insertions(+), 15 deletions(-)

diffs (59 lines):

diff -r b35b1ab178fd -r 638bbf4807d0 security/dropbear/Makefile
--- a/security/dropbear/Makefile        Thu Oct 30 23:02:53 2003 +0000
+++ b/security/dropbear/Makefile        Thu Oct 30 23:22:32 2003 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/08/19 15:46:44 agc Exp $
+# $NetBSD: Makefile,v 1.2 2003/10/30 23:22:32 xtraeme Exp $
 
-DISTNAME=      dropbear-0.36
+DISTNAME=      dropbear-0.38
 CATEGORIES=    security
-MASTER_SITES=  http://matt.ucc.asn.au/dropbear/
+MASTER_SITES=  http://matt.ucc.asn.au/dropbear/releases/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
 HOMEPAGE=      http://matt.ucc.asn.au/dropbear/dropbear.html
-COMMENT=       ssh2 server, aimed at embedded market
+COMMENT=       SSH2 server, aimed at embedded market
 
 GNU_CONFIGURE= yes
 USE_GMAKE=     yes
diff -r b35b1ab178fd -r 638bbf4807d0 security/dropbear/distinfo
--- a/security/dropbear/distinfo        Thu Oct 30 23:02:53 2003 +0000
+++ b/security/dropbear/distinfo        Thu Oct 30 23:22:32 2003 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/08/19 15:46:44 agc Exp $
+$NetBSD: distinfo,v 1.2 2003/10/30 23:22:32 xtraeme Exp $
 
-SHA1 (dropbear-0.36.tar.bz2) = 89977e99411c5bc67c2de006665afde7bfc3dff2
-Size (dropbear-0.36.tar.bz2) = 724179 bytes
-SHA1 (patch-aa) = c2d54d4e96ce101435ae2793bd175c7aa1418877
+SHA1 (dropbear-0.38.tar.bz2) = e6afb8861155fd26903e6207850baec6f3ad04de
+Size (dropbear-0.38.tar.bz2) = 684584 bytes
+SHA1 (patch-aa) = f0541e8b8db0394f007e9f21af09cf642e66c7ed
diff -r b35b1ab178fd -r 638bbf4807d0 security/dropbear/patches/patch-aa
--- a/security/dropbear/patches/patch-aa        Thu Oct 30 23:02:53 2003 +0000
+++ b/security/dropbear/patches/patch-aa        Thu Oct 30 23:22:32 2003 +0000
@@ -1,14 +1,14 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/08/19 15:46:44 agc Exp $
+$NetBSD: patch-aa,v 1.2 2003/10/30 23:22:32 xtraeme Exp $
 
---- Makefile.in        2003/08/19 15:34:20     1.1
-+++ Makefile.in        2003/08/19 15:35:01
-@@ -49,9 +49,9 @@
+--- Makefile.in.orig   2003-10-31 00:14:03.000000000 +0100
++++ Makefile.in        2003-10-31 00:14:39.000000000 +0100
+@@ -51,9 +51,9 @@
        install -m 755 dropbear $(DESTDIR)$(sbindir)
        install -m 755 dropbearkey $(DESTDIR)$(bindir)
        install -m 755 dropbearconvert $(DESTDIR)$(bindir)
--      -chown root.root $(DESTDIR)$(sbindir)/dropbear
--      -chown root.root $(DESTDIR)$(bindir)/dropbearkey
--      -chown root.root $(DESTDIR)$(bindir)/dropbearconvert
+-      -chown root:root $(DESTDIR)$(sbindir)/dropbear
+-      -chown root:root $(DESTDIR)$(bindir)/dropbearkey
+-      -chown root:root $(DESTDIR)$(bindir)/dropbearconvert
 +      -chown ${ROOT_USER}:${ROOT_GROUP} $(DESTDIR)$(sbindir)/dropbear
 +      -chown ${ROOT_USER}:${ROOT_GROUP} $(DESTDIR)$(bindir)/dropbearkey
 +      -chown ${ROOT_USER}:${ROOT_GROUP} $(DESTDIR)$(bindir)/dropbearconvert



Home | Main Index | Thread Index | Old Index