aboutsummaryrefslogtreecommitdiff
path: root/net/https-dns-proxy/patches
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: bugfix: logging crashing instances on ath79Stan Grishin2023-10-17
| | | | | | | | | | * 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 <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>
* https-dns-proxy: add version information to binaryStan Grishin2022-10-24
| | | | | | | | | | | * add patches/020-cmakelists-add-version.patch (thanks @baranyaib90) to add version information to the binary and fix https://github.com/aarond10/https_dns_proxy/issues/149 * modify Makefile to add version information for the binary * rename patches/010-fix-cmakelists.patch for better readability * revert back to service restart in WAN/WAN6 trigger * update test.sh to test both init script and binary versions Signed-off-by: Stan Grishin <stangri@melmac.ca>
* https-dns-proxy: update to 2022-08-12-1Stan Grishin2022-10-07
| | | | | | | | | * update to upstream version 2022-08-12 * add ca_certs_file option for CA certs file for curl * add procd_add_interface_trigger for wan6 (hopefully fixes https://github.com/openwrt/packages/issues/19531) Signed-off-by: Stan Grishin <stangri@melmac.ca>
* https-dns-proxy: update to 2021-11-22-1Stan Grishin2022-01-31
| | | | | | | | | | * update to 2021-11-22 upstream source * update patch file * update init script to preserve manual entries (fixes https://github.com/stangri/source.openwrt.melmac.net/issues/149) * update init script service_triggers Signed-off-by: Stan Grishin <stangri@melmac.ca>
* https-dns-proxy: update to 2021-09-27Stan Grishin2021-10-14
| | | | | | | | | | | | | * update to [2021-09-27](https://github.com/aarond10/https_dns_proxy/commit/da2501f542a732167a78f1851a511d9c0abc2fd8) * fixes https://github.com/aarond10/https_dns_proxy/issues/125 * restart instead of reload on interface hotplug * fixes https://github.com/openwrt/packages/issues/16794 * produce output and log entries on service start/stop * prevent unnecessary dnsmasq restarts if service has previously updated dnsmasq settings * allow both named and typed dnsmasq instance settings to be updated * update 010-fix-cmakelists patch file Signed-off-by: Stan Grishin <stangri@melmac.net>
* https-dns-proxy: patch CMakeList.txt to use OpenWrt CFLAGSEtienne Champetier2021-08-20
| | | | | | | | | | | This fixes compilation issues with ASLR PIE enabled We were compiling with '-g -DDEBUG' https-dns-proxy_2021-07-29-*_arm_cortex-a9_vfpv3-d16.ipk shrink from 19514 to 19095 Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* https-dns-proxy: 2021-05-14 bugfix: fallback to HTTP/1 by defaultStan Grishin2021-06-02
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* https-dns-proxy: update to 2021-05-14-1; bugfixes for dhcp server backupStan Grishin2021-05-29
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* https-dns-proxy: bugfix: correct PROCD firewall objectStan Grishin2021-03-25
Signed-off-by: Stan Grishin <stangri@melmac.net>