svn commit: r503486 - in head/net: . openbgpd6
Kurt Jaeger
pi at FreeBSD.org
Tue Jun 4 17:45:08 UTC 2019
Author: pi
Date: Tue Jun 4 17:45:06 2019
New Revision: 503486
URL: https://svnweb.freebsd.org/changeset/ports/503486
Log:
New port: net/openbgpd6
OpenBGPD is a FREE implementation of the Border Gateway Protocol, Version 4.
It allows ordinary machines to be used as routers exchanging routes with
other systems speaking the BGP protocol.
This is the portable version and it does not have the means to
influence kernel routing tables. It is only suitable for route
servers/collectors.
WWW: http://www.openbgpd.org/
PR: 213445
Added:
head/net/openbgpd6/
- copied from r503342, head/net/openbgpd/
Modified:
head/net/Makefile
head/net/openbgpd6/Makefile
head/net/openbgpd6/pkg-descr
Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile Tue Jun 4 16:48:17 2019 (r503485)
+++ head/net/Makefile Tue Jun 4 17:45:06 2019 (r503486)
@@ -526,6 +526,7 @@
SUBDIR += opal
SUBDIR += open-isns
SUBDIR += openbgpd
+ SUBDIR += openbgpd6
SUBDIR += openbsc
SUBDIR += openggsn
SUBDIR += openldap24-client
Modified: head/net/openbgpd6/Makefile
==============================================================================
--- head/net/openbgpd/Makefile Mon Jun 3 02:59:10 2019 (r503342)
+++ head/net/openbgpd6/Makefile Tue Jun 4 17:45:06 2019 (r503486)
@@ -4,8 +4,9 @@ PORTNAME= openbgpd
PORTVERSION= 6.5p0
CATEGORIES= net
MASTER_SITES= OPENBSD/OpenBGPD
+PKGNAMESUFFIX= 6
-MAINTAINER= hrs at FreeBSD.org
+MAINTAINER= pi at FreeBSD.org
COMMENT= Free implementation of the Border Gateway Protocol, Version 4
LICENSE= ISCL
Modified: head/net/openbgpd6/pkg-descr
==============================================================================
--- head/net/openbgpd/pkg-descr Mon Jun 3 02:59:10 2019 (r503342)
+++ head/net/openbgpd6/pkg-descr Tue Jun 4 17:45:06 2019 (r503486)
@@ -2,4 +2,8 @@ OpenBGPD is a FREE implementation of the Border Gatewa
It allows ordinary machines to be used as routers exchanging routes with
other systems speaking the BGP protocol.
+This is the portable version and it does not have the means to
+influence kernel routing tables. It is only suitable for route
+servers/collectors.
+
WWW: http://www.openbgpd.org/
More information about the svn-ports-all
mailing list