aboutsummaryrefslogtreecommitdiff
path: root/net/freeradius3
Commit message (Collapse)AuthorAgeFilesLines
* Add EXAMPLES options to ports that should have one.Mathieu Arnold2018-09-101-1/+1
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479407
* Update devel/json-c to 0.13.1Sunpoet Po-Chuan Hsieh2018-09-051-1/+1
| | | | | | | | | | | | - Add my LOCAL to MASTER_SITES - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/json-c/json-c/blob/master/ChangeLog PR: 231007 Exp-run by: antoine Notes: svn path=/head/; revision=479045
* Switch default version of samba to 4.7Antoine Brodin2018-09-011-0/+1
| | | | | | | | | | Samba 4.6 will be discontinued in a few weeks Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D16904 Notes: svn path=/head/; revision=478711
* Mark ports broken on mips64 that are already broken on powerpc64. InMark Linimon2018-07-021-0/+2
| | | | | | | | | | | | most cases, the failure mode is the same. Also, mark them broken on mips when necessary. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473699
* Mark ports broken on powerpc64, categories g-n.Mark Linimon2018-06-181-1/+3
| | | | | | | | | While here, pet portlint and do some other cleanup. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=472693
* - Update to 3.0.17Ryan Steinmetz2018-05-213-4/+6
| | | | Notes: svn path=/head/; revision=470498
* - Add OPTION for native winbind support for the rlm_mschap moduleRyan Steinmetz2018-05-171-1/+6
| | | | Notes: svn path=/head/; revision=470220
* - Add PCRE as an OPTION (off by default)Ryan Steinmetz2018-03-021-2/+4
| | | | | | | | | | - Update to USES+=mysql instead of USE_MYSQL - Don't bump PORTREVISION as this is a NOOP PR: 226296 Notes: svn path=/head/; revision=463404
* - Update to 3.0.16Ryan Steinmetz2018-01-243-7/+11
| | | | Notes: svn path=/head/; revision=459811
* Update devel/json-c to 0.13Sunpoet Po-Chuan Hsieh2018-01-031-1/+1
| | | | | | | | | | | | | - Add TEST_TARGET - While I'm here, fix shebang for net/opensips - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/json-c/json-c/blob/master/ChangeLog PR: 224675 Exp-run by: antoine Notes: svn path=/head/; revision=457965
* - Fix automatic REQUIRES additions to rc scriptRyan Steinmetz2017-12-191-4/+4
| | | | | | | Reported by: florin.craciunica@imotors.ro Notes: svn path=/head/; revision=456720
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Don't abuse opt_VARS.Mathieu Arnold2017-11-131-10/+11
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=454113
* - Improve Kerberos supportRyan Steinmetz2017-11-122-196/+100
| | | | | | | | | - Add support for rlm_unbound - Migrate to new OPTIONS framework - Bump PORTREVISION Notes: svn path=/head/; revision=454056
* net/freeradius3: Disable OpenSSL version checkingMark Felder2017-08-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | FreeRadius developers include a feature enabled by default which checks your OpenSSL version and refuses to run if certain CVEs are detected. This is an interesting idea but it means it's possible to upgrade FreeRadius on a production server and suddently it won't run, especially if FreeBSD's base OpenSSL doesn't report a version number that can convince the software it is free from the specified CVEs. Currently FreeRadius refuses to run on FreeBSD 10.3-RELEASE because it thinks base system OpenSSL is not patched for CVE-2016-6304, but that was in fact patched by FreeBSD-10.3-RELEASE-p9. This feature is only useful if you are using vanilla upstream versions of OpenSSL which we are not. Approved by: portmgr (with hat) MFH: 2017Q3 Notes: svn path=/head/; revision=447967
* - MASTER_SITES cleanupRyan Steinmetz2017-08-011-1/+1
| | | | Notes: svn path=/head/; revision=447034
* - Update to 3.0.15Ryan Steinmetz2017-07-173-7/+7
| | | | Notes: svn path=/head/; revision=446076
* - Revert bad patch to resolve buildRyan Steinmetz2017-06-111-22/+0
| | | | Notes: svn path=/head/; revision=443386
* net/freeradius3: Fix build issue with LibreSSLBernard Spil2017-06-101-5/+14
| | | | | | | | | | | | | - Add patch from upstream [1] [1] https://github.com/FreeRADIUS/freeradius-server/commit/e104c051b4f741dafd771d343e2a0d2ae0159ca0 PR: 218225 Submitted by: dewayne@heuristicsystems.com.au Approved by: zi (maintainer) Notes: svn path=/head/; revision=443120
* - Update to 3.0.14Ryan Steinmetz2017-06-013-4/+12
| | | | | | | | | PR: 219662 Requested by: ohartmann@walstatt.org Security: 673dce46-46d0-11e7-a539-0050569f7e80 Notes: svn path=/head/; revision=442287
* - Update to 3.0.13Ryan Steinmetz2017-03-213-5/+8
| | | | Notes: svn path=/head/; revision=436599
* - Remove inclusion of bsd.default-versions.mk from ftp/curl/Makefile soTijl Coosemans2017-02-051-6/+1
| | | | | | | | | | | | | | | | | | | | bsd.default-versions.mk can rely on ARCH being defined. - In bsd.port.mk move inclusion of bsd.default-versions.mk from the pre-makefile section to the options section so the variables can be used earlier. Also put the bit of code sitting between the options section and the pre-makefile section into the options section. - Remove last few cases where ports set WITH_OPENSSL_PORT. This variable is handled in bsd.default-versions.mk and some ports were setting it after including bsd.port.options.mk. After FreeBSD 9 EoL all but a few ports, and then only when setting non-default options, work without setting that variable. PR: 215996 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=433456
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLDmitry Marakasov2017-01-092-14/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=430947
* - Resolve build failure under 9.3Ryan Steinmetz2016-10-222-3/+14
| | | | Notes: svn path=/head/; revision=424487
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* - Update to 3.0.12Ryan Steinmetz2016-10-213-6/+18
| | | | Notes: svn path=/head/; revision=424367
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-12/+12
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Fixup some whitespace at the beginning of lines problems.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412342
* - Update to 3.0.11Ryan Steinmetz2016-01-293-4/+44
| | | | Notes: svn path=/head/; revision=407446
* Convert ports from s* t* and net* categories to USES=sqlite and USES=firebirdBaptiste Daroussin2016-01-101-1/+1
| | | | Notes: svn path=/head/; revision=405719
* - Update to 3.0.10Ryan Steinmetz2015-10-113-19/+10
| | | | Notes: svn path=/head/; revision=399077
* - Resolve build failure in certain cases when LDAP support is enabledRyan Steinmetz2015-09-241-0/+1
| | | | | | | | PR: 201957 Reported by: Emmanuel Vadot <manu@bidouilliste.com> Notes: svn path=/head/; revision=397675
* Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2015-08-171-5/+1
| | | | | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336 Notes: svn path=/head/; revision=394508
* - Update to 3.0.9Ryan Steinmetz2015-07-133-48/+10
| | | | Notes: svn path=/head/; revision=391878
* MAKE_JOBS_SAFE=yes is a nop since july 2013Antoine Brodin2015-06-281-1/+0
| | | | Notes: svn path=/head/; revision=390787
* - Use libkrb5support.so to track security/krb5 dependency, libkrb5.so is presentRyan Steinmetz2015-04-281-1/+1
| | | | | | | | on base and can confuses ports system not installing security/krb5. No bump on PORTREVISION since it's disabled by default Notes: svn path=/head/; revision=384944
* - Update to 3.0.8Ryan Steinmetz2015-04-233-4/+8
| | | | | | | | PR: 199631 Submitted by: ncrogers@gmail.com Notes: svn path=/head/; revision=384544
* Register the json-c properly.Mathieu Arnold2015-04-121-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=383882
* Remove OSVERSION checks that do not make sense any more.Mathieu Arnold2015-04-031-4/+0
| | | | | | | | | | | | | For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209 Notes: svn path=/head/; revision=383107
* - Update to 3.0.7Ryan Steinmetz2015-02-194-39/+10
| | | | | | | | PR: 197829 Submitted by: ncrogers@gmail.com Notes: svn path=/head/; revision=379398
* - Ensure we don't get stuck in a loopRyan Steinmetz2015-01-132-6/+8
| | | | | | | | | - Bump PORTREVISION Reported by: des@ Notes: svn path=/head/; revision=376967
* - Merge in upstream commit d9826c8d75b4798de1e559adb84c7cd66fc44297 to ↵Ryan Steinmetz2015-01-072-0/+36
| | | | | | | | | | | | resolve kqueue issue. - Bump PORTREVISION PR: 196600 Submitted by: ncrogers@gmail.com Notes: svn path=/head/; revision=376505
* - Update to 3.0.6Ryan Steinmetz2015-01-063-6/+17
| | | | | | | | PR: 196545 Submitted by: ncrogers@gmail.com Notes: svn path=/head/; revision=376433
* Finally retire USE_PGSQLChris Rees2014-11-221-1/+1
| | | | Notes: svn path=/head/; revision=373100
* - Convert ports of net/ to new USES=pythonMarcus von Appen2014-10-241-1/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371449
* Fix LIB_DEPENDS, this port links against libct not libtdsAntoine Brodin2014-09-221-1/+1
| | | | Notes: svn path=/head/; revision=368982
* - Add missing file when PYTHON support is enabledRyan Steinmetz2014-09-221-0/+1
| | | | | | | Submitted by: ohauer@ Notes: svn path=/head/; revision=368795
* - Update to 3.0.4Ryan Steinmetz2014-09-217-53/+33
| | | | Notes: svn path=/head/; revision=368781
* dns/libidn:Tijl Coosemans2014-08-301-1/+1
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Always install libidn-components.png because it is used by libidn.info - Add -lintl to Libs.private instead of Libs in libidn.pc Notes: svn path=/head/; revision=366659
* - devel/json-c was updated, do not IGNORE when REST support is enabledRyan Steinmetz2014-08-251-1/+0
| | | | | | | | PR: 192978 Submitted by: prj@rootwyrm.com Notes: svn path=/head/; revision=366024