update to kea-1.7.7

This commit is contained in:
sthen 2020-05-14 11:48:07 +00:00
parent 8074deb923
commit 75aecb6f58
4 changed files with 11 additions and 7 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.21 2020/03/26 16:33:23 sthen Exp $
# $OpenBSD: Makefile,v 1.22 2020/05/14 11:48:07 sthen Exp $
COMMENT= high-performance and extensible DHCP server engine from ISC
VERSION= 1.7.6
VERSION= 1.7.7
DISTNAME= kea-${VERSION}
PKGNAME-main= kea-${VERSION:S/-P/pl/}

View File

@ -1,2 +1,2 @@
SHA256 (kea-1.7.6.tar.gz) = HaPVDgyOkuGqbWYQC1r9e5O6LFCwpOoRT9ncuL6YLKk=
SIZE (kea-1.7.6.tar.gz) = 7362882
SHA256 (kea-1.7.7.tar.gz) = C7qLBFZyiEqSj/SyqFdaxbpCDra6R6kzjxkyvDjc+GY=
SIZE (kea-1.7.7.tar.gz) = 7391670

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-src_bin_keactrl_keactrl_in,v 1.1 2019/09/26 13:23:37 sthen Exp $
$OpenBSD: patch-src_bin_keactrl_keactrl_in,v 1.2 2020/05/14 11:48:07 sthen Exp $
Index: src/bin/keactrl/keactrl.in
--- src/bin/keactrl/keactrl.in.orig
+++ src/bin/keactrl/keactrl.in
@@ -333,7 +333,7 @@ run_conditional() {
@@ -334,7 +334,7 @@ run_conditional() {
# to the default file.
if [ -z "${KEA_LOGGER_DESTINATION}" ]; then
prefix=@prefix@

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.8 2020/03/26 16:33:23 sthen Exp $
@comment $OpenBSD: PLIST,v 1.9 2020/05/14 11:48:08 sthen Exp $
@newgroup _kea:763
@newuser _kea:763:_kea:daemon:Kea user:/nonexistent:/sbin/nologin
@mode 0750
@ -158,6 +158,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
@ -208,6 +209,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
@ -387,6 +389,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
@ -401,6 +404,7 @@ 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/thread_pool.h
include/kea/util/time_utilities.h
include/kea/util/versioned_csv_file.h
include/kea/util/watch_socket.h