mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
- Update to 3.2.6
PR: ports/149234 Submitted by: Jaap Akkerhuis <jaap AT NLnetLabs.nl> (maintainer)
This commit is contained in:
parent
03501f9b1d
commit
96f9e636c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258702
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= nsd
|
||||
PORTVERSION= 3.2.5
|
||||
PORTVERSION= 3.2.6
|
||||
CATEGORIES= dns ipv6
|
||||
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \
|
||||
ftp://ftp.rhnet.is/pub/nsd/
|
||||
@ -23,7 +23,7 @@ NSDGROUP?= bind
|
||||
NSDLSDIR= /var
|
||||
NSDDBDIR= /var/db/nsd
|
||||
NSDRUNDIR= /var/run/nsd
|
||||
NSDMAX_INT?= 512
|
||||
NSDMAX_IPS?= 512
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-user=${NSDUSER} \
|
||||
@ -52,14 +52,11 @@ PORTDOCS= CREDITS ChangeLog LICENSE NSD-DATABASE NSD-DIFFFILE \
|
||||
OPTIONS= ROOT_SERVER "Configure NSD as a root server" Off \
|
||||
LARGEFILE "Enable support for large files" On \
|
||||
IPV6 "Enable IPv6 support" On \
|
||||
DNSSEC "Enable DNSSEC" On \
|
||||
BIND8_STATS "Enable BIND8 like NSTATS & XSTATS" Off \
|
||||
CHECKING "Enable internal runtime checks" Off \
|
||||
TSIG "Enable TSIG support" On \
|
||||
NSEC3 "Enable NSEC3 support" On \
|
||||
NSID "Enable NSID support" On \
|
||||
MMAP "Use mmap instead of malloc(experimental)" Off \
|
||||
MAXINT "Raise max_interfaces from 8 to ${NSDMAX_INT}" Off
|
||||
MAXIPS "Raise max-ips from 8 to ${NSDMAX_IPS}" Off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
@ -103,8 +100,8 @@ CONFIGURE_ARGS+= --disable-nsid
|
||||
CONFIGURE_ARGS+= --enable-mmap
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MAXINT)
|
||||
CONFIGURE_ARGS+= --with-max_interfaces=${NSDMAX_INT}
|
||||
.if defined(WITH_MAXIPS)
|
||||
CONFIGURE_ARGS+= --with-max-ips=${NSDMAX_IPS}
|
||||
.endif
|
||||
|
||||
pre-patch:
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (nsd-3.2.5.tar.gz) = 73d60d82854609ca705bf48500fb14e6
|
||||
SHA256 (nsd-3.2.5.tar.gz) = 219d27655168e66b9d0383689724492709902bc1229000d27099d41a6c9798d9
|
||||
SIZE (nsd-3.2.5.tar.gz) = 863577
|
||||
MD5 (nsd-3.2.6.tar.gz) = f29abd647c70a35e0f52607440c66b1a
|
||||
SHA256 (nsd-3.2.6.tar.gz) = 858bc6cd2cb81c2e364b9a8a324c97f38a8c676b9f5ae8e07a100d8f528d8d6e
|
||||
SIZE (nsd-3.2.6.tar.gz) = 865021
|
||||
|
Loading…
Reference in New Issue
Block a user