forked from openwrt/packages
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Compile dnsdist with liblua for aarch64 and update openwrt-24.10 to upstream #77
Open
killgufo
wants to merge
14
commits into
PowerDNS:openwrt-24.10
Choose a base branch
from
killgufo:openwrt-24.10
base: openwrt-24.10
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
Signed-off-by: hingbong lo <[email protected]> (cherry picked from commit aff8367)
this is needed for frr 10+ Signed-off-by: Lucian CRISTIAN <[email protected]>
Signed-off-by: Lucian CRISTIAN <[email protected]>
Signed-off-by: Federico Capoano <[email protected]> (cherry picked from commit bf33335)
Signed-off-by: Matthias Schiffer <[email protected]> (cherry picked from commit 2434806)
Block HTTP/3 by including UDP in the feeds that have the 80 443 ports in their flag. Signed-off-by: Juan Orti Alcaine <[email protected]> (cherry picked from commit f80fbec)
* fix a reporting issue with multiple ports/protocols Signed-off-by: Dirk Brenken <[email protected]> (cherry picked from commit 737c060)
Bug fixes: efahl/owut@2bf45d5 owut: exit immediately on ctrl-c efahl/owut@a95d383 owut: fix processing of device defaults efahl/owut@cd63564 owut: disallow --rootfs-size changes on some platforms Enhancements: efahl/owut@eaca182 owut: minor code cleanup in sha256 calculator efahl/owut@2b65aa7 owut: improve messaging efahl/owut@d687824 git: define file attributes Signed-off-by: Eric Fahlgren <[email protected]> (cherry picked from commit 73fb1c4)
* bugfix: more robust boot-up behaviour, obsoleting following config options: procd_boot_delay, procd_boot_timeout, procd_wan_ignore_status * bugfix: fix typo in processing negations on dest_addr Signed-off-by: Stan Grishin <[email protected]>
* support smartdns as dns backend * support top level domains in local white- and blackklist, e.g. a 'de' in the blacklist blocks all domains with a german tld and the tld compression removes all subdomains from the final blocklist Signed-off-by: Dirk Brenken <[email protected]> (cherry picked from commit f9effa4)
* bugfix: more robust boot-up start * bugfix: processing of StevenBlack lists * new remote block-list: CERT.pl Signed-off-by: Stan Grishin <[email protected]>
* improvement: Makefile: prepend `r` to PKG_RELEASE in binary and init script versions to match package version * bugfix: init script: more reliable/robust start on boot * improvement: init script: more compact output() * improvement: init script: better DNS Hijack login * improvement: init script: fold some dnsmasq-related functions into dhcp_backup() Signed-off-by: Stan Grishin <[email protected]>
Bug fixes: efahl/owut@bced54a owut: prefer use of packages_changes when generating build request efahl/owut@b469547 owut: revert rootfs restrictions Signed-off-by: Eric Fahlgren <[email protected]> (cherry picked from commit 445e40c)
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.
Maintainer: @Habbie
Run tested: aarch64, NanoPi R5C, Openwrt 24.10.0
Description:
Use liblua to compile dnsdist on aarch64