diff options
author | pettai <pettai@pkgsrc.org> | 2014-06-09 10:42:38 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2014-06-09 10:42:38 +0000 |
commit | 584e97e033aed533042202e94fee966499be17ca (patch) | |
tree | 8d3ee83a12df68f12710c5289915f20324020e16 /net/exabgp | |
parent | 639614ffec5471ebe83fef3f97e5c5108f427967 (diff) | |
download | pkgsrc-584e97e033aed533042202e94fee966499be17ca.tar.gz |
Version 3.3.2
* Fix: work toward working operational-01
* Fix: do not use . notation in systemd but _
Version 3.3.1
* Fix: typo using uid instead gid (could prevent dropping privileges !)
* Fix: prevent ExaBGP to start if the log folder is not writeable by the user
* Fix: configuration defaults for booleans ( and warns when group-updates is not enabled );
* Fix: issue when removing some routes
* Fix: bad printing of route as-path
* Fix: neighbor matching was too permissive
* Fix: under load ExaBGP could miss some commands sent through the API
* Change: performing KeepAlive handling as first action
* Change: time is provided as an high resolution real number and not an integer
Version 3.3.0
* Fix: typo causing issue when parsing multiple neighbor commands
* Fix: bad handling of EOR
* Fix: multiple bugs with multi neighbor commands
* Feature: allow as-path [ asn asn, [ asn ] ]
* Other: migrate the setup.py script to work with git (vs hg)
* Change: TEXT API format changed and version updated to 3.3.0
(reflect the version when the last change was introduced)
* Change: JSON API format changed and version updated to 3.3.0
* Change: as-path now returns two JSON keys, 'as-path' and 'as-set'
* Change: NLRI are now grouped by next-hop, next-hop removed from the NLRI
* Change: raw message use the keyword "message" and not "update"
* Change/Fix: JSON for announcement was missing next-hop
* Change: on TEXT API, "announced route eor" becomes "announced eor"
Diffstat (limited to 'net/exabgp')
-rw-r--r-- | net/exabgp/Makefile | 11 | ||||
-rw-r--r-- | net/exabgp/PLIST | 2 | ||||
-rw-r--r-- | net/exabgp/distinfo | 8 |
3 files changed, 10 insertions, 11 deletions
diff --git a/net/exabgp/Makefile b/net/exabgp/Makefile index e809373a22a..b0e261047fc 100644 --- a/net/exabgp/Makefile +++ b/net/exabgp/Makefile @@ -1,17 +1,16 @@ -# $NetBSD: Makefile,v 1.5 2014/05/29 23:37:03 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2014/06/09 10:42:38 pettai Exp $ -DISTNAME= exabgp-exabgp-3.2.19 -PKGNAME= exabgp-3.2.19 -PKGREVISION= 2 +DISTNAME= exabgp-exabgp-3.3.2 +PKGNAME= exabgp-3.3.2 CATEGORIES= net -MASTER_SITES= -https://github.com/Exa-Networks/exabgp/tarball/3.2.19 +MASTER_SITES= https://github.com/Exa-Networks/exabgp/tarball/3.3.2 MAINTAINER= pettai@NetBSD.org HOMEPAGE= https://github.com/Exa-Networks/exabgp/ COMMENT= ExaBGP is a userspace BGP daemon written in python LICENSE= modified-bsd -WRKSRC= ${WRKDIR}/Exa-Networks-exabgp-d1b60dd +WRKSRC= ${WRKDIR}/Exa-Networks-exabgp-d73251b USE_TOOLS+= perl:run diff --git a/net/exabgp/PLIST b/net/exabgp/PLIST index b38253053f9..0efa9e50782 100644 --- a/net/exabgp/PLIST +++ b/net/exabgp/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2014/01/23 16:50:06 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2014/06/09 10:42:38 pettai Exp $ bin/exabgp/dynamic-1.pl bin/exabgp/dynamic-1.sh bin/exabgp/exabgp diff --git a/net/exabgp/distinfo b/net/exabgp/distinfo index 8756ee3382a..fd179b58566 100644 --- a/net/exabgp/distinfo +++ b/net/exabgp/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.3 2013/12/25 14:59:10 pettai Exp $ +$NetBSD: distinfo,v 1.4 2014/06/09 10:42:38 pettai Exp $ -SHA1 (exabgp-exabgp-3.2.19.tar.gz) = e31f782ecc0e5c532cb8c8bb18ef7491e0568ea2 -RMD160 (exabgp-exabgp-3.2.19.tar.gz) = e17f88e0dbec222849d1c433c68047a36b6e4316 -Size (exabgp-exabgp-3.2.19.tar.gz) = 597193 bytes +SHA1 (exabgp-exabgp-3.3.2.tar.gz) = e6a883ceb513b9c21fcf7092b720dbf13784ebf7 +RMD160 (exabgp-exabgp-3.3.2.tar.gz) = 3ed5b73e244678c5b4f7f01fea4c3438e7e4d0dd +Size (exabgp-exabgp-3.3.2.tar.gz) = 602064 bytes SHA1 (patch-dev_bin_selfcheck) = c70220d037d3b351370856c0171edca4db02ee42 SHA1 (patch-dev_self_api_first) = b37b6e6b8d7f955c16de256fd0919aa466ca28b9 SHA1 (patch-dev_self_api_second) = 6fcee097d8ecf0e96e8947629c23843f70b1e0e7 |