-
-
Notifications
You must be signed in to change notification settings - Fork 200
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
Pi-hole FTL v5.23 #1567
Merged
Merged
Pi-hole FTL v5.23 #1567
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sync master back into development
Fixes build on OpenSUSE Tumbleweed. Signed-off-by: Samu Voutilainen <[email protected]>
Signed-off-by: Samu Voutilainen <[email protected]>
Bumps [actions/stale](https://github.com/actions/stale) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
…ine starts in "|") Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
…opment-actions-stale-8.0.0 Bump actions/stale from 7.0.0 to 8.0.0
…opment-actions-checkout-3.5.0 Bump actions/checkout from 3.4.0 to 3.5.0
Fix variable declaration
…ion and transform FQDN to domains. They are equivalent in this context but now they are not considered invalid any longer Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
…upstream Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
…masq option is used Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
…eam (if they are not already validated as SECURE) or from cache. This is a direct consequence from the previous commit. Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Use EDE data when "proxy-dnssec" is used
…ately Signed-off-by: Christian König <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.5.0...v3.5.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Christian König <[email protected]>
Signed-off-by: Christian König <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Update embedded SQLite to 3.42.0
Add capabilities check for feature dhcp-discover
Add list parsing feature for gravity
… is prevented and add better error reporting when sending to interfaces is not working due to an error Signed-off-by: DL6ER <[email protected]>
…ing for DHCP servers Signed-off-by: DL6ER <[email protected]>
…gex-matching the searched string against the entire collapsed array to avoid incorrect partial matches Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
… that there is no broadcasting support (e.g. Wireguard) Signed-off-by: DL6ER <[email protected]>
…ot supported (e.g. Wireguard) Signed-off-by: DL6ER <[email protected]>
Tweak dhcp-discover subcommand
Signed-off-by: RD WebDesign <[email protected]>
Allowing underscore and hyphen in any position for gravity parseList
Signed-off-by: RD WebDesign <[email protected]>
Signed-off-by: RD WebDesign <[email protected]>
Signed-off-by: RD WebDesign <[email protected]>
Do not consider false positives as invalid domains
Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Co-authored-by: yubiuser <[email protected]> Signed-off-by: DL6ER <[email protected]>
Fix missing update of `adlist.date_updated`
…ns() Signed-off-by: Christian König <[email protected]>
Signed-off-by: Christian König <[email protected]>
Remove code duplication found in gravit.sh gravity_ParseFileIntoDomains()
yubiuser
approved these changes
May 28, 2023
PromoFaux
approved these changes
May 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What's Changed
proxy-dnssec
is used by @DL6ER in Use EDE data when "proxy-dnssec" is used #1551dhcp-discover
by @DL6ER in Add capabilities check for feature dhcp-discover #1561dhcp-discover
subcommand by @DL6ER in Tweak dhcp-discover subcommand #1562gravity parseList
by @rdwebdesign in Allowing underscore and hyphen in any position for gravity parseList #1563adlist.date_updated
by @DL6ER in Fix missing update ofadlist.date_updated
#1565gravity.sh
'sgravity_ParseFileIntoDomains()
by @yubiuser in Remove code duplication found in gravit.sh gravity_ParseFileIntoDomains() #1566New Contributors
Full Changelog: v5.22...v5.23