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)
This commit is contained in:
Leo Vandewoestijne 2022-12-18 19:52:25 +01:00 committed by Fernando Apesteguía
parent d23237cc44
commit 65c7fc9298
3 changed files with 12 additions and 9 deletions

View file

@ -1,7 +1,6 @@
PORTNAME= yadifa PORTNAME= yadifa
DISTVERSION= 2.5.3 DISTVERSION= 2.6.2
DISTVERSION= 2.5.4 DISTVERSIONSUFFIX= -10816
DISTVERSIONSUFFIX= -10442
CATEGORIES= dns CATEGORIES= dns
MASTER_SITES= https://www.yadifa.eu/sites/default/files/releases/ \ MASTER_SITES= https://www.yadifa.eu/sites/default/files/releases/ \
https://dns.company/downloads/yadifa/ https://dns.company/downloads/yadifa/
@ -19,6 +18,9 @@ USE_RC_SUBR= ${PORTNAME}d
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var CONFIGURE_ARGS= --localstatedir=/var
# obsolete in next version, so > 2.6.2
LDFLAGS+= -lexecinfo
SUB_LIST+= GROUPS="${GROUPS}" \ SUB_LIST+= GROUPS="${GROUPS}" \
USERS="${USERS}" USERS="${USERS}"

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1653390682 TIMESTAMP = 1671198892
SHA256 (yadifa-2.5.4-10442.tar.gz) = 6adc5e3eedec90a7b34677cf0fe0673aff257450896af330dd1889b35188e35d SHA256 (yadifa-2.6.2-10816.tar.gz) = bcc2477938d3259e937f722790c5fd42b95edb7f3d5c6e6b2d672e72a012d6b7
SIZE (yadifa-2.5.4-10442.tar.gz) = 2673066 SIZE (yadifa-2.6.2-10816.tar.gz) = 2694553

View file

@ -20,6 +20,7 @@ include/dnscore/buffered-file.h
include/dnscore/bytearray_input_stream.h include/dnscore/bytearray_input_stream.h
include/dnscore/bytearray_output_stream.h include/dnscore/bytearray_output_stream.h
include/dnscore/bytezarray_output_stream.h include/dnscore/bytezarray_output_stream.h
include/dnscore/checked_output_stream.h
include/dnscore/chroot.h include/dnscore/chroot.h
include/dnscore/circular-file.h include/dnscore/circular-file.h
include/dnscore/clone_input_output_stream.h include/dnscore/clone_input_output_stream.h
@ -36,6 +37,7 @@ include/dnscore/digest.h
include/dnscore/dns-udp.h include/dnscore/dns-udp.h
include/dnscore/dns_resource_record.h include/dnscore/dns_resource_record.h
include/dnscore/dnscore.h include/dnscore/dnscore.h
include/dnscore/dnscore-config-features.h
include/dnscore/dnscore-release-date.h include/dnscore/dnscore-release-date.h
include/dnscore/dnsformat.h include/dnscore/dnsformat.h
include/dnscore/dnskey-keyring.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_axfr.h
include/dnscore/zone_reader_text.h include/dnscore/zone_reader_text.h
include/dnscore/zonefile_reader.h include/dnscore/zonefile_reader.h
include/dnscore-config-features.h
include/dnsdb/avl.h include/dnsdb/avl.h
include/dnsdb/btree.h include/dnsdb/btree.h
include/dnsdb/chain-replay.h include/dnsdb/chain-replay.h
@ -191,6 +192,7 @@ include/dnsdb/nsec_collection.h
include/dnsdb/nsec_common.h include/dnsdb/nsec_common.h
include/dnsdb/rrsig.h include/dnsdb/rrsig.h
include/dnsdb/xfr_copy.h include/dnsdb/xfr_copy.h
include/dnsdb/zdb-config-features.h
include/dnsdb/zdb-lock.h include/dnsdb/zdb-lock.h
include/dnsdb/zdb-packed-ttlrdata.h include/dnsdb/zdb-packed-ttlrdata.h
include/dnsdb/zdb-zone-answer-axfr.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-load.h
include/dnslg/config-resolver.h include/dnslg/config-resolver.h
include/dnslg/dns.h include/dnslg/dns.h
include/dnslg/dnslg-config-features.h
include/dnslg/resolv-conf.h include/dnslg/resolv-conf.h
include/dnslg/resolv.h include/dnslg/resolv.h
include/dnslg-config-features.h
include/zdb-config-features.h
lib/libdnscore.a lib/libdnscore.a
lib/libdnsdb.a lib/libdnsdb.a
lib/libdnslg.a lib/libdnslg.a