From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 22:46:29 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 208488A3; Mon, 25 Nov 2013 22:46:29 +0000 (UTC) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0F9F92F80; Mon, 25 Nov 2013 22:46:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPMkSCU070527; Mon, 25 Nov 2013 22:46:28 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPMkS9d070525; Mon, 25 Nov 2013 22:46:28 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201311252246.rAPMkS9d070525@svn.freebsd.org> From: Matthias Andree Date: Mon, 25 Nov 2013 22:46:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334903 - 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-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 22:46:29 -0000 Author: mandree Date: Mon Nov 25 22:46:28 2013 New Revision: 334903 URL: http://svnweb.freebsd.org/changeset/ports/334903 Log: Update to new upstream release candidate #3, with three changes since RC1: 2543906 Segfault with some CNAMEs. Also memory leak on reload of /etc/hosts. 241fa9c Remove arc4random, we have a good RNG and it's a portability problem. e142a83 Merge messages to .po files. Modified: head/dns/dnsmasq-devel/Makefile head/dns/dnsmasq-devel/distinfo Modified: head/dns/dnsmasq-devel/Makefile ============================================================================== --- head/dns/dnsmasq-devel/Makefile Mon Nov 25 22:38:16 2013 (r334902) +++ head/dns/dnsmasq-devel/Makefile Mon Nov 25 22:46:28 2013 (r334903) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.68rc1 +DISTVERSION= 2.68rc3 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 Mon Nov 25 22:38:16 2013 (r334902) +++ head/dns/dnsmasq-devel/distinfo Mon Nov 25 22:46:28 2013 (r334903) @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.68rc1.tar.xz) = 19de42463ad5815f659afeb993e5a03b7adc266305001b050d2346978a2bec1e -SIZE (dnsmasq-2.68rc1.tar.xz) = 435168 +SHA256 (dnsmasq-2.68rc3.tar.xz) = f332b21282d1854a019bedafe972df536914636f8cdf278527ea0ef956a0eef8 +SIZE (dnsmasq-2.68rc3.tar.xz) = 435256