diff mbox series

[1/1] package/busybox: bump version to 1.35.0

Message ID 20220126092810.6645-1-mf@go-sys.de
State Changes Requested
Headers show
Series [1/1] package/busybox: bump version to 1.35.0 | expand

Commit Message

Michael Fischer Jan. 26, 2022, 9:28 a.m. UTC
Signed-off-by: Michael Fischer <mf@go-sys.de>
---
 package/busybox/busybox.hash | 4 ++--
 package/busybox/busybox.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Thomas Petazzoni Jan. 26, 2022, 10:15 p.m. UTC | #1
Hello Michael,

Thanks for your patch!

On Wed, 26 Jan 2022 10:28:10 +0100
Michael Fischer <mf@go-sys.de> wrote:

> Signed-off-by: Michael Fischer <mf@go-sys.de>
> ---
>  package/busybox/busybox.hash | 4 ++--
>  package/busybox/busybox.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Thanks, but don't we also need a refresh of
package/busybox/busybox.config and
package/busybox/busybox-minimal.config at the same time? I'm not even
sure when was the last time they were refreshed. Maybe we need a first
patch that refreshes them before the bump, and then the version bump
itself with the refresh corresponding to the version bump ?

Best regards,

Thomas
diff mbox series

Patch

diff --git a/package/busybox/busybox.hash b/package/busybox/busybox.hash
index 1f34651d7b..2091cdaf65 100644
--- a/package/busybox/busybox.hash
+++ b/package/busybox/busybox.hash
@@ -1,5 +1,5 @@ 
-# From https://busybox.net/downloads/busybox-1.34.1.tar.bz2.sha256
-sha256  415fbd89e5344c96acf449d94a6f956dbed62e18e835fc83e064db33a34bd549  busybox-1.34.1.tar.bz2
+# From https://busybox.net/downloads/busybox-1.35.0.tar.bz2.sha256
+sha256  faeeb244c35a348a334f4a59e44626ee870fb07b6884d68c10ae8bc19f83a694  busybox-1.35.0.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 60ebc4985f..669366b903 100644
--- a/package/busybox/busybox.mk
+++ b/package/busybox/busybox.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-BUSYBOX_VERSION = 1.34.1
+BUSYBOX_VERSION = 1.35.0
 BUSYBOX_SITE = https://www.busybox.net/downloads
 BUSYBOX_SOURCE = busybox-$(BUSYBOX_VERSION).tar.bz2
 BUSYBOX_LICENSE = GPL-2.0, bzip2-1.0.4