diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2025-05-19 22:08:51 +0200 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2025-05-19 22:27:53 +0200 |
commit | 00c050e66d9026dafac1d5f25b04102e64672c6f (patch) | |
tree | 0889645a6733519cf56531263f516322af63f8a0 | |
parent | textproc/rubygem-nokogiri: bump due to libxslt update (diff) |
dns/dnsmasq-devel: update to v2.92test9
Changes since v2.92test8, by Simon Kelley
- fixes compiler warnings
- Overhaul extract_addresses() function.
The latter approximates to rewriting parts of the cache to make
it more correct and more useful, see this for details:
https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commitdiff;h=e48a2af4f5e4c0fef9e4da9a591f672e725e3436;hp=e48a2af4f5e4c0fef9e4da9a591f672e725e3436
-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 514310f91525..dad2c3104ac1 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= dnsmasq -DISTVERSION= 2.92test8 # remember to bump PORTEPOCH when going from test to rc! +DISTVERSION= 2.92test9 # 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 ee91889d0874..799961b58d2c 100644 --- a/dns/dnsmasq-devel/distinfo +++ b/dns/dnsmasq-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747340710 -SHA256 (dnsmasq-2.92test8.tar.xz) = e90733490881e198bc898cfe558bf64dcfeb7908d24428bb885e91aee2e3207e -SIZE (dnsmasq-2.92test8.tar.xz) = 582144 +TIMESTAMP = 1747685166 +SHA256 (dnsmasq-2.92test9.tar.xz) = 12b535fe7a979774d5e77ae91b80bfa67a08d81b452367b8735fdf900046d1cf +SIZE (dnsmasq-2.92test9.tar.xz) = 581868 |