mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
Update to -test4 release, forward port IPSET [1]
Changes since -test3 release (edited diff from CHANGELOG): * Improve logging of upstream servers when there are a lot of "local addresses only" entries. * Implement RFC 6842. * Make --bogus-priv apply to IPv6, for the prefixes specified in RFC6303. Forward port IPSET option from ../dnsmasq port, to permit build on PF-less systems. PR: 217900 [1] Submitted by: Oliver Pinter <oliver.pinter@hardenedbsd.org>
This commit is contained in:
parent
b4f3ace967
commit
b945d9912f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436662
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dnsmasq
|
||||
DISTVERSION= 2.77test3
|
||||
DISTVERSION= 2.77test4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= dns ipv6
|
||||
#MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/
|
||||
@ -25,14 +25,15 @@ CFLAGS+= -Wall -Wno-unused-value -Wno-unused-parameter
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX="${PREFIX}" COPTS="${CFLAGS}" LIBS="${LDFLAGS}" RPM_OPT_FLAGS="${CPPFLAGS}"
|
||||
|
||||
OPTIONS_DEFINE= IPV6 DBUS LUA DNSSEC DOCS
|
||||
OPTIONS_DEFAULT= DNSSEC
|
||||
OPTIONS_DEFINE= IPSET IPV6 DBUS LUA DNSSEC DOCS
|
||||
OPTIONS_DEFAULT= DNSSEC IPSET
|
||||
OPTIONS_EXCLUDE+= EXAMPLES
|
||||
OPTIONS_RADIO= INTL
|
||||
OPTIONS_RADIO_INTL= IDN NLS
|
||||
INTL_DESC= Internationalization Support Level
|
||||
NLS_DESC= IDN+NLS: Int'l Domain Names & National Language support
|
||||
IDN_DESC= IDN: Int'l Domain Names WITHOUT full NLS
|
||||
IPSET_DESC= Dynamic firewall managment of resolved names (require PF)
|
||||
LUA_DESC= Support lease-change scripts written in Lua
|
||||
DNSSEC_DESC= Enable DNSSEC caching and validation
|
||||
USES= cpe shebangfix tar:xz
|
||||
@ -42,11 +43,10 @@ CPE_VENDOR= thekelleys
|
||||
CPE_VERSION= ${DISTVERSION:C/r.*//}
|
||||
CPE_UPDATE= ${DISTVERSION:C/.*rc/rc/}
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
IPV6_CFLAGS_OFF=-DNO_IPV6
|
||||
IPSET_CFLAGS_OFF=-DNO_IPSET
|
||||
|
||||
.if empty(PORT_OPTIONS:MIPV6)
|
||||
CFLAGS+= -DNO_IPV6
|
||||
.endif
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
USES+= gettext gmake iconv pkgconfig
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1486904462
|
||||
SHA256 (dnsmasq-2.77test3.tar.xz) = a5cd2b78048c0b16a9cbd2486430039c7d91b958c395edf3233cd9ae1a9eb8c1
|
||||
SIZE (dnsmasq-2.77test3.tar.xz) = 499188
|
||||
TIMESTAMP = 1490136000
|
||||
SHA256 (dnsmasq-2.77test4.tar.xz) = d71f52b54b876f8b30418cd9c8d5926a2f294aa8347ee41992da3762d14b3c51
|
||||
SIZE (dnsmasq-2.77test4.tar.xz) = 500252
|
||||
|
Loading…
Reference in New Issue
Block a user