Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/dropbear: bump version to 2026.91
@ 2026-05-11  9:33 Peter Korsgaard
  2026-05-11  9:45 ` Baruch Siach via buildroot
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2026-05-11  9:33 UTC (permalink / raw)
  To: buildroot

Fixes:
https://autobuild.buildroot.net/results/6372e58671d3719b127dcb69642420a07f441790/

Bugfix release fixing a build regression introduced in 2026.90 related to
reallocarray.

https://github.com/mkj/dropbear/releases/tag/DROPBEAR_2026.91

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/dropbear/dropbear.hash | 2 +-
 package/dropbear/dropbear.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/dropbear/dropbear.hash b/package/dropbear/dropbear.hash
index 81296375a1..31ac153b89 100644
--- a/package/dropbear/dropbear.hash
+++ b/package/dropbear/dropbear.hash
@@ -1,5 +1,5 @@
 # From https://matt.ucc.asn.au/dropbear/releases/SHA256SUM.asc
-sha256  16be820347723271b0fea6049ffeed6d6680d7429c65406d8af37776393a0250  dropbear-2026.90.tar.bz2
+sha256  defa924475abf6bc1e74abc00173e46bfdc804bd47caafa14f5a4ef0cc76da34  dropbear-2026.91.tar.bz2
 
 # License file, locally computed
 sha256  a99ce657d790b761c132ee7e0de18edb437ae6361e536d991c6a12f36e770445  LICENSE
diff --git a/package/dropbear/dropbear.mk b/package/dropbear/dropbear.mk
index beb635e15e..a7de8432af 100644
--- a/package/dropbear/dropbear.mk
+++ b/package/dropbear/dropbear.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-DROPBEAR_VERSION = 2026.90
+DROPBEAR_VERSION = 2026.91
 DROPBEAR_SITE = https://matt.ucc.asn.au/dropbear/releases
 DROPBEAR_SOURCE = dropbear-$(DROPBEAR_VERSION).tar.bz2
 DROPBEAR_LICENSE = MIT, BSD-2-Clause, Public domain
-- 
2.47.3

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH] package/dropbear: bump version to 2026.91
  2026-05-11  9:33 [Buildroot] [PATCH] package/dropbear: bump version to 2026.91 Peter Korsgaard
@ 2026-05-11  9:45 ` Baruch Siach via buildroot
  2026-05-11  9:58   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Baruch Siach via buildroot @ 2026-05-11  9:45 UTC (permalink / raw)
  To: Peter Korsgaard; +Cc: buildroot

Hi Peter,

On Mon, May 11 2026, Peter Korsgaard wrote:
> Fixes:
> https://autobuild.buildroot.net/results/6372e58671d3719b127dcb69642420a07f441790/
>
> Bugfix release fixing a build regression introduced in 2026.90 related to
> reallocarray.
>
> https://github.com/mkj/dropbear/releases/tag/DROPBEAR_2026.91
>
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Duplicate patch
https://patchwork.ozlabs.org/project/buildroot/patch/20260511053836.208037-1-bernd@kuhls.net/

baruch

> ---
>  package/dropbear/dropbear.hash | 2 +-
>  package/dropbear/dropbear.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/dropbear/dropbear.hash b/package/dropbear/dropbear.hash
> index 81296375a1..31ac153b89 100644
> --- a/package/dropbear/dropbear.hash
> +++ b/package/dropbear/dropbear.hash
> @@ -1,5 +1,5 @@
>  # From https://matt.ucc.asn.au/dropbear/releases/SHA256SUM.asc
> -sha256  16be820347723271b0fea6049ffeed6d6680d7429c65406d8af37776393a0250  dropbear-2026.90.tar.bz2
> +sha256  defa924475abf6bc1e74abc00173e46bfdc804bd47caafa14f5a4ef0cc76da34  dropbear-2026.91.tar.bz2
>  
>  # License file, locally computed
>  sha256  a99ce657d790b761c132ee7e0de18edb437ae6361e536d991c6a12f36e770445  LICENSE
> diff --git a/package/dropbear/dropbear.mk b/package/dropbear/dropbear.mk
> index beb635e15e..a7de8432af 100644
> --- a/package/dropbear/dropbear.mk
> +++ b/package/dropbear/dropbear.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -DROPBEAR_VERSION = 2026.90
> +DROPBEAR_VERSION = 2026.91
>  DROPBEAR_SITE = https://matt.ucc.asn.au/dropbear/releases
>  DROPBEAR_SOURCE = dropbear-$(DROPBEAR_VERSION).tar.bz2
>  DROPBEAR_LICENSE = MIT, BSD-2-Clause, Public domain

-- 
                                                     ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH] package/dropbear: bump version to 2026.91
  2026-05-11  9:45 ` Baruch Siach via buildroot
@ 2026-05-11  9:58   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2026-05-11  9:58 UTC (permalink / raw)
  To: Baruch Siach; +Cc: buildroot

>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > Hi Peter,
 > On Mon, May 11 2026, Peter Korsgaard wrote:
 >> Fixes:
 >> https://autobuild.buildroot.net/results/6372e58671d3719b127dcb69642420a07f441790/
 >> 
 >> Bugfix release fixing a build regression introduced in 2026.90 related to
 >> reallocarray.
 >> 
 >> https://github.com/mkj/dropbear/releases/tag/DROPBEAR_2026.91
 >> 
 >> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

 > Duplicate patch
 > https://patchwork.ozlabs.org/project/buildroot/patch/20260511053836.208037-1-bernd@kuhls.net/

Ahh, it wasn't there when I started the test builds yesterday. I'll
apply Berns patch instead.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-05-11  9:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-11  9:33 [Buildroot] [PATCH] package/dropbear: bump version to 2026.91 Peter Korsgaard
2026-05-11  9:45 ` Baruch Siach via buildroot
2026-05-11  9:58   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox