Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jul 2021 09:23:28 GMT
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 35d8b4a982cb - main - dns/dnsmasq-devel: update to 2.86test6
Message-ID:  <202107220923.16M9NS6U062030@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=35d8b4a982cb1902fdb8e336ced81f1134652367

commit 35d8b4a982cb1902fdb8e336ced81f1134652367
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2021-07-22 08:40:42 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2021-07-22 08:40:42 +0000

    dns/dnsmasq-devel: update to 2.86test6
    
    CHANGELOG additions since test5:
    
    * Allow smaller then 64 prefix lengths in synth-domain, with caveats.
      --synth-domain=1234:4567::/56,example.com is now valid.
    
    * Make domains generated by --synth-domain appear in replies
      when in authoritative mode.
    
    Git log since v2.86test5:
    
    * 8389b94 2021-07-21 | Better fix than f2266d9678d71633d62d70238be3782ea74019c9 (tag: v2.86test6) [Simon Kelley]
    * f2266d9 2021-07-21 | Add UINT32_MAX if not defined by system. [Simon Kelley]
    * 56bd806 2021-07-21 | Typo in new EDE code. [Simon Kelley]
    * ac7eeea 2021-07-21 | Handle empty hostmaster in --auth-soa [Simon Kelley]
    * b741059 2021-07-20 | Detect malformed --dhcp-relay option. [Simon Kelley]
    * cbd9842 2021-07-20 | Fix argument checking for --dhcp-match. [Simon Kelley]
    * 32e15c3 2021-07-20 | canonicalise_opt must always return heap memory. [Simon Kelley]
    * f0dc324 2021-07-20 | Checks on prefix-length in --domain --synth-domain and --rev-server. [Simon Kelley]
    * f83c6cf 2021-07-20 | Return REFUSED in auth mode when we are not authoritative for the query. [Simon Kelley]
    * c068b3a 2021-07-19 | --synth-domain now works in auth mode. [Simon Kelley]
    * adf9dec 2021-07-18 | Allow shorter IPv6 prefix lengths in (some) --synth-domain options. [Simon Kelley]
    * 767d9cb 2021-07-09 | Add --quiet-tftp. [Kevin Darbyshire-Bryant]
---
 dns/dnsmasq-devel/Makefile | 2 +-
 dns/dnsmasq-devel/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile
index 2763d7e935d7..c7077ca59cfb 100644
--- a/dns/dnsmasq-devel/Makefile
+++ b/dns/dnsmasq-devel/Makefile
@@ -1,7 +1,7 @@
 # Created by: Steven Honson
 
 PORTNAME=	dnsmasq
-DISTVERSION=	2.86test5
+DISTVERSION=	2.86test6
 # Leave the PORTREVISION in even if 0 to avoid accidental PORTEPOCH bumps:
 PORTREVISION=	0
 PORTEPOCH=	3 # attn - different between -devel and dnsmasq ports!
diff --git a/dns/dnsmasq-devel/distinfo b/dns/dnsmasq-devel/distinfo
index aa1318c10782..5e712e3f2314 100644
--- a/dns/dnsmasq-devel/distinfo
+++ b/dns/dnsmasq-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1626452656
-SHA256 (dnsmasq-2.86test5.tar.xz) = 789defea3655bca38539c602567b75647ec9ede6746c78f4ccf1da7152b53eea
-SIZE (dnsmasq-2.86test5.tar.xz) = 550192
+TIMESTAMP = 1626943155
+SHA256 (dnsmasq-2.86test6.tar.xz) = df5f70be63f8bc6ee9222a185d2651b34901b0704a089b7a055463963fb0533f
+SIZE (dnsmasq-2.86test6.tar.xz) = 550748



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