Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jul 2017 10:57:20 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r445238 - in head/dns/powerdns-recursor: . files
Message-ID:  <201707071057.v67AvKZ6053780@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: robak
Date: Fri Jul  7 10:57:20 2017
New Revision: 445238
URL: https://svnweb.freebsd.org/changeset/ports/445238

Log:
  dns/powerdns-recursor: update 4.0.5 -> 4.0.6
  
  - Add option (OPTALGO) for optional algorithms 12 & 15
  - Pet portlint
  
  PR:		220533
  Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)

Deleted:
  head/dns/powerdns-recursor/files/patch-configure
Modified:
  head/dns/powerdns-recursor/Makefile
  head/dns/powerdns-recursor/distinfo

Modified: head/dns/powerdns-recursor/Makefile
==============================================================================
--- head/dns/powerdns-recursor/Makefile	Fri Jul  7 10:44:16 2017	(r445237)
+++ head/dns/powerdns-recursor/Makefile	Fri Jul  7 10:57:20 2017	(r445238)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	recursor
-PORTVERSION=	4.0.5
+PORTVERSION=	4.0.6
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://downloads.powerdns.com/releases/
 PKGNAMEPREFIX=	powerdns-
@@ -13,13 +13,13 @@ COMMENT=	Advanced DNS recursor
 
 LICENSE=	GPLv2
 
+BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
+LIB_DEPENDS=	libboost_context.so:devel/boost-libs
+
 BROKEN_armv6=		fails to compile: use of overloaded operator << is ambiguous
 BROKEN_sparc64=		fails to compile: json11.cpp: undefined reference to std::__throw_out_of_range_fmt
 BROKEN_powerpc64=	fails to compile: dnslabeltext.cc: undefined reference to std::__cxx11::basic_string
 
-BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
-LIB_DEPENDS=	libboost_context.so:devel/boost-libs
-
 USES=		compiler:c++11-lib cpe gmake localbase pkgconfig ssl tar:bzip2
 GNU_CONFIGURE=	YES
 CXXFLAGS+=	-D_GLIBCXX_USE_C99
@@ -29,12 +29,13 @@ CPE_VENDOR=	powerdns
 
 USE_RC_SUBR=	pdns-recursor
 
-OPTIONS_DEFINE=	SETUID
+OPTIONS_DEFINE=	OPTALGO SETUID
 OPTIONS_DEFAULT=	LUA SETUID
 OPTIONS_RADIO=	LUA_RG
 OPTIONS_RADIO_LUA_RG=	LUA LUAJIT
 LUAJIT_DESC=		Enable LuaJIT
 LUA_RG_DESC=		Lua Engine
+OPTALGO_DESC=		Enable optional algorithms (12 & 15)
 SETUID_DESC=		Run as pdns_recursor user
 
 LUA_CONFIGURE_WITH=	lua
@@ -42,6 +43,11 @@ LUA_USES=		lua
 
 LUAJIT_CONFIGURE_WITH=	luajit
 LUAJIT_LIB_DEPENDS=	libluajit-5.1.so.2:lang/luajit
+
+OPTALGO_CONFIGURE_ON=	--enable-botan1.10 \
+			--enable-libsodium
+OPTALGO_LIB_DEPENDS=	libbotan-1.10.so:security/botan110 \
+			libsodium.so:security/libsodium
 
 SETUID_VARS=	USERS=pdns_recursor GROUPS=pdns
 SETUID_EXTRA_PATCHES=	${PATCHDIR}/extrapatch-setuid

Modified: head/dns/powerdns-recursor/distinfo
==============================================================================
--- head/dns/powerdns-recursor/distinfo	Fri Jul  7 10:44:16 2017	(r445237)
+++ head/dns/powerdns-recursor/distinfo	Fri Jul  7 10:57:20 2017	(r445238)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1497513533
-SHA256 (pdns-recursor-4.0.5.tar.bz2) = ba43ce4280b3a06afebe58c5d63680f51dd525c63d1de7f3b229b380e6b1b7af
-SIZE (pdns-recursor-4.0.5.tar.bz2) = 1066145
+TIMESTAMP = 1499338924
+SHA256 (pdns-recursor-4.0.6.tar.bz2) = f2182ac644268bb08b865a71351f11d75c5015ac0608a1469eb4c1cd5494d60d
+SIZE (pdns-recursor-4.0.6.tar.bz2) = 1105423



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