<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/https-dns-proxy/patches, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2025-10-09T18:26:35Z</updated>
<entry>
<title>https-dns-proxy: update to 2025.10.07-r1</title>
<updated>2025-10-09T18:26:35Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2025-10-07T16:38:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ad2477e102059bc0690e3d4109e48c14157a3a32'/>
<id>urn:sha1:ad2477e102059bc0690e3d4109e48c14157a3a32</id>
<content type='text'>
Makefile:
* update to latest upstream: https://github.com/aarond10/https_dns_proxy/commit/7b27ecd5598d03bbe79651cc80efca886d433cd9
* update version, release
* drop CONFIGURE_ARGS as the build is curl-independent
* update the link to the documentation

README:
* add small README with the link to documentation

Config:
* rename procd_fw_src_interfaces to force_dns_src_interface to better reflect meaning
* add heartbeat_domain, heartbeat_sleep_timeout, heartbeat_wait_timeout options
* add default user, group and listen_addr options to the main config
* drop the user, group and listen_addr options from the instance configs

Init-script:
* start much earlier so that on boot, the procd_add_raw_trigger works on all systems
* create a ubus() helper function so that service delete does not produce "Command not found"
* new options handling where the global config options can be used for instance options
* some renaming of global/instance variables due to abovementioned redesign
* new open port detection, no longer relying on netstat
* new uci_changes() logic where it returns 0 or 1 instead of text
* new append_parm logic for not adding default value options to CLI
* new boolean options handling logic
* move config loading to load_package_config() function
* new logic for calling procd_set_config_changed firewall based solely on "$force_dns"
* source network.sh based on "${IPKG_INSTROOT}" path
* rename procd_fw_src_interfaces to force_dns_src_interface to better reflect meaning
* rename use_http1 to force_http1
* rename use_ipv6_resolvers_only to force_ipv6_resolvers

Uci-defaults:
* migrate to new option names

Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
<entry>
<title>https-dns-proxy: update to 2023.12.26-1</title>
<updated>2024-08-02T01:10:00Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2024-08-01T23:54:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9e600ac071514c1e2d2e3b7f9651e755664e31e6'/>
<id>urn:sha1:9e600ac071514c1e2d2e3b7f9651e755664e31e6</id>
<content type='text'>
Makefile:
* update to latest upstream version
* remove PKG_SOURCE_DATE/PKG_SOURCE_RELEASE as they are no longer needed
* set TARGET_CFLAGS/TARGET_LDFLAGS
* update CMAKE_OPTIONS
* add CONFIGURE_ARGS to prepare for building with HTTP/3
* update package URL to upstream repo instead of documentation
* update package/description
* add README.md with link to documentation

init-script:
* do not run within image builder
* add a line which can be uncommented to remove outdated doh_server entries

020-src-options.c-add-version.patch:
* remove it, as it's no longer needed with version set in CMAKE_OPTIONS

Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
<entry>
<title>https-dns-proxy: prepare migration to APK</title>
<updated>2024-03-24T13:05:05Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2024-03-23T01:02:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b8a8c480fcd71144c794415a46264cc22262cc2a'/>
<id>urn:sha1:b8a8c480fcd71144c794415a46264cc22262cc2a</id>
<content type='text'>
Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
<entry>
<title>https-dns-proxy: update to upstream 2023-11-19</title>
<updated>2024-03-02T00:19:58Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2024-03-02T00:13:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=bd501dd89c65857c060ca1ac034bc2fe7846b4e7'/>
<id>urn:sha1:bd501dd89c65857c060ca1ac034bc2fe7846b4e7</id>
<content type='text'>
* update to upstream 2023-11-19
  (changes: https://github.com/aarond10/https_dns_proxy/commit/489c57efd46983e688579974a2ab7aeaa7df8d83)
* bugfix: include resolveip dependency in Makefile
  (fixes https://github.com/openwrt/packages/issues/23567)
* minor update for failed healthcheck logging

Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
<entry>
<title>https-dns-proxy: only restart firewall when needed</title>
<updated>2023-12-11T13:18:36Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2023-12-11T13:18:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8b6635bae9717babbc3dcf1347cf4727fc15f9bd'/>
<id>urn:sha1:8b6635bae9717babbc3dcf1347cf4727fc15f9bd</id>
<content type='text'>
* only restart firewall when needed

Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
<entry>
<title>https-dns-proxy: fix unintentional call of service_stopped in boot()</title>
<updated>2023-11-24T16:11:57Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2023-11-24T16:11:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2e9f6c44460a48876cd85cde3557ce373693df6b'/>
<id>urn:sha1:2e9f6c44460a48876cd85cde3557ce373693df6b</id>
<content type='text'>
Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
<entry>
<title>https-dns-proxy: bugfix: prevent erros from boot()</title>
<updated>2023-11-23T22:39:40Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2023-11-23T22:38:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f519b68401b68f011091e83badadb54a43eae33d'/>
<id>urn:sha1:f519b68401b68f011091e83badadb54a43eae33d</id>
<content type='text'>
* fixes https://github.com/openwrt/packages/issues/22674
* rename resolver_health_check to is_resolver_running for readability
* reorder functions in the init file by name

Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
<entry>
<title>https-dns-proxy: bugfix: crashes on logging from upstream</title>
<updated>2023-10-26T14:40:37Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2023-10-26T14:39:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6b92b6c6d27a8ec67e63a5726dee0c9e8cc2b7ec'/>
<id>urn:sha1:6b92b6c6d27a8ec67e63a5726dee0c9e8cc2b7ec</id>
<content type='text'>
* update to 2023-10-25 upstream version which fixes the crashes on logging on ath79
* remove no longer needed 030-src-logging.c-fix-crash.patch
* update 010-cmakelists-remove-cflags.patch to work with a new version
* update 020-src-options.c-add-version.patch to work with a new version

Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
<entry>
<title>https-dns-proxy: bugfix: logging crashing instances on ath79</title>
<updated>2023-10-17T09:46:19Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2023-10-17T09:43:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=38c026250f2bdae36fbd5bba6a9d529fb7082ed1'/>
<id>urn:sha1:38c026250f2bdae36fbd5bba6a9d529fb7082ed1</id>
<content type='text'>
* finally fixes https://github.com/openwrt/packages/issues/19366
* simplify service_triggers
* improve output for dnsmasq restart
* improve grep/sed dependencies
* remove interface hotplug

Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
<entry>
<title>https-dns-proxy: update to 2023-05-25-1</title>
<updated>2023-05-26T08:30:31Z</updated>
<author>
<name>Stan Grishin</name>
</author>
<published>2023-05-26T08:24:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=eb40aa1b5dc6b5945b8b53cd5a2cc06303a3d9eb'/>
<id>urn:sha1:eb40aa1b5dc6b5945b8b53cd5a2cc06303a3d9eb</id>
<content type='text'>
* update to a new upstream commit, fixes #19366
* update patches/010-cmakelists-remove-cflags.patch as upstream file was update
* remove patches/020-cmakelists-add-version.patch as version is now set elsewhere
* add patches/020-src-options.c-add-version.patch to set the version information
* adjust PROCD START time to 95

Signed-off-by: Stan Grishin &lt;stangri@melmac.ca&gt;
</content>
</entry>
</feed>
