From 9e0b3541bd3bbec7453980a7873a6ef7737fbafa Mon Sep 17 00:00:00 2001 From: Martin Winter Date: Tue, 8 Jan 2019 00:53:23 -0800 Subject: [PATCH] FRRouting Release 5.0.2 Changes since 5.0.1: - Security Issue (Denial of Service): Fix BGP Attribute 255 (experimental VNC) handling - Fix for large AS paths - PIM fixes - BGP flowspec fixes - PBR fixes - Fix for ISIS crash - Add backport to build FRR on Sonic Debian Signed-off-by: Martin Winter --- configure.ac | 2 +- debianpkg/changelog.in | 12 ++++++++++++ redhat/frr.spec.in | 11 ++++++++++- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 7855b19f40..c1b12a5ee8 100755 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ(2.60) -AC_INIT(frr, 5.0.1, [https://github.com/frrouting/frr/issues]) +AC_INIT(frr, 5.0.2, [https://github.com/frrouting/frr/issues]) PACKAGE_URL="https://frrouting.org/" AC_SUBST(PACKAGE_URL) PACKAGE_FULLNAME="FRRouting" diff --git a/debianpkg/changelog.in b/debianpkg/changelog.in index 8aec43dc10..ae8957265d 100644 --- a/debianpkg/changelog.in +++ b/debianpkg/changelog.in @@ -1,5 +1,17 @@ frr (@VERSION@) RELEASED; urgency=medium + * Security Issue (Denial of Service): Fix BGP Attribute 255 (experimental VNC) handling + * Fix for large AS paths + * PIM fixes + * BGP flowspec fixes + * PBR fixes + * Fix for ISIS crash + * Add backport to build FRR on Sonic Debian + + -- FRRouting-Dev Tue, 8 Jan 2019 09:48:00 +0100 + +frr (5.0.1-0) RELEASED; urgency=medium + * Support Automake 1.16.1 * BGPd: Support for flowspec ICMP, DSCP, packet length, fragment and tcp flags * BGPd: fix rpki validation for ipv6 diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index a46898d829..d582798237 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -641,7 +641,16 @@ rm -rf %{buildroot} %endif %changelog -* Thu Jul 5 2018 Martin Winter - %{version} +* Tue Jan 8 2019 Martin Winter - %{version} +- Security Issue (Denial of Service): Fix BGP Attribute 255 (experimental VNC) + handling +- Fix for large AS paths +- PIM fixes +- BGP flowspec fixes +- PBR fixes +- Fix for ISIS crash + +* Thu Jul 5 2018 Martin Winter - 5.0.1 - Support Automake 1.16.1 - BGPd: Support for flowspec ICMP, DSCP, packet length, fragment and tcp flags - BGPd: fix rpki validation for ipv6 -- 2.39.5