Date: Wed, 08 Apr 2026 19:59:15 +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: f9b1e7f4458f - main - */*: Bump consumers of dns/ldns after update to 1.9.0 Message-ID: <69d6b393.38034.5822ef64@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=f9b1e7f4458fbfa802d69a5f77203be9fdc4a14f commit f9b1e7f4458fbfa802d69a5f77203be9fdc4a14f Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2026-04-08 19:57:33 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2026-04-08 19:59:05 +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 Sponsored by: UNIS Labs --- benchmarks/polygraph/Makefile | 2 +- dns/flamethrower/Makefile | 1 + mail/enma/Makefile | 2 +- security/openssh-portable/Makefile | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/benchmarks/polygraph/Makefile b/benchmarks/polygraph/Makefile index db9fdd75ca7a..a663ec089266 100644 --- a/benchmarks/polygraph/Makefile +++ b/benchmarks/polygraph/Makefile @@ -1,6 +1,6 @@ PORTNAME= polygraph DISTVERSION= 4.13.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= benchmarks www MASTER_SITES= http://www.web-polygraph.org/downloads/srcs/ EXTRACT_SUFX= -src.tgz diff --git a/dns/flamethrower/Makefile b/dns/flamethrower/Makefile index f8c0b83b8d3f..e36808adf9c8 100644 --- a/dns/flamethrower/Makefile +++ b/dns/flamethrower/Makefile @@ -1,5 +1,6 @@ PORTNAME= flamethrower PORTVERSION= 0.11.0 +PORTREVISION= 1 DISTVERSIONPREFIX=v CATEGORIES= dns diff --git a/mail/enma/Makefile b/mail/enma/Makefile index 5712a002d0d6..c1ee3ff567a8 100644 --- a/mail/enma/Makefile +++ b/mail/enma/Makefile @@ -1,6 +1,6 @@ PORTNAME= enma PORTVERSION= 1.2.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/ENMA/${PORTVERSION} diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 83df8146c418..73ac7c20cd19 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -1,6 +1,6 @@ PORTNAME= openssh DISTVERSION= 10.2p1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= OPENBSD/OpenSSH/portablehome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d6b393.38034.5822ef64>
