From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 27 May 2026 23:55:08 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wSMDU-004WQf-1S for lore@lore.pengutronix.de; Wed, 27 May 2026 23:55:08 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wSMDU-0004mq-9A; Wed, 27 May 2026 23:55:08 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wSMDD-0004dn-GV; Wed, 27 May 2026 23:54:51 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wSMDC-002Adi-2s; Wed, 27 May 2026 23:54:51 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wSMDD-00000008OWE-1gCb; Wed, 27 May 2026 23:54:51 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 27 May 2026 23:54:51 +0200 Message-ID: <20260527215451.2000856-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260511082055.3051017-1-ada@thorsis.com> References: <20260511082055.3051017-1-ada@thorsis.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] dropbear: version bump 2026.90 -> 2026.91 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Alexander Dahl Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 058003f3ccc39d1f0a5c49929b967fa347ed064f. Michael [sent from post-receive hook] On Wed, 27 May 2026 23:54:51 +0200, Alexander Dahl wrote: > Regression fixes, comment from announcement: > > > This fixes regressions in scp from 2026.90. > > Compression is now disabled by default in the client, a runtime > > '-o compression' option is added. > > Signed-off-by: Alexander Dahl > Message-Id: <20260511082055.3051017-1-ada@thorsis.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/dropbear.make b/rules/dropbear.make > index b2e9ba8c8b29..bc93b0047a40 100644 > --- a/rules/dropbear.make > +++ b/rules/dropbear.make > @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_DROPBEAR) += dropbear > # > # Paths and names > # > -DROPBEAR_VERSION := 2026.90 > -DROPBEAR_SHA256 := 16be820347723271b0fea6049ffeed6d6680d7429c65406d8af37776393a0250 > +DROPBEAR_VERSION := 2026.91 > +DROPBEAR_SHA256 := defa924475abf6bc1e74abc00173e46bfdc804bd47caafa14f5a4ef0cc76da34 > DROPBEAR := dropbear-$(DROPBEAR_VERSION) > DROPBEAR_SUFFIX := tar.bz2 > DROPBEAR_URL := \