From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kdWHK-0001u2-Cc for ptxdist@pengutronix.de; Fri, 13 Nov 2020 11:26:05 +0100 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1kdWHJ-0004QK-RA for ptxdist@pengutronix.de; Fri, 13 Nov 2020 11:26:01 +0100 Date: Fri, 13 Nov 2020 11:26:01 +0100 From: Michael Olbrich Message-ID: <20201113102601.GA16869@pengutronix.de> References: <20201106065811.1138-1-ada@thorsis.com> <20201106065811.1138-5-ada@thorsis.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201106065811.1138-5-ada@thorsis.com> Subject: Re: [ptxdist] [PATCH v2 4/4] dropbear: version bump 2020.79 -> 2020.81 List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de On Fri, Nov 06, 2020 at 07:58:11AM +0100, Alexander Dahl wrote: > Changes in LICENSE file: > > - updated copyright years > - pointed to licenses of bundled libs, instead of just stating their > license > > Signed-off-by: Alexander Dahl Hmmm, with PTXCONF_DROPBEAR_BLOWFISH=y building fails with: crypto_desc.c: In function 'crypto_init': crypto_desc.c:28:4: error: 'blowfish_desc' undeclared (first use in this function); did you mean 'twofish_desc'? crypto_desc.c:28:4: note: each undeclared identifier is reported only once for each function it appears in Michael > --- > rules/dropbear.make | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/rules/dropbear.make b/rules/dropbear.make > index 1907bc0ae..47fed4938 100644 > --- a/rules/dropbear.make > +++ b/rules/dropbear.make > @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_DROPBEAR) += dropbear > # > # Paths and names > # > -DROPBEAR_VERSION := 2020.79 > -DROPBEAR_MD5 := 830a7bf6349ac52a39c487d061efb352 > +DROPBEAR_VERSION := 2020.81 > +DROPBEAR_MD5 := a07438a6159a24c61f98f1bce2d479c0 > DROPBEAR := dropbear-$(DROPBEAR_VERSION) > DROPBEAR_SUFFIX := tar.bz2 > DROPBEAR_URL := http://matt.ucc.asn.au/dropbear/releases/$(DROPBEAR).$(DROPBEAR_SUFFIX) > @@ -26,7 +26,7 @@ DROPBEAR_DIR := $(BUILDDIR)/$(DROPBEAR) > DROPBEAR_LICENSE := \ > MIT AND BSD-2-Clause AND public_domain AND SSH-short AND (public_domain OR WTFPL) AND Unlicense > DROPBEAR_LICENSE_FILES := \ > - file://LICENSE;md5=da58928b5d844c6667963cb5a109272d \ > + file://LICENSE;md5=25cf44512b7bc8966a48b6b1a9b7605f \ > file://libtomcrypt/LICENSE;md5=71baacc459522324ef3e2b9e052e8180 \ > file://libtommath/LICENSE;md5=23e7e0a32e53a2b1d35f5fd9ef053402 \ > file://loginrec.c;startline=1;endline=26;md5=0d785ee11fab1cead2c7fee9c35574f1 > -- > 2.27.0 > > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de