aboutsummaryrefslogtreecommitdiff
path: root/net/kea/patches
Commit message (Collapse)AuthorAge
* kea: bump to 2.4.0Stijn Tintel2023-10-08
| | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* kea: Update to 2.2.0Philip Prindeville2023-05-01
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* kea: bump to 2.0.2Stijn Tintel2022-04-02
| | | | | | | | | | | | | | | Drop patches that no longer apply: - net/kea/patches/001-fix-cross-compile.patch - net/kea/patches/002-fix-host-compile.patch Drop upstreamed patches: - net/kea/patches/020-shared_ptr.patch - net/kea/patches/030-gcc11.patch - net/kea/patches/040-map.patch Fixup patch net/kea/patches/003-no-test-compile.patch. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* kea: fix compilation with boost 1.77Rosen Penev2021-09-04
| | | | | | Missing header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* kea: fix compilation with GCC11Rosen Penev2021-07-07
| | | | | | Missing header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* kea: update to 1.8.2Rosen Penev2021-06-10
| | | | | | | | Backport upstream patch fixing host compilation with GCC11. Switched to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* kea: fix compilation with libcxxRosen Penev2020-10-31
| | | | | | | | | | Boost headers try to include experimental/string_view when std is less than c++17. This does not work ith libcxx where this header is not present. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* kea: update package to 1.8.0Tiago Gaspar2020-09-18
| | | | | | | Update kea to the latest stable version (1.8.0) and add kea-shell package. Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
* kea: update package to 1.6.0Tiago Gaspar2019-10-10
| | | | | | Update kea to the latest stable verion (1.6.0). Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.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: 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>