diff options
author | mandree <mandree@FreeBSD.org> | 2014-04-28 05:05:59 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2014-04-28 05:05:59 +0800 |
commit | bdbf4d6f628143da3f851fc9bb9b374e748eaecc (patch) | |
tree | 76125cf3a8e96e95bd28395a1a77fafd24206fad /dns | |
parent | 57dd15113d86c729f42ac509a469c2e6a4f9bb7d (diff) | |
download | freebsd-ports-gnome-bdbf4d6f628143da3f851fc9bb9b374e748eaecc.tar.gz freebsd-ports-gnome-bdbf4d6f628143da3f851fc9bb9b374e748eaecc.tar.zst freebsd-ports-gnome-bdbf4d6f628143da3f851fc9bb9b374e748eaecc.zip |
Upgrade to new upstream version 2.70. Upstream changelog:
Fix crash, introduced in 2.69, on TCP request when dnsmasq compiled
with DNSSEC support, but running without DNSSEC enabled. Thanks to
Manish Sing for spotting that one.
Fix regression which broke ipset functionality. Thanks to Wang Jian
for the bug report.
Submitted by: Herbert J. Skuhra
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsmasq/Makefile | 3 | ||||
-rw-r--r-- | dns/dnsmasq/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index a9e896718981..4482d51325c7 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.69 +DISTVERSION= 2.70 PORTEPOCH= 1 -PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ LOCAL/mandree/ diff --git a/dns/dnsmasq/distinfo b/dns/dnsmasq/distinfo index 64b90c4a0adf..56fd03854f39 100644 --- a/dns/dnsmasq/distinfo +++ b/dns/dnsmasq/distinfo @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.69.tar.xz) = 80ce4293b2c0966ebe7997adf626269cafdcb98d7dbe51d8a312ff15244e69fc -SIZE (dnsmasq-2.69.tar.xz) = 446724 +SHA256 (dnsmasq-2.70.tar.xz) = 19d55bddc541271ad5271e3946f94e2cdf4491913aa5fb1ca9c6b23d5925f026 +SIZE (dnsmasq-2.70.tar.xz) = 446984 |