Date: Mon, 19 Mar 2018 21:10:34 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465034 - in head: . dns/dnsmasq Message-ID: <201803192110.w2JLAYPV029432@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Mon Mar 19 21:10:34 2018 New Revision: 465034 URL: https://svnweb.freebsd.org/changeset/ports/465034 Log: dns/dnsmasq update to release v2.79 Note there are a few incompatible changes. For details, please see the... Changelog: <http://thekelleys.org.uk/dnsmasq/CHANGELOG> Modified: head/UPDATING head/dns/dnsmasq/Makefile head/dns/dnsmasq/distinfo Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Mar 19 20:44:15 2018 (r465033) +++ head/UPDATING Mon Mar 19 21:10:34 2018 (r465034) @@ -5,6 +5,16 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20180319: + AFFECTS: users of dns/dnsmasq + AUTHOR: mandree@FreeBSD.org + + Note that with dnsmasq 2.79, some parts of the interface have changed in an + incompatible way versus previous versions. This comprises changed recursion + behaviour, signature support, a change for SIGINT (vs. SIGHUP) behaviour. + + Please see the CHANGELOG that ships with dnsmasq for details. + 20180317: AFFECTS: users of multimedia/plexpy AUTHOR: feld@FreeBSD.org @@ -78,7 +88,7 @@ you update your ports collection, before attempting an to the CONFIG array before the updater will run. -20180214 +20180214: AFFECTS: users of lang/ruby23 AUTHOR: swills@FreeBSD.org Modified: head/dns/dnsmasq/Makefile ============================================================================== --- head/dns/dnsmasq/Makefile Mon Mar 19 20:44:15 2018 (r465033) +++ head/dns/dnsmasq/Makefile Mon Mar 19 21:10:34 2018 (r465034) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.78 +DISTVERSION= 2.79 PORTREVISION= 0 # leave this in even if 0 to avoid PORTEPOCH bumps PORTEPOCH= 1 CATEGORIES= dns ipv6 @@ -32,7 +32,7 @@ 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) +IPSET_DESC= Dynamic firewall managment of resolved names (needs PF) LUA_DESC= Support lease-change scripts written in Lua DNSSEC_DESC= Enable DNSSEC caching and validation USES= cpe shebangfix tar:xz @@ -79,7 +79,7 @@ USES+= lua .endif .if ${PORT_OPTIONS:MDNSSEC} -CFLAGS+= -DHAVE_DNSSEC +CFLAGS+= -DHAVE_DNSSEC -I${LOCALBASE}/include USES+= pkgconfig LIB_DEPENDS+= libnettle.so:security/nettle LIB_DEPENDS+= libgmp.so:math/gmp Modified: head/dns/dnsmasq/distinfo ============================================================================== --- head/dns/dnsmasq/distinfo Mon Mar 19 20:44:15 2018 (r465033) +++ head/dns/dnsmasq/distinfo Mon Mar 19 21:10:34 2018 (r465034) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506953238 -SHA256 (dnsmasq-2.78.tar.xz) = 89949f438c74b0c7543f06689c319484bd126cc4b1f8c745c742ab397681252b -SIZE (dnsmasq-2.78.tar.xz) = 489172 +TIMESTAMP = 1521491408 +SHA256 (dnsmasq-2.79.tar.xz) = 78ad74f5ca14fd85a8bac93f764cd9d60b27579e90eabd3687ca7b030e67861f +SIZE (dnsmasq-2.79.tar.xz) = 493036
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803192110.w2JLAYPV029432>