From owner-svn-ports-head@freebsd.org Tue Jun 4 17:45:08 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 512E615B8CB8; Tue, 4 Jun 2019 17:45:08 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E7F8475DA8; Tue, 4 Jun 2019 17:45:07 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AA24E20E41; Tue, 4 Jun 2019 17:45:07 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x54Hj7Ai008807; Tue, 4 Jun 2019 17:45:07 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x54Hj7VF008801; Tue, 4 Jun 2019 17:45:07 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201906041745.x54Hj7VF008801@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 4 Jun 2019 17:45:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503486 - in head/net: . openbgpd6 X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/net: . openbgpd6 X-SVN-Commit-Revision: 503486 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E7F8475DA8 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.975,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2019 17:45:08 -0000 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@FreeBSD.org +MAINTAINER= pi@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/