From owner-svn-ports-all@FreeBSD.ORG Wed Jun 10 17:36:17 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA2D55D6; Wed, 10 Jun 2015 17:36:17 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 981601950; Wed, 10 Jun 2015 17:36:17 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5AHaHZ1055920; Wed, 10 Jun 2015 17:36:17 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5AHaH8S055917; Wed, 10 Jun 2015 17:36:17 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201506101736.t5AHaH8S055917@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Wed, 10 Jun 2015 17:36:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389107 - head/dns/dnsmasq-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 17:36:17 -0000 Author: mandree Date: Wed Jun 10 17:36:16 2015 New Revision: 389107 URL: https://svnweb.freebsd.org/changeset/ports/389107 Log: Update to new release candidate -rc9. Relevant Git shortlog excerpt since -rc8: Christian Demsar (1): Man page typo. John Hanks (1): Add infiniband to example config file. Simon Kelley (8): Remove support for DNS Extended Label Types. Select correct DHCP context when in PXE bootserver mode. DHCPv6: DHCPCONFIRM should be OK for any address on link, not just dynamic addresses. Handle corner cases in NSEC coverage checks. swigger (1): Correctly sanitise DNS header bits in answer when recreating query for retry. Modified: head/dns/dnsmasq-devel/Makefile head/dns/dnsmasq-devel/distinfo Modified: head/dns/dnsmasq-devel/Makefile ============================================================================== --- head/dns/dnsmasq-devel/Makefile Wed Jun 10 17:34:51 2015 (r389106) +++ head/dns/dnsmasq-devel/Makefile Wed Jun 10 17:36:16 2015 (r389107) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.73rc8 +DISTVERSION= 2.73rc9 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ PKGNAMESUFFIX= -devel Modified: head/dns/dnsmasq-devel/distinfo ============================================================================== --- head/dns/dnsmasq-devel/distinfo Wed Jun 10 17:34:51 2015 (r389106) +++ head/dns/dnsmasq-devel/distinfo Wed Jun 10 17:36:16 2015 (r389107) @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.73rc8.tar.xz) = b7fd0e5e0cfa446ab4452cfbb7963784e5db070e5f34342e6d58baf6c80eeb19 -SIZE (dnsmasq-2.73rc8.tar.xz) = 482192 +SHA256 (dnsmasq-2.73rc9.tar.xz) = 7d010a938a6e807e4db60d0a2d7a4b8960971b04a7952a925b34f2cb99720592 +SIZE (dnsmasq-2.73rc9.tar.xz) = 482432