[source] busybox: enable sha256sum by default

LEDE Commits lede-commits at lists.infradead.org
Thu Aug 18 06:09:14 PDT 2016


jow pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=b91e58e606cc64539e637adc17127f81eccc9cbd

commit b91e58e606cc64539e637adc17127f81eccc9cbd
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Thu Aug 18 15:06:56 2016 +0200

    busybox: enable sha256sum by default
    
    Now that snapshot builds are only publishing SHA-256 checksums, it makes
    sense to ship an appropriate utility for verification.
    
    Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
 package/utils/busybox/Config-defaults.in | 2 +-
 package/utils/busybox/Makefile           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/utils/busybox/Config-defaults.in b/package/utils/busybox/Config-defaults.in
index 5240616..105a3fc 100644
--- a/package/utils/busybox/Config-defaults.in
+++ b/package/utils/busybox/Config-defaults.in
@@ -705,7 +705,7 @@ config BUSYBOX_DEFAULT_SHA1SUM
 	default n
 config BUSYBOX_DEFAULT_SHA256SUM
 	bool
-	default n
+	default y
 config BUSYBOX_DEFAULT_SHA512SUM
 	bool
 	default n
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile
index 36d02e2..5767e36 100644
--- a/package/utils/busybox/Makefile
+++ b/package/utils/busybox/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=busybox
 PKG_VERSION:=1.24.2
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 PKG_FLAGS:=essential
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2



More information about the lede-commits mailing list