Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 May 2018 06:08:38 +0000 (UTC)
From:      Olivier Cochard <olivier@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470880 - head/net/bird2
Message-ID:  <201805260608.w4Q68cfj060539@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivier
Date: Sat May 26 06:08:38 2018
New Revision: 470880
URL: https://svnweb.freebsd.org/changeset/ports/470880

Log:
  Forgot to enable RPKI (Resource Public Key Infrastructure) support
  
  PR:		228371
  Submitted by:	Felix Annen <freebsd@bodems.net>

Modified:
  head/net/bird2/Makefile

Modified: head/net/bird2/Makefile
==============================================================================
--- head/net/bird2/Makefile	Sat May 26 01:15:48 2018	(r470879)
+++ head/net/bird2/Makefile	Sat May 26 06:08:38 2018	(r470880)
@@ -3,7 +3,7 @@
 
 PORTNAME=	bird
 DISTVERSION=	2.0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	ftp://bird.network.cz/pub/bird/
 PKGNAMESUFFIX=	2
@@ -28,7 +28,7 @@ MAKE_JOBS_UNSAFE=	yes
 
 OPTIONS_MULTI=	RP
 RP_DESC=	Routing Protocols
-OPTIONS_MULTI_RP=	BFD BABEL BGP OSPF PIPE RADV RIP STATIC
+OPTIONS_MULTI_RP=	BFD BABEL BGP OSPF PIPE RADV RIP RPKI STATIC
 OPTIONS_DEFAULT=	${OPTIONS_MULTI_RP}
 
 BFD_DESC=	Bidirectional Forwarding Detection
@@ -38,6 +38,7 @@ OSPF_DESC=	Open Short Path First
 PIPE_DESC=	PIPE routing
 RADV_DESC=	Router Advertisement
 RIP_DESC=	Routing Information Protocol
+RPKI_DESC=	Resource Public Key Infrastructure
 STATIC_DESC=	Static routing
 
 BFD_VARS=	rt_prot+=bfd
@@ -47,6 +48,7 @@ OSPF_VARS=	rt_prot+=ospf
 PIPE_VARS=	rt_prot+=pipe
 RADV_VARS=	rt_prot+=radv
 RIP_VARS=	rt_prot+=rip
+RPKI_VARS=	rt_prot+=rpki
 STATIC_VARS=	rt_prot+=static
 
 CONFIGURE_ARGS+=--with-protocols="${RT_PROT}"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805260608.w4Q68cfj060539>