View | Details | Raw Unified | Return to bug 250464 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +6 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	recursor
4
PORTNAME=	recursor
5
DISTVERSION=	4.3.5
5
DISTVERSION=	4.4.0
6
CATEGORIES=	dns
6
CATEGORIES=	dns
7
MASTER_SITES=	http://downloads.powerdns.com/releases/
7
MASTER_SITES=	http://downloads.powerdns.com/releases/
8
PKGNAMEPREFIX=	powerdns-
8
PKGNAMEPREFIX=	powerdns-
Lines 39-52 Link Here
39
USERS=		pdns_recursor
39
USERS=		pdns_recursor
40
GROUPS=		pdns
40
GROUPS=		pdns
41
41
42
OPTIONS_DEFINE=		DNSTAP
42
OPTIONS_DEFAULT=	LUA
43
OPTIONS_DEFAULT=	LUA
43
OPTIONS_SINGLE=		EXTLUA
44
OPTIONS_SINGLE=		EXTLUA
44
OPTIONS_SINGLE_EXTLUA=	LUA LUAJIT LUAJITOR
45
OPTIONS_SINGLE_EXTLUA=	LUA LUAJIT LUAJITOR
45
46
47
DNSTAP_DESC=	dnstap support (see dnstap.info)
46
LUAJITOR_DESC=	Use lang/luajit-openresty
48
LUAJITOR_DESC=	Use lang/luajit-openresty
47
LUAJIT_DESC=	Use lang/luajit
49
LUAJIT_DESC=	Use lang/luajit
48
LUA_DESC=	Use lang/lua
50
LUA_DESC=	Use lang/lua
49
51
52
DNSTAP_LIB_DEPENDS=             libfstrm.so:devel/fstrm
53
DNSTAP_CONFIGURE_ENABLE=        dnstap
54
50
LUAJITOR_LIB_DEPENDS=	libluajit-5.1.so.2:lang/luajit-openresty
55
LUAJITOR_LIB_DEPENDS=	libluajit-5.1.so.2:lang/luajit-openresty
51
LUAJITOR_CONFIGURE_ON=	--with-lua=luajit
56
LUAJITOR_CONFIGURE_ON=	--with-lua=luajit
52
57
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1602592417
1
TIMESTAMP = 1603144561
2
SHA256 (pdns-recursor-4.3.5.tar.bz2) = 8cb9ea7c945bd061caa66b769a8e704d5733155969d2fbee36af225448c4ef55
2
SHA256 (pdns-recursor-4.4.0.tar.bz2) = 06bc932e00f13c95ef077a2eb61f64425534042cc50f86408b53c7615c4fe58b
3
SIZE (pdns-recursor-4.3.5.tar.bz2) = 1341930
3
SIZE (pdns-recursor-4.4.0.tar.bz2) = 1395544

Return to bug 250464