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 1keZWS-0001af-76 for ptxdist@pengutronix.de; Mon, 16 Nov 2020 09:06:01 +0100 Received: from localhost (localhost [127.0.0.1]) by mail.thorsis.com (Postfix) with ESMTP id 0C870351C for ; Mon, 16 Nov 2020 09:05:59 +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 pG1wzYtBiVSi for ; Mon, 16 Nov 2020 09:05:58 +0100 (CET) Received: from adahl by ada.ifak-system.com with local (Exim 4.92) (envelope-from ) id 1keZWK-0006WV-Gr for ptxdist@pengutronix.de; Mon, 16 Nov 2020 09:05:52 +0100 From: Alexander Dahl Date: Mon, 16 Nov 2020 09:05:47 +0100 Message-Id: <20201116080552.25031-1-ada@thorsis.com> Subject: [ptxdist] [PATCH v3 0/5] dropbear: version bump 2019.78 -> 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 Hei hei, this is the version bump for the dropbear SSH server split in five patches for easier review. - 1/5 fixes the license information - 2/5 removes deprecated, weak, or later removed options - 3/5 updates comments in kconfig and make file, first is for user, second for easier maintenance of the ptxdist package (I used that when reviewing what changed in dropbear from 2019.78 to 2020.79) - 4/5 is a version bump with quite some upstream changes, including the fix for CVE-2018-20685. - 5/5 is a second version bump, combining two more versions with regression fixes and other minor fixes, which I put in a second commit for easier review. This might also be squashed? Software itself briefly tested on armv7a aka sama5d27. v2 -> v3: - Added patch 2/5 to remove blowfish option, which would otherwise break build after version bump to 2020.79. (Michael Olbrich) v1 -> v2: - Removed patch stack with patch 3/4. Greets Alex Alexander Dahl (5): dropbear: Consider licenses of bundled libs dropbear: Remove deprecated options dropbear: Revise comments dropbear: version bump 2019.78 -> 2020.79 dropbear: version bump 2020.79 -> 2020.81 .../0001-configure-Fix-disable-fuzz.patch | 47 ---------------- patches/dropbear-2019.78/autogen.sh | 1 - patches/dropbear-2019.78/series | 4 -- rules/dropbear.in | 39 ++----------- rules/dropbear.make | 55 +++++++------------ 5 files changed, 25 insertions(+), 121 deletions(-) delete mode 100644 patches/dropbear-2019.78/0001-configure-Fix-disable-fuzz.patch delete mode 120000 patches/dropbear-2019.78/autogen.sh delete mode 100644 patches/dropbear-2019.78/series base-commit: 8617870454388edf0f0728a92f3f188edbc14986 -- 2.27.0 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de