bird2: update to 2.18

Version 2.18 (2025-12-26)
- BGP: Support for dynamic onlink and link-local connections
- BGP: Listening socket refactoring
- BGP: Fix restart behavior on outgoing next hop setting
- BGP: Configuring global/link-local IPv6 nexthop
- BGP: Disallow AS Sets by default
- L3VPN: Support for import/export target none and import target all
- RAdv: P-flag to prefer prefix delegation in DHCPv6
- Filter: Merging of case intervals
- Filter: Append operator
- ASPA: Paths containing AS_SET are invalid
- Doc: Update website to bird.nic.cz
- CI: Upstream packaging cleanup and reproducible builds
- Various minor fixes in code, comments, documentation and tooling

Signed-off-by: Packet Please <pktpls@systemli.org>
This commit is contained in:
Packet Please
2026-01-11 21:00:20 +01:00
committed by Nick Hainke
parent c69a11d309
commit ffbcfce25d

View File

@@ -7,12 +7,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=bird2
PKG_VERSION:=2.17.2
PKG_RELEASE:=2
PKG_VERSION:=2.18
PKG_RELEASE:=1
PKG_SOURCE:=bird-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://bird.nic.cz/download/
PKG_HASH:=440dd2d3aca64323b46fd45532e573accaf8bdde639ee4bfcd68ea9b13328cdd
PKG_HASH:=80e40ab7e73df9d521d5348cbb57b1399501af53f4d108fd8c24f6b14e3384c3
PKG_MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk>
PKG_LICENSE:=GPL-2.0-or-later