mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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 <lynxis@fe80.eu>
This commit is contained in:
@@ -12,7 +12,7 @@ PKG_NAME:=ddns-scripts
|
|||||||
PKG_VERSION:=2.7.6
|
PKG_VERSION:=2.7.6
|
||||||
# Release == build
|
# Release == build
|
||||||
# increase on changes of services files or tld_names.dat
|
# increase on changes of services files or tld_names.dat
|
||||||
PKG_RELEASE:=20
|
PKG_RELEASE:=21
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-2.0
|
PKG_LICENSE:=GPL-2.0
|
||||||
PKG_MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com>
|
PKG_MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com>
|
||||||
@@ -129,7 +129,7 @@ define Build/Compile
|
|||||||
-e '/^[[:space:]]*$$$$/d' $$$$FILE; \
|
-e '/^[[:space:]]*$$$$/d' $$$$FILE; \
|
||||||
done
|
done
|
||||||
# compress public_suffix_list.dat
|
# 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
|
endef
|
||||||
|
|
||||||
define Package/ddns-scripts/conffiles
|
define Package/ddns-scripts/conffiles
|
||||||
|
|||||||
Reference in New Issue
Block a user