Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Dec 2025 19:53:22 +0000
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: d51371e5ecbf - 2025Q4 - dns/dnsmasq-devel: update to v2.92test22
Message-ID:  <69309532.2b00b.390ab3c6@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch 2025Q4 has been updated by mandree:

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

commit d51371e5ecbff5f2dcc3d8e003cacbe0f65d0369
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2025-11-29 18:27:19 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2025-12-03 19:52:16 +0000

    dns/dnsmasq-devel: update to v2.92test22
    
    | Fix failure to add client MAC address to queries in TCP mode.
    | The options which cause dnsmasq to decorate a DNS query with the MAC
    | address on the originating client can fail when the query is sent
    | using TCP. Thanks to Bruno Ravara for spotting and
    | characterising this bug.
    
    Upstream Git changelog:
    
    * eb60168 2025-11-28 | Fix SEGV in Dbus code. (tag: v2.92test22) [Simon Kelley]
    * 57a2f57 2025-11-28 | Fix confusion in address checking code. [Simon Kelley]
    * 7d5fbe7 2025-11-26 | Fix failure to add client MAC address to queries in TCP mode. [Simon Kelley]
    * ded935b 2025-11-18 | Add captive-portal name support for DHCP options [Petr Menšík]
    * aa9b71c 2025-11-18 | Merge translated strings. [Simon Kelley]
    * e497f3f 2025-11-18 | Add Swedish translation. [Daniel Nylander]
    
    (cherry picked from commit 83c5968d43ee3960adeda8f9e9b8379cd13c7c5c)
---
 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 2d71c213b862..a9bd1e694018 100644
--- a/dns/dnsmasq-devel/Makefile
+++ b/dns/dnsmasq-devel/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	dnsmasq
-DISTVERSION=	2.92test21 # remember to bump PORTEPOCH when going from test to rc!
+DISTVERSION=	2.92test22 # remember to bump PORTEPOCH when going from test to rc!
 # Leave the PORTREVISION in even if 0 to avoid accidental PORTEPOCH bumps:
 PORTREVISION=	1
 PORTEPOCH=	6
diff --git a/dns/dnsmasq-devel/distinfo b/dns/dnsmasq-devel/distinfo
index 184f1941bd97..829da6300cf2 100644
--- a/dns/dnsmasq-devel/distinfo
+++ b/dns/dnsmasq-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1756306668
-SHA256 (dnsmasq-2.92test21.tar.xz) = bb755e2cc891e05446b2a16b6f2f66ecd1c3e43e6bc0861ef3b60e088848c419
-SIZE (dnsmasq-2.92test21.tar.xz) = 585408
+TIMESTAMP = 1764440708
+SHA256 (dnsmasq-2.92test22.tar.xz) = 95ab50ef296a783b636feb2f41a56fdd44539932527570dc5f9fc1da062aba11
+SIZE (dnsmasq-2.92test22.tar.xz) = 635656


help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69309532.2b00b.390ab3c6>