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

(-)Makefile (-4 / +8 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	nsd
4
PORTNAME=	nsd
5
PORTVERSION=	3.2.18
5
PORTVERSION=	3.2.19
6
CATEGORIES=	dns ipv6
6
CATEGORIES=	dns ipv6
7
MASTER_SITES=	http://www.nlnetlabs.nl/downloads/nsd/	\
7
MASTER_SITES=	http://www.nlnetlabs.nl/downloads/nsd/	\
8
		ftp://ftp.rhnet.is/pub/nsd/
8
		ftp://ftp.rhnet.is/pub/nsd/
Lines 44-50 Link Here
44
		differences.tex
44
		differences.tex
45
45
46
OPTIONS_DEFINE=	ROOT_SERVER LARGEFILE IPV6 BIND8_STATS ZONE_STATS CHECKING \
46
OPTIONS_DEFINE=	ROOT_SERVER LARGEFILE IPV6 BIND8_STATS ZONE_STATS CHECKING \
47
		MINRESPSIZE NSEC3 NSEC3PREHASH MMAP MAXIPS DOCS RRL EUI_RRTYPES
47
		MINRESPSIZE NSEC3 NSEC3PREHASH MMAP MAXIPS DOCS RRL
48
OPTIONS_DEFAULT=	LARGEFILE IPV6 NSEC3 NSEC3PREHASH MINRESPSIZE
48
OPTIONS_DEFAULT=	LARGEFILE IPV6 NSEC3 NSEC3PREHASH MINRESPSIZE
49
49
50
ROOT_SERVER_DESC=	Configure as a root server
50
ROOT_SERVER_DESC=	Configure as a root server
Lines 58-64 Link Here
58
MMAP_DESC=		Use mmap instead of malloc (experimental)
58
MMAP_DESC=		Use mmap instead of malloc (experimental)
59
MAXIPS_DESC=		Raise max-ips from 8 to ${NSDMAX_IPS}
59
MAXIPS_DESC=		Raise max-ips from 8 to ${NSDMAX_IPS}
60
RRL_DESC=		Response Rate Limiting
60
RRL_DESC=		Response Rate Limiting
61
EUI_RRTYPES_DESC=	EUI48 and EUI64 RRtypes support
62
61
63
ROOT_SERVER_CONFIGURE_ENABLE=	root-server
62
ROOT_SERVER_CONFIGURE_ENABLE=	root-server
64
LARGEFILE_CONFIGURE_ENABLE=	largefile
63
LARGEFILE_CONFIGURE_ENABLE=	largefile
Lines 71-77 Link Here
71
MMAP_CONFIGURE_ENABLE=		mmap
70
MMAP_CONFIGURE_ENABLE=		mmap
72
MAXIPS_CONFIGURE_ON=		--with-max-ips=${NSDMAX_IPS}
71
MAXIPS_CONFIGURE_ON=		--with-max-ips=${NSDMAX_IPS}
73
RRL_CONFIGURE_ENABLE=		ratelimit
72
RRL_CONFIGURE_ENABLE=		ratelimit
74
EUI_RRTYPES_CONFIGURE_ENABLE=	draft-rrtypes
75
73
76
.include <bsd.port.options.mk>
74
.include <bsd.port.options.mk>
77
75
Lines 87-91 Link Here
87
		${STAGEDIR}${PREFIX}/etc/nsd/nsd.conf.sample
85
		${STAGEDIR}${PREFIX}/etc/nsd/nsd.conf.sample
88
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
86
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
89
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR}
87
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR}
88
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/nsd \
89
		${STAGEDIR}${PREFIX}/sbin/nsd-checkconf \
90
		${STAGEDIR}${PREFIX}/sbin/nsd-notify \
91
		${STAGEDIR}${PREFIX}/sbin/nsd-patch \
92
		${STAGEDIR}${PREFIX}/sbin/nsd-xfer \
93
		${STAGEDIR}${PREFIX}/sbin/zonec
90
94
91
.include <bsd.port.mk>
95
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (nsd-3.2.18.tar.gz) = 541047c2114466d6fa7d7b9f397f632e542750475f1fcef5339da86a1ebdfcdb
1
SHA256 (nsd-3.2.19.tar.gz) = f80058d7044ac5c5574133e8bbb66c30a05810786a2455fe9f5e650e88a94a39
2
SIZE (nsd-3.2.18.tar.gz) = 924566
2
SIZE (nsd-3.2.19.tar.gz) = 923467
(-)pkg-message (-3 / +7 lines)
Lines 1-8 Link Here
1
**************************************************************************
1
**************************************************************************
2
*
3
*   Do consider to use nsd-4.0.3. Support for the nsd-3 branch
4
*   will stop in future
5
*                                                                        *
2
*                                                                        *
3
*   NSD 3 is end-of-life. Please install NSD 4 if you want to use NSD.   *
4
*   For details, of the support commitments, see the mail at             *
5
*   http://www.nlnetlabs.nl/pipermail/nsd-users/2015-May/002100.html     *
6
*   and the project page <http://www.nlnetlabs.nl/projects/nsd/>.        *
7
*                                                                        *
8
**************************************************************************
9
**************************************************************************
6
*   To run nsd from startup, add nsd_enable="YES" to your etc/rc.conf    *
10
*   To run nsd from startup, add nsd_enable="YES" to your etc/rc.conf    *
7
*                                                                        *
11
*                                                                        *
8
*   Take good care when using nsd commands, since they often need to     *
12
*   Take good care when using nsd commands, since they often need to     *

Return to bug 200491