mirror of https://github.com/openwrt/packages.git
This commit updates the PowerDNS authoritative server to 4.9.17, the latest release in the 4.9.x LTS branch. This fixes several security issues, including but not limited to: CVE-2026-33257, CVE-2026-33260, CVE-2026-33611, CVE-2026-33610, CVE-2026-33609, CVE-2026-33608, CVE-2026-42002, CVE-2026-42001, CVE-2026-42000, CVE-2026-41999, CVE-2026-42396, CVE-2026-42005, CVE-2026-52682. Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com> |
||
|---|---|---|
| .devcontainer | ||
| .github | ||
| .vscode | ||
| admin | ||
| devel | ||
| fonts/dejavu-fonts-ttf | ||
| ipv6/generate-ipv6-address | ||
| kernel | ||
| lang | ||
| libs | ||
| multimedia | ||
| net | ||
| sound | ||
| utils | ||
| .gitignore | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| README.md | ||
README.md
OpenWrt packages feed
Description
This is the OpenWrt "packages"-feed containing community-maintained build scripts, options and patches for applications, modules and libraries used within OpenWrt.
Installation of pre-built packages is handled directly by the opkg utility within your running OpenWrt system or by using the OpenWrt SDK on a build system.
Usage
This repository is intended to be layered on-top of an OpenWrt buildroot. If you do not have an OpenWrt buildroot installed, see the documentation at: OpenWrt Buildroot – Installation on the OpenWrt support site.
This feed is enabled by default. To install all its package definitions, run:
./scripts/feeds update packages
./scripts/feeds install -a -p packages
License
See LICENSE file.
Package Guidelines
See CONTRIBUTING.md file.