aboutsummaryrefslogtreecommitdiff
path: root/net/https-dns-proxy/patches/010-cmakelists-remove-cflags.patch
Commit message (Collapse)AuthorAge
* 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>
* 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>