aboutsummaryrefslogtreecommitdiffstats
path: root/net/kea
Commit message (Collapse)AuthorAgeFilesLines
* Configure leap-second smearing (always).cy2016-11-221-1/+8
| | | | | | | | | | | | | | | | Leap-second smearing is an experimental option that may be specified in ntp.conf(5) to spread the effect of a leap-second over an interval as specified by the leapsmearinterval config file statement. Recommended values are between 7200 (2 hours) and 86400 (24 hours). It is advised that leap-second smearing not be used for public NTP servers (https://www.meinbergglobal.com/download/burnicki/Leap\ %20Second%20Smearing%20With%20NTP.pdf). It is also advised that NTP clients not use a mix of NTP servers using leap-second smearing with NTP servers not using leap-second smearing as that could cause undefined client behaviour. Suggested by: des
* net/kea: unbreak build with boost 1.62 on 9.xjbeich2016-11-211-1/+2
| | | | | | | | | | `_ZZN5boost6system15system_categoryEvE21system_category_const' referenced in section `.text' of .libs/libkea_asiolink_la-io_address.o: defined in discarded section `.bss._ZZN5boost6system15system_categoryEvE21system_category_const[_ZZN5boost6system15system_categoryEvE21system_category_const]' of .libs/libkea_asiolink_la-io_address.o `_ZZN5boost6system16generic_categoryEvE22generic_category_const' referenced in section `.text' of .libs/libkea_asiolink_la-io_address.o: defined in discarded section `.bss._ZZN5boost6system16generic_categoryEvE22generic_category_const[_ZZN5boost6system16generic_categoryEvE22generic_category_const]' of .libs/libkea_asiolink_la-io_address.o [...] PR: 199601 Reported by: antoine (via exp-run) Approved by: portmgr blanket
* Update to 1.1.0.hrs2016-11-063-23/+30
| | | | PR: 213457
* Use USES=pathfix where applicable.mat2016-10-212-10/+1
| | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093
* Most commonly used build systems support silent builds, when theyamdmi32016-09-101-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | hide actual commands executed and only show short summary line (like "CC foo.c"). CMake and ninja enable this by default, some autotools using ports do as well. This is unacceptable because we need complete build logs at any time, so we now switch to verbose build logs unconditionally. Note that this change deliberately affects ALL builds and not only package builds on cluster, because we need to be sure that user experiencing failure can always provide informative build log regardless of settings and without rerunning the build. Change summary: - Always do verbose builds for cmake, ninja and GNU configure (the latter includes check if --disable-silent-rules is actually supported by the configure script; there are isolated cases when it's not true) - Remove CMAKE_VERBOSE, NINJA_VERBOSE and CONFIGURE_ARGS=--disable-silent-rules from all ports which set them for this is no longer needed - Revert hacks for --disable-silent-rules support priorly committed to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well Submitted by: amdmi3 Reviewed by: mat Exp-run by: antoine Approved by: portmgr (mat, antoine) Differential Revision: D7534
* Remove unneeded usage of:mat2016-06-061-2/+1
| | | | | | | | - MASTER_SITE_SUBDIR - ${MASTER_SITES_FOO} - :DEFAULT (and use a default when appropriate) Sponsored by: Absolight
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵amdmi32016-05-241-1/+0
| | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* Bump minimal python3 version to 3.3 in USESrm2016-02-031-1/+1
| | | | | | Because we are going to remove python 3.2 from the ports tree With hat: python
* Update to 1.0.0, the first production version. This includes securityhrs2016-01-0513-389/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. - PXE boot. Several new DHCPv4 and DHCPv6 options useful for PXE and iPXE boot are now supported. - Host Reservations in MySQL. Kea is now able to store host reservations in both its configuration file and a MySQL database. While currently available only for DHCPv4, this functionality will be available for DHCPv6 in an upcoming release. - Kea 1.0.0 is released under new license Mozilla Public License 2.0. Earlier releases were licensed under the ISC license. The new license is slightly more restrictive than the original ISC license. Security: CVE-2015-8373 Security: https://kb.isc.org/article/AA-01318/0/CVE-2015-8373-ISC-Kea%3A-unexpected-termination-while-handling-a-malformed-packet.html
* Fix typos in non-default options which prevented them from working.hrs2015-10-221-4/+4
| | | | | Reported by: Evgeny Dunaev Pointy hat to: hrs
* - Temporarily disable -Werror to fix build on 11.x. Boost < 1.59.0 hashrs2015-09-125-1/+58
| | | | | | | | 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.
* Add net/kea, a new open source DHCPv4/DHCPv6 server being developedhrs2015-09-0911-0/+656
by Internet Systems Consortium.