summaryrefslogtreecommitdiff
path: root/net/kea (follow)
Commit message (Collapse)AuthorAgeFilesLines
* net/kea: update to 2.0.2Andrey Pevnev2022-03-093-10/+10
| | | | | | | ChangeLog: https://ftp.isc.org/isc/kea/2.0.2/Kea-2.0.2-ReleaseNotes.txt PR: 262326 Reported by: apevnev@me.com (maintainer)
* net/kea: Update to 2.0.1Andrey Pevnev2021-12-173-21/+21
| | | | | | | Changes: https://ftp.isc.org/isc/kea/2.0.1/Kea-2.0.1-ReleaseNotes.txt PR: 260455 Approved by: philip (mentor) Differential Revision: https://reviews.freebsd.org/D33519
* net/kea: Add an option to install kea-shell(8)yds2021-11-162-1/+16
| | | | | PR: 259856 Approved by: Andrey Pevnev <apevnev@me.com> (maintainer)
* net/key: Update to 2.0.0Andrey Pevnev2021-09-304-79/+284
| | | | | | Changes: http://ftp.isc.org/isc/kea/2.0.0/Kea-2.0.0-ReleaseNotes.txt PR: 258810
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net/kea: Add MySQL and PostgreSQL to the REQUIRES line in the rc.d script.Neel Chauhan2021-03-022-1/+6
| | | | | | | | This prevents database connection errors upon startup. PR: 253559 Submitted by: Kamigishi Rei <spambox AT haruhiism DOT net> Approved by: Andrey Pevnev <apevnev AT me DOT com> (maintainer)
* Update to version 1.8.2.Alexey Dokuchaev2021-01-133-10/+10
| | | | | PR: 251905 Submitted by: maintainer
* net/kea: upgrade 1.8.0 -> 1.8.1Kurt Jaeger2020-11-144-11/+10
| | | | | | PR: 251123 Submitted by: Andrey Pevnev <apevnev@me.com> (maintainer) Relnotes: http://ftp.isc.org/isc/kea/1.8.1/Kea-1.8.1-ReleaseNotes.txt
* net/kea: Fix colorized output for `keactl status`Danilo G. Baio2020-09-192-0/+14
| | | | | | | | | It wasn't properly fixed in the upstream. PR: 248973 Submitted by: Andrey Pevnev <apevnev@me.com> (maintainer) Reported by: Jose Luis Duran <jlduran@gmail.com> Event: September 2020 Bugathon
* net/kea: Add back DISTNAMEDanilo G. Baio2020-09-121-0/+1
| | | | | | | I shouldn't have removed the DISTNAME variable in ports r548437, it will be necessary in a future -P1 release. PR: 248973
* net/kea: Update to 1.8.0Danilo G. Baio2020-09-124-64/+73
| | | | | | | DISTNAME is ${PORTNAME}-${PORTVERSION} by default -- portlint PR: 248973 Submitted by: Andrey Pevnev <apevnev@me.com> (maintainer)
* Update to 1.6.3Li-Wen Hsu2020-08-073-10/+10
| | | | | PR: 248507 Submitted by: Andrey Pevnev <apevnev@me.com> (maintainer)
* net/kea: update 1.6.1 -> 1.6.2Kurt Jaeger2020-02-283-11/+10
| | | | | | PR: 244472 Submitted by: Andrey Pevnev <apevnev@me.com> (maintainer) Relnotes: https://downloads.isc.org/isc/kea/1.6.2/Kea162ReleaseNotes.txt
* devel/boost-*: update to 1.72.0Jan Beich2019-12-111-0/+1
| | | | | | | Changes: http://www.boost.org/users/history/version_1_72_0.html PR: 241449 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D22136
* Update to 1.6.1Jochen Neumeister2019-11-265-7/+6
| | | | | | | | Changelog: https://downloads.isc.org/isc/kea/1.6.1/Kea161ReleaseNotes.txt PR: 242127 Submitted by: Andrey Pevnev <apevnev@me.com> (maintainer) Sponsored by: Netzkommune GmbH
* Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysqlTobias Kortkamp2019-11-151-1/+1
|
* net/kea: Pet portlint, rclintKoichiro Iwao2019-10-257-37/+43
| | | | | | | | Also, add patch to support colorized output for `keactl status`. PR: 241349 Submitted by: Jose Luis Duran <jlduran@gmail.com> Approved by: Andrey Pevnev <apevnev@me.com> (maintainer)
* Drop the ipv6 virtual category for n* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
|
* net/kea: fix build without DOCSKurt Jaeger2019-09-251-8/+0
| | | | | | PR: 240792 Submitted by: Christian Ullrich <chris@chrullrich.net> Approved by: Andrey Pevnev <apevnev@me.com> (maintainer)
* net/kea: upgrade 1.5.0 -> 1.6.0Kurt Jaeger2019-09-209-137/+99
| | | | | | | | | | | - submitter becomes maintainer PR: 240399 Submitted by: Andrey Pevnev <apevnev@me.com> Approved by: hrs (maintainer) MFH: 2019Q3 Relnotes: https://downloads.isc.org/isc/kea/1.6.0/Kea160ReleaseNotes.txt Security: CVE-2019-6472, CVE-2019-6473, CVE-2019-6474
* devel/log4cplus: use new GCC on GCC platforms to fix net/keaPiotr Kubaj2019-09-181-2/+0
| | | | Approved by: mentors (implicit approval)
* devel/boost-*: update to 1.71.0Jan Beich2019-08-191-1/+1
| | | | | | | Changes: http://www.boost.org/users/history/version_1_71_0.html PR: 238827 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20774
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
* devel/boost-*: update to 1.70.0Jan Beich2019-04-121-1/+1
| | | | | | | Changes: http://www.boost.org/users/history/version_1_70_0.html PR: 235956 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19303
* net/kea: unbreak if PGSQL or MYSQL is selectedKurt Jaeger2018-12-312-1/+19
| | | | | | PR: 234530 Reported by: Matt Smith <matt.xtaz@gmail.com> Approved by: hrs (well, sortof)
* net/kea: upgrade 1.4.0-P1 -> 1.5.0Kurt Jaeger2018-12-306-137/+105
| | | | | | | | PR: 234032 Submitted by: Andrey Pevnev <apevnev@me.com> Approved by: hrs (maintainer timeout) Relnotes: https://gitlab.isc.org/isc-projects/kea/blob/Kea-1.5.0/ChangeLog https://ftp.isc.org/isc/kea/1.5.0/Kea150ReleaseNotes.txt
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
* devel/boost-*: update to 1.69.0Jan Beich2018-12-121-1/+1
| | | | | | | Changes: http://www.boost.org/users/history/version_1_69_0.html PR: 232525 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17645
* net/kea: change WWW from http to httpsKurt Jaeger2018-11-101-1/+1
| | | | PR: 229088
* net/kea: update 1.3.0 -> 1.4.0-P1Kurt Jaeger2018-11-109-131/+91
| | | | | | | | | | | PR: 229088 Submitted by: Andrey Pevnev <apevnev@me.com> Reviewed by: Jeff Kletsky <jeff+freebsd@wagsky.com> Approved by: hrs (maintainer timeout) Relnotes: https://ftp.isc.org/isc/kea/1.4.0/Kea140ReleaseNotes.txt https://ftp.isc.org/isc/kea/1.4.0-P1/Kea140P1ReleaseNotes.txt https://www.isc.org/blogs/kea-1-4-adds-high-availability-mode/ https://kb.isc.org/docs/aa-01615
* net/kea: remove unused dependency on python 3.3+Koichiro Iwao2018-10-231-2/+2
| | | | | | | | | Also, * Bump PORTREVISION due to dependency change PR: 220907 Submitted by: Andrew Fyfe Approved by: maintainer timeout (15 months), mentors (implicit)
* devel/boost-*: update to 1.68.0Jan Beich2018-08-091-1/+1
| | | | | | | | | - Switch to C++14 for libboost_system to support C++14 consumers Changes: http://www.boost.org/users/history/version_1_68_0.html PR: 229569 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D16165
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
* net/kea: unbreak with boost 1.68Jan Beich2018-07-091-0/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | libdhcp++.cc:420:24: error: call to 'distance' is ambiguous num_defs = distance(range.first, range.second); ^~~~~~~~ libdhcp++.cc:428:24: error: call to 'distance' is ambiguous num_defs = distance(range.first, range.second); ^~~~~~~~ libdhcp++.cc:537:24: error: call to 'distance' is ambiguous num_defs = distance(range.first, range.second); ^~~~~~~~ libdhcp++.cc:545:24: error: call to 'distance' is ambiguous num_defs = distance(range.first, range.second); ^~~~~~~~ libdhcp++.cc:637:31: error: call to 'distance' is ambiguous size_t num_defs = distance(range.first, range.second); ^~~~~~~~ libdhcp++.cc:743:35: error: call to 'distance' is ambiguous size_t num_defs = distance(range.first, range.second); ^~~~~~~~ /usr/include/c++/v1/iterator:511:1: note: candidate function [with _InputIter = boost::multi_index::detail::hashed_index_iterator<boost::multi_index::detail::hashed_index_node<boost::multi_index::detail::hashed_index_node<boost::multi_index::detail::index_node_base<boost::shared_ptr<isc::dhcp::OptionDefinition>, std::__1::allocator<boost::shared_ptr<isc::dhcp::OptionDefinition> > >, boost::multi_index::detail::hashed_non_unique_tag>, boost::multi_index::detail::hashed_non_unique_tag>, boost::multi_index::detail::bucket_array<std::__1::allocator<boost::shared_ptr<isc::dhcp::OptionDefinition> > >, boost::multi_index::detail::hashed_index_global_iterator_tag>] distance(_InputIter __first, _InputIter __last) ^ /usr/local/include/boost/iterator/distance.hpp:49:9: note: candidate function [with SinglePassIterator = boost::multi_index::detail::hashed_index_iterator<boost::multi_index::detail::hashed_index_node<boost::multi_index::detail::hashed_index_node<boost::multi_index::detail::index_node_base<boost::shared_ptr<isc::dhcp::OptionDefinition>, std::__1::allocator<boost::shared_ptr<isc::dhcp::OptionDefinition> > >, boost::multi_index::detail::hashed_non_unique_tag>, boost::multi_index::detail::hashed_non_unique_tag>, boost::multi_index::detail::bucket_array<std::__1::allocator<boost::shared_ptr<isc::dhcp::OptionDefinition> > >, boost::multi_index::detail::hashed_index_global_iterator_tag>] distance(SinglePassIterator first, SinglePassIterator last) ^ PR: 229569
* devel/boost-*: update to 1.67.0Jan Beich2018-04-181-0/+1
| | | | | | | Changes: http://www.boost.org/users/history/version_1_67_0.html PR: 227427 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15030
* Fix build.Hiroki Sato2018-03-021-0/+14
| | | | PR: 226272
* Update to 1.3.0.Hiroki Sato2018-02-2812-131/+288
|
* net/kea: unbreak with boost 1.66Jan Beich2018-01-282-1/+86
| | | | | | | PR: 224184 Submitted by: Bartłomiej Piotrowski Obtained from: Arch Linux (via upstream) Approved by: maintainer timeout (3 weeks)
* devel/boost-*: update to 1.66.0Jan Beich2018-01-181-1/+2
| | | | | | | Changes: http://www.boost.org/users/history/version_1_66_0.html PR: 223922 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D13279
* Update license of ports using MPL (without version)Danilo G. Baio2017-11-041-1/+1
| | | | | | All ports now should use MPL[10|11|20] license. Approved by: portmgr (blanket)
* devel/boost-*: update to 1.65.1Jan Beich2017-09-251-1/+1
| | | | | | | | | Changes: http://www.boost.org/users/history/version_1_65_1.html PR: 218835 Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month) Tested by: jhibbits (on powerpc64, earlier version) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582
* devel/boost-*: enable C++11 featuresJan Beich2017-09-251-1/+1
| | | | | | | | PR: 218835 Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690 Approved by: maintainer timeout (2 months) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-0/+1
| | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
* - Update to 1.2.0Dmitry Marakasov2017-06-073-35/+103
| | | | | | | | - While here, add test support PR: 219263 Submitted by: pi Approved by: maintainer timeout (hrs, 3 weeks)
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-221-0/+2
| | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills
* devel/boost-*: update to 1.64.0Jan Beich2017-05-021-1/+1
| | | | | | | | Changes: http://www.boost.org/users/history/version_1_64_0.html PR: 218835 Approved by: office (bapt) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D10472
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
* devel/boost-*: update to 1.63.0Jan Beich2017-01-061-1/+1
| | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1