summaryrefslogtreecommitdiffstats
path: root/tools/m4
diff options
context:
space:
mode:
authorRobert Marko <robimarko@gmail.com>2024-04-03 19:12:57 +0200
committerRobert Marko <robimarko@gmail.com>2024-04-06 11:24:18 +0200
commitbab3ae2ee7656600a185f4cef11cef94389023af (patch)
tree94e672cee79744ac76b2f29701e18081842ae47f /tools/m4
parent4c7591c426f562c0705e4e0966356345d0b6cbb7 (diff)
downloadopenwrt-bab3ae2ee7656600a185f4cef11cef94389023af.tar.gz
openwrt-bab3ae2ee7656600a185f4cef11cef94389023af.tar.bz2
openwrt-bab3ae2ee7656600a185f4cef11cef94389023af.zip
tools: prefer gz or bz2 tarballs
In the light of recent XZ events, and fundamental XZ issues lets work on moving away from using XZ. So, use gz compressed tarballs as sources whenever possible. dwarves only offers bz2 compressed tarballs, so use those as size difference is minor compared to XZ. Signed-off-by: Robert Marko <robimarko@gmail.com> dwarves
Diffstat (limited to 'tools/m4')
-rw-r--r--tools/m4/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/m4/Makefile b/tools/m4/Makefile
index d621000daf..ee369f3cbb 100644
--- a/tools/m4/Makefile
+++ b/tools/m4/Makefile
@@ -10,10 +10,9 @@ PKG_NAME:=m4
PKG_CPE_ID:=cpe:/a:gnu:m4
PKG_VERSION:=1.4.19
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
-PKG_HASH:=63aede5c6d33b6d9b13511cd0be2cac046f2e70fd0a07aa9573a04a82783af96
-PKG_CAT:=xzcat
+PKG_HASH:=3be4a26d825ffdfda52a56fc43246456989a3630093cced3fbddf4771ee58a70
HOST_BUILD_PARALLEL:=1