aboutsummaryrefslogtreecommitdiff
path: root/net/kea
Commit message (Collapse)AuthorAge
* kea: remove python3 dependency of kea-adminRosy Song2019-07-24
| | | | | | fix #9495 Signed-off-by: Rosy Song <rosysong@rosinson.com>
* kea: Fix compilation without deprecated OpenSSL APIsRosen Penev2019-07-03
| | | | | | Forgot to add this one to the last pull request. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* kea: Don't install to STAGING_DIR_HOSTRosen Penev2019-06-28
| | | | | | | | | | STAGING_DIR_HOST is for packages under tools/ , not host packages. Reorganized Makefile for consistency between packages. Added PKG/HOST_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* kea: Specify OpenSSL path for host builds as wellRosen Penev2019-04-10
| | | | | | | | | | | | Buildbots are failing on kea because kea/host is failing: checking for OpenSSL library... configure: error: OpenSSL auto detection failed I'm guessing the buildbots do not have OpenSSL installed and the configure script does not find the proper location for OpenSSL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* kea: Specify OpenSSL locationRosen Penev2019-04-07
| | | | | | | | | | Some buildbots are failing on this. Refreshed patches. Replace -fPIC with $(FPIC) Signed-off-by: Rosen Penev <rosenp@gmail.com>
* kea: add new packageBangLang Huang2019-04-03
Kea is an open source DHCPv4/DHCPv6 server being developed by Internet Systems Consortium. Kea is a high-performance, extensible DHCP server engine that is designed to be easily modified and extended with hooks libraries. Kea is free open source, and we welcome community engagement, via the Kea-users mailing list, this wiki, and our Github repository. There is a small core team of dedicated software engineers developing it and we need your contributions and support contracts to support them. DHCP Standardization efforts: The lead developer on KEA is co-chair of the Dynamic Host Configuration working group in the IETF. We are committed to providing a standards-compliant implementation and are closely tracking developments in this working group and evaluating them for inclusion in KEA. wiki : http://kea.isc.org/wiki official : https://www.isc.org/kea/ Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>