Skip to content

Commit

Permalink
FRRouting Release 3.0.4
Browse files Browse the repository at this point in the history
Changes since 3.0.3:
 - Security Issue (Denial of Service): Fix BGP Attribute 255 (experimental
   VNC) handling
 - ospfd: allow multiple options in the redistribute command

Signed-off-by: Martin Winter <[email protected]>
  • Loading branch information
mwinter-osr committed Jan 8, 2019
1 parent 2c85480 commit 6a18454
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
##
AC_PREREQ(2.60)

AC_INIT(frr, 3.0.3, [https://github.com/frrouting/frr/issues])
AC_INIT(frr, 3.0.4, [https://github.com/frrouting/frr/issues])
PACKAGE_URL="https://frrouting.org/"
PACKAGE_FULLNAME="FRRouting"
AC_SUBST(PACKAGE_FULLNAME)
Expand Down
7 changes: 7 additions & 0 deletions debianpkg/changelog.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
frr (@VERSION@) RELEASED; urgency=medium

* Security Issue (Denial of Service): Fix BGP Attribute 255 (experimental VNC) handling
* ospfd: allow multiple options in the redistribute command

-- FRRouting-Dev <[email protected]> Tue, 8 Jan 2019 09:48:00 +0100

frr (3.0.3-0) RELEASED; urgency=medium

* Added Ubuntu 17.10 Backport
* Fixes for GCC 7.0
* Always enable watchfrr on new installation (req for systemd operation)
Expand Down
9 changes: 8 additions & 1 deletion redhat/frr.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,14 @@ rm -rf %{buildroot}
%endif

%changelog
* Tue Jan 9 2018 Martin Winter <[email protected]> - %{version}
%changelog
* Tue Jan 8 2019 Martin Winter <[email protected]> - %{version}
- Security Issue (Denial of Service): Fix BGP Attribute 255 (experimental VNC)
handling
- redhat: Fix missing lib_fpm in rpm packaging
- ospfd: allow multiple options in the redistribute command

* Tue Jan 9 2018 Martin Winter <[email protected]> - 3.0.3
- Fixes for GCC 7.0
- Always enable watchfrr on new installation (req for systemd operation)
- Add 'no password' command (with warning)
Expand Down

0 comments on commit 6a18454

Please sign in to comment.