From 90fe67c97fcb41f0de5082cefc960ba8804647c9 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 16 May 2024 09:00:09 +0200 Subject: [PATCH] net/frr: wrap up next version --- net/frr/Makefile | 3 +-- net/frr/pkg-descr | 10 ++++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/net/frr/Makefile b/net/frr/Makefile index cfcb6bb7e..0e6a4fe7b 100644 --- a/net/frr/Makefile +++ b/net/frr/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= frr -PLUGIN_VERSION= 1.39 -PLUGIN_REVISION= 2 +PLUGIN_VERSION= 1.40 PLUGIN_COMMENT= The FRRouting Protocol Suite PLUGIN_DEPENDS= frr8 PLUGIN_MAINTAINER= franz.fabian.94@gmail.com diff --git a/net/frr/pkg-descr b/net/frr/pkg-descr index e07ba5402..956364338 100644 --- a/net/frr/pkg-descr +++ b/net/frr/pkg-descr @@ -12,12 +12,14 @@ WWW: https://frrouting.org/ Plugin Changelog ================ +1.40 + +* Add staticd to routing suite +* Add BGP peer-group support +* Add distance to BGP + 1.39 -* Add plain password authentication to OSPF -* Set multihop value to 255 (contributed by Cogan Ng Jun Lin) -* Add distance to BGP -* Add BGP peer-group support * Add plain password authentication to OSPF * Set multihop value to 255 (contributed by Cogan Ng Jun Lin)