HomeFreeBSD

*/*: Bump consumers of dns/ldns after update to 1.9.0

Description

*/*: Bump consumers of dns/ldns after update to 1.9.0

Force rebuild comsumers - upstream changed ABI without bump soname.

ldns 1.9.0 inserted LDNS_RDF_TYPE_INT64 at enum position 5, shifting
every subsequent value by +1. But port kept the shared library as
libldns.so.3.6.0 - no SONAME bump - so consumers wasn't flagged for
rebuild and still has the old 1.8.x enum constants baked in.

Example of error for opendnssec:
[adapter] error parsing RR at line 2 (Syntax error, could not parse
the RR's rdata)

PR: 291573
Reported by: bdrewery (via email)
Sponsored by: UNIS Labs
MFH: 2026Q2

(cherry picked from commit 1774d2af0a35ecc1460934269740c1f46eb442e3)

Details

Provenance
vvdAuthored on Wed, Apr 8, 7:48 PM
Parents
R11:3bb9c0e527a6: net-mgmt/thanos: Build with '-tags slicelabels' to fix gRPC panics
Branches
Unknown
Tags
Unknown