net/kea: Update to 1.8.0
DISTNAME is ${PORTNAME}-${PORTVERSION} by default -- portlint PR: 248973 Submitted by: Andrey Pevnev <apevnev@me.com> (maintainer)
This commit is contained in:
parent
2211c603e6
commit
5f495c77aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548437
4 changed files with 73 additions and 64 deletions
|
@ -4,7 +4,6 @@ PORTNAME= kea
|
|||
PORTVERSION= ${ISCVERSION:S/-P/P/:S/-beta/b/:S/a/.a/:S/rc/.rc/}
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ISC/kea/${ISCVERSION}
|
||||
DISTNAME= ${PORTNAME}-${ISCVERSION}
|
||||
|
||||
MAINTAINER= apevnev@me.com
|
||||
COMMENT= Alternative DHCP implementation by ISC
|
||||
|
@ -18,7 +17,7 @@ LIB_DEPENDS= liblog4cplus.so:devel/log4cplus \
|
|||
USES= autoreconf compiler:c++11-lang iconv libtool pathfix ssl cpe
|
||||
|
||||
# ISC releases things like 1.4.0-P1, which our versioning doesn't like
|
||||
ISCVERSION= 1.6.3
|
||||
ISCVERSION= 1.8.0
|
||||
|
||||
CPE_VENDOR= isc
|
||||
CPE_VERSION= ${ISCVERSION:C/-.*//}
|
||||
|
@ -38,7 +37,8 @@ INSTALL_TARGET= install-strip
|
|||
TEST_TARGET= check
|
||||
|
||||
PORTDOCS= AUTHORS COPYING ChangeLog README \
|
||||
CONTRIBUTING.md examples
|
||||
CONTRIBUTING.md examples code_of_conduct.md \
|
||||
platforms.rst
|
||||
|
||||
OPTIONS_DEFINE= DOCS MYSQL PGSQL
|
||||
OPTIONS_SUB= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1596739089
|
||||
SHA256 (kea-1.6.3.tar.gz) = aa3f355921bed6ae84e04ceba85ee20129abdf84416460af243278c46e3367f1
|
||||
SIZE (kea-1.6.3.tar.gz) = 7179234
|
||||
TIMESTAMP = 1598630208
|
||||
SHA256 (kea-1.8.0.tar.gz) = 3d91106fba3698194fb80da4149af709c7b2e89881311522816e561fca0ec0ea
|
||||
SIZE (kea-1.8.0.tar.gz) = 8997516
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
--- src/bin/keactrl/keactrl.in.orig 2019-10-19 21:50:45 UTC
|
||||
+++ src/bin/keactrl/keactrl.in
|
||||
@@ -517,8 +517,8 @@ ${args}" 1
|
||||
|
||||
status)
|
||||
if [ -t 1 ]; then
|
||||
- inactive="\e[91minactive\e[0m"
|
||||
- active="\e[92mactive\e[0m"
|
||||
+ inactive="\033[91minactive\033[0m"
|
||||
+ active="\033[92mactive\033[0m"
|
||||
else
|
||||
inactive="inactive"
|
||||
active="active"
|
|
@ -142,6 +142,7 @@ include/kea/dhcpsrv/cfg_hosts.h
|
|||
include/kea/dhcpsrv/cfg_hosts_util.h
|
||||
include/kea/dhcpsrv/cfg_iface.h
|
||||
include/kea/dhcpsrv/cfg_mac_source.h
|
||||
include/kea/dhcpsrv/cfg_multi_threading.h
|
||||
include/kea/dhcpsrv/cfg_option.h
|
||||
include/kea/dhcpsrv/cfg_option_def.h
|
||||
include/kea/dhcpsrv/cfg_rsoo.h
|
||||
|
@ -193,6 +194,7 @@ include/kea/dhcpsrv/parsers/expiration_config_parser.h
|
|||
include/kea/dhcpsrv/parsers/host_reservation_parser.h
|
||||
include/kea/dhcpsrv/parsers/host_reservations_list_parser.h
|
||||
include/kea/dhcpsrv/parsers/ifaces_config_parser.h
|
||||
include/kea/dhcpsrv/parsers/multi_threading_config_parser.h
|
||||
include/kea/dhcpsrv/parsers/option_data_parser.h
|
||||
include/kea/dhcpsrv/parsers/sanity_checks_parser.h
|
||||
include/kea/dhcpsrv/parsers/shared_network_parser.h
|
||||
|
@ -202,6 +204,7 @@ include/kea/dhcpsrv/parsers/simple_parser6.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/resource_handler.h
|
||||
include/kea/dhcpsrv/sanity_checker.h
|
||||
include/kea/dhcpsrv/shared_network.h
|
||||
include/kea/dhcpsrv/srv_config.h
|
||||
|
@ -367,6 +370,7 @@ 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/multi_threading_mgr.h
|
||||
include/kea/util/optional.h
|
||||
include/kea/util/pid_file.h
|
||||
include/kea/util/pointer_util.h
|
||||
|
@ -374,18 +378,23 @@ include/kea/util/process_spawn.h
|
|||
include/kea/util/random/qid_gen.h
|
||||
include/kea/util/random/random_number_generator.h
|
||||
include/kea/util/range_utilities.h
|
||||
include/kea/util/readwrite_mutex.h
|
||||
include/kea/util/signal_set.h
|
||||
include/kea/util/staged_value.h
|
||||
include/kea/util/state_model.h
|
||||
include/kea/util/stopwatch.h
|
||||
include/kea/util/stopwatch_impl.h
|
||||
include/kea/util/strutil.h
|
||||
include/kea/util/threads/sync.h
|
||||
include/kea/util/threads/thread.h
|
||||
include/kea/util/threads/watched_thread.h
|
||||
include/kea/util/thread_pool.h
|
||||
include/kea/util/time_utilities.h
|
||||
include/kea/util/unlock_guard.h
|
||||
include/kea/util/versioned_csv_file.h
|
||||
include/kea/util/watch_socket.h
|
||||
include/kea/util/watched_thread.h
|
||||
lib/kea/hooks/libdhcp_bootp.a
|
||||
lib/kea/hooks/libdhcp_bootp.so
|
||||
lib/kea/hooks/libdhcp_flex_option.a
|
||||
lib/kea/hooks/libdhcp_flex_option.so
|
||||
lib/kea/hooks/libdhcp_ha.a
|
||||
lib/kea/hooks/libdhcp_ha.so
|
||||
lib/kea/hooks/libdhcp_lease_cmds.a
|
||||
|
@ -396,92 +405,98 @@ 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
|
||||
lib/libkea-asiodns.so.0.0.2
|
||||
lib/libkea-asiodns.so.1
|
||||
lib/libkea-asiodns.so.1.0.1
|
||||
lib/libkea-asiolink.a
|
||||
lib/libkea-asiolink.so
|
||||
lib/libkea-asiolink.so.7
|
||||
lib/libkea-asiolink.so.7.0.2
|
||||
lib/libkea-asiolink.so.9
|
||||
lib/libkea-asiolink.so.9.0.0
|
||||
lib/libkea-cc.a
|
||||
lib/libkea-cc.so
|
||||
lib/libkea-cc.so.8
|
||||
lib/libkea-cc.so.8.1.1
|
||||
lib/libkea-cc.so.8.1.5
|
||||
lib/libkea-cfgclient.a
|
||||
lib/libkea-cfgclient.so
|
||||
lib/libkea-cfgclient.so.7
|
||||
lib/libkea-cfgclient.so.7.0.2
|
||||
lib/libkea-cfgclient.so.10
|
||||
lib/libkea-cfgclient.so.10.0.0
|
||||
lib/libkea-cryptolink.a
|
||||
lib/libkea-cryptolink.so
|
||||
lib/libkea-cryptolink.so.4
|
||||
lib/libkea-cryptolink.so.4.0.0
|
||||
lib/libkea-cryptolink.so.5
|
||||
lib/libkea-cryptolink.so.5.0.0
|
||||
lib/libkea-database.a
|
||||
lib/libkea-database.so
|
||||
lib/libkea-database.so.4
|
||||
lib/libkea-database.so.4.0.1
|
||||
lib/libkea-database.so.6
|
||||
lib/libkea-database.so.6.1.0
|
||||
lib/libkea-dhcp++.a
|
||||
lib/libkea-dhcp++.so
|
||||
lib/libkea-dhcp++.so.14
|
||||
lib/libkea-dhcp++.so.14.0.0
|
||||
lib/libkea-dhcp++.so.19
|
||||
lib/libkea-dhcp++.so.19.0.0
|
||||
lib/libkea-dhcp_ddns.a
|
||||
lib/libkea-dhcp_ddns.so
|
||||
lib/libkea-dhcp_ddns.so.1
|
||||
lib/libkea-dhcp_ddns.so.1.0.5
|
||||
lib/libkea-dhcp_ddns.so.3
|
||||
lib/libkea-dhcp_ddns.so.3.0.0
|
||||
lib/libkea-dhcpsrv.a
|
||||
lib/libkea-dhcpsrv.so
|
||||
lib/libkea-dhcpsrv.so.17
|
||||
lib/libkea-dhcpsrv.so.17.0.0
|
||||
lib/libkea-dhcpsrv.so.27
|
||||
lib/libkea-dhcpsrv.so.27.0.0
|
||||
lib/libkea-dns++.a
|
||||
lib/libkea-dns++.so
|
||||
lib/libkea-dns++.so.3
|
||||
lib/libkea-dns++.so.3.0.1
|
||||
lib/libkea-dns++.so.5
|
||||
lib/libkea-dns++.so.5.0.0
|
||||
lib/libkea-eval.a
|
||||
lib/libkea-eval.so
|
||||
lib/libkea-eval.so.11
|
||||
lib/libkea-eval.so.11.0.0
|
||||
lib/libkea-eval.so.12
|
||||
lib/libkea-eval.so.12.0.3
|
||||
lib/libkea-exceptions.a
|
||||
lib/libkea-exceptions.so
|
||||
lib/libkea-exceptions.so.0
|
||||
lib/libkea-exceptions.so.0.2.0
|
||||
lib/libkea-exceptions.so.0.2.1
|
||||
lib/libkea-hooks.a
|
||||
lib/libkea-hooks.so
|
||||
lib/libkea-hooks.so.7
|
||||
lib/libkea-hooks.so.7.0.3
|
||||
lib/libkea-hooks.so.15
|
||||
lib/libkea-hooks.so.15.0.0
|
||||
lib/libkea-http.a
|
||||
lib/libkea-http.so
|
||||
lib/libkea-http.so.6
|
||||
lib/libkea-http.so.6.0.2
|
||||
lib/libkea-http.so.7
|
||||
lib/libkea-http.so.7.1.0
|
||||
lib/libkea-log.a
|
||||
lib/libkea-log.so
|
||||
lib/libkea-log.so.4
|
||||
lib/libkea-log.so.4.0.0
|
||||
lib/libkea-log.so.6
|
||||
lib/libkea-log.so.6.0.1
|
||||
%%MYSQL%%lib/libkea-mysql.a
|
||||
%%MYSQL%%lib/libkea-mysql.so
|
||||
%%MYSQL%%lib/libkea-mysql.so.1
|
||||
%%MYSQL%%lib/libkea-mysql.so.1.0.3
|
||||
%%MYSQL%%lib/libkea-mysql.so.6
|
||||
%%MYSQL%%lib/libkea-mysql.so.6.0.0
|
||||
%%PGSQL%%lib/libkea-pgsql.a
|
||||
%%PGSQL%%lib/libkea-pgsql.so
|
||||
%%PGSQL%%lib/libkea-pgsql.so.0
|
||||
%%PGSQL%%lib/libkea-pgsql.so.0.0.3
|
||||
%%PGSQL%%lib/libkea-pgsql.so.4
|
||||
%%PGSQL%%lib/libkea-pgsql.so.4.0.0
|
||||
lib/libkea-process.a
|
||||
lib/libkea-process.so
|
||||
lib/libkea-process.so.5
|
||||
lib/libkea-process.so.5.2.0
|
||||
lib/libkea-process.so.11
|
||||
lib/libkea-process.so.11.0.0
|
||||
lib/libkea-stats.a
|
||||
lib/libkea-stats.so
|
||||
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
|
||||
lib/libkea-threads.so.2.0.0
|
||||
lib/libkea-stats.so.6
|
||||
lib/libkea-stats.so.6.1.0
|
||||
lib/libkea-util-io.a
|
||||
lib/libkea-util-io.so
|
||||
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.7
|
||||
lib/libkea-util.so.7.0.0
|
||||
lib/libkea-util.so.16
|
||||
lib/libkea-util.so.16.0.0
|
||||
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/kea-netconf.8.gz
|
||||
man/man8/kea-shell.8.gz
|
||||
man/man8/keactrl.8.gz
|
||||
man/man8/perfdhcp.8.gz
|
||||
sbin/kea-admin
|
||||
sbin/kea-ctrl-agent
|
||||
sbin/kea-dhcp-ddns
|
||||
|
@ -495,6 +510,7 @@ sbin/keactrl
|
|||
%%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/upgrade_4.0_to_5.0.sh
|
||||
%%DATADIR%%/scripts/cql/wipe_data.sh
|
||||
%%DATADIR%%/scripts/mysql/dhcpdb_create.mysql
|
||||
%%DATADIR%%/scripts/mysql/dhcpdb_drop.mysql
|
||||
|
@ -510,6 +526,10 @@ sbin/keactrl
|
|||
%%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/upgrade_8.2_to_9.0.sh
|
||||
%%DATADIR%%/scripts/mysql/upgrade_9.0_to_9.1.sh
|
||||
%%DATADIR%%/scripts/mysql/upgrade_9.1_to_9.2.sh
|
||||
%%DATADIR%%/scripts/mysql/upgrade_9.2_to_9.3.sh
|
||||
%%DATADIR%%/scripts/mysql/wipe_data.sh
|
||||
%%DATADIR%%/scripts/pgsql/dhcpdb_create.pgsql
|
||||
%%DATADIR%%/scripts/pgsql/dhcpdb_drop.pgsql
|
||||
|
@ -521,6 +541,8 @@ sbin/keactrl
|
|||
%%DATADIR%%/scripts/pgsql/upgrade_3.3_to_4.0.sh
|
||||
%%DATADIR%%/scripts/pgsql/upgrade_4.0_to_5.0.sh
|
||||
%%DATADIR%%/scripts/pgsql/upgrade_5.0_to_5.1.sh
|
||||
%%DATADIR%%/scripts/pgsql/upgrade_5.1_to_6.0.sh
|
||||
%%DATADIR%%/scripts/pgsql/upgrade_6.0_to_6.1.sh
|
||||
%%DATADIR%%/scripts/pgsql/wipe_data.sh
|
||||
@dir /var/db/kea
|
||||
@dir /var/run/kea
|
||||
|
|
Loading…
Reference in a new issue