| Port details |
- kea Alternative DHCP implementation by ISC
- 3.2.0 net
=9 3.2.0Version of this port present on the latest quarterly branch. - Maintainer: apevnev@me.com
 - Port Added: 2015-09-09 14:28:58
- Last Update: 2026-06-25 01:07:16
- Commit Hash: 6e475f0
- People watching this port, also watch:: portmaster, apache24, sudo, openvpn, smartmontools
- License: MPL20
- WWW:
- https://kea.isc.org/
- Description:
- Kea provides DHCPv4 and DHCPv6 servers, a dynamic DNS update module,
a portable DHCP library, libdhcp++, and a DHCP benchmarking tool,
perfdhcp.
Kea is developed by Internet Systems Consortium.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
-
- Dependency lines:
-
- To install the port:
- cd /usr/ports/net/kea/ && make install clean
- To add the package, run one of these commands:
- pkg install net/kea
- pkg install kea
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: kea
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1782312691
SHA256 (kea-3.2.0.tar.xz) = 14bf695d37b65b9b1bf550fea5d0adaf9806c50e5419ef2a176a4b8e9aade3df
SIZE (kea-3.2.0.tar.xz) = 6765764
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- googletest>0 : devel/googletest
- rst2man : textproc/py-docutils@py312
- cmake : devel/cmake-core
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.12 : lang/python312
- Test dependencies:
-
- python3.12 : lang/python312
- Runtime dependencies:
-
- python3.12 : lang/python312
- Library dependencies:
-
- libboost_date_time.so : devel/boost-libs
- liblog4cplus.so : devel/log4cplus
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for kea-3.2.0:
DOCS=on: Build and/or install documentation
MYSQL=off: MySQL database support
PGSQL=off: PostgreSQL database support
===> Use 'make config' to modify these settings
- Options name:
- net_kea
- USES:
- cmake:indirect compiler:c++11-lang cpe iconv meson pathfix pkgconfig python shebangfix ssl tar:xz
- pkg-message:
- If upgrading from < 3.0.0:
- Please visit https://kb.isc.org/docs/things-to-be-aware-of-when-upgrading-to-kea-300 for upgrade instructions.
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.0.0 06 Jun 2016 15:25:42
  |
mat  |
Remove unneeded usage of:
- MASTER_SITE_SUBDIR
- ${MASTER_SITES_FOO}
- :DEFAULT (and use a default when appropriate)
Sponsored by: Absolight |
1.0.0 23 May 2016 20:35:01
  |
amdmi3  |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
1.0.0 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.0.0 02 Feb 2016 20:01:44
  |
rm  |
Bump minimal python3 version to 3.3 in USES
Because we are going to remove python 3.2 from the ports tree
With hat: python |
1.0.0 04 Jan 2016 18:13:37
  |
hrs  |
Update to 1.0.0, the first production version. This includes security
fixes for CVE-2015-8373 in addition to the following improvements:
- Lease expiration. A configurable mechanism which provides the
ability to properly clean up expired leases including hook points,
DNS clean up, and logging.
- Client classification. Initial support for client classification
using conditional logic expressions to test inbound packet content
is available for both DHCPv4 and DHCPv6.
- Decline support in both DHCPv4 and DHCPv6.
- New statistics. Several new statistics have been added. They can be
used to monitor lease expiration and decline processing. (Only the first 15 lines of the commit message are shown above ) |
0.9.2 22 Oct 2015 02:04:33
  |
hrs  |
Fix typos in non-default options which prevented them from working.
Reported by: Evgeny Dunaev
Pointy hat to: hrs |
0.9.2 11 Sep 2015 23:50:56
  |
hrs  |
- Temporarily disable -Werror to fix build on 11.x. Boost < 1.59.0 has
a lot of unused local typedefs while the newer versions use
__attribulte__((unused)) to suppress the warning.
- Add patches to remove BOOST_PFTO_WRAPPER(). This macro is obsolete
in the newer versions of Boost. |
0.9.2 09 Sep 2015 14:28:47
  |
hrs  |
Add net/kea, a new open source DHCPv4/DHCPv6 server being developed
by Internet Systems Consortium. |