https-dns-proxy: add version information to binary 19699/head
authorStan Grishin <stangri@melmac.ca>
Mon, 24 Oct 2022 21:39:06 +0000 (21:39 +0000)
committerStan Grishin <stangri@melmac.ca>
Mon, 24 Oct 2022 21:46:51 +0000 (21:46 +0000)
commit61ca2f4d16464a34e638806bd3b9d801d6446b35
tree2e3e7574d06f202e50236aa15887f57f1a7434cd
parent8f6831b64b89243e7c1be5948f33e6737f7ddfc3
https-dns-proxy: add version information to binary

* 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>
net/https-dns-proxy/Makefile
net/https-dns-proxy/files/https-dns-proxy.init
net/https-dns-proxy/patches/010-cmakelists-remove-cflags.patch [new file with mode: 0644]
net/https-dns-proxy/patches/010-fix-cmakelists.patch [deleted file]
net/https-dns-proxy/patches/020-cmakelists-add-version.patch [new file with mode: 0644]
net/https-dns-proxy/test.sh