Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions net/kea/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=kea
PKG_VERSION:=3.0.1
PKG_VERSION:=3.1.2
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://ftp.isc.org/isc/kea/$(PKG_VERSION)
PKG_HASH:=ec84fec4bb7f6b9d15a82e755a571e9348eb4d6fbc62bb3f6f1296cd7a24c566
PKG_HASH:=885d4a3361abdf4c8104e7074a27df7d9827a25a10d12491e3f61cc76c0dff7d

PKG_MAINTAINER:=BangLang Huang <[email protected]>, Rosy Song <rosysong@rosinson.com>
PKG_MAINTAINER:=Philip Prindeville <philipp@redfish-solutions.com>
PKG_LICENSE:=MPL-2.0
PKG_LICENSE_FILES:=COPYING

Expand Down
11 changes: 0 additions & 11 deletions net/kea/patches/020-boost-system.patch

This file was deleted.

14 changes: 7 additions & 7 deletions net/kea/patches/030-cpp.patch
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
--- a/meson.build
+++ b/meson.build
@@ -300,7 +300,6 @@ endif
@@ -304,7 +304,6 @@ endif
# Google Test
GTEST_DEP = dependency(
'gtest',
- fallback: ['gtest', 'gtest_dep'],
required: FUZZ_OPT.enabled() or TESTS_OPT.enabled(),
)

@@ -363,167 +362,80 @@ conf_data.set('HAVE_PGSQL', POSTGRESQL_D
@@ -367,167 +366,80 @@ conf_data.set('HAVE_PGSQL', POSTGRESQL_D

#### Compiler Checks

Expand Down Expand Up @@ -197,7 +197,7 @@
have_afl = true
endif
conf_data.set('HAVE_AFL', have_afl)
@@ -534,22 +446,22 @@ if GTEST_DEP.found()
@@ -538,22 +450,22 @@ if GTEST_DEP.found()
if GTEST_DEP.type_name() == 'internal'
conf_data.set('HAVE_CREATE_UNIFIED_DIFF', true)
else
Expand All @@ -224,7 +224,7 @@
endif

#### Other checks.
@@ -753,7 +665,7 @@ if result.returncode() == 0
@@ -756,7 +668,7 @@ if result.returncode() == 0
else
report_conf_data.set('CXX_VERSION', 'unknown')
endif
Expand All @@ -233,7 +233,7 @@
compile_args += cpp_args_opt
report_conf_data.set('CXX_ARGS', ' '.join(compile_args))
report_conf_data.set('LD_ID', cpp.get_linker_id())
@@ -762,29 +674,25 @@ report_conf_data.set('LD_ARGS', ' '.join
@@ -765,29 +677,25 @@ report_conf_data.set('LD_ARGS', ' '.join
report_conf_data.set('PYTHON_PATH', PYTHON.full_path())
report_conf_data.set('PYTHON_VERSION', PYTHON.version())
report_conf_data.set('PKGPYTHONDIR', PKGPYTHONDIR)
Expand Down Expand Up @@ -268,7 +268,7 @@
if version == 'unknown'
version = 'unknown version'
endif
@@ -792,31 +700,23 @@ if CRYPTO_DEP.name() == botan.name()
@@ -795,31 +703,23 @@ if CRYPTO_DEP.name() == botan.name()
elif CRYPTO_DEP.name() == openssl.name()
report_conf_data.set('CRYPTO_NAME', 'OpenSSL')
report_conf_data.set('SPACES', ' ')
Expand Down Expand Up @@ -304,7 +304,7 @@
if version == 'unknown'
version = 'unknown version'
endif
@@ -1091,13 +991,6 @@ pkg.generate(
@@ -1094,13 +994,6 @@ pkg.generate(

#### More Custom Targets

Expand Down
Loading