mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
ddns-scripts: update to version 2.4.2-1
* fix Makefile to force compression of tld_names.dat reported in OpenWrt Ticket 19597 * change default of retry_count to "0" (retry endless) suggested by Henning Schild * updated tld_names.dat include changes until 07.05.2015 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
This commit is contained in:
committed by
Steven Barth
parent
1d285067a6
commit
3843e8459a
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
PKG_NAME:=ddns-scripts
|
||||
# Version == major.minor.patch
|
||||
# increase on new functionality (minor) or patches (patch)
|
||||
PKG_VERSION:=2.4.1
|
||||
PKG_VERSION:=2.4.2
|
||||
# Release == build
|
||||
# increase on changes of services files or tld_names.dat
|
||||
PKG_RELEASE:=1
|
||||
@@ -109,7 +109,7 @@ define Build/Compile
|
||||
-e '/^\/\/\s/d' \
|
||||
-e '/^\s*$$$$/d' $$$$FILE; \
|
||||
done
|
||||
gzip -9 $(PKG_BUILD_DIR)/files/tld_names.dat
|
||||
gzip -f9 $(PKG_BUILD_DIR)/files/tld_names.dat
|
||||
endef
|
||||
|
||||
define Package/$(PKG_NAME)/conffiles
|
||||
|
||||
Reference in New Issue
Block a user