aboutsummaryrefslogtreecommitdiffstats
path: root/net/freeradius
Commit message (Collapse)AuthorAgeFilesLines
* - Fix radsqlrelay.jmelo2008-01-312-6/+38
| | | | | | | | - Bump portrevision. - Update mastersites. PR: ports/119910 Submitted by: David Wood <david@wood2.org.uk> (maintainer)
* - Fix last commit when 'Ability override variables' was forgotten.araujo2007-12-121-5/+5
| | | | | Reported by: David Wood <david@wood2.org.uk> (maintainer) Approved by: stas (mentor, implicit)
* - Added patch to remove -pie for radiusd. [1]araujo2007-12-063-15/+26
| | | | | | | | | | | | | - Fixed a build failure on RELENG_7 AMD64. - Chase heimdal shared version library bump. [2] - Reworked RC script. [3] - Mark as unbroken on AMD64. - Bump PORTREVISION. PR: ports/118425, ports/117262 [3] Reported by: Sean McNeil <sean@mcneil.com> [1], Gioto Alves Lourenco <gioto@pop-ro.rnp.br> [2] Submitted by: Craig Leres <leres@ee.lbl.gov> [3], David Wood <david@wood2.org.uk> (maintainer) Approved by: portmgr (marcus), stas (mentor, implicit)
* - Remove more 4.x cruft (obsolete comment in Makefile, obsolete patch,lwhsu2007-10-293-33/+29
| | | | | | | | | | | | | | | | | | | | | | simplification in WITH_NOPERL handling in Makefile). - Use MASTER_SITE_SUBDIR rather than an explicit /old reference in MASTER_SITES. - Tidy pkg-plist, including the use of @stopdaemon and some mild reordering so that it is more logical. - Avoid spurious -L/usr/lib in the radiusd build step when using base OpenSSL. - Use ${PTHREAD_LIBS} rather than -pthread. - Remove the -p flag to cp when copying files into /usr/local/etc/raddb (this may help stop FreeRADIUS stomping over explicitly set ownership and permissions in this directory). [1] - Generalise CONFLICTS. - Support WITH_DEVELOPER (though it has to be used as a knob - I see no reason to add this to the OPTIONS). - Bump PORTREVISION. [1] May address a concern of sem@ (maintainer had discussion by private mail) PR: ports/117160 Submitted by: David Wood <david AT wood2.org.uk> (maintainer)
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-042-30/+21
|
* Mark as broken on amd64 with gcc4.2. Probably needs -fPIC.linimon2007-09-301-0/+6
|
* Add WANT_PERL. This will be needed to conditionalize bsd.perl.mk inclusion.linimon2007-09-301-0/+1
| | | | Approved by: maintainer
* - Update to 1.1.7sem2007-08-064-11/+180
| | | | | PR: ports/115157 Submitted by: maintainer
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* - Update to 1.1.6stas2007-04-148-130/+39
| | | | | | | | | | | | | - Set correct permissions to ${PREFIX}/etc/raddb on install - Modify CONFLICTS to take account of the likelihood that FreeRADIUS 2 will be released reasonably soon - Move to handling NOPORTDOCS using the new --without-docdir option to configure - Fix handling of (NO)PORTDOCS in pkg-plist - Remove unnecessary patches and simplify makefile PR: ports/111521 Submitted by: David Wood<david@wood2.org.uk> (maintainer)
* - Update to 1.1.5miwi2007-03-297-155/+153
| | | | | PR: 110948 Submitted by: David Wood<david@wood2.org.uk>
* - Create default config files from *.sample and remove them if they did notsem2007-01-232-11/+21
| | | | | | | | | | | | changed. (Requested by Alan DeKok of the FreeRADIUS Project.) - Add US mirror to MASTER_SITES. - Fix CFLAGS. - Tidy CONFIGURE_ARGS. - Remove EXAMPLESDIR references. It's using nowhere. - Pet portlint(1). PR: ports/108196 Submitted by: David Wood (maintainer)
* - Remove rlm_sql_firebird module, it breaks configure runpav2007-01-191-0/+5
| | | | | PR: ports/108054 Submitted by: David Wood <david@wood2.org.uk> (maintainer)
* - Update to 1.1.4miwi2007-01-155-42/+67
| | | | | PR: ports/107936 Submitted by: David Wood<david@wood2.org.uk> (maintainer)
* - Remove patch file: freeradius/files/patch-ab (see UPDATING note).alepulver2006-11-072-19/+1
| | | | | | | - Add note to UPDATING. PR: ports/105025 Submitted by: David Wood <david@wood2.org.uk> (maintainer)
* - Update to 1.1.3miwi2006-11-016-80/+41
| | | | | | | - Pass maintainership to submitter PR: ports/104949 Submitted by: David Wood<david@wood2.org.uk>
* - Chase shared library version bump in security/heimdal.shaun2006-10-061-1/+2
| | | | - Remove 4.x-specific BROKEN in net/arla (caused by heimdal).
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1
| | | | | | | | - these include misc/ multimedia/ net/ net-mgmt/ net-im/ net-p2p/ palm/ print/ science/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* - Some modules does not build on FreeBSD 4.X with base OpenSSLpav2006-06-122-20/+26
| | | | Reported by: krismail
* - Fix OpenSSL handlingpav2006-06-061-8/+11
| | | | | PR: ports/98525 Submitted by: Dan Lukes <dan@obluda.cz>
* - Update to 1.1.2pav2006-05-303-8/+9
| | | | | PR: ports/98065 Submitted by: David Wood <david@wood2.org.uk>
* Remove whitespace from line endings in pkg-plist files.vd2006-05-121-2/+2
| | | | | | | | | | Those spaces used to hinder searching for the corresponding files with portsearch -f '/FILENAME$' for obvious reasons. Although currently portsearch removes those spaces itself remove them anyway. Inspired by: ports/94078 Approved by: portmgr (during freeze: krion, then kris advised to wait; at present: erwin)
* - Add a command in pkg-plist for stopping a daemon works on CURRENTsem2006-03-291-0/+1
|
* - Update to 1.1.1sem2006-03-2912-164/+112
| | | | | | | | | | | | | | | | This release contains a number of improvements over previous releases. We recommend that everyone using earlier versions of the server upgrade to obtain the bug fixes and feates that this version supplies. It's new features include: o Updated dictionaries (as always), o Digest authentication updates, o Net-SNMP compatibility fixes, o Bug fixes for multiple platforms (64-bit architectures, *BSD), o Security fixes for EAP-MSCHAPv2, o Miscellaneous other fixes PR: ports/95033 Submitted by: Ivan Lago <ivan.lago@ifom-ieo-campus.it>
* Conversion to a single libtool environment.ade2006-02-231-1/+3
| | | | Approved by: portmgr (kris)
* - Fix PLIST on amd64 [1]sem2006-02-152-1/+5
| | | | | | - Rename startup script back to radiusd.sh. It was renamed accidently Reported by: krismail [1]
* - Fix build with non-standard LOCALBASEsem2006-02-141-0/+1
|
* - Fix pkg-plist on 5.x+sem2006-02-081-1/+1
| | | | | Reported by: kris mail Pointy hat to: me
* - Fix a dictionary bug affected on 64 bit archs.sem2006-02-063-2/+12
| | | | | | | | | - While I'm here: fix pkg-plist - remove radiusd.sh. - Bump PORTREVISION PR: ports/92887 Submitted by: Alessandro Dellavedova <alessandro.dellavedova@gmail.com> Obtained from: http://bugs.freeradius.org/show_bug.cgi?id=312
* - Add heimdal kerberos supportsem2006-02-061-0/+10
| | | | Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com> (ports@)
* Fix a small typo in MASTER_SITESdougb2006-02-062-5/+5
| | | | | | | | | | Fix some problems in the new rc.d script: PROVIDE requires a trailing colon There is no radiusd_start_precmd defined, so don't call it Style issue, the - expansion is better than :- (see Porter's Handbook) The FreeBSD KEYWORD is no longer needed Bump PORTREVISION so that packages and users get the new rc.d script
* - Add patch to fix build on 4.x [1]sem2006-02-054-13/+61
| | | | | | | - Implement a modern feature of USE_RC_SUBR and remove redundant commands. PR: ports/92815 [1] Submitted by: Dan Lukes <dan@obluda.cz>
* SHA256ifyedwin2006-02-021-0/+1
| | | | APproved by: krion@
* - Update to 1.1.0pav2006-02-025-57/+108
| | | | | | | - No longer compiles on FreeBSD 4.X PR: ports/92598 Submitted by: Alessandro Dellavedova
* - Add SHA256pav2005-11-261-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-2/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Upgrade to 1.0.5edwin2005-10-055-17/+28
| | | | Noticed by Port New Version Check
* - Drop maintainershipgarga2005-08-221-1/+1
| | | | | | PR: ports/85141 Submitted by: thompsa (maintainer) Approved by: portmgr (clement)
* Fix build on 4.x, regex.h requires types.h for off_t.thompsa2005-06-181-0/+10
| | | | Approved by: lesi
* Update to version 1.0.4.thompsa2005-06-184-30/+24
| | | | Approved by: lesi
* - Change maintainer address to his new shiny FreeBSD.org address.flz2005-05-311-1/+1
| | | | | PR: ports/81687 Submitted by: maintainer
* - Fix build when freeradius is already installed and WITH_PGSQL is selectedpav2005-05-261-0/+52
| | | | | | PR: ports/80883 Submitted by: Andrey V. Semyonov <wilfre@tcom.ru> Approved by: maintainer
* 1. Install sample SQL database schemassem2005-04-164-27/+102
| | | | | | | | | | | 2. Install config files as .sample to not clobber on upgrade 3. Add kerberos support PR: ports/79945 Submitted by: maintainer Contributed by: Andrey V. Elsukov [1] Denis Shaposhnikov [2] George C. Kaplan [3]
* - Fix PGSQL supportpav2005-02-204-0/+44
| | | | | PR: ports/77705 Submitted by: Andrew Thompson <andy@fud.org.nz> (maintainer)
* Update to version 1.0.2krion2005-02-184-32/+13
| | | | | PR: ports/77661 Submitted by: maintainer
* Split the postgresql ports into a server and a client part.girgen2005-01-311-2/+1
| | | | | | | | All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* - Clean etc/raddb directorypav2005-01-201-1/+1
| | | | | | PR: ports/76443 Submitted by: Florent Thoumie <flz@xbsd.org> Approved by: Andrew Thompson <andy@fud.org.nz> (maintainer)
* Fix package build on AMD64arved2004-10-062-0/+5
| | | | | | PR: 72335 Submitted by: Andrew Thompson <andy@fud.org.nz> Approved by: portmgr
* - Update to 1.0.1pav2004-09-262-3/+3
| | | | | | | | | | Denial-of-Service Security Fix * Fix two remote crashes and a memory leak in RADIUS packet decoding. PR: ports/72012 Submitted by: Andrew Thompson <andy@fud.org.nz> (maintainer) Approved by: portmgr (linimon)
* [patch] update net/freeradius to 1.0.0edwin2004-08-296-67/+232
| | | | | | | Update net/freeradius to 1.0.0 from 0.9.3 and take maintainership. PR: ports/70603 Submitted by: Andrew Thompson <andy@fud.org.nz>
* Fix dependency on databases/postgresql7nork2004-06-111-1/+2
|
* Sync with new bsd.autotools.mkade2004-06-051-2/+3
|
* SIZEify.trevor2004-03-181-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* Add PostgreSQL support; support NOPORTDOCS.tg2003-12-093-85/+106
| | | | | PR: 59921 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* Upgrade to 0.9.3.tg2003-12-094-73/+63
|
* * Add USE_PERL5_BUILDmarcus2003-11-204-138/+149
| | | | | | | | | | | * Use %%DOCSDIR%% * Use %%DATADIR%% * Use USE_OPENLDAP * Use USE_MYSQL * Remove useless plist entries PR: 59509 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* Reset maintainer of ports owned by inactive committers who were just retired.kris2003-11-031-1/+1
|
* Fix MAN1 & MAN8 settingsbrian2003-11-011-2/+2
|
* Upgrade to 0.9.2brian2003-10-294-150/+234
| | | | | PR: 58384 Submitted by: thomas@cuivre.fr.eu.org
* - add CONFLICTSdinoex2003-10-141-0/+1
| | | | | Submitted by: eikemeier@fillmore-labs.com Approved by: kris
* Fix things so this port does not install its own local copy of libltdl,ade2003-10-142-7/+7
| | | | | | depending instead on devel/libltdl Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* fix build on bento.ume2003-06-193-16/+58
| | | | Approved by: maintainer (timeout)
* BROKEN: incorrect pkg-plistkris2003-05-181-0/+2
|
* * upgrade to 0.8.1leeym2003-04-216-112/+141
| | | | | | | | * make PREFIX work PR: 50705 Submitted by: Gea-Suan Lin <gslin@netnews.NCTU.edu.tw> Approved by: maintainer timeout (2 weeks)
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* chase gdbm lib versionijliao2003-01-031-1/+1
|
* Fix plist, unbreaking this portbrian2002-09-302-72/+87
| | | | Approved by: kris
* BROKEN: build failskris2002-09-211-0/+2
|
* Update to 0.7brian2002-09-013-7/+16
|
* Don't include any domain suffix when hashing the username -brian2002-07-051-0/+20
| | | | as per rfc2759.
* add WWWijliao2002-06-101-0/+2
|
* Add a missing mkdirbrian2002-06-031-0/+1
| | | | Submitted by: Pete Fritchman <petef@absolutbsd.org>
* Add USE_GMAKE=yeskris2002-05-151-0/+1
| | | | Noticed by: bento
* Add freeradius, a RADIUS daemon implementation compatible withbrian2002-05-117-0/+295
livingston radiusd-2.01. This RADIUS implementation implements MS-CHAP authentication whereas most or all of the others don't. Forced into it by: wollman (after removing freeradius-devel)