diff options
| author | Martin Winter <mwinter@opensourcerouting.org> | 2019-01-08 00:53:23 -0800 | 
|---|---|---|
| committer | Martin Winter <mwinter@opensourcerouting.org> | 2019-01-08 00:53:23 -0800 | 
| commit | 9e0b3541bd3bbec7453980a7873a6ef7737fbafa (patch) | |
| tree | 6c1e2fa15b01514abcd6f120460ce5a8435e9a32 | |
| parent | b96776b56f670335e080098b8616a687761fff5b (diff) | |
FRRouting Release 5.0.2frr-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>
| -rwxr-xr-x | configure.ac | 2 | ||||
| -rw-r--r-- | debianpkg/changelog.in | 12 | ||||
| -rw-r--r-- | 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 <dev@lists.frrouting.org>  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 <mwinter@opensourcerouting.org> - %{version} +* Tue Jan  8 2019 Martin Winter <mwinter@opensourcerouting.org> - %{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 <mwinter@opensourcerouting.org> - 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  | 
