diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2025-06-09 22:49:09 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2025-06-09 22:50:52 +0000 |
commit | e709bb9a91ecaea354945c62da4787f99c5d6b66 (patch) | |
tree | fda128278310283ae9a9bc5a844035e61ca8dbcc | |
parent | 37bc3009562658d10740eb7153a3fd1a278a760c (diff) |
dns/dnsmasq-devel: update to v2.92test13
changes:
* 14e81b6 2025-06-06 | Additional sanity check in filter_servers(). (tag: v2.92test13) [Simon Kelley]
* 6ce7f2d 2025-06-06 | Fix regression in 9e67099ce73c1105da3db9b611480bfadbf60c73 [Simon Kelley]
...which was this change in v2.92test4:
* 9e67099 2025-04-22 | Tidy up replies to non-QUERY DNS opcodes in auth mode. [Simon Kelley]
MFH: 2025Q2
-rw-r--r-- | dns/dnsmasq-devel/Makefile | 2 | ||||
-rw-r--r-- | 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 cffd3c7031c5..d1889c18e436 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= dnsmasq -DISTVERSION= 2.92test12 # remember to bump PORTEPOCH when going from test to rc! +DISTVERSION= 2.92test13 # 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 52e2e2c9e1d1..83ac6d911bd3 100644 --- a/dns/dnsmasq-devel/distinfo +++ b/dns/dnsmasq-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749013272 -SHA256 (dnsmasq-2.92test12.tar.xz) = c8cfe920d7ce1ca2f18c9ddaa2b19041b496922698c4beaa61a15310a0aab2da -SIZE (dnsmasq-2.92test12.tar.xz) = 582792 +TIMESTAMP = 1749509231 +SHA256 (dnsmasq-2.92test13.tar.xz) = ee47735aeabb9f19cac70d103bec2f26f63fb66fdd50ffa6f6a18df80f00deb6 +SIZE (dnsmasq-2.92test13.tar.xz) = 582912 |