Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Apr 2014 21:05:59 +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: r352463 - head/dns/dnsmasq
Message-ID:  <201404272105.s3RL5x3c044446@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Sun Apr 27 21:05:59 2014
New Revision: 352463
URL: http://svnweb.freebsd.org/changeset/ports/352463
QAT: https://qat.redports.org/buildarchive/r352463/

Log:
  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

Modified:
  head/dns/dnsmasq/Makefile
  head/dns/dnsmasq/distinfo

Modified: head/dns/dnsmasq/Makefile
==============================================================================
--- head/dns/dnsmasq/Makefile	Sun Apr 27 21:02:09 2014	(r352462)
+++ head/dns/dnsmasq/Makefile	Sun Apr 27 21:05:59 2014	(r352463)
@@ -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/

Modified: head/dns/dnsmasq/distinfo
==============================================================================
--- head/dns/dnsmasq/distinfo	Sun Apr 27 21:02:09 2014	(r352462)
+++ head/dns/dnsmasq/distinfo	Sun Apr 27 21:05:59 2014	(r352463)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404272105.s3RL5x3c044446>