From owner-dev-commits-ports-main@freebsd.org Thu Jul 22 09:23:29 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F33726571D8; Thu, 22 Jul 2021 09:23:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GVn7N6RZ8z3NLM; Thu, 22 Jul 2021 09:23:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B9E47713B; Thu, 22 Jul 2021 09:23:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16M9NSof062031; Thu, 22 Jul 2021 09:23:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16M9NS6U062030; Thu, 22 Jul 2021 09:23:28 GMT (envelope-from git) Date: Thu, 22 Jul 2021 09:23:28 GMT Message-Id: <202107220923.16M9NS6U062030@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Matthias Andree Subject: git: 35d8b4a982cb - main - dns/dnsmasq-devel: update to 2.86test6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mandree X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 35d8b4a982cb1902fdb8e336ced81f1134652367 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2021 09:23:29 -0000 The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=35d8b4a982cb1902fdb8e336ced81f1134652367 commit 35d8b4a982cb1902fdb8e336ced81f1134652367 Author: Matthias Andree AuthorDate: 2021-07-22 08:40:42 +0000 Commit: Matthias Andree 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