FreeBSD Bugzilla – Attachment 220890 Details for
Bug 252107
dns/yadifa: update to 2.4.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Yadifa 2.4.1
yadifa.diff (text/plain), 10.32 KB, created by
Leo Vandewoestijne
on 2020-12-24 13:55:07 UTC
(
hide
)
Description:
Yadifa 2.4.1
Filename:
MIME Type:
Creator:
Leo Vandewoestijne
Created:
2020-12-24 13:55:07 UTC
Size:
10.32 KB
patch
obsolete
>diff -ruN dns/yadifa.orig/Makefile dns/yadifa/Makefile >--- dns/yadifa.orig/Makefile 2020-09-02 03:43:59.000000000 +0000 >+++ dns/yadifa/Makefile 2020-12-24 13:32:27.958090000 +0000 >@@ -1,10 +1,11 @@ > # $FreeBSD: head/dns/yadifa/Makefile 547315 2020-09-02 03:43:59Z danfe $ > > PORTNAME= yadifa >-DISTVERSION= 2.3.9 >-DISTVERSIONSUFFIX= -8497 >+DISTVERSION= 2.4.1 >+DISTVERSIONSUFFIX= -9916 > CATEGORIES= dns >-MASTER_SITES= http://cdn.yadifa.eu/sites/default/files/releases/ >+MASTER_SITES= https://www.yadifa.eu/sites/default/files/releases/ \ >+ https://dns.company/downloads/yadifa/ > > MAINTAINER= freebsd@dns.company > COMMENT= Authoritative nameserver with DNSSEC capabilities >@@ -17,31 +18,39 @@ > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --localstatedir=/var > >-OPTIONS_DEFINE= CTRL DOCS EXAMPLES TCL RRL MESSAGES NSID >-OPTIONS_DEFAULT= RRL NSID >+OPTIONS_DEFINE= CTRL DDNS DNSSECTOOLS DOCS ECDSA EXAMPLES KEYGEN LARGEFILE MASTER RRL RRSIG TCL NSID ZONESIGN >+OPTIONS_DEFAULT= DDNS DNSSECTOOLS DOCS ECDSA EXAMPLES KEYGEN LARGEFILE MASTER RRL RRSIG NSID ZONESIGN > OPTIONS_SUB= yes > > CTRL_DESC= Remote control >-RRL_DESC= Response Rate Limiting >-MESSAGES_DESC= Use messages instead of send (if many ip aliases) >+DDNS_DESC= Dynamic DNS support (DDNS) >+DNSSECTOOLS_DESC=DNSSEC module >+ECDSA_DESC= Elliptic Curve (ECDSA) >+KEYGEN_DESC= Keygen tool >+LARGEFILE_DESC= Support for largefiles >+MASTER_DESC= Use as primary nameserver > NSID_DESC= Name Server Identifier Option >- >-CTRL_CONFIGURE_ENABLE= ctrl >+RRL_DESC= Response Rate Limiting >+RRSIG_DESC= RRSIG management > TCL_USES= tcl >-TCL_CONFIGURE_ENABLE= tcl >-RRL_CONFIGURE_ENABLE= rrl >-MESSAGES_CONFIGURE_ENABLE= messages >-NSID_CONFIGURE_ENABLE= nsid >+ZONESIGN_DESC= Zonesign tool > >+CTRL_CONFIGURE_OFF= --disable-ctrl >+DDNS_CONFIGURE_OFF= --disable-dynupdate >+DNSSECTOOLS_OFF= --disable-dnssec-tools >+ECDSA_CONFIGURE_OFF= --disable-ecdsa >+KEYGEN_ENABLE= keygen >+LARGEFILE_CONFIGURE_OFF=--disable-largefile >+MASTER_CONFIGURE_OFF= --disable-master >+NSID_CONFIGURE_OFF= --disable-nsid >+RRL_CONFIGURE_OFF= --disable-rrl >+RRSIG_CONFIGURE_OFF= --disable-rrsig-management >+ZONESIGN_ENABLE= zonesign >+ > USE_RC_SUBR= ${PORTNAME}d > > PORTDOCS= AUTHORS COPYING ChangeLog \ >- INSTALL NEWS README TODO VERSION >- >-post-patch: >-# Fix the build with -fno-common (for Clang 11 and GCC 10) >- @${REINPLACE_CMD} -e '/\*g_client_logger/d' \ >- ${WRKSRC}/bin/yadifa/yadifa.c >+ INSTALL NEWS README VERSION > > post-configure: > ${REINPLACE_CMD} -e 's|^docdir = .*|docdir = ${EXAMPLESDIR}|' ${WRKSRC}/etc/Makefile >diff -ruN dns/yadifa.orig/distinfo dns/yadifa/distinfo >--- dns/yadifa.orig/distinfo 2019-02-14 15:47:31.000000000 +0000 >+++ dns/yadifa/distinfo 2020-12-24 11:47:15.537355000 +0000 >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1550135251 >-SHA256 (yadifa-2.3.9-8497.tar.gz) = 45e9a0e1c3c770147236c58a43041f715abe1a1d09c1f10cbff33fa743ca7e77 >-SIZE (yadifa-2.3.9-8497.tar.gz) = 3670338 >+TIMESTAMP = 1608810435 >+SHA256 (yadifa-2.4.1-9916.tar.gz) = ad13e5f26e050959eed1cd15d22eeaf14551742df6458c5eec0219e0023e32d4 >+SIZE (yadifa-2.4.1-9916.tar.gz) = 2635686 >diff -ruN dns/yadifa.orig/pkg-plist dns/yadifa/pkg-plist >--- dns/yadifa.orig/pkg-plist 2018-03-22 14:13:11.000000000 +0000 >+++ dns/yadifa/pkg-plist 2020-12-24 13:21:15.812800000 +0000 >@@ -1,7 +1,9 @@ >-bin/yadifa > %%EXAMPLES%%etc/bash_completion.d/yadifa.sh > %%EXAMPLES%%etc/bash_completion.d/yadifad.sh > @sample etc/yadifad.conf.sample >+etc/yakeyrolld.conf >+include/dnscore/acl-config.h >+include/dnscore/acl.h > include/dnscore/alarm.h > include/dnscore/allocator.h > include/dnscore/async.h >@@ -14,10 +16,12 @@ > include/dnscore/basic-priority-queue.h > include/dnscore/buffer_input_stream.h > include/dnscore/buffer_output_stream.h >+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/chroot.h >+include/dnscore/circular-file.h > include/dnscore/clone_input_output_stream.h > include/dnscore/cmdline.h > include/dnscore/concat_input_stream.h >@@ -32,7 +36,6 @@ > include/dnscore/dns-udp.h > include/dnscore/dns_resource_record.h > include/dnscore/dnscore-config-features.h >-include/dnscore/dnscore-config.h > include/dnscore/dnscore.h > include/dnscore/dnsformat.h > include/dnscore/dnskey-keyring.h >@@ -46,15 +49,21 @@ > include/dnscore/dnssec_errors.h > include/dnscore/empty-input-stream.h > include/dnscore/fdtools.h >+include/dnscore/file-pool.h >+include/dnscore/file.h > include/dnscore/file_input_stream.h > include/dnscore/file_output_stream.h >+include/dnscore/filesystem-file.h > include/dnscore/fingerprint.h > include/dnscore/format.h >+include/dnscore/hash.h >+include/dnscore/hmac.h > include/dnscore/host_address.h > include/dnscore/hsdllist.h > include/dnscore/identity.h > include/dnscore/input_stream.h > include/dnscore/io_stream.h >+include/dnscore/json.h > include/dnscore/limited_input_stream.h > include/dnscore/limiter.h > include/dnscore/list-dl.h >@@ -63,9 +72,11 @@ > include/dnscore/logger-output-stream.h > include/dnscore/logger.h > include/dnscore/logger_channel_file.h >+include/dnscore/logger_channel_pipe.h > include/dnscore/logger_channel_stream.h > include/dnscore/logger_channel_syslog.h > include/dnscore/logger_handle.h >+include/dnscore/mapped-file.h > include/dnscore/message-buffer.h > include/dnscore/message-viewer.h > include/dnscore/message.h >@@ -73,9 +84,10 @@ > include/dnscore/message_verify_rrsig.h > include/dnscore/mt_output_stream.h > include/dnscore/mutex.h >-include/dnscore/name.h > include/dnscore/network.h >+include/dnscore/nsec3-hash.h > %%NSID%%include/dnscore/nsid.h >+include/dnscore/openssl.h > include/dnscore/output_stream.h > include/dnscore/pace.h > include/dnscore/packet_reader.h >@@ -85,7 +97,9 @@ > include/dnscore/pid.h > include/dnscore/pipe_stream.h > include/dnscore/pool.h >+include/dnscore/popen-output-stream.h > include/dnscore/print_stream.h >+include/dnscore/process.h > include/dnscore/ptr_set.h > include/dnscore/ptr_set_debug.h > include/dnscore/ptr_vector.h >@@ -97,17 +111,27 @@ > include/dnscore/serial.h > include/dnscore/server-setup.h > include/dnscore/service.h >+include/dnscore/shared-circular-buffer.h >+include/dnscore/shared-heap-bytearray-output-stream.h >+include/dnscore/shared-heap.h >+include/dnscore/signals.h >+include/dnscore/simple-http-server.h >+include/dnscore/socket-server.h > include/dnscore/string_set.h > include/dnscore/sys_error.h > include/dnscore/sys_get_cpu_count.h > include/dnscore/sys_types.h > include/dnscore/tcp_io_stream.h >+include/dnscore/tcp_manager.h >+include/dnscore/thread-tag.h >+include/dnscore/thread.h > include/dnscore/thread_pool.h > include/dnscore/threaded-qsl-cw.h > include/dnscore/threaded_dll_cw.h > include/dnscore/threaded_nb_mm.h > include/dnscore/threaded_nbrb.h > include/dnscore/threaded_queue.h >+include/dnscore/threaded_queue_slg.h > include/dnscore/threaded_ringbuffer.h > include/dnscore/threaded_ringbuffer_cw.h > include/dnscore/threaded_ringlist.h >@@ -120,6 +144,9 @@ > include/dnscore/u64_set_debug.h > include/dnscore/xfr_input_stream.h > include/dnscore/zalloc.h >+include/dnscore/zone_reader.h >+include/dnscore/zone_reader_axfr.h >+include/dnscore/zone_reader_text.h > include/dnscore/zonefile_reader.h > include/dnsdb/avl.h > include/dnsdb/btree.h >@@ -131,9 +158,9 @@ > include/dnsdb/dnssec-keystore.h > include/dnsdb/dnssec.h > include/dnsdb/dnssec_config.h >-include/dnsdb/dynupdate.h >-include/dnsdb/dynupdate-diff.h >-include/dnsdb/hash.h >+%%DDNS%%include/dnsdb/dynupdate-diff.h >+%%DDNS%%include/dnsdb/dynupdate.h >+%%DDNS%%include/dnsdb/dynupdate-message.h > include/dnsdb/htable.h > include/dnsdb/htbt.h > include/dnsdb/journal-cjf-common.h >@@ -142,15 +169,15 @@ > include/dnsdb/journal-cjf-page-output-stream.h > include/dnsdb/journal-cjf-page.h > include/dnsdb/journal-cjf.h >+include/dnsdb/journal-jnl.h > include/dnsdb/journal.h > include/dnsdb/journal_ix.h >-include/dnsdb/nsec.h > include/dnsdb/nsec-chain-replay.h >+include/dnsdb/nsec.h > include/dnsdb/nsec3-chain-replay.h > include/dnsdb/nsec3-forall-label.h > include/dnsdb/nsec3.h > include/dnsdb/nsec3_collection.h >-include/dnsdb/nsec3_hash.h > include/dnsdb/nsec3_item.h > include/dnsdb/nsec3_load.h > include/dnsdb/nsec3_name_error.h >@@ -160,7 +187,6 @@ > include/dnsdb/nsec3_zone.h > include/dnsdb/nsec_collection.h > include/dnsdb/nsec_common.h >-include/dnsdb/rr_canonize.h > include/dnsdb/rrsig.h > include/dnsdb/xfr_copy.h > include/dnsdb/zdb-config-features.h >@@ -173,8 +199,8 @@ > include/dnsdb/zdb-zone-find.h > include/dnsdb/zdb-zone-garbage.h > include/dnsdb/zdb-zone-journal.h >-include/dnsdb/zdb-zone-lock.h > include/dnsdb/zdb-zone-lock-monitor.h >+include/dnsdb/zdb-zone-lock.h > include/dnsdb/zdb-zone-maintenance.h > include/dnsdb/zdb-zone-path-provider.h > include/dnsdb/zdb-zone-reader-filter.h >@@ -192,8 +218,8 @@ > include/dnsdb/zdb_zone_axfr_input_stream.h > include/dnsdb/zdb_zone_label.h > include/dnsdb/zdb_zone_label_iterator.h >+include/dnsdb/zdb_zone_label_iterator_ex.h > include/dnsdb/zdb_zone_load.h >-include/dnsdb/zdb_zone_load_interface.h > include/dnsdb/zdb_zone_process.h > include/dnsdb/zdb_zone_write.h > include/dnslg/config-load.h >@@ -202,21 +228,18 @@ > include/dnslg/dnslg-config-features.h > include/dnslg/resolv-conf.h > include/dnslg/resolv.h >-include/dnszone/dnszone-config-features.h >-include/dnszone/dnszone-config.h >-include/dnszone/dnszone.h >-include/dnszone/hints_file_reader.h >-include/dnszone/zone_axfr_reader.h >-include/dnszone/zone_file_reader.h > lib/libdnscore.a > lib/libdnsdb.a > lib/libdnslg.a >-lib/libdnszone.a >+man/man5/yadifa.conf.5.gz > man/man5/yadifa.rc.5.gz > man/man5/yadifad.conf.5.gz >+man/man5/yakeyrolld.conf.5.gz > man/man8/yadifa.8.gz > man/man8/yadifad.8.gz >+man/man8/yakeyrolld.8.gz > sbin/yadifad >+sbin/yakeyrolld > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/keys.conf > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/yadifa.bash_completion > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/yadifa.conf >@@ -232,14 +255,19 @@ > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/yadifad.service.arch > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/yadifad.service.debian > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/yadifad.service.rhel >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yakeyrolld.conf >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yakeyrolld.conf.example > /var/yadifa/masters/0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa.zone > /var/yadifa/masters/0.0.127.in-addr.arpa.zone > /var/yadifa/masters/localhost.zone > /var/yadifa/masters/localhost6.zone > /var/yadifa/masters/somedomain.eu.zone > @dir /var/log/yadifa >+@dir /var/log/yadifad >+@dir /var/log/yakeyrolld >+@dir /var/plans >+@dir /var/yadifa > @dir /var/yadifa/keys > @dir /var/yadifa/masters > @dir /var/yadifa/slaves > @dir /var/yadifa/xfr >-@dir /var/yadifa
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
freebsd
:
maintainer-approval-
Actions:
View
|
Diff
Attachments on
bug 252107
:
220890
|
220912
|
221033