mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
https-dns-proxy: update to 2025.12.29-4
* add explicit LICENSE file to the repository * pretty up Makefile * minor shell script styling improvements * better parsing if individual dnsmasq instances are used in config * functional test Signed-off-by: Stan Grishin <stangri@melmac.ca>
This commit is contained in:
@@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=https-dns-proxy
|
||||
PKG_VERSION:=2025.12.29
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=4
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/aarond10/https_dns_proxy/
|
||||
@@ -25,10 +25,16 @@ define Package/https-dns-proxy
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=DNS Over HTTPS Proxy
|
||||
URL:=https://github.com/stangri/https-dns-proxy/
|
||||
DEPENDS:=+libcares +libcurl +libev +ca-bundle +jsonfilter +resolveip
|
||||
DEPENDS+=+!BUSYBOX_DEFAULT_GREP:grep
|
||||
DEPENDS+=+!BUSYBOX_DEFAULT_SED:sed
|
||||
URL:=https://github.com/mossdef-org/https-dns-proxy/
|
||||
DEPENDS:= \
|
||||
+libcares \
|
||||
+libcurl \
|
||||
+libev \
|
||||
+ca-bundle \
|
||||
+jsonfilter \
|
||||
+resolveip \
|
||||
+!BUSYBOX_DEFAULT_GREP:grep \
|
||||
+!BUSYBOX_DEFAULT_SED:sed
|
||||
CONFLICTS:=https_dns_proxy
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user