From: Alexander Couzens Date: Sun, 3 Dec 2017 05:14:47 +0000 (+0100) Subject: ddns-scripts: remove gzip timestamp X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2b3b72522d975ec1d7639021fa8dad486c07f27b;p=openwrt-packages.git ddns-scripts: remove gzip timestamp gzip create a header by default containing the filename and the timestamp of the file. This timestamp will break reproducible builds [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens --- diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index d20956a3e..d4023c01f 100755 --- a/net/ddns-scripts/Makefile +++ b/net/ddns-scripts/Makefile @@ -12,7 +12,7 @@ PKG_NAME:=ddns-scripts PKG_VERSION:=2.7.6 # Release == build # increase on changes of services files or tld_names.dat -PKG_RELEASE:=20 +PKG_RELEASE:=21 PKG_LICENSE:=GPL-2.0 PKG_MAINTAINER:=Christian Schoenebeck @@ -129,7 +129,7 @@ define Build/Compile -e '/^[[:space:]]*$$$$/d' $$$$FILE; \ done # compress public_suffix_list.dat - gzip -f9 $(PKG_BUILD_DIR)/files/public_suffix_list.dat + gzip -nf9 $(PKG_BUILD_DIR)/files/public_suffix_list.dat endef define Package/ddns-scripts/conffiles