From 59dcbb741a0cfcb7b72f9f2881334e60b84dccb2 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 7 Feb 2022 22:02:26 -0800 Subject: [PATCH] banip: make reproducible Timestamp needs to be removed. Signed-off-by: Rosen Penev --- net/banip/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/banip/Makefile b/net/banip/Makefile index c210c96a5..109b96bca 100644 --- a/net/banip/Makefile +++ b/net/banip/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=banip PKG_VERSION:=0.7.10 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Dirk Brenken @@ -63,7 +63,7 @@ define Package/banip/install $(INSTALL_CONF) ./files/banip.whitelist $(1)/etc/banip $(INSTALL_CONF) ./files/banip.countries $(1)/etc/banip $(INSTALL_CONF) ./files/banip.sources $(1)/etc/banip - gzip -9 $(1)/etc/banip/banip.sources + gzip -9n $(1)/etc/banip/banip.sources $(INSTALL_DIR) $(1)/etc/hotplug.d/firewall $(INSTALL_DATA) ./files/banip.hotplug $(1)/etc/hotplug.d/firewall/30-banip