diff options
author | melifaro <melifaro@FreeBSD.org> | 2013-07-31 01:22:51 +0800 |
---|---|---|
committer | melifaro <melifaro@FreeBSD.org> | 2013-07-31 01:22:51 +0800 |
commit | 2db3d7227047b7e98a5ca6bbcd61e25755b3a9c2 (patch) | |
tree | 3de247b69fe8e6a1739eaa1fac3748c73a920348 /net/bird6 | |
parent | bccdb0bd886daebdeb72363738ff5d3108540a80 (diff) | |
download | freebsd-ports-gnome-2db3d7227047b7e98a5ca6bbcd61e25755b3a9c2.tar.gz freebsd-ports-gnome-2db3d7227047b7e98a5ca6bbcd61e25755b3a9c2.tar.zst freebsd-ports-gnome-2db3d7227047b7e98a5ca6bbcd61e25755b3a9c2.zip |
Update net/bird & net/bird6 to 1.3.11
New features:
* OSPF stub router option (RFC 3137).
* TTL security for OSPF and RIP.
* Protocol packet priority and traffic class handling.
* Multiple routing tables support for FreeBSD and OpenBSD.
* Extends constants to all filter data types.
* Implements eval command.
* 'bgppath ~ int set' filter operation.
* Several bugfixes.
MFIBS option was removed (gone to upstream, enabled by default)
Approved by: az
Diffstat (limited to 'net/bird6')
-rw-r--r-- | net/bird6/Makefile | 2 | ||||
-rw-r--r-- | net/bird6/distinfo | 4 | ||||
-rw-r--r-- | net/bird6/files/bird6.in | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/net/bird6/Makefile b/net/bird6/Makefile index 7e82b4f7543d..8216c0aca494 100644 --- a/net/bird6/Makefile +++ b/net/bird6/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bird6 -PORTVERSION= 1.3.10 +PORTVERSION= 1.3.11 CATEGORIES= net MASTER_SITES= ftp://bird.network.cz/pub/bird/ \ http://bird.mpls.in/distfiles/bird/ diff --git a/net/bird6/distinfo b/net/bird6/distinfo index e7188e5eb13b..e133f7c6365c 100644 --- a/net/bird6/distinfo +++ b/net/bird6/distinfo @@ -1,2 +1,2 @@ -SHA256 (bird-1.3.10.tar.gz) = 4c080001555fe1399920fa251e9394a4f286e2021f07e1d53f232917c2aabfbb -SIZE (bird-1.3.10.tar.gz) = 1003066 +SHA256 (bird-1.3.11.tar.gz) = cad6f58dfd8fef9772d46be3fe51a53420f56ee5fbd79d6993889ae6596a8495 +SIZE (bird-1.3.11.tar.gz) = 1108400 diff --git a/net/bird6/files/bird6.in b/net/bird6/files/bird6.in index 4650516a9e5f..2db7094cd5de 100644 --- a/net/bird6/files/bird6.in +++ b/net/bird6/files/bird6.in @@ -2,7 +2,7 @@ # $FreeBSD$ # -# PROVIDE: bird6 +# PROVIDE: bird6 dynamicrouting # REQUIRE: LOGIN # KEYWORD: shutdown # |