git: 54a534d21442 - 2025Q1 - dns/dnsmasq-devel: update to v2.91rc2

From: Matthias Andree <mandree_at_FreeBSD.org>
Date: Fri, 07 Feb 2025 01:06:54 UTC
The branch 2025Q1 has been updated by mandree:

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

commit 54a534d214424f7ec79fe6342480475a9cfb5cd3
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2025-02-07 01:03:03 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2025-02-07 01:06:38 +0000

    dns/dnsmasq-devel: update to v2.91rc2
    
    changes since v2.91rc1:
    
    * 368ceff 2025-02-06 | TFTP off-by-2 bugfix [Helge Deller]
    * 77c4e95 2025-02-06 | Fix for case-sensitivity problems in DNS. [Simon Kelley]
    * e44165c 2025-02-06 | Fix bug in 0x20 encoding. [Simon Kelley]
    
    CHANGELOG addition:
    
    | Fix a long-standing problem when two queries which are identical in
    | every repect _except_ case, get combined by dnsmasq. If dnsmasq gets
    | eg, two queries for example.com and Example.com in quick succession it
    | will get the answer for example.com from upstream and send that answer
    | to both requestors. This means that the query for Example.com will get
    | an answer for example.com, and in the modern DNS, that answer may not
    | be accepted.
    
    MFH:            2025Q1
    (cherry picked from commit 25b9e07a704924e2a6797a9491514b7e4fc68c8e)
---
 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 bf0a2dac64f8..7baaa0763843 100644
--- a/dns/dnsmasq-devel/Makefile
+++ b/dns/dnsmasq-devel/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	dnsmasq
-DISTVERSION=	2.91rc1 # remember to bump PORTEPOCH when going from test to rc!
+DISTVERSION=	2.91rc2 # remember to bump PORTEPOCH when going from test to rc!
 # Leave the PORTREVISION in even if 0 to avoid accidental PORTEPOCH bumps:
 PORTREVISION=	0
 PORTEPOCH=	6
diff --git a/dns/dnsmasq-devel/distinfo b/dns/dnsmasq-devel/distinfo
index dad8c240053c..207a57af156f 100644
--- a/dns/dnsmasq-devel/distinfo
+++ b/dns/dnsmasq-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1738797427
-SHA256 (dnsmasq-2.91rc1.tar.xz) = c79b3d3ea9dddbbb22c3a516dad66ca9db77598e9e9ee0026e3f6263422e2008
-SIZE (dnsmasq-2.91rc1.tar.xz) = 573952
+TIMESTAMP = 1738889820
+SHA256 (dnsmasq-2.91rc2.tar.xz) = e91ab7be9696d9069f70171735ce0365c4244bda297cd987649cf69f97cbe8c5
+SIZE (dnsmasq-2.91rc2.tar.xz) = 575212