View | Details | Raw Unified | Return to bug 197291
Collapse All | Expand All

(-)Makefile (-3 / +4 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	nsd
4
PORTNAME=	nsd
5
PORTVERSION=	4.1.0
5
PORTVERSION=	4.1.1
6
PORTREVISION=	1
7
CATEGORIES=	dns ipv6
6
CATEGORIES=	dns ipv6
8
MASTER_SITES=	http://www.nlnetlabs.nl/downloads/nsd/	\
7
MASTER_SITES=	http://www.nlnetlabs.nl/downloads/nsd/	\
9
		ftp://ftp.rhnet.is/pub/nsd/
8
		ftp://ftp.rhnet.is/pub/nsd/
Lines 48-54 Link Here
48
		differences.tex
47
		differences.tex
49
48
50
OPTIONS_DEFINE=		ROOT_SERVER LARGEFILE IPV6 BIND8_STATS CHECKING \
49
OPTIONS_DEFINE=		ROOT_SERVER LARGEFILE IPV6 BIND8_STATS CHECKING \
51
		MINRESPSIZE NSEC3 MMAP MAXIPS DOCS RRL
50
		MINRESPSIZE NSEC3 MMAP MAXIPS DOCS RRL ZONE_STATS
52
OPTIONS_DEFAULT=	LARGEFILE IPV6 NSEC3 MINRESPSIZE RRL
51
OPTIONS_DEFAULT=	LARGEFILE IPV6 NSEC3 MINRESPSIZE RRL
53
52
54
ROOT_SERVER_DESC=	Configure as a root server
53
ROOT_SERVER_DESC=	Configure as a root server
Lines 60-65 Link Here
60
MMAP_DESC=		Use mmap instead of malloc (experimental)
59
MMAP_DESC=		Use mmap instead of malloc (experimental)
61
MAXIPS_DESC=		Raise max-ips from 8 to ${NSDMAX_IPS}
60
MAXIPS_DESC=		Raise max-ips from 8 to ${NSDMAX_IPS}
62
RRL_DESC=		Response Rate Limiting
61
RRL_DESC=		Response Rate Limiting
62
ZONE_STATS_DESC=	Separate statistics for each zone
63
63
64
LIB_DEPENDS+=	libevent.so:${PORTSDIR}/devel/libevent2
64
LIB_DEPENDS+=	libevent.so:${PORTSDIR}/devel/libevent2
65
65
Lines 73-78 Link Here
73
MMAP_CONFIGURE_ENABLE=		mmap
73
MMAP_CONFIGURE_ENABLE=		mmap
74
MAXIPS_CONFIGURE_ON=		--with-max-ips=${NSDMAX_IPS}
74
MAXIPS_CONFIGURE_ON=		--with-max-ips=${NSDMAX_IPS}
75
RRL_CONFIGURE_ENABLE=		ratelimit
75
RRL_CONFIGURE_ENABLE=		ratelimit
76
ZONE_STATS_CONFIGURE_ENABLE=	zone-stats
76
77
77
post-install:
78
post-install:
78
	${INSTALL_DATA} ${WRKSRC}/nsd.conf.sample \
79
	${INSTALL_DATA} ${WRKSRC}/nsd.conf.sample \
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (nsd-4.1.0.tar.gz) = ec3f6902f6f26a6b9248dcd7e9f42472fa52755740b4ba6b9d3bd08910b39b62
1
SHA256 (nsd-4.1.1.tar.gz) = b0c3fab40ac7a8b5ffca642bc9e1b424aa72aebd03adf13a1f24ab4874734640
2
SIZE (nsd-4.1.0.tar.gz) = 1056649
2
SIZE (nsd-4.1.1.tar.gz) = 1063955
(-)files/nsd.in (-1 / +1 lines)
Lines 23-29 Link Here
23
23
24
config=${nsd_config:=%%PREFIX%%/etc/nsd/nsd.conf}
24
config=${nsd_config:=%%PREFIX%%/etc/nsd/nsd.conf}
25
required_files=${config}
25
required_files=${config}
26
pidfile=`%%PREFIX%%/sbin/nsd-checkconf -o pidfile ${config}`
26
pidfile=`%%PREFIX%%/sbin/nsd-checkconf -f -o pidfile ${config}`
27
command="%%PREFIX%%/sbin/${name}"
27
command="%%PREFIX%%/sbin/${name}"
28
command_args="-c ${required_files}"
28
command_args="-c ${required_files}"
29
extra_commands="reload"
29
extra_commands="reload"

Return to bug 197291