Date: Thu, 5 May 2016 12:37:15 +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: r414641 - head/dns/dnsmasq-devel Message-ID: <201605051237.u45CbFxE011994@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Thu May 5 12:37:15 2016 New Revision: 414641 URL: https://svnweb.freebsd.org/changeset/ports/414641 Log: Update to new upstream test release ...test13. Upstream's CHANGELOG since test12: * Check return-code of inet_pton() when parsing dhcp-option. Bad addresses could fail to generate errors and result in garbage dhcp-options being sent. Thanks to Marc Branchaud for spotting this. * Fix wrong value for EDNS UDP packet size when using --servers-file to define upstream DNS servers. Thanks to Scott Bonar for the bug report. Modified: head/dns/dnsmasq-devel/Makefile head/dns/dnsmasq-devel/distinfo Modified: head/dns/dnsmasq-devel/Makefile ============================================================================== --- head/dns/dnsmasq-devel/Makefile Thu May 5 11:13:02 2016 (r414640) +++ head/dns/dnsmasq-devel/Makefile Thu May 5 12:37:15 2016 (r414641) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.76test12 -PORTVERSION= 2.76.0test12 +DISTVERSION= 2.76test13 +PORTVERSION= 2.76.0test13 CATEGORIES= dns ipv6 #MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/test-releases/ Modified: head/dns/dnsmasq-devel/distinfo ============================================================================== --- head/dns/dnsmasq-devel/distinfo Thu May 5 11:13:02 2016 (r414640) +++ head/dns/dnsmasq-devel/distinfo Thu May 5 12:37:15 2016 (r414641) @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.76test12.tar.xz) = e4f31667d72e2cbc948a3b1776dbe2822d7340e904b7329c4dc96bff8a8ed5e2 -SIZE (dnsmasq-2.76test12.tar.xz) = 490920 +SHA256 (dnsmasq-2.76test13.tar.xz) = 70e78e6323996cdeeec1e2d9ebcaf58d7b26e8f17f4a23cea26b7a38ef703616 +SIZE (dnsmasq-2.76test13.tar.xz) = 491272
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605051237.u45CbFxE011994>