aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2018-03-19 21:10:34 +0000
committerMatthias Andree <mandree@FreeBSD.org>2018-03-19 21:10:34 +0000
commit1533140b17b412b53a7d785eaa731cfbda85ef8d (patch)
tree199ca4e217572c730b52709bde918d0476f9b94c
parent6d6a2285c7d388f5c5d296ec419773f2761702a8 (diff)
downloadports-1533140b17b412b53a7d785eaa731cfbda85ef8d.tar.gz
ports-1533140b17b412b53a7d785eaa731cfbda85ef8d.zip
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>
Notes
Notes: svn path=/head/; revision=465034
-rw-r--r--UPDATING12
-rw-r--r--dns/dnsmasq/Makefile6
-rw-r--r--dns/dnsmasq/distinfo6
3 files changed, 17 insertions, 7 deletions
diff --git a/UPDATING b/UPDATING
index 44c13e4a3330..c3f8c30d6942 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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 any port upgrades.
to the CONFIG array before the updater will run.
-20180214
+20180214:
AFFECTS: users of lang/ruby23
AUTHOR: swills@FreeBSD.org
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile
index 703f1baff2af..89a8d217d75a 100644
--- a/dns/dnsmasq/Makefile
+++ b/dns/dnsmasq/Makefile
@@ -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
diff --git a/dns/dnsmasq/distinfo b/dns/dnsmasq/distinfo
index 5c4fa7f4cfe4..d623169b5ea7 100644
--- a/dns/dnsmasq/distinfo
+++ b/dns/dnsmasq/distinfo
@@ -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