buildroot.busybox.net archive mirror
 help / color / mirror / Atom feed
* [Buildroot] [PATCH/next 1/1] package/busybox: bump version to 1.36.1
@ 2023-06-01 16:36 Bernd Kuhls
  2023-07-06 12:08 ` Peter Korsgaard
  2023-07-17 12:58 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2023-06-01 16:36 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/busybox/busybox.hash | 4 ++--
 package/busybox/busybox.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/busybox/busybox.hash b/package/busybox/busybox.hash
index 6d1c36906d..6eba365ecc 100644
--- a/package/busybox/busybox.hash
+++ b/package/busybox/busybox.hash
@@ -1,5 +1,5 @@
-# From https://busybox.net/downloads/busybox-1.35.0.tar.bz2.sha256
-sha256  542750c8af7cb2630e201780b4f99f3dcceeb06f505b479ec68241c1e6af61a5  busybox-1.36.0.tar.bz2
+# From https://busybox.net/downloads/busybox-1.36.1.tar.bz2.sha256
+sha256  b8cc24c9574d809e7279c3be349795c5d5ceb6fdf19ca709f80cde50e47de314  busybox-1.36.1.tar.bz2
 # Locally computed
 sha256  bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548  LICENSE
 sha256  b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f  archival/libarchive/bz/LICENSE
diff --git a/package/busybox/busybox.mk b/package/busybox/busybox.mk
index fd4f3c17c5..eb5e7ad922 100644
--- a/package/busybox/busybox.mk
+++ b/package/busybox/busybox.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-BUSYBOX_VERSION = 1.36.0
+BUSYBOX_VERSION = 1.36.1
 BUSYBOX_SITE = https://www.busybox.net/downloads
 BUSYBOX_SOURCE = busybox-$(BUSYBOX_VERSION).tar.bz2
 BUSYBOX_LICENSE = GPL-2.0, bzip2-1.0.4
-- 
2.39.2

_______________________________________________
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/next 1/1] package/busybox: bump version to 1.36.1
  2023-06-01 16:36 [Buildroot] [PATCH/next 1/1] package/busybox: bump version to 1.36.1 Bernd Kuhls
@ 2023-07-06 12:08 ` Peter Korsgaard
  2023-07-17 12:58 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2023-07-06 12:08 UTC (permalink / raw)
  To: Bernd Kuhls, Romain Naour; +Cc: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed, thanks.

> ---
 >  package/busybox/busybox.hash | 4 ++--
 >  package/busybox/busybox.mk   | 2 +-
 >  2 files changed, 3 insertions(+), 3 deletions(-)

 > diff --git a/package/busybox/busybox.hash b/package/busybox/busybox.hash
 > index 6d1c36906d..6eba365ecc 100644
 > --- a/package/busybox/busybox.hash
 > +++ b/package/busybox/busybox.hash
 > @@ -1,5 +1,5 @@
 > -# From https://busybox.net/downloads/busybox-1.35.0.tar.bz2.sha256
 > -sha256  542750c8af7cb2630e201780b4f99f3dcceeb06f505b479ec68241c1e6af61a5  busybox-1.36.0.tar.bz2
 > +# From https://busybox.net/downloads/busybox-1.36.1.tar.bz2.sha256
 > +sha256  b8cc24c9574d809e7279c3be349795c5d5ceb6fdf19ca709f80cde50e47de314  busybox-1.36.1.tar.bz2
 >  # Locally computed
 >  sha256  bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548  LICENSE
 >  sha256  b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f  archival/libarchive/bz/LICENSE
 > diff --git a/package/busybox/busybox.mk b/package/busybox/busybox.mk
 > index fd4f3c17c5..eb5e7ad922 100644
 > --- a/package/busybox/busybox.mk
 > +++ b/package/busybox/busybox.mk
 > @@ -4,7 +4,7 @@
 >  #
 >  ################################################################################
 
 > -BUSYBOX_VERSION = 1.36.0
 > +BUSYBOX_VERSION = 1.36.1
 >  BUSYBOX_SITE = https://www.busybox.net/downloads
 >  BUSYBOX_SOURCE = busybox-$(BUSYBOX_VERSION).tar.bz2
 >  BUSYBOX_LICENSE = GPL-2.0, bzip2-1.0.4
 > -- 

 > 2.39.2

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


-- 
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

* Re: [Buildroot] [PATCH/next 1/1] package/busybox: bump version to 1.36.1
  2023-06-01 16:36 [Buildroot] [PATCH/next 1/1] package/busybox: bump version to 1.36.1 Bernd Kuhls
  2023-07-06 12:08 ` Peter Korsgaard
@ 2023-07-17 12:58 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2023-07-17 12:58 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed to 2023.02.x and 2023.05.x, thanks.

-- 
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:[~2023-07-17 12:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-01 16:36 [Buildroot] [PATCH/next 1/1] package/busybox: bump version to 1.36.1 Bernd Kuhls
2023-07-06 12:08 ` Peter Korsgaard
2023-07-17 12: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;
as well as URLs for NNTP newsgroup(s).