Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 2015 22:25:45 +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: r384526 - head/dns/dnsmasq-devel
Message-ID:  <201504222225.t3MMPjQV092846@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Wed Apr 22 22:25:44 2015
New Revision: 384526
URL: https://svnweb.freebsd.org/changeset/ports/384526

Log:
  Update to new release candidate #6.
  
  Git shortlog since release candidate #4:
  
  Moshe Levi (1):
        Check IP address command line arg in dhcp_release.c
  
  Simon Kelley (7):
        Fix crash in auth code with odd configuration.
        Auth: correct replies to NS and SOA in .arpa zones.
        Note CVE-2015-3294
        Log domain when reporting DNSSEC validation failure.
        Revert 61b838dd574c51d96fef100285a0d225824534f9 and just quieten log inste
        Handle domain names with '.' or /000 within labels.
        Tweaks to previous, DNS label charset commit.
  
  Stefan Tomanek (1):
        Fix (srk induced) crash in new tftp_no_fail code.

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

Modified: head/dns/dnsmasq-devel/Makefile
==============================================================================
--- head/dns/dnsmasq-devel/Makefile	Wed Apr 22 22:18:04 2015	(r384525)
+++ head/dns/dnsmasq-devel/Makefile	Wed Apr 22 22:25:44 2015	(r384526)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dnsmasq
-DISTVERSION=	2.73rc4
+DISTVERSION=	2.73rc6
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://www.thekelleys.org.uk/dnsmasq/release-candidates/
 PKGNAMESUFFIX=	-devel
@@ -44,7 +44,7 @@ CFLAGS+=	-DNO_IPV6
 .endif
 
 .if ${PORT_OPTIONS:MNLS}
-USES+=		pkgconfig gettext iconv gmake
+USES+=		gettext gmake iconv pkgconfig
 LIB_DEPENDS+=	libidn.so:${PORTSDIR}/dns/libidn
 PLIST_SUB+=	NLS=""
 ALL_TARGET=	all-i18n

Modified: head/dns/dnsmasq-devel/distinfo
==============================================================================
--- head/dns/dnsmasq-devel/distinfo	Wed Apr 22 22:18:04 2015	(r384525)
+++ head/dns/dnsmasq-devel/distinfo	Wed Apr 22 22:25:44 2015	(r384526)
@@ -1,2 +1,2 @@
-SHA256 (dnsmasq-2.73rc4.tar.xz) = f0b56e7df38e581680b8406e2bc4c5217504ea14da2f6143a9827344b3303c01
-SIZE (dnsmasq-2.73rc4.tar.xz) = 480356
+SHA256 (dnsmasq-2.73rc6.tar.xz) = fc0d80123e8533d00a09df37869991b28e7bd1105d39efa54a832dd7fb29edcf
+SIZE (dnsmasq-2.73rc6.tar.xz) = 481348



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