Date: Thu, 2 Sep 2021 20:54:25 GMT From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: b097c5c96721 - 2021Q3 - dns/dnsmasq-devel: update to v2.86rc3 (MFH, squashed) Message-ID: <202109022054.182KsPB3070591@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=b097c5c9672126f607bacdca82479ff1ba7250fa commit b097c5c9672126f607bacdca82479ff1ba7250fa Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2021-07-16 16:26:23 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2021-09-02 20:51:10 +0000 dns/dnsmasq-devel: update to v2.86rc3 (MFH, squashed) CHANGELOG diff from test4: Allow smaller than 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. Ensure CAP_NET_ADMIN capability is available when conntrack is configured. Thanks to Yick Xie for spotting the lack of this. When --dhcp-hostsfile --dhcp-optsfile and --addn-hosts are given a directory as argument, define the order in which files within that directory are read (alphabetical order of filename). Thanks to Ed Wildgoose for the initial patch and motivation for this. (cherry picked from commit 0184db0c0590d7b58913669a6d890bba9257dff7) (cherry picked from commit 35d8b4a982cb1902fdb8e336ced81f1134652367) (cherry picked from commit 47af927eedf2af55ad3e3b96353a101d8d41e632) (cherry picked from commit 64736881ef05a7e44878848bac0622be7504bad8) (cherry picked from commit a41b136cce04e8f822319b992d39f95db2ca5885) (cherry picked from commit 17426ba8b1c664edd43d57c735f2193030e5a170) --- dns/dnsmasq-devel/Makefile | 10 +++++----- dns/dnsmasq-devel/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index df47f0a0b1e5..c97b6b157847 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -1,15 +1,15 @@ # Created by: Steven Honson PORTNAME= dnsmasq -DISTVERSION= 2.86test4 +DISTVERSION= 2.86rc3 # Leave the PORTREVISION in even if 0 to avoid accidental PORTEPOCH bumps: PORTREVISION= 0 -PORTEPOCH= 3 # attn - different between -devel and dnsmasq ports! +PORTEPOCH= 4 # attn - different between -devel and dnsmasq ports! CATEGORIES= dns -#MASTER_SITES= https://www.thekelleys.org.uk/dnsmasq/release-candidates/ \ - LOCAL/mandree/ -MASTER_SITES= https://www.thekelleys.org.uk/dnsmasq/test-releases/ \ +MASTER_SITES= https://www.thekelleys.org.uk/dnsmasq/release-candidates/ \ LOCAL/mandree/ +#MASTER_SITES= https://www.thekelleys.org.uk/dnsmasq/test-releases/ \ +# LOCAL/mandree/ PKGNAMESUFFIX= -devel MAINTAINER= mandree@FreeBSD.org diff --git a/dns/dnsmasq-devel/distinfo b/dns/dnsmasq-devel/distinfo index f9cf63429658..4f58a1e768cf 100644 --- a/dns/dnsmasq-devel/distinfo +++ b/dns/dnsmasq-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624894444 -SHA256 (dnsmasq-2.86test4.tar.xz) = 0b3c79cf4c03d4b6a01f8d20e0e96c2fd9edd33bc23826ffcd0aa9fb21cbefc2 -SIZE (dnsmasq-2.86test4.tar.xz) = 549476 +TIMESTAMP = 1630614912 +SHA256 (dnsmasq-2.86rc3.tar.xz) = 78c25c55603bdf18d8e55d110f0b9d24a71b6c41a6ee518ee0627f30827fc4df +SIZE (dnsmasq-2.86rc3.tar.xz) = 551944
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109022054.182KsPB3070591>