mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
dnsproxy: Update to 0.75.0
Fix passing value to hosts-file-enabled argument.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 939dea1622)
This commit is contained in:
@@ -5,12 +5,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=dnsproxy
|
PKG_NAME:=dnsproxy
|
||||||
PKG_VERSION:=0.74.1
|
PKG_VERSION:=0.75.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/AdguardTeam/dnsproxy/tar.gz/v$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/AdguardTeam/dnsproxy/tar.gz/v$(PKG_VERSION)?
|
||||||
PKG_HASH:=b90d987a934ee2272f7c0923629e3922786b3cca2178854ab0d403e05617e4b9
|
PKG_HASH:=ba4c6a58024cbfb8e823470862019d071a64abb3d29aa956237f0042c8e6f9b6
|
||||||
|
|
||||||
PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
|
PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
|
||||||
PKG_LICENSE:=Apache-2.0
|
PKG_LICENSE:=Apache-2.0
|
||||||
|
|||||||
@@ -128,9 +128,9 @@ start_service() {
|
|||||||
|
|
||||||
# This must be set at last, all other options set after this will be ignored
|
# This must be set at last, all other options set after this will be ignored
|
||||||
is_enabled "hosts" "enabled" && {
|
is_enabled "hosts" "enabled" && {
|
||||||
append_param "--hosts-file-enabled" "true"
|
append_param "--hosts-file-enabled=true"
|
||||||
config_list_foreach "hosts" "hosts_files" "append_param '--hosts-files'"
|
config_list_foreach "hosts" "hosts_files" "append_param '--hosts-files'"
|
||||||
} || append_param "--hosts-file-enabled" "false"
|
} || append_param "--hosts-file-enabled=false"
|
||||||
|
|
||||||
procd_set_param respawn
|
procd_set_param respawn
|
||||||
procd_set_param stdout 1
|
procd_set_param stdout 1
|
||||||
|
|||||||
Reference in New Issue
Block a user