Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Apr 2026 19:59:14 +0000
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1774d2af0a35 - main - */*: Bump consumers of dns/ldns after update to 1.9.0
Message-ID:  <69d6b392.38fb7.7de6cdcd@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1774d2af0a35ecc1460934269740c1f46eb442e3

commit 1774d2af0a35ecc1460934269740c1f46eb442e3
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2026-04-08 19:48:57 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-04-08 19:59:04 +0000

    */*: 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
---
 dns/dnsperf/Makefile         | 1 +
 dns/opendnssec2/Makefile     | 2 +-
 security/passivedns/Makefile | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/dns/dnsperf/Makefile b/dns/dnsperf/Makefile
index e75325fcf0ac..73b333ebde39 100644
--- a/dns/dnsperf/Makefile
+++ b/dns/dnsperf/Makefile
@@ -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}/
 
diff --git a/dns/opendnssec2/Makefile b/dns/opendnssec2/Makefile
index 21a4806217c6..fb9fecad9d8a 100644
--- a/dns/opendnssec2/Makefile
+++ b/dns/opendnssec2/Makefile
@@ -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
diff --git a/security/passivedns/Makefile b/security/passivedns/Makefile
index aeaa65c15555..d415a2b0ef2d 100644
--- a/security/passivedns/Makefile
+++ b/security/passivedns/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	passivedns
 DISTVERSION=	1.2.1-25
+PORTREVISION=	1
 DISTVERSIONSUFFIX=	-gb438a30
 CATEGORIES=	security
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d6b392.38fb7.7de6cdcd>