diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2025-02-22 12:38:05 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2025-02-22 12:39:25 +0000 |
commit | 05d61c2eda9fdff5d9789502507718c282ff0fec (patch) | |
tree | 916077b2fdb1fc1beb5b42b60d9bb7d2b10f1384 | |
parent | 405ec24f8bddf3e171f49fc3602113d50e71cebc (diff) |
dns/dnsmasq-devel: update to v2.91rc5
Upstream changes since rc4, all by Simon Kelley:
* 5990074 2025-02-21 | Fix stupid error in allocating 0x20-flip bitmaps.
* d17581c 2025-02-21 | Use correct packet length when 0x20 flipping truncated packet.
* 2c9ed7f 2025-02-20 | Fix possible problems with case-encode bigmap array allocation.
* 717ff6a 2025-02-10 | Update plen when getting retried query from stash.
MFH: 2025Q1
-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 aa9790f82f09..c90eaa4bfc4e 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= dnsmasq -DISTVERSION= 2.91rc4 # remember to bump PORTEPOCH when going from test to rc! +DISTVERSION= 2.91rc5 # 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 00084e4d8918..aea94948dcbc 100644 --- a/dns/dnsmasq-devel/distinfo +++ b/dns/dnsmasq-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739310088 -SHA256 (dnsmasq-2.91rc4.tar.xz) = e5e28f86bcf33d31ed315fa49ddcb469b99dae0e66a49aa286086458b39f7a40 -SIZE (dnsmasq-2.91rc4.tar.xz) = 575384 +TIMESTAMP = 1740227695 +SHA256 (dnsmasq-2.91rc5.tar.xz) = 77d19b08db413c2be66ef023c717a9c70a462063318aa5b167ffa55b4bc68a36 +SIZE (dnsmasq-2.91rc5.tar.xz) = 575404 |