Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Nov 2020 21:15:42 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553866 - head/dns/powerdns-recursor
Message-ID:  <202011012115.0A1LFgPr001589@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Sun Nov  1 21:15:42 2020
New Revision: 553866
URL: https://svnweb.freebsd.org/changeset/ports/553866

Log:
  dns/powerdns-recursor: update to 4.4.0 and add DNSTAP knob
  
  Changelog:
  https://doc.powerdns.com/recursor/changelog/4.4.html#change-4.4.0
  
  PR:		250464
  Submitted by:	Juraj Lutter; Ralf van der Enden (maintainer)
  Approved by:	Ralf van der Enden (maintainer)

Modified:
  head/dns/powerdns-recursor/Makefile
  head/dns/powerdns-recursor/distinfo

Modified: head/dns/powerdns-recursor/Makefile
==============================================================================
--- head/dns/powerdns-recursor/Makefile	Sun Nov  1 21:14:18 2020	(r553865)
+++ head/dns/powerdns-recursor/Makefile	Sun Nov  1 21:15:42 2020	(r553866)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	recursor
-DISTVERSION=	4.3.5
+DISTVERSION=	4.4.0
 CATEGORIES=	dns
 MASTER_SITES=	http://downloads.powerdns.com/releases/
 PKGNAMEPREFIX=	powerdns-
@@ -39,13 +39,18 @@ SUB_FILES=	pkg-message
 USERS=		pdns_recursor
 GROUPS=		pdns
 
+OPTIONS_DEFINE=		DNSTAP
 OPTIONS_DEFAULT=	LUA
 OPTIONS_SINGLE=		EXTLUA
 OPTIONS_SINGLE_EXTLUA=	LUA LUAJIT LUAJITOR
 
+DNSTAP_DESC=	dnstap support (see dnstap.info)
 LUAJITOR_DESC=	Use lang/luajit-openresty
 LUAJIT_DESC=	Use lang/luajit
 LUA_DESC=	Use lang/lua
+
+DNSTAP_LIB_DEPENDS=		libfstrm.so:devel/fstrm
+DNSTAP_CONFIGURE_ENABLE=	dnstap
 
 LUAJITOR_LIB_DEPENDS=	libluajit-5.1.so.2:lang/luajit-openresty
 LUAJITOR_CONFIGURE_ON=	--with-lua=luajit

Modified: head/dns/powerdns-recursor/distinfo
==============================================================================
--- head/dns/powerdns-recursor/distinfo	Sun Nov  1 21:14:18 2020	(r553865)
+++ head/dns/powerdns-recursor/distinfo	Sun Nov  1 21:15:42 2020	(r553866)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1602592417
-SHA256 (pdns-recursor-4.3.5.tar.bz2) = 8cb9ea7c945bd061caa66b769a8e704d5733155969d2fbee36af225448c4ef55
-SIZE (pdns-recursor-4.3.5.tar.bz2) = 1341930
+TIMESTAMP = 1603144561
+SHA256 (pdns-recursor-4.4.0.tar.bz2) = 06bc932e00f13c95ef077a2eb61f64425534042cc50f86408b53c7615c4fe58b
+SIZE (pdns-recursor-4.4.0.tar.bz2) = 1395544



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