mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
*/*: 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
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
PORTNAME= dnsperf
|
||||
DISTVERSION= 2.14.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= dns benchmarks net
|
||||
MASTER_SITES= https://www.dns-oarc.net/files/${PORTNAME}/
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
PORTNAME= opendnssec
|
||||
DISTVERSION= 2.1.14
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= https://dist.opendnssec.org/source/
|
||||
PKGNAMESUFFIX= 2
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
PORTNAME= passivedns
|
||||
DISTVERSION= 1.2.1-25
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONSUFFIX= -gb438a30
|
||||
CATEGORIES= security
|
||||
|
||||
|
||||
Reference in New Issue
Block a user