FreeBSD Bugzilla – Attachment 207309 Details for
Bug 240399
net/kea: Update to 1.6.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
set myself as port maintainer
kea.1.6.0.diff (text/plain), 20.21 KB, created by
Andrey Pevnev
on 2019-09-09 03:04:20 UTC
(
hide
)
Description:
set myself as port maintainer
Filename:
MIME Type:
Creator:
Andrey Pevnev
Created:
2019-09-09 03:04:20 UTC
Size:
20.21 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 511555) >+++ Makefile (working copy) >@@ -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 >@@ -19,7 +19,7 @@ > 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/-.*//} >@@ -40,9 +40,7 @@ > 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 >Index: distinfo >=================================================================== >--- distinfo (revision 511555) >+++ distinfo (working copy) >@@ -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 >Index: files/patch-Makefile.am >=================================================================== >--- files/patch-Makefile.am (revision 511555) >+++ files/patch-Makefile.am (working copy) >@@ -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 >Index: files/patch-src-bin-keactrl-Makefile.am >=================================================================== >--- files/patch-src-bin-keactrl-Makefile.am (revision 511555) >+++ files/patch-src-bin-keactrl-Makefile.am (working copy) >@@ -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 \ >Index: files/patch-src-bin-keactrl-keactrl.in >=================================================================== >--- files/patch-src-bin-keactrl-keactrl.in (revision 511555) >+++ files/patch-src-bin-keactrl-keactrl.in (nonexistent) >@@ -1,20 +0,0 @@ >---- src/bin/keactrl/keactrl.in.orig 2017-10-24 21:57:38 UTC >-+++ src/bin/keactrl/keactrl.in >-@@ -85,7 +85,7 @@ get_pid_from_file() { >- local conf_name=$(basename ${kea_config_file} | cut -f1 -d'.') >- >- # Default the directory to --localstatedir >-- local pid_file_dir=@localstatedir@/@PACKAGE@ >-+ local pid_file_dir=@localstatedir@/run >- >- # Use directory override if set (primarily for testing only) >- if [ ! -z $KEA_PIDFILE_DIR ]; then >-@@ -271,7 +271,7 @@ run_conditional() { >- # to the default file. >- if [ -z ${KEA_LOGGER_DESTINATION} ]; then >- prefix=@prefix@ >-- export KEA_LOGGER_DESTINATION=@localstatedir@/@PACKAGE@/kea.log >-+ export KEA_LOGGER_DESTINATION=@localstatedir@/log/kea.log >- fi >- >- command=${1} > >Property changes on: files/patch-src-bin-keactrl-keactrl.in >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: files/patch-src-lib-dhcpsrv-Makefile.am >=================================================================== >--- files/patch-src-lib-dhcpsrv-Makefile.am (revision 511555) >+++ files/patch-src-lib-dhcpsrv-Makefile.am (working copy) >@@ -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)\"" >Index: files/patch-src-lib-log-interprocess-Makefile.am >=================================================================== >--- files/patch-src-lib-log-interprocess-Makefile.am (revision 511555) >+++ files/patch-src-lib-log-interprocess-Makefile.am (nonexistent) >@@ -1,11 +0,0 @@ >---- src/lib/log/interprocess/Makefile.am.orig 2015-12-28 12:18:05 UTC >-+++ src/lib/log/interprocess/Makefile.am >-@@ -1,7 +1,7 @@ >- SUBDIRS = . tests >- >- AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib >--AM_CPPFLAGS += -DLOCKFILE_DIR=\"$(localstatedir)/run/$(PACKAGE_NAME)\" >-+AM_CPPFLAGS += -DLOCKFILE_DIR=\"$(localstatedir)/run\" >- AM_CPPFLAGS += $(BOOST_INCLUDES) >- >- AM_CXXFLAGS = $(KEA_CXXFLAGS) > >Property changes on: files/patch-src-lib-log-interprocess-Makefile.am >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: files/patch-src-lib-process-Makefile.am >=================================================================== >--- files/patch-src-lib-process-Makefile.am (revision 511555) >+++ files/patch-src-lib-process-Makefile.am (nonexistent) >@@ -1,9 +0,0 @@ >---- src/lib/process/Makefile.am.orig 2018-12-30 16:56:27 UTC >-+++ src/lib/process/Makefile.am >-@@ -1,5 +1,5 @@ >- SUBDIRS = . testutils tests >--dhcp_data_dir = @localstatedir@/@PACKAGE@ >-+dhcp_data_dir = @localstatedir@/run >- AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_srcdir)/src/lib >- AM_CPPFLAGS += -DDATA_DIR="\"$(dhcp_data_dir)\"" >- > >Property changes on: files/patch-src-lib-process-Makefile.am >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 511555) >+++ pkg-plist (working copy) >@@ -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/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/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/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/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/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/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/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_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/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_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_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 @@ > %%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,6 +337,7 @@ > 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 >@@ -319,6 +344,7 @@ > 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_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/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,15 +396,15 @@ > 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 >@@ -384,60 +411,60 @@ > 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.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-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 @@ > %%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 @@ > %%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
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
Actions:
View
|
Diff
Attachments on
bug 240399
:
207268
| 207309 |
207465