diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2021-08-19 15:54:55 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2021-08-19 15:56:15 +0000 |
commit | 47af927eedf2af55ad3e3b96353a101d8d41e632 (patch) | |
tree | 68b1548e017c934c26886c5f355c723ffb853d3b | |
parent | 037bc47fdf1e40d8c2ad37b355a0e6b8b9c36ece (diff) | |
download | ports-47af927eedf2af55ad3e3b96353a101d8d41e632.tar.gz ports-47af927eedf2af55ad3e3b96353a101d8d41e632.zip |
dns/dnsmasq-devel: update to v2.86test7
Changes since test6, per Git, without merges, and by Simon Kelley unless
noted otherwise:
* a1729de 2021-08-11 | Fiz sizeof() confusion in 527c3c7 (tag:
v2.86test7)
* fc64b97 2021-08-10 | dhcp_buff2 not availble in log_packet, use
daemon->addrbuff
* a163c63 2021-08-05 | CONNTRACK needs CAP_NET_ADMIN.
* 527c3c7 2021-08-10 | Remove remaining uses of deprecated inet_ntoa()
[Petr Menšík]
* fcb4dca 2021-08-10 | Remove remaining uses of deprecated inet_addr()
function. [Petr Menšík]
* 3ca4995 2021-08-10 | CHANGELOG: spell-check [Matthias Andree]
* d387f8f 2021-07-22 | Re-order UBus teardown logic. [Etan Kissling]
* ea43234 2021-08-10 | There was a `notify` variable to keep track
whether a subscriber is observing our UBus object. However, it was not
properly cleaned up in `ubus_destroy`, potentially becoming stale over
UBus reconnections. The variable was removed and the current state is
examined when sending notifications, similarly as is done in other
existing OpenWrt code. [Etan Kissling]
* 867e56a 2021-08-08 | Fix NOERR/NXDOMAIN in answers configured by
--domain-needed.
-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 c7077ca59cfb..4d936b2ba4f7 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -1,7 +1,7 @@ # Created by: Steven Honson PORTNAME= dnsmasq -DISTVERSION= 2.86test6 +DISTVERSION= 2.86test7 # Leave the PORTREVISION in even if 0 to avoid accidental PORTEPOCH bumps: PORTREVISION= 0 PORTEPOCH= 3 # attn - different between -devel and dnsmasq ports! diff --git a/dns/dnsmasq-devel/distinfo b/dns/dnsmasq-devel/distinfo index 5e712e3f2314..34f65a4da732 100644 --- a/dns/dnsmasq-devel/distinfo +++ b/dns/dnsmasq-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626943155 -SHA256 (dnsmasq-2.86test6.tar.xz) = df5f70be63f8bc6ee9222a185d2651b34901b0704a089b7a055463963fb0533f -SIZE (dnsmasq-2.86test6.tar.xz) = 550748 +TIMESTAMP = 1629381620 +SHA256 (dnsmasq-2.86test7.tar.xz) = 98fccdf0ccc38a4c439fd8580be011471ed432548c53e362788e5959a77b69a5 +SIZE (dnsmasq-2.86test7.tar.xz) = 550904 |