pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/exabgp Version 3.3.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/73453f68d56f
branches: trunk
changeset: 635605:73453f68d56f
user: pettai <pettai%pkgsrc.org@localhost>
date: Mon Jun 09 10:42:38 2014 +0000
description:
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:
net/exabgp/Makefile | 11 +++++------
net/exabgp/PLIST | 2 +-
net/exabgp/distinfo | 8 ++++----
3 files changed, 10 insertions(+), 11 deletions(-)
diffs (51 lines):
diff -r 90b9a9798653 -r 73453f68d56f net/exabgp/Makefile
--- a/net/exabgp/Makefile Mon Jun 09 10:30:20 2014 +0000
+++ b/net/exabgp/Makefile Mon Jun 09 10:42:38 2014 +0000
@@ -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@localhost
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 -r 90b9a9798653 -r 73453f68d56f net/exabgp/PLIST
--- a/net/exabgp/PLIST Mon Jun 09 10:30:20 2014 +0000
+++ b/net/exabgp/PLIST Mon Jun 09 10:42:38 2014 +0000
@@ -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 -r 90b9a9798653 -r 73453f68d56f net/exabgp/distinfo
--- a/net/exabgp/distinfo Mon Jun 09 10:30:20 2014 +0000
+++ b/net/exabgp/distinfo Mon Jun 09 10:42:38 2014 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index