diff options
author | mandree <mandree@FreeBSD.org> | 2012-12-16 00:33:08 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2012-12-16 00:33:08 +0800 |
commit | 43a7f9a1db36a331faae910ed30dd1fd52b4cc1c (patch) | |
tree | 2b9c35afa2771a47066ed8b876726443ffa2f0a3 /dns/dnsmasq | |
parent | 49405d647a06fce6ec72c6ded14ebef07ca0300b (diff) | |
download | freebsd-ports-gnome-43a7f9a1db36a331faae910ed30dd1fd52b4cc1c.tar.gz freebsd-ports-gnome-43a7f9a1db36a331faae910ed30dd1fd52b4cc1c.tar.zst freebsd-ports-gnome-43a7f9a1db36a331faae910ed30dd1fd52b4cc1c.zip |
Update to new upstream release 2.65.
Upstream changes:
TCP which are not for A and AAAA and which were directed to
non-default servers. Thanks to Niax for the bug report.
Fix failure to build with DHCP support excluded. Thanks to
Gustavo Zacarias for the patch.
Fix nasty regression in 2.64 which completely broke cacheing.
Diffstat (limited to 'dns/dnsmasq')
-rw-r--r-- | dns/dnsmasq/Makefile | 2 | ||||
-rw-r--r-- | dns/dnsmasq/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 7528ca949858..8fafb1de2143 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dnsmasq -DISTVERSION= 2.64 +DISTVERSION= 2.65 PORTEPOCH= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ diff --git a/dns/dnsmasq/distinfo b/dns/dnsmasq/distinfo index c4eb69e58fd4..323bdaf97b89 100644 --- a/dns/dnsmasq/distinfo +++ b/dns/dnsmasq/distinfo @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.64.tar.xz) = d80a3aa32c5293d9824a23b12cdd2adc6965d68072572a1d6c9f6781a395a897 -SIZE (dnsmasq-2.64.tar.xz) = 381716 +SHA256 (dnsmasq-2.65.tar.xz) = 59d12adad6b7a11af6473797d156c69e54e9db5a2d10d837286404dbf421e6c2 +SIZE (dnsmasq-2.65.tar.xz) = 381900 |