From owner-svn-ports-all@freebsd.org Tue Mar 21 22:50:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BED90D17D5A; Tue, 21 Mar 2017 22:50:45 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 724721C7D; Tue, 21 Mar 2017 22:50:45 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2LMoif3063550; Tue, 21 Mar 2017 22:50:44 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2LMoi2d063548; Tue, 21 Mar 2017 22:50:44 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201703212250.v2LMoi2d063548@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Tue, 21 Mar 2017 22:50:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436662 - head/dns/dnsmasq-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Mar 2017 22:50:45 -0000 Author: mandree Date: Tue Mar 21 22:50:44 2017 New Revision: 436662 URL: https://svnweb.freebsd.org/changeset/ports/436662 Log: 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 Modified: head/dns/dnsmasq-devel/Makefile head/dns/dnsmasq-devel/distinfo Modified: head/dns/dnsmasq-devel/Makefile ============================================================================== --- head/dns/dnsmasq-devel/Makefile Tue Mar 21 22:45:43 2017 (r436661) +++ head/dns/dnsmasq-devel/Makefile Tue Mar 21 22:50:44 2017 (r436662) @@ -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-un 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 +IPV6_CFLAGS_OFF=-DNO_IPV6 +IPSET_CFLAGS_OFF=-DNO_IPSET -.if empty(PORT_OPTIONS:MIPV6) -CFLAGS+= -DNO_IPV6 -.endif +.include .if ${PORT_OPTIONS:MNLS} USES+= gettext gmake iconv pkgconfig Modified: head/dns/dnsmasq-devel/distinfo ============================================================================== --- head/dns/dnsmasq-devel/distinfo Tue Mar 21 22:45:43 2017 (r436661) +++ head/dns/dnsmasq-devel/distinfo Tue Mar 21 22:50:44 2017 (r436662) @@ -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