-
Notifications
You must be signed in to change notification settings - Fork 12
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
Update LDNS submodule to v1.8.4 #202
base: develop
Are you sure you want to change the base?
Conversation
Travis does not like this for some reason. |
That’s because running
The OS used for CI is Ubuntu 20.04 LTS (focal), which provides autoconf version 2.69. Too bad :( |
It won’t be easy to fix. I don’t think Ubuntu 20.04 is likely to provide a newer autoconf in its package repositories. On the other hand, autoconf 2.71 fixes lots of bugs but has backwards compatibility issues, so I don’t know if we can reasonably expect ldns to lower its requirement of autoconf. For CI, the easiest fix is to test with a later version of Ubuntu. Regardless of how we proceed to fix CI, we’ll have to document that Ubuntu 20.04 users must install ldns separately, then install Zonemaster::LDNS with |
But only if we decide to upgrade LDNS to 1.8.4, right? As far as I can see, only LDNS 1.7.0 is available for Ubuntu 20.04. That could mean that we have to drop Ubuntu 20.04 already for v2024.2 instead of for v2025.1. Maybe that is OK. |
Alternatively, we could wait until we are working on v2025.1 before merging. |
Yes, I support waiting until v2025.1 or even v2025.2. |
Purpose
Update LDNS submodule to 1.8.4
Context
Close #194