Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Feb 2016 08:12:11 +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: r409031 - head/dns/dnsmasq-devel
Message-ID:  <201602170812.u1H8CBI3037616@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Wed Feb 17 08:12:11 2016
New Revision: 409031
URL: https://svnweb.freebsd.org/changeset/ports/409031

Log:
  Upgrade to upstream -test8 pre-release.
  
  Changes per diff of the CHANGELOG file:
  
    Fix wrong answer to simple name query when --domain-needed set, but no
    upstream servers configured. Dnsmasq returned REFUSED, in this case,
    when it should be the same as when upstream servers are configured -
    NOERROR. Thanks to Allain Legacy for spotting the problem.
  
    Return REFUSED when running out of forwarding table slots, not SERVFAIL.
  
    Add --max-port configuration. Thanks to Hans Dedecker for the patch.
  
    Add --script-arp and two new functions for the dhcp-script.  These are
    "arp" and "arp-old" which announce the arrival and removal of entries
    in the ARP or nieghbour tables.
  
    Extend --add-mac to allow a new encoding of the MAC address as base64,
    by configurting --add-mac=base64
  
    Add --add-cpe-id option.

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

Modified: head/dns/dnsmasq-devel/Makefile
==============================================================================
--- head/dns/dnsmasq-devel/Makefile	Wed Feb 17 05:33:13 2016	(r409030)
+++ head/dns/dnsmasq-devel/Makefile	Wed Feb 17 08:12:11 2016	(r409031)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	dnsmasq
-DISTVERSION=	2.76test5
-PORTVERSION=	2.76.0test5
-PORTREVISION=	1
+DISTVERSION=	2.76test8
+PORTVERSION=	2.76.0test8
 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	Wed Feb 17 05:33:13 2016	(r409030)
+++ head/dns/dnsmasq-devel/distinfo	Wed Feb 17 08:12:11 2016	(r409031)
@@ -1,2 +1,2 @@
-SHA256 (dnsmasq-2.76test5.tar.xz) = c246f5cb43be9c7d48ef6134dfab2520fec1195ce3b45dcdc23770d25d742458
-SIZE (dnsmasq-2.76test5.tar.xz) = 488668
+SHA256 (dnsmasq-2.76test8.tar.xz) = 1e23c406b1cdc6b4e68ab628246c53a006f6f736035a02c4fe328ae132f50a7d
+SIZE (dnsmasq-2.76test8.tar.xz) = 489796



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