mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
dns/dnsmasq-devel: update to 2.92test4
Changes since 2.92test3, by Simon Kelley unless stated otherwise:
* a458c2b 2025-04-23 | Tidy up pipe-to-parent code in DNS TCP path. (tag: v2.92test4)
* 9e67099 2025-04-22 | Tidy up replies to non-QUERY DNS opcodes in auth mode.
* cfa1313 2025-04-20 | Log format error from upstream as 'FORMERR' [Rob Gill]
* e3a2c8d 2025-04-20 | Add --log-queries=auth option.
I had cherry-picked this in FreeBSD's test3 port already:
* 95b74a7 2025-04-18 | Fix copy 'n paste error in DBUS server-statistics code.
MFH: 2025Q2
(cherry picked from commit d14258b120
)
This commit is contained in:
parent
403ae3bdaf
commit
0c0081e27e
3 changed files with 4 additions and 21 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= dnsmasq
|
PORTNAME= dnsmasq
|
||||||
DISTVERSION= 2.92test3 # remember to bump PORTEPOCH when going from test to rc!
|
DISTVERSION= 2.92test4 # remember to bump PORTEPOCH when going from test to rc!
|
||||||
# Leave the PORTREVISION in even if 0 to avoid accidental PORTEPOCH bumps:
|
# Leave the PORTREVISION in even if 0 to avoid accidental PORTEPOCH bumps:
|
||||||
PORTREVISION= 0
|
PORTREVISION= 0
|
||||||
PORTEPOCH= 6
|
PORTEPOCH= 6
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1745272053
|
TIMESTAMP = 1745444769
|
||||||
SHA256 (dnsmasq-2.92test3.tar.xz) = 92c1072772640f9e446b53d77327db833adb3f5f7d4734d9d2565c9379f524fb
|
SHA256 (dnsmasq-2.92test4.tar.xz) = 8783e6df51a76a31fae9bba684442aef57fa570cfad18dcf77a1a8ef4e6c8b02
|
||||||
SIZE (dnsmasq-2.92test3.tar.xz) = 576736
|
SIZE (dnsmasq-2.92test4.tar.xz) = 577208
|
||||||
|
|
|
@ -1,17 +0,0 @@
|
||||||
--- src/dbus.c.orig 2025-04-18 13:01:14 UTC
|
|
||||||
+++ src/dbus.c
|
|
||||||
@@ -768,10 +768,10 @@ static DBusMessage *dbus_get_server_metrics(DBusMessag
|
|
||||||
add_dict_entry(&dict_array, "address", daemon->namebuff);
|
|
||||||
|
|
||||||
add_dict_int(&dict_array, "port", port);
|
|
||||||
- add_dict_int(&dict_array, "queries", serv->queries);
|
|
||||||
- add_dict_int(&dict_array, "failed_queries", serv->failed_queries);
|
|
||||||
- add_dict_int(&dict_array, "nxdomain", serv->nxdomain_replies);
|
|
||||||
- add_dict_int(&dict_array, "retries", serv->retrys);
|
|
||||||
+ add_dict_int(&dict_array, "queries", queries);
|
|
||||||
+ add_dict_int(&dict_array, "failed_queries", failed_queries);
|
|
||||||
+ add_dict_int(&dict_array, "nxdomain", nxdomain_replies);
|
|
||||||
+ add_dict_int(&dict_array, "retries", retrys);
|
|
||||||
add_dict_int(&dict_array, "latency", sigma_latency/count_latency);
|
|
||||||
|
|
||||||
dbus_message_iter_close_container(&server_array, &dict_array);
|
|
Loading…
Add table
Reference in a new issue