Skip to content
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

Enforce and benefit from latest Pi-hole versions #13

Merged
merged 8 commits into from
Jan 23, 2021
Merged

Conversation

yubiuser
Copy link
Owner

This is a breaking change
The latest version of Pi-hole FTL (v.5.5) contained a few important security fixes, esp. including dnsmasq 2.83.
This PR enforces this or newer versions to nugde users to upgrade. As a side effect the code of the adlist tool could be cleaned clearly, as we can now assume that

  1. CNAME data is available
  2. the new adlist_filename schema is used

Additionally, since Pi-hole FTL v.5.4, the build-in sqlite3 shell is exposed. This script now uses this sqlite shell, which guarantees a recent sqlite version (necessary for the UPSERT command) independently of the locally installed sqlite package.

@yubiuser yubiuser merged commit e1979d3 into master Jan 23, 2021
@yubiuser yubiuser deleted the new/ftl5.5 branch January 23, 2021 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant