From ca0095204811cc660f0a5db945093b2eb9cc1509 Mon Sep 17 00:00:00 2001 From: Daniel Pineda Date: Thu, 4 May 2023 13:14:26 -0600 Subject: [PATCH] modules/fbwhiptail: Update for reproducibility Updated to reproducible version of fbwhiptail. Added flags to remove debug info. Updated url to current one instead of going through redirect. Signed-off-by: Daniel Pineda --- modules/fbwhiptail | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/fbwhiptail b/modules/fbwhiptail index bd808bf97..9e6f63218 100644 --- a/modules/fbwhiptail +++ b/modules/fbwhiptail @@ -2,14 +2,16 @@ modules-$(CONFIG_FBWHIPTAIL) += fbwhiptail fbwhiptail_depends := cairo $(musl_dep) -fbwhiptail_version := 0f14a409735b71c219e0b9b3ee63cdae709ba143 +fbwhiptail_version := 1.0 fbwhiptail_dir := fbwhiptail-$(fbwhiptail_version) fbwhiptail_tar := fbwhiptail-$(fbwhiptail_version).tar.gz -fbwhiptail_url := https://source.puri.sm/coreboot/fbwhiptail/-/archive/$(fbwhiptail_version)/fbwhiptail-$(fbwhiptail_version).tar.gz -fbwhiptail_hash := d664cad8a5bd5354258809a642b717c46c5b7b9e797c6275b9d6494986ad0f15 +fbwhiptail_url := https://source.puri.sm/firmware/fbwhiptail/-/archive/$(fbwhiptail_version)/fbwhiptail-$(fbwhiptail_version).tar.gz +fbwhiptail_hash := de4fe774b48fd2d1ce10ad2d44cb2d9f4a52bcaac37da83d9d05248d2428c5e3 fbwhiptail_target := \ $(MAKE_JOBS) \ + CFLAGS="-g0 -Os" \ + LDFLAGS="-s" \ $(CROSS_TOOLS) \ fbwhiptail