From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.thorsis.com ([92.198.35.195]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kavhT-0003oh-Ib for ptxdist@pengutronix.de; Fri, 06 Nov 2020 07:58:20 +0100 Received: from localhost (localhost [127.0.0.1]) by mail.thorsis.com (Postfix) with ESMTP id 969414AA1 for ; Fri, 6 Nov 2020 07:58:18 +0100 (CET) Received: from mail.thorsis.com ([127.0.0.1]) by localhost (mail.thorsis.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id e4lUuCwLK-cG for ; Fri, 6 Nov 2020 07:58:15 +0100 (CET) Received: from adahl by ada.ifak-system.com with local (Exim 4.92) (envelope-from ) id 1kavhL-0000JI-II for ptxdist@pengutronix.de; Fri, 06 Nov 2020 07:58:11 +0100 From: Alexander Dahl Date: Fri, 6 Nov 2020 07:58:11 +0100 Message-Id: <20201106065811.1138-5-ada@thorsis.com> In-Reply-To: <20201106065811.1138-1-ada@thorsis.com> References: <20201106065811.1138-1-ada@thorsis.com> Subject: [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 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Changes in LICENSE file: - updated copyright years - pointed to licenses of bundled libs, instead of just stating their license Signed-off-by: Alexander Dahl --- 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