Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2019 14:50:12 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512415 - in head/net/kea: . files
Message-ID:  <201909201450.x8KEoCqL072104@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Fri Sep 20 14:50:11 2019
New Revision: 512415
URL: https://svnweb.freebsd.org/changeset/ports/512415

Log:
  net/kea: upgrade 1.5.0 -> 1.6.0
  
  - submitter becomes maintainer
  
  PR:		240399
  Submitted by:	Andrey Pevnev <apevnev@me.com>
  Approved by:	hrs (maintainer)
  MFH:		2019Q3
  Relnotes:	https://downloads.isc.org/isc/kea/1.6.0/Kea160ReleaseNotes.txt
  Security:	CVE-2019-6472, CVE-2019-6473, CVE-2019-6474

Deleted:
  head/net/kea/files/patch-src-bin-keactrl-keactrl.in
  head/net/kea/files/patch-src-lib-log-interprocess-Makefile.am
  head/net/kea/files/patch-src-lib-process-Makefile.am
Modified:
  head/net/kea/Makefile
  head/net/kea/distinfo
  head/net/kea/files/patch-Makefile.am
  head/net/kea/files/patch-src-bin-keactrl-Makefile.am
  head/net/kea/files/patch-src-lib-dhcpsrv-Makefile.am
  head/net/kea/pkg-plist

Modified: head/net/kea/Makefile
==============================================================================
--- head/net/kea/Makefile	Fri Sep 20 13:55:58 2019	(r512414)
+++ head/net/kea/Makefile	Fri Sep 20 14:50:11 2019	(r512415)
@@ -2,12 +2,12 @@
 
 PORTNAME=	kea
 PORTVERSION=	${ISCVERSION:S/-P/P/:S/-beta/b/:S/a/.a/:S/rc/.rc/}
-PORTREVISION=	3
+PORTREVISION=	0
 CATEGORIES=	net ipv6
 MASTER_SITES=	ISC/kea/${ISCVERSION}
 DISTNAME=	${PORTNAME}-${ISCVERSION}
 
-MAINTAINER=	hrs@FreeBSD.org
+MAINTAINER=	apevnev@me.com
 COMMENT=	Alternative DHCP implementation by ISC
 
 LICENSE=	MPL20
@@ -17,7 +17,7 @@ LIB_DEPENDS=	liblog4cplus.so:devel/log4cplus \
 		libboost_system.so:devel/boost-libs
 
 # ISC releases things like 1.4.0-P1, which our versioning doesn't like
-ISCVERSION=	1.5.0
+ISCVERSION=	1.6.0
 
 CPE_VENDOR=	isc
 CPE_VERSION=	${ISCVERSION:C/-.*//}
@@ -38,9 +38,7 @@ INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
 
 PORTDOCS=	AUTHORS COPYING ChangeLog README \
-		kea-guide.css kea-guide.html kea-guide.txt \
-		kea-messages.html kea-logo-100x70.png \
-		examples
+		CONTRIBUTING.md examples
 
 OPTIONS_DEFINE=	DOCS MYSQL PGSQL
 OPTIONS_SUB=	yes

Modified: head/net/kea/distinfo
==============================================================================
--- head/net/kea/distinfo	Fri Sep 20 13:55:58 2019	(r512414)
+++ head/net/kea/distinfo	Fri Sep 20 14:50:11 2019	(r512415)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1544845580
-SHA256 (kea-1.5.0.tar.gz) = edce4fab68ca7af607cf7f5bc86596e04fe0ef4b8e88906e339cdefcf21daaec
-SIZE (kea-1.5.0.tar.gz) = 7395257
+TIMESTAMP = 1567876702
+SHA256 (kea-1.6.0.tar.gz) = 44ed48c729e4618fffcf0086529b469f7232990983187b2f71fce89f1ac6e270
+SIZE (kea-1.6.0.tar.gz) = 7154301

Modified: head/net/kea/files/patch-Makefile.am
==============================================================================
--- head/net/kea/files/patch-Makefile.am	Fri Sep 20 13:55:58 2019	(r512414)
+++ head/net/kea/files/patch-Makefile.am	Fri Sep 20 14:50:11 2019	(r512415)
@@ -1,11 +1,10 @@
---- Makefile.am.orig	2018-02-28 03:44:09 UTC
-+++ Makefile.am
-@@ -115,7 +115,7 @@ cppcheck:
+--- Makefile.am.orig	2019-09-07 13:19:16.709194000 -0500
++++ Makefile.am	2019-09-07 13:20:04.760926000 -0500
+@@ -154,7 +154,6 @@
  # These steps are necessary during installation
  install-exec-hook:
  	mkdir -p $(DESTDIR)${localstatedir}/log/
--	mkdir -p $(DESTDIR)${localstatedir}/run/${PACKAGE_NAME}
-+	mkdir -p $(DESTDIR)${localstatedir}/run/
+-	mkdir -p $(DESTDIR)${localstatedir}/lib/${PACKAGE_NAME}
+ 	mkdir -p $(DESTDIR)${runstatedir}/${PACKAGE_NAME}
  
  EXTRA_DIST  = tools/path_replacer.sh
- EXTRA_DIST += tools/mk_cfgrpt.sh

Modified: head/net/kea/files/patch-src-bin-keactrl-Makefile.am
==============================================================================
--- head/net/kea/files/patch-src-bin-keactrl-Makefile.am	Fri Sep 20 13:55:58 2019	(r512414)
+++ head/net/kea/files/patch-src-bin-keactrl-Makefile.am	Fri Sep 20 14:50:11 2019	(r512415)
@@ -1,6 +1,6 @@
---- src/bin/keactrl/Makefile.am.orig	2018-02-28 03:44:09 UTC
-+++ src/bin/keactrl/Makefile.am
-@@ -68,7 +68,7 @@ install-data-local:
+--- src/bin/keactrl/Makefile.am.orig	2019-09-07 12:46:25.279164000 -0500
++++ src/bin/keactrl/Makefile.am	2019-09-07 12:46:32.455324000 -0500
+@@ -62,7 +62,7 @@
  			   $(DESTDIR)$(sysconfdir)/@PACKAGE@/$$f.bak; \
  		fi; \
  		if test ! -f $(DESTDIR)$(sysconfdir)/@PACKAGE@/$$f; then \

Modified: head/net/kea/files/patch-src-lib-dhcpsrv-Makefile.am
==============================================================================
--- head/net/kea/files/patch-src-lib-dhcpsrv-Makefile.am	Fri Sep 20 13:55:58 2019	(r512414)
+++ head/net/kea/files/patch-src-lib-dhcpsrv-Makefile.am	Fri Sep 20 14:50:11 2019	(r512415)
@@ -1,15 +1,11 @@
---- src/lib/dhcpsrv/Makefile.am.orig	2015-12-28 12:18:05 UTC
-+++ src/lib/dhcpsrv/Makefile.am
-@@ -2,10 +2,10 @@ AUTOMAKE_OPTIONS = subdir-objects
+--- src/lib/dhcpsrv/Makefile.am.orig	2019-09-07 13:00:43.923225000 -0500
++++ src/lib/dhcpsrv/Makefile.am	2019-09-07 13:02:13.215945000 -0500
+@@ -4,7 +4,7 @@
  
- SUBDIRS = . testutils tests
- 
--dhcp_data_dir = @localstatedir@/@PACKAGE@
+ # DATA_DIR is the directory where to put default CSV files and the DHCPv6
+ # server ID file (i.e. the file where the server finds its DUID at startup).
+-dhcp_data_dir = @localstatedir@/lib/@PACKAGE@
 +dhcp_data_dir = @localstatedir@/db/@PACKAGE@
  kea_lfc_location = @prefix@/sbin/kea-lfc
  
--AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_srcdir)/src/lib -DDHCP_DATA_DIR="\"$(dhcp_data_dir)\""
-+AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_srcdir)/src/lib -DDHCP_DATA_DIR="\"$(dhcp_data_dir)\"" -DKEA_PIDFILE_DIR="\"@localstatedir@/run\""
- AM_CPPFLAGS += -DTOP_BUILDDIR="\"$(top_builddir)\""
- # Set location of the kea-lfc binary.
- AM_CPPFLAGS += -DKEA_LFC_EXECUTABLE="\"$(kea_lfc_location)\""
+ AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_srcdir)/src/lib -DDHCP_DATA_DIR="\"$(dhcp_data_dir)\""

Modified: head/net/kea/pkg-plist
==============================================================================
--- head/net/kea/pkg-plist	Fri Sep 20 13:55:58 2019	(r512414)
+++ head/net/kea/pkg-plist	Fri Sep 20 14:50:11 2019	(r512415)
@@ -1,4 +1,4 @@
-bin/kea-msg-compiler
+include/kea/asiodns/asiodns_messages.h
 include/kea/asiodns/io_fetch.h
 include/kea/asiodns/logger.h
 include/kea/asiolink/addr_utilities.h
@@ -21,11 +21,14 @@ include/kea/asiolink/udp_socket.h
 include/kea/asiolink/unix_domain_socket.h
 include/kea/asiolink/unix_domain_socket_acceptor.h
 include/kea/asiolink/unix_domain_socket_endpoint.h
+include/kea/cc/base_stamped_element.h
 include/kea/cc/cfg_to_element.h
 include/kea/cc/command_interpreter.h
 include/kea/cc/data.h
 include/kea/cc/dhcp_config_error.h
+include/kea/cc/element_value.h
 include/kea/cc/json_feed.h
+include/kea/cc/server_tag.h
 include/kea/cc/simple_parser.h
 include/kea/cc/stamped_element.h
 include/kea/cc/stamped_value.h
@@ -37,6 +40,7 @@ include/kea/config/client_connection.h
 include/kea/config/cmds_impl.h
 include/kea/config/command_mgr.h
 include/kea/config/config_log.h
+include/kea/config/config_messages.h
 include/kea/config/hooked_command_mgr.h
 include/kea/config/timeouts.h
 include/kea/config_backend/base_config_backend.h
@@ -49,11 +53,15 @@ include/kea/cryptolink/crypto_rng.h
 include/kea/cryptolink/cryptolink.h
 include/kea/cryptolink/openssl_common.h
 include/kea/cryptolink/openssl_compat.h
+include/kea/database/audit_entry.h
 include/kea/database/backend_selector.h
 include/kea/database/database_connection.h
 include/kea/database/db_exceptions.h
 include/kea/database/db_log.h
+include/kea/database/db_messages.h
 include/kea/database/dbaccess_parser.h
+include/kea/database/server.h
+include/kea/database/server_collection.h
 include/kea/database/server_selector.h
 include/kea/dhcp/classify.h
 include/kea/dhcp/dhcp4.h
@@ -106,15 +114,19 @@ include/kea/dhcp/protocol_util.h
 include/kea/dhcp/socket_info.h
 include/kea/dhcp/std_option_defs.h
 include/kea/dhcp_ddns/dhcp_ddns_log.h
+include/kea/dhcp_ddns/dhcp_ddns_messages.h
 include/kea/dhcp_ddns/ncr_io.h
 include/kea/dhcp_ddns/ncr_msg.h
 include/kea/dhcp_ddns/ncr_udp.h
 include/kea/dhcpsrv/alloc_engine.h
 include/kea/dhcpsrv/alloc_engine_log.h
-include/kea/dhcpsrv/assignable_network.h
+include/kea/dhcpsrv/alloc_engine_messages.h
 include/kea/dhcpsrv/base_host_data_source.h
 include/kea/dhcpsrv/cache_host_data_source.h
 include/kea/dhcpsrv/callout_handle_store.h
+include/kea/dhcpsrv/cb_ctl_dhcp.h
+include/kea/dhcpsrv/cb_ctl_dhcp4.h
+include/kea/dhcpsrv/cb_ctl_dhcp6.h
 include/kea/dhcpsrv/cfg_4o6.h
 include/kea/dhcpsrv/cfg_consistency.h
 include/kea/dhcpsrv/cfg_db_access.h
@@ -135,7 +147,10 @@ include/kea/dhcpsrv/cfgmgr.h
 include/kea/dhcpsrv/client_class_def.h
 include/kea/dhcpsrv/config_backend_dhcp4.h
 include/kea/dhcpsrv/config_backend_dhcp4_mgr.h
+include/kea/dhcpsrv/config_backend_dhcp6.h
+include/kea/dhcpsrv/config_backend_dhcp6_mgr.h
 include/kea/dhcpsrv/config_backend_pool_dhcp4.h
+include/kea/dhcpsrv/config_backend_pool_dhcp6.h
 include/kea/dhcpsrv/csv_lease_file4.h
 include/kea/dhcpsrv/csv_lease_file6.h
 include/kea/dhcpsrv/d2_client_cfg.h
@@ -144,11 +159,13 @@ include/kea/dhcpsrv/db_type.h
 include/kea/dhcpsrv/dhcp4o6_ipc.h
 include/kea/dhcpsrv/dhcpsrv_exceptions.h
 include/kea/dhcpsrv/dhcpsrv_log.h
+include/kea/dhcpsrv/dhcpsrv_messages.h
 include/kea/dhcpsrv/host.h
 include/kea/dhcpsrv/host_container.h
 include/kea/dhcpsrv/host_data_source_factory.h
 include/kea/dhcpsrv/host_mgr.h
 include/kea/dhcpsrv/hosts_log.h
+include/kea/dhcpsrv/hosts_messages.h
 include/kea/dhcpsrv/key_from_key.h
 include/kea/dhcpsrv/lease.h
 include/kea/dhcpsrv/lease_file_loader.h
@@ -162,6 +179,7 @@ include/kea/dhcpsrv/memfile_lease_storage.h
 include/kea/dhcpsrv/ncr_generator.h
 include/kea/dhcpsrv/network.h
 include/kea/dhcpsrv/network_state.h
+include/kea/dhcpsrv/parsers/base_network_parser.h
 include/kea/dhcpsrv/parsers/client_class_def_parser.h
 include/kea/dhcpsrv/parsers/dhcp_parsers.h
 include/kea/dhcpsrv/parsers/dhcp_queue_control_parser.h
@@ -176,9 +194,9 @@ include/kea/dhcpsrv/parsers/shared_network_parser.h
 include/kea/dhcpsrv/parsers/shared_networks_list_parser.h
 include/kea/dhcpsrv/parsers/simple_parser4.h
 include/kea/dhcpsrv/parsers/simple_parser6.h
-include/kea/dhcpsrv/pool.h
 %%PGSQL%%include/kea/dhcpsrv/pgsql_host_data_source.h
 %%PGSQL%%include/kea/dhcpsrv/pgsql_lease_mgr.h
+include/kea/dhcpsrv/pool.h
 include/kea/dhcpsrv/sanity_checker.h
 include/kea/dhcpsrv/shared_network.h
 include/kea/dhcpsrv/srv_config.h
@@ -228,10 +246,12 @@ include/kea/eval/dependency.h
 include/kea/eval/eval_context.h
 include/kea/eval/eval_context_decl.h
 include/kea/eval/eval_log.h
+include/kea/eval/eval_messages.h
 include/kea/eval/evaluate.h
 include/kea/eval/parser.h
 include/kea/eval/token.h
 include/kea/exceptions/exceptions.h
+include/kea/exceptions/isc_assert.h
 include/kea/hooks/callout_handle.h
 include/kea/hooks/callout_handle_associate.h
 include/kea/hooks/callout_manager.h
@@ -239,6 +259,7 @@ include/kea/hooks/hooks.h
 include/kea/hooks/hooks_config.h
 include/kea/hooks/hooks_log.h
 include/kea/hooks/hooks_manager.h
+include/kea/hooks/hooks_messages.h
 include/kea/hooks/hooks_parser.h
 include/kea/hooks/libinfo.h
 include/kea/hooks/library_handle.h
@@ -257,8 +278,10 @@ include/kea/http/http_header.h
 include/kea/http/http_log.h
 include/kea/http/http_message.h
 include/kea/http/http_message_parser_base.h
+include/kea/http/http_messages.h
 include/kea/http/http_types.h
 include/kea/http/listener.h
+include/kea/http/listener_impl.h
 include/kea/http/post_request.h
 include/kea/http/post_request_json.h
 include/kea/http/request.h
@@ -302,6 +325,7 @@ include/kea/log/output_option.h
 %%MYSQL%%include/kea/mysql/mysql_constants.h
 %%PGSQL%%include/kea/pgsql/pgsql_connection.h
 %%PGSQL%%include/kea/pgsql/pgsql_exchange.h
+include/kea/process/cb_ctl_base.h
 include/kea/process/config_base.h
 include/kea/process/config_ctl_info.h
 include/kea/process/config_ctl_parser.h
@@ -313,12 +337,14 @@ include/kea/process/daemon.h
 include/kea/process/io_service_signal.h
 include/kea/process/log_parser.h
 include/kea/process/logging_info.h
+include/kea/process/process_messages.h
 include/kea/stats/context.h
 include/kea/stats/observation.h
 include/kea/stats/stats_mgr.h
 include/kea/util/boost_time_utils.h
 include/kea/util/buffer.h
 include/kea/util/csv_file.h
+include/kea/util/doubles.h
 include/kea/util/encode/base16_from_binary.h
 include/kea/util/encode/base32hex.h
 include/kea/util/encode/base32hex_from_binary.h
@@ -332,12 +358,11 @@ include/kea/util/io/fd.h
 include/kea/util/io/fd_share.h
 include/kea/util/io/pktinfo_utilities.h
 include/kea/util/io/sockaddr_util.h
-include/kea/util/io/socketsession.h
 include/kea/util/io_utilities.h
 include/kea/util/labeled_value.h
 include/kea/util/memory_segment.h
 include/kea/util/memory_segment_local.h
-include/kea/util/optional_value.h
+include/kea/util/optional.h
 include/kea/util/pid_file.h
 include/kea/util/pointer_util.h
 include/kea/util/process_spawn.h
@@ -356,12 +381,14 @@ include/kea/util/threads/watched_thread.h
 include/kea/util/time_utilities.h
 include/kea/util/versioned_csv_file.h
 include/kea/util/watch_socket.h
-lib/hooks/libdhcp_ha.a
-lib/hooks/libdhcp_ha.so
-lib/hooks/libdhcp_lease_cmds.a
-lib/hooks/libdhcp_lease_cmds.so
-lib/hooks/libdhcp_stat_cmds.a
-lib/hooks/libdhcp_stat_cmds.so
+lib/kea/hooks/libdhcp_ha.a
+lib/kea/hooks/libdhcp_ha.so
+lib/kea/hooks/libdhcp_lease_cmds.a
+lib/kea/hooks/libdhcp_lease_cmds.so
+%%MYSQL%%lib/kea/hooks/libdhcp_mysql_cb.a
+%%MYSQL%%lib/kea/hooks/libdhcp_mysql_cb.so
+lib/kea/hooks/libdhcp_stat_cmds.a
+lib/kea/hooks/libdhcp_stat_cmds.so
 lib/libkea-asiodns.a
 lib/libkea-asiodns.so
 lib/libkea-asiodns.so.0
@@ -369,75 +396,75 @@ lib/libkea-asiodns.so.0.0.2
 lib/libkea-asiolink.a
 lib/libkea-asiolink.so
 lib/libkea-asiolink.so.7
-lib/libkea-asiolink.so.7.0.0
+lib/libkea-asiolink.so.7.0.2
 lib/libkea-cc.a
 lib/libkea-cc.so
-lib/libkea-cc.so.7
-lib/libkea-cc.so.7.0.0
+lib/libkea-cc.so.8
+lib/libkea-cc.so.8.1.1
 lib/libkea-cfgclient.a
 lib/libkea-cfgclient.so
-lib/libkea-cfgclient.so.6
-lib/libkea-cfgclient.so.6.0.0
+lib/libkea-cfgclient.so.7
+lib/libkea-cfgclient.so.7.0.1
 lib/libkea-cryptolink.a
 lib/libkea-cryptolink.so
 lib/libkea-cryptolink.so.4
 lib/libkea-cryptolink.so.4.0.0
 lib/libkea-database.a
 lib/libkea-database.so
-lib/libkea-database.so.1
-lib/libkea-database.so.1.0.0
+lib/libkea-database.so.3
+lib/libkea-database.so.3.1.0
 lib/libkea-dhcp++.a
 lib/libkea-dhcp++.so
-lib/libkea-dhcp++.so.11
-lib/libkea-dhcp++.so.11.0.0
+lib/libkea-dhcp++.so.13
+lib/libkea-dhcp++.so.13.0.1
 lib/libkea-dhcp_ddns.a
 lib/libkea-dhcp_ddns.so
 lib/libkea-dhcp_ddns.so.1
-lib/libkea-dhcp_ddns.so.1.0.3
+lib/libkea-dhcp_ddns.so.1.0.5
 lib/libkea-dhcpsrv.a
 lib/libkea-dhcpsrv.so
-lib/libkea-dhcpsrv.so.14
-lib/libkea-dhcpsrv.so.14.0.0
+lib/libkea-dhcpsrv.so.16
+lib/libkea-dhcpsrv.so.16.0.1
 lib/libkea-dns++.a
 lib/libkea-dns++.so
 lib/libkea-dns++.so.3
-lib/libkea-dns++.so.3.0.0
+lib/libkea-dns++.so.3.0.1
 lib/libkea-eval.a
 lib/libkea-eval.so
-lib/libkea-eval.so.10
-lib/libkea-eval.so.10.0.0
+lib/libkea-eval.so.11
+lib/libkea-eval.so.11.0.0
 lib/libkea-exceptions.a
 lib/libkea-exceptions.so
 lib/libkea-exceptions.so.0
-lib/libkea-exceptions.so.0.0.1
+lib/libkea-exceptions.so.0.2.0
 lib/libkea-hooks.a
 lib/libkea-hooks.so
 lib/libkea-hooks.so.7
-lib/libkea-hooks.so.7.0.2
+lib/libkea-hooks.so.7.0.3
 lib/libkea-http.a
 lib/libkea-http.so
-lib/libkea-http.so.4
-lib/libkea-http.so.4.0.0
+lib/libkea-http.so.6
+lib/libkea-http.so.6.0.1
 lib/libkea-log.a
 lib/libkea-log.so
-lib/libkea-log.so.3
-lib/libkea-log.so.3.0.1
+lib/libkea-log.so.4
+lib/libkea-log.so.4.0.0
 %%MYSQL%%lib/libkea-mysql.a
 %%MYSQL%%lib/libkea-mysql.so
-%%MYSQL%%lib/libkea-mysql.so.0
-%%MYSQL%%lib/libkea-mysql.so.0.0.1
+%%MYSQL%%lib/libkea-mysql.so.1
+%%MYSQL%%lib/libkea-mysql.so.1.0.2
 %%PGSQL%%lib/libkea-pgsql.a
 %%PGSQL%%lib/libkea-pgsql.so
 %%PGSQL%%lib/libkea-pgsql.so.0
-%%PGSQL%%lib/libkea-pgsql.so.0.0.0
+%%PGSQL%%lib/libkea-pgsql.so.0.0.2
 lib/libkea-process.a
 lib/libkea-process.so
-lib/libkea-process.so.3
-lib/libkea-process.so.3.0.0
+lib/libkea-process.so.4
+lib/libkea-process.so.4.2.0
 lib/libkea-stats.a
 lib/libkea-stats.so
-lib/libkea-stats.so.2
-lib/libkea-stats.so.2.0.2
+lib/libkea-stats.so.3
+lib/libkea-stats.so.3.1.0
 lib/libkea-threads.a
 lib/libkea-threads.so
 lib/libkea-threads.so.2
@@ -448,17 +475,8 @@ lib/libkea-util-io.so.0
 lib/libkea-util-io.so.0.0.1
 lib/libkea-util.a
 lib/libkea-util.so
-lib/libkea-util.so.5
-lib/libkea-util.so.5.0.0
-libdata/pkgconfig/dns++.pc
-man/man8/kea-admin.8.gz
-man/man8/kea-ctrl-agent.8.gz
-man/man8/kea-dhcp-ddns.8.gz
-man/man8/kea-dhcp4.8.gz
-man/man8/kea-dhcp6.8.gz
-man/man8/kea-lfc.8.gz
-man/man8/keactrl.8.gz
-man/man8/perfdhcp.8.gz
+lib/libkea-util.so.7
+lib/libkea-util.so.7.0.0
 sbin/kea-admin
 sbin/kea-ctrl-agent
 sbin/kea-dhcp-ddns
@@ -466,13 +484,13 @@ sbin/kea-dhcp4
 sbin/kea-dhcp6
 sbin/kea-lfc
 sbin/keactrl
-sbin/perfdhcp
 %%DATADIR%%/scripts/admin-utils.sh
 %%DATADIR%%/scripts/cql/dhcpdb_create.cql
 %%DATADIR%%/scripts/cql/dhcpdb_drop.cql
-%%DATADIR%%/scripts/cql/soft_wipe.cql
 %%DATADIR%%/scripts/cql/upgrade_1.0_to_2.0.sh
 %%DATADIR%%/scripts/cql/upgrade_2.0_to_3.0.sh
+%%DATADIR%%/scripts/cql/upgrade_3.0_to_4.0.sh
+%%DATADIR%%/scripts/cql/wipe_data.sh
 %%DATADIR%%/scripts/mysql/dhcpdb_create.mysql
 %%DATADIR%%/scripts/mysql/dhcpdb_drop.mysql
 %%DATADIR%%/scripts/mysql/upgrade_1.0_to_2.0.sh
@@ -484,6 +502,10 @@ sbin/perfdhcp
 %%DATADIR%%/scripts/mysql/upgrade_5.1_to_5.2.sh
 %%DATADIR%%/scripts/mysql/upgrade_5.2_to_6.0.sh
 %%DATADIR%%/scripts/mysql/upgrade_6.0_to_7.0.sh
+%%DATADIR%%/scripts/mysql/upgrade_7.0_to_8.0.sh
+%%DATADIR%%/scripts/mysql/upgrade_8.0_to_8.1.sh
+%%DATADIR%%/scripts/mysql/upgrade_8.1_to_8.2.sh
+%%DATADIR%%/scripts/mysql/wipe_data.sh
 %%DATADIR%%/scripts/pgsql/dhcpdb_create.pgsql
 %%DATADIR%%/scripts/pgsql/dhcpdb_drop.pgsql
 %%DATADIR%%/scripts/pgsql/upgrade_1.0_to_2.0.sh
@@ -493,25 +515,12 @@ sbin/perfdhcp
 %%DATADIR%%/scripts/pgsql/upgrade_3.2_to_3.3.sh
 %%DATADIR%%/scripts/pgsql/upgrade_3.3_to_4.0.sh
 %%DATADIR%%/scripts/pgsql/upgrade_4.0_to_5.0.sh
-%%DATADIR%%/yang/modules/ietf-dhcpv6-client@2018-09-04.yang
-%%DATADIR%%/yang/modules/ietf-dhcpv6-options@2018-09-04.yang
-%%DATADIR%%/yang/modules/ietf-dhcpv6-relay@2018-09-04.yang
-%%DATADIR%%/yang/modules/ietf-dhcpv6-server@2018-09-04.yang
-%%DATADIR%%/yang/modules/ietf-dhcpv6-types@2018-09-04.yang
-%%DATADIR%%/yang/modules/ietf-inet-types@2013-07-15.yang
-%%DATADIR%%/yang/modules/ietf-interfaces@2014-05-08.yang
-%%DATADIR%%/yang/modules/ietf-yang-types@2013-07-15.yang
-%%DATADIR%%/yang/modules/kea-ctrl-agent@2018-11-20.yang
-%%DATADIR%%/yang/modules/kea-dhcp-ddns@2018-11-20.yang
-%%DATADIR%%/yang/modules/kea-dhcp-types@2018-11-20.yang
-%%DATADIR%%/yang/modules/kea-dhcp4-server@2018-11-20.yang
-%%DATADIR%%/yang/modules/kea-dhcp6-server@2018-11-20.yang
-%%DATADIR%%/yang/modules/kea-logging@2018-11-20.yang
-%%DATADIR%%/yang/modules/kea-types@2018-11-20.yang
+%%DATADIR%%/scripts/pgsql/upgrade_5.0_to_5.1.sh
+%%DATADIR%%/scripts/pgsql/wipe_data.sh
 @sample %%ETCDIR%%/kea-ctrl-agent.conf.sample
 @sample %%ETCDIR%%/kea-dhcp-ddns.conf.sample
 @sample %%ETCDIR%%/kea-dhcp4.conf.sample
 @sample %%ETCDIR%%/kea-dhcp6.conf.sample
-@sample %%ETCDIR%%/kea-netconf.conf.sample
 @sample %%ETCDIR%%/keactrl.conf.sample
 @dir /var/db/kea
+@dir /var/run/kea



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909201450.x8KEoCqL072104>