summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMarek Zarychta <zarychtam@plan-b.pwste.edu.pl>2024-03-23 09:05:16 +0100
committerOlivier Cochard <olivier@FreeBSD.org>2024-03-26 11:32:40 +0100
commit8a57d5eba5e5ff34f3ecd19065373252c42f1300 (patch)
treeb1cc813fd05ed5a7693489ca2ad04e8afedccac3 /UPDATING
parentd74bb33da1e0b2d035647279385c7d2c28718984 (diff)
downloadfreebsd-ports-8a57d5eba5e5ff34f3ecd19065373252c42f1300.zip
net/bird2: update 2.14 -> 2.15.1
- Port was updated to the most recent version. - Extra patches for fixing netlink headers were prepared (see PR 277618). - The default flavor of the port for FreeBSD 14.0 and later is now "netlink". The rtsock flavor is still available as bird2-rtsock. There is no change for FreeBSD versions < 14.0. Here we still use rtsock as a default flavor. Changelog: https://bird.network.cz/pipermail/bird-users/2024-March/017468.html https://bird.network.cz/pipermail/bird-users/2024-March/017517.html PR: 277891
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index e226a9cd4695..b9007e7aa8b6 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,13 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20240326:
+ AFFECTS: users of net/bird2
+ AUTHOR: olivier@FreeBSD.org
+
+ The net/bird2 default flavor has ben switched to netlink on FreeBSD >= 14.0
+ There is not change for FreeBSD < 14.0 (default flavor is still rtsock)
+
20240319:
AFFECTS: users of net/rdist6
AUTHOR: cy@FreeBSD.org