aboutsummaryrefslogtreecommitdiff
path: root/net/https-dns-proxy/patches/020-src-options.c-add-version.patch
Commit message (Collapse)AuthorAge
* https-dns-proxy: prepare migration to APKStan Grishin2024-03-24
| | | | Signed-off-by: Stan Grishin <stangri@melmac.ca>
* https-dns-proxy: update to upstream 2023-11-19Stan Grishin2024-03-02
| | | | | | | | | | * 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 <stangri@melmac.ca>
* https-dns-proxy: only restart firewall when neededStan Grishin2023-12-11
| | | | | | * only restart firewall when needed Signed-off-by: Stan Grishin <stangri@melmac.ca>
* https-dns-proxy: fix unintentional call of service_stopped in boot()Stan Grishin2023-11-24
| | | | Signed-off-by: Stan Grishin <stangri@melmac.ca>
* https-dns-proxy: bugfix: prevent erros from boot()Stan Grishin2023-11-23
| | | | | | | | * 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 <stangri@melmac.ca>
* https-dns-proxy: bugfix: crashes on logging from upstreamStan Grishin2023-10-26
| | | | | | | | | * 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 <stangri@melmac.ca>
* https-dns-proxy: update to 2023-05-25-1Stan Grishin2023-05-26
* 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 <stangri@melmac.ca>