Skip to content

Commit 9e0b354

Browse files
committed
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 <mwinter@opensourcerouting.org>
1 parent b96776b commit 9e0b354

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
##
88
AC_PREREQ(2.60)
99

10-
AC_INIT(frr, 5.0.1, [https://github.com/frrouting/frr/issues])
10+
AC_INIT(frr, 5.0.2, [https://github.com/frrouting/frr/issues])
1111
PACKAGE_URL="https://frrouting.org/"
1212
AC_SUBST(PACKAGE_URL)
1313
PACKAGE_FULLNAME="FRRouting"

debianpkg/changelog.in

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
frr (@VERSION@) RELEASED; urgency=medium
22

3+
* Security Issue (Denial of Service): Fix BGP Attribute 255 (experimental VNC) handling
4+
* Fix for large AS paths
5+
* PIM fixes
6+
* BGP flowspec fixes
7+
* PBR fixes
8+
* Fix for ISIS crash
9+
* Add backport to build FRR on Sonic Debian
10+
11+
-- FRRouting-Dev <dev@lists.frrouting.org> Tue, 8 Jan 2019 09:48:00 +0100
12+
13+
frr (5.0.1-0) RELEASED; urgency=medium
14+
315
* Support Automake 1.16.1
416
* BGPd: Support for flowspec ICMP, DSCP, packet length, fragment and tcp flags
517
* BGPd: fix rpki validation for ipv6

redhat/frr.spec.in

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,16 @@ rm -rf %{buildroot}
641641
%endif
642642

643643
%changelog
644-
* Thu Jul 5 2018 Martin Winter <mwinter@opensourcerouting.org> - %{version}
644+
* Tue Jan 8 2019 Martin Winter <mwinter@opensourcerouting.org> - %{version}
645+
- Security Issue (Denial of Service): Fix BGP Attribute 255 (experimental VNC)
646+
handling
647+
- Fix for large AS paths
648+
- PIM fixes
649+
- BGP flowspec fixes
650+
- PBR fixes
651+
- Fix for ISIS crash
652+
653+
* Thu Jul 5 2018 Martin Winter <mwinter@opensourcerouting.org> - 5.0.1
645654
- Support Automake 1.16.1
646655
- BGPd: Support for flowspec ICMP, DSCP, packet length, fragment and tcp flags
647656
- BGPd: fix rpki validation for ipv6

0 commit comments

Comments
 (0)