-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https-dns-proxy: update to 2021-09-27 #16776
Conversation
@champtar could you please have a look at the build failure? It built fine on my system, so I don't understand why the CI fails with "dirty patch"? There were changes to the upstream makefiles (commit is linked in the description), does the patch file need to be updated? |
|
560ed43
to
db7ebec
Compare
Thanks, I did that and force-pushed an update to my repo, but nothing has changed. Am I missing or not doing something? |
On my phone until Monday so can't help more |
@champtar any further insight? |
edit2: that patch is questionable. Why not just delete those lines instead of commenting them out? |
db7ebec
to
2726e4c
Compare
your refresh removes the spaces too. wonder why. What's your host OS? |
2726e4c
to
0108f5e
Compare
It's Ubuntu. Have I messed the patch file with my editor (vscode)? Based on your suggestion, this patch file works when I build locally, but CI still throws an error. PS. It builds fine locally using original @champtar 's patch file too. |
It's possible. I use vim if I need to manually edit mostly because other editors tend to wreck more than needed. Especially line endings. |
@champtar could you please help figuring out what's going on with the patch file? |
0108f5e
to
0f03c1f
Compare
I've been busy lately but this should be better this week |
@stangri can you make sure you have a ~/.quiltrc as documented in https://openwrt.org/docs/guide-developer/build-system/use-patches-with-buildsystem
|
* update to [2021-09-27](aarond10/https_dns_proxy@da2501f) * fixes aarond10/https_dns_proxy#125 * restart instead of reload on interface hotplug * fixes openwrt#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>
0f03c1f
to
f8d1633
Compare
Thank you so much, I've recreated the patch and pushed the update and it worked wonders! |
Maintainer: me
Compile tested: x86_64, Sophos SG-105, OpenWrt 21.02.0
Run tested: x86_64, Sophos SG-105, OpenWrt 21.02.0, install, run dns lookup, check logs
Description:
Signed-off-by: Stan Grishin stangri@melmac.net