From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:6f8:1178:2:5054:ff:fec0:8e10] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WvLGx-0008AD-Lj for ptxdist@pengutronix.de; Fri, 13 Jun 2014 08:47:35 +0200 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1WvLGx-0000hP-KH for ptxdist@pengutronix.de; Fri, 13 Jun 2014 08:47:35 +0200 Date: Fri, 13 Jun 2014 08:47:35 +0200 From: Michael Olbrich Message-ID: <20140613064735.GI23595@pengutronix.de> References: <1401781658-20585-1-git-send-email-bth@kamstrup.dk> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1401781658-20585-1-git-send-email-bth@kamstrup.dk> Subject: Re: [ptxdist] [PATCH 1/2] dropbear: version bump 2013.60 -> 2014.63 Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Tue, Jun 03, 2014 at 09:47:37AM +0200, Bruno Thomsen wrote: > Added ECC (elliptic curve) support with ECDSA hostkeys (requires > new keys to be generated) and ECDH for setting up > encryption keys (no intervention required). > Added new -R option to automatically generate hostkeys as needed > (recommended for embedded platforms). > Darwin patch is no longer needed due to mainline fix. > > Signed-off-by: Bruno Thomsen > --- I've applied this one. Michael > .../0001-Fix-build-on-Darwin.patch | 43 -------------------- > patches/dropbear-2013.60/series | 4 -- > rules/dropbear.make | 4 +- > 3 files changed, 2 insertions(+), 49 deletions(-) > delete mode 100644 patches/dropbear-2013.60/0001-Fix-build-on-Darwin.patch > delete mode 100644 patches/dropbear-2013.60/series > > diff --git a/patches/dropbear-2013.60/0001-Fix-build-on-Darwin.patch b/patches/dropbear-2013.60/0001-Fix-build-on-Darwin.patch > deleted file mode 100644 > index 1d5d539..0000000 > --- a/patches/dropbear-2013.60/0001-Fix-build-on-Darwin.patch > +++ /dev/null > @@ -1,43 +0,0 @@ > -From: Bernhard Walle > -Date: Tue, 20 Mar 2012 08:28:57 +0100 > -Subject: [PATCH] Fix build on Darwin > - > -From > -https://dev.openwrt.org/browser/trunk/package/dropbear/patches/200-lcrypt_bsdfix.patch?rev=25891. > - > -Signed-off-by: Bernhard Walle > ---- > - Makefile.in | 6 +++--- > - 1 file changed, 3 insertions(+), 3 deletions(-) > - > -diff --git a/Makefile.in b/Makefile.in > -index bce11c8..e0ed668 100644 > ---- a/Makefile.in > -+++ b/Makefile.in > -@@ -56,7 +56,7 @@ HEADERS=options.h dbutil.h session.h packet.h algo.h ssh.h buffer.h kex.h \ > - loginrec.h atomicio.h x11fwd.h agentfwd.h tcpfwd.h compat.h \ > - listener.h fake-rfc2553.h > - > --dropbearobjs=$(COMMONOBJS) $(CLISVROBJS) $(SVROBJS) @CRYPTLIB@ > -+dropbearobjs=$(COMMONOBJS) $(CLISVROBJS) $(SVROBJS) > - dbclientobjs=$(COMMONOBJS) $(CLISVROBJS) $(CLIOBJS) > - dropbearkeyobjs=$(COMMONOBJS) $(KEYOBJS) > - dropbearconvertobjs=$(COMMONOBJS) $(CONVERTOBJS) > -@@ -79,7 +79,7 @@ STRIP=@STRIP@ > - INSTALL=@INSTALL@ > - CPPFLAGS=@CPPFLAGS@ > - CFLAGS+=-I. -I$(srcdir) $(CPPFLAGS) @CFLAGS@ > --LIBS+=@LIBS@ > -+LIBS+=@LIBS@ @CRYPTLIB@ > - LDFLAGS=@LDFLAGS@ > - > - EXEEXT=@EXEEXT@ > -@@ -169,7 +169,7 @@ scp: $(SCPOBJS) $(HEADERS) Makefile > - # multi-binary compilation. > - MULTIOBJS= > - ifeq ($(MULTI),1) > -- MULTIOBJS=dbmulti.o $(sort $(foreach prog, $(PROGRAMS), $($(prog)objs))) @CRYPTLIB@ > -+ MULTIOBJS=dbmulti.o $(sort $(foreach prog, $(PROGRAMS), $($(prog)objs))) > - CFLAGS+=$(addprefix -DDBMULTI_, $(PROGRAMS)) -DDROPBEAR_MULTI > - endif > - > diff --git a/patches/dropbear-2013.60/series b/patches/dropbear-2013.60/series > deleted file mode 100644 > index d9df7e0..0000000 > --- a/patches/dropbear-2013.60/series > +++ /dev/null > @@ -1,4 +0,0 @@ > -# generated by git-ptx-patches > -#tag:base --start-number 1 > -0001-Fix-build-on-Darwin.patch > -# e4c948951d2fafee17a83f484c126a7e - git-ptx-patches magic > diff --git a/rules/dropbear.make b/rules/dropbear.make > index 60de9d4..5ab6fd3 100644 > --- a/rules/dropbear.make > +++ b/rules/dropbear.make > @@ -18,8 +18,8 @@ PACKAGES-$(PTXCONF_DROPBEAR) += dropbear > # > # Paths and names > # > -DROPBEAR_VERSION := 2013.60 > -DROPBEAR_MD5 := fffa2fec0c887201bed3a3cc6df7fa35 > +DROPBEAR_VERSION := 2014.63 > +DROPBEAR_MD5 := 7066bb9a2da708f3ed06314fdc9c47fd > DROPBEAR := dropbear-$(DROPBEAR_VERSION) > DROPBEAR_SUFFIX := tar.bz2 > DROPBEAR_URL := http://matt.ucc.asn.au/dropbear/releases/$(DROPBEAR).$(DROPBEAR_SUFFIX) > -- > 1.7.9.5 > > > -- > ptxdist mailing list > ptxdist@pengutronix.de > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de