aboutsummaryrefslogtreecommitdiff
path: root/net/freeradius2
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.1.5Martin Wilke2007-03-287-155/+153
| | | | | | | | PR: 110948 Submitted by: David Wood<david@wood2.org.uk> Notes: svn path=/head/; revision=188671
* - Create default config files from *.sample and remove them if they did notSergey Matveychuk2007-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) Notes: svn path=/head/; revision=183074
* - Remove rlm_sql_firebird module, it breaks configure runPav Lucistnik2007-01-181-0/+5
| | | | | | | | PR: ports/108054 Submitted by: David Wood <david@wood2.org.uk> (maintainer) Notes: svn path=/head/; revision=182750
* - Update to 1.1.4Martin Wilke2007-01-155-42/+67
| | | | | | | | PR: ports/107936 Submitted by: David Wood<david@wood2.org.uk> (maintainer) Notes: svn path=/head/; revision=182424
* - Remove patch file: freeradius/files/patch-ab (see UPDATING note).Alejandro Pulver2006-11-072-19/+1
| | | | | | | | | | - Add note to UPDATING. PR: ports/105025 Submitted by: David Wood <david@wood2.org.uk> (maintainer) Notes: svn path=/head/; revision=176671
* - Update to 1.1.3Martin Wilke2006-11-016-80/+41
| | | | | | | | | | - Pass maintainership to submitter PR: ports/104949 Submitted by: David Wood<david@wood2.org.uk> Notes: svn path=/head/; revision=176031
* - Chase shared library version bump in security/heimdal.Shaun Amott2006-10-051-1/+2
| | | | | | | - Remove 4.x-specific BROKEN in net/arla (caused by heimdal). Notes: svn path=/head/; revision=174552
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-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> Notes: svn path=/head/; revision=170651
* - Some modules does not build on FreeBSD 4.X with base OpenSSLPav Lucistnik2006-06-122-20/+26
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=165224
* - Fix OpenSSL handlingPav Lucistnik2006-06-051-8/+11
| | | | | | | | PR: ports/98525 Submitted by: Dan Lukes <dan@obluda.cz> Notes: svn path=/head/; revision=164524
* - Update to 1.1.2Pav Lucistnik2006-05-293-8/+9
| | | | | | | | PR: ports/98065 Submitted by: David Wood <david@wood2.org.uk> Notes: svn path=/head/; revision=163882
* Remove whitespace from line endings in pkg-plist files.Vasil Dimov2006-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) Notes: svn path=/head/; revision=162181
* - Add a command in pkg-plist for stopping a daemon works on CURRENTSergey Matveychuk2006-03-291-0/+1
| | | | Notes: svn path=/head/; revision=158369
* - Update to 1.1.1Sergey Matveychuk2006-03-2812-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> Notes: svn path=/head/; revision=158353
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Fix PLIST on amd64 [1]Sergey Matveychuk2006-02-142-1/+5
| | | | | | | | | - Rename startup script back to radiusd.sh. It was renamed accidently Reported by: krismail [1] Notes: svn path=/head/; revision=156061
* - Fix build with non-standard LOCALBASESergey Matveychuk2006-02-141-0/+1
| | | | Notes: svn path=/head/; revision=156025
* - Fix pkg-plist on 5.x+Sergey Matveychuk2006-02-081-1/+1
| | | | | | | | Reported by: kris mail Pointy hat to: me Notes: svn path=/head/; revision=155516
* - Fix a dictionary bug affected on 64 bit archs.Sergey Matveychuk2006-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 Notes: svn path=/head/; revision=155338
* - Add heimdal kerberos supportSergey Matveychuk2006-02-061-0/+10
| | | | | | | Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com> (ports@) Notes: svn path=/head/; revision=155334
* Fix a small typo in MASTER_SITESDoug Barton2006-02-052-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 Notes: svn path=/head/; revision=155272
* - Add patch to fix build on 4.x [1]Sergey Matveychuk2006-02-044-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> Notes: svn path=/head/; revision=155218
* SHA256ifyEdwin Groothuis2006-02-011-0/+1
| | | | | | | APproved by: krion@ Notes: svn path=/head/; revision=155034
* - Update to 1.1.0Pav Lucistnik2006-02-015-57/+108
| | | | | | | | | | - No longer compiles on FreeBSD 4.X PR: ports/92598 Submitted by: Alessandro Dellavedova Notes: svn path=/head/; revision=155018
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149443
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-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. Notes: svn path=/head/; revision=148323
* Upgrade to 1.0.5Edwin Groothuis2005-10-055-17/+28
| | | | | | | Noticed by Port New Version Check Notes: svn path=/head/; revision=144236
* - Drop maintainershipRenato Botelho2005-08-221-1/+1
| | | | | | | | | PR: ports/85141 Submitted by: thompsa (maintainer) Approved by: portmgr (clement) Notes: svn path=/head/; revision=140953
* Fix build on 4.x, regex.h requires types.h for off_t.Andrew Thompson2005-06-181-0/+10
| | | | | | | Approved by: lesi Notes: svn path=/head/; revision=137668
* Update to version 1.0.4.Andrew Thompson2005-06-174-30/+24
| | | | | | | Approved by: lesi Notes: svn path=/head/; revision=137663
* - Change maintainer address to his new shiny FreeBSD.org address.Florent Thoumie2005-05-311-1/+1
| | | | | | | | PR: ports/81687 Submitted by: maintainer Notes: svn path=/head/; revision=136500
* - Fix build when freeradius is already installed and WITH_PGSQL is selectedPav Lucistnik2005-05-251-0/+52
| | | | | | | | | PR: ports/80883 Submitted by: Andrey V. Semyonov <wilfre@tcom.ru> Approved by: maintainer Notes: svn path=/head/; revision=136129
* 1. Install sample SQL database schemasSergey Matveychuk2005-04-154-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] Notes: svn path=/head/; revision=133438
* - Fix PGSQL supportPav Lucistnik2005-02-194-0/+44
| | | | | | | | PR: ports/77705 Submitted by: Andrew Thompson <andy@fud.org.nz> (maintainer) Notes: svn path=/head/; revision=129314
* Update to version 1.0.2Kirill Ponomarev2005-02-184-32/+13
| | | | | | | | PR: ports/77661 Submitted by: maintainer Notes: svn path=/head/; revision=129131
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-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) Notes: svn path=/head/; revision=127737
* - Clean etc/raddb directoryPav Lucistnik2005-01-201-1/+1
| | | | | | | | | PR: ports/76443 Submitted by: Florent Thoumie <flz@xbsd.org> Approved by: Andrew Thompson <andy@fud.org.nz> (maintainer) Notes: svn path=/head/; revision=126937
* Fix package build on AMD64Tilman Keskinoz2004-10-062-0/+5
| | | | | | | | | PR: 72335 Submitted by: Andrew Thompson <andy@fud.org.nz> Approved by: portmgr Notes: svn path=/head/; revision=118563
* - Update to 1.0.1Pav Lucistnik2004-09-252-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) Notes: svn path=/head/; revision=118392
* [patch] update net/freeradius to 1.0.0Edwin Groothuis2004-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> Notes: svn path=/head/; revision=117546
* Fix dependency on databases/postgresql7Norikatsu Shigemura2004-06-111-1/+2
| | | | Notes: svn path=/head/; revision=111241
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-2/+3
| | | | Notes: svn path=/head/; revision=110841
* SIZEify.Trevor Johnson2004-03-171-0/+1
| | | | Notes: svn path=/head/; revision=104313
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-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. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Add PostgreSQL support; support NOPORTDOCS.Thomas Gellekum2003-12-093-85/+106
| | | | | | | | PR: 59921 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notes: svn path=/head/; revision=95462
* Upgrade to 0.9.3.Thomas Gellekum2003-12-094-73/+63
| | | | Notes: svn path=/head/; revision=95461
* * Add USE_PERL5_BUILDJoe Marcus Clarke2003-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> Notes: svn path=/head/; revision=94474
* Reset maintainer of ports owned by inactive committers who were just retired.Kris Kennaway2003-11-031-1/+1
| | | | Notes: svn path=/head/; revision=92900
* Fix MAN1 & MAN8 settingsBrian Somers2003-11-011-2/+2
| | | | Notes: svn path=/head/; revision=92774