git: 65c7fc929849 - main - dns/yadifa: update to 2.6.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 19 Dec 2022 08:04:58 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=65c7fc929849ce08484448e79316d6dc60cc6c69 commit 65c7fc929849ce08484448e79316d6dc60cc6c69 Author: Leo Vandewoestijne <freebsd@dns.company> AuthorDate: 2022-12-18 18:52:25 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-12-19 08:00:56 +0000 dns/yadifa: update to 2.6.2 ChangeLog: https://www.yadifa.eu/sites/default/files/README_2.6.2.txt Fixes an issue trying to link the backtrace call while building yadifad on FreeBSD PR: 268410 Reported by: freebsd@dns.company (maintainer) --- dns/yadifa/Makefile | 8 +++++--- dns/yadifa/distinfo | 6 +++--- dns/yadifa/pkg-plist | 7 ++++--- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/dns/yadifa/Makefile b/dns/yadifa/Makefile index d90d0f30a479..14c27b6d3464 100644 --- a/dns/yadifa/Makefile +++ b/dns/yadifa/Makefile @@ -1,7 +1,6 @@ PORTNAME= yadifa -DISTVERSION= 2.5.3 -DISTVERSION= 2.5.4 -DISTVERSIONSUFFIX= -10442 +DISTVERSION= 2.6.2 +DISTVERSIONSUFFIX= -10816 CATEGORIES= dns MASTER_SITES= https://www.yadifa.eu/sites/default/files/releases/ \ https://dns.company/downloads/yadifa/ @@ -19,6 +18,9 @@ USE_RC_SUBR= ${PORTNAME}d GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var +# obsolete in next version, so > 2.6.2 +LDFLAGS+= -lexecinfo + SUB_LIST+= GROUPS="${GROUPS}" \ USERS="${USERS}" diff --git a/dns/yadifa/distinfo b/dns/yadifa/distinfo index adfce23cae06..ff3aec80bb8c 100644 --- a/dns/yadifa/distinfo +++ b/dns/yadifa/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1653390682 -SHA256 (yadifa-2.5.4-10442.tar.gz) = 6adc5e3eedec90a7b34677cf0fe0673aff257450896af330dd1889b35188e35d -SIZE (yadifa-2.5.4-10442.tar.gz) = 2673066 +TIMESTAMP = 1671198892 +SHA256 (yadifa-2.6.2-10816.tar.gz) = bcc2477938d3259e937f722790c5fd42b95edb7f3d5c6e6b2d672e72a012d6b7 +SIZE (yadifa-2.6.2-10816.tar.gz) = 2694553 diff --git a/dns/yadifa/pkg-plist b/dns/yadifa/pkg-plist index d3450b57faee..18c1e8827af7 100644 --- a/dns/yadifa/pkg-plist +++ b/dns/yadifa/pkg-plist @@ -20,6 +20,7 @@ include/dnscore/buffered-file.h include/dnscore/bytearray_input_stream.h include/dnscore/bytearray_output_stream.h include/dnscore/bytezarray_output_stream.h +include/dnscore/checked_output_stream.h include/dnscore/chroot.h include/dnscore/circular-file.h include/dnscore/clone_input_output_stream.h @@ -36,6 +37,7 @@ include/dnscore/digest.h include/dnscore/dns-udp.h include/dnscore/dns_resource_record.h include/dnscore/dnscore.h +include/dnscore/dnscore-config-features.h include/dnscore/dnscore-release-date.h include/dnscore/dnsformat.h include/dnscore/dnskey-keyring.h @@ -150,7 +152,6 @@ include/dnscore/zone_reader.h include/dnscore/zone_reader_axfr.h include/dnscore/zone_reader_text.h include/dnscore/zonefile_reader.h -include/dnscore-config-features.h include/dnsdb/avl.h include/dnsdb/btree.h include/dnsdb/chain-replay.h @@ -191,6 +192,7 @@ include/dnsdb/nsec_collection.h include/dnsdb/nsec_common.h include/dnsdb/rrsig.h include/dnsdb/xfr_copy.h +include/dnsdb/zdb-config-features.h include/dnsdb/zdb-lock.h include/dnsdb/zdb-packed-ttlrdata.h include/dnsdb/zdb-zone-answer-axfr.h @@ -226,10 +228,9 @@ include/dnsdb/zdb_zone_write.h include/dnslg/config-load.h include/dnslg/config-resolver.h include/dnslg/dns.h +include/dnslg/dnslg-config-features.h include/dnslg/resolv-conf.h include/dnslg/resolv.h -include/dnslg-config-features.h -include/zdb-config-features.h lib/libdnscore.a lib/libdnsdb.a lib/libdnslg.a