aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorToke Høiland-Jørgensen <toke@redhat.com>2020-01-23 11:22:12 +0100
committerToke Høiland-Jørgensen <toke@redhat.com>2020-01-23 11:22:49 +0100
commitc6b4d7f367deafc428c703ce13b0ad0403502fb5 (patch)
treef4443fe8ee8636061bc77154af037413db5b7886 /net
parente64935ea0bf081cffdc074c875323ad618e7b963 (diff)
acme: Include empty 'dns' config option by default
This should hopefully prevent issues with that option not showing up in the GUI, like in #11095. Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
Diffstat (limited to 'net')
2 files changed, 2 insertions, 1 deletions
diff --git a/net/acme/Makefile b/net/acme/Makefile
index bf3a4c070..4d5275a12 100644
--- a/net/acme/Makefile
+++ b/net/acme/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=acme
PKG_VERSION:=2.8.3
-PKG_RELEASE:=3
+PKG_RELEASE:=4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/Neilpang/acme.sh/tar.gz/$(PKG_VERSION)?
diff --git a/net/acme/files/acme.config b/net/acme/files/acme.config
index 95565c832..313481f3b 100644
--- a/net/acme/files/acme.config
+++ b/net/acme/files/acme.config
@@ -10,4 +10,5 @@ config cert 'example'
option update_uhttpd 1
option update_nginx 1
option webroot ""
+ option dns ""
list domains example.org