FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 8:32 PM BST
Port details
freeradius2 2.1.12_1 net on this many watch lists=15 search for ports that depend on this port An older version of this port was marked as vulnerable.
A free RADIUS server implementation
Maintained by: zi@FreeBSD.org search for ports maintained by this maintainer
Port Added: 18 Jan 2008 20:54:55
License: GPLv2


FreeRADIUS is the most widely deployed RADIUS server in the world. It is the
basis for multiple commercial offerings. It supplies the AAA needs of many
Fortune-500 companies and Tier 1 ISPs. It is also widely used in the academic
community, including eduroam. The server is fast, feature-rich, modular, and
scalable.

WWW: http://www.freeradius.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: lang/python27, devel/gmake, lang/perl5.8, devel/autoconf, devel/libtool
Required To Run: lang/python27, lang/perl5.8
Required Libraries: databases/gdbm, devel/libltdl
There are no ports dependent upon this port

To install the port: cd /usr/ports/net/freeradius2/ && make install clean
To add the package: pkg_add -r freeradius


Configuration Options
===> The following configuration options are available for freeradius-2.1.12_1:
     USER=on (default) "Run as user freeradius, group freeradius"
     KERBEROS=off (default) "With Kerberos support"
     HEIMDAL=off (default) "With Heimdal Kerberos support"
     HEIMDAL_PORT=off (default) "Use Heimdal Kerberos from ports"
     HEIMDAL_PATCH=off (default) "Enhanced Heimdal support (specify SPN/keytab)"
     LDAP=off (default) "With LDAP database support"
     MYSQL=off (default) "With MySQL database support"
     PGSQL=off (default) "With PostgreSQL database support"
     UNIXODBC=off (default) "With unixODBC database support"
     FIREBIRD=off (default) "With Firebird database support (EXPERIMENTAL)"
     PERL=on (default) "With Perl support"
     PYTHON=on (default) "With Python support"
     OCI8=off (default) "With Oracle support (currently experimental)"
     RUBY=off (default) "With Ruby support (EXPERIMENTAL)"
     DHCP=off (default) "With DHCP support (EXPERIMENTAL)"
     EXPERIMENTAL=off (default) "Build experimental modules"
     UDPFROMTO=off (default) "Compile in UDPFROMTO support"
===> Use 'make config' to modify these settings

Master Sites:
ftp://ftp.freeradius.org/pub/freeradius/./
ftp://ftp.freeradius.org/pub/freeradius/old/
ftp://ftp.ntua.gr/pub/net/radius/freeradius/./
ftp://ftp.ntua.gr/pub/net/radius/freeradius/old/
ftp://ftp.uk.freeradius.org/pub/radius/./
ftp://ftp.uk.freeradius.org/pub/radius/old/
http://ftp.cc.uoc.gr/mirrors/ftp.freeradius.org/./
http://ftp.cc.uoc.gr/mirrors/ftp.freeradius.org/old/
http://freeradius.portal-to-web.de/./
http://freeradius.portal-to-web.de/old/
http://mirrors.rit.edu/zi/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2008-07-28
    Affects: users of net/freeradius2
    Author: David Wood <david@wood2.org.uk>
    Reason: 
      Upgrading the FreeRADIUS port used to replace all unmodified files
      in your configuration with the latest version from the sample
      configuration. This strategy has two disadvantages; over time your
      configuration became based on different versions of the sample
      configuration, also major changes to the sample configuration could
      leave your configuration in a confusing state.
    
      From version 2.0.5, your configuration is not touched if any
      configuration files have been modified.
    
      You are recommended to track changes in the sample configuration and
      keep your configuration in a version control system. I use Subversion
      (see the devel/subversion port) to track my changes. Keeping the sample
      configuration in a 'vendor branch' (see the Subversion book for more
      details) allows easy merging of changes from the sample configuration.
    
      *** IMPORTANT ***
    
      You are urged to move your configuration out of the default location
      (/usr/local/etc/raddb) before upgrading from 2.0.4 (or earlier)
      to 2.0.5 (or later). Once this upgrade is complete, remove the sample
      configuration that has been installed in the default location and
      move your configuration back to the default location.
    
      This is a one time procedure that will prevent unmodified files in
      your configuration from being deleted from your configuration and not
      restored during the upgrade. No customised files will be lost in any
      circumstances.
    
      The sample configuration in 2.0.5 has been reorganised: the
      configuration of most modules is now in the modules directory rather
      than in radiusd.conf. You are urged to rearrange your configuration
      to match this layout.
    
      There are several improvements in this version of the port, including
      a new pkg-message that will help new FreeRADIUS users to get started
      with the port, also new 'reload' and 'debug' commands for the rc.d
      script. Enjoy!
    
    
Port Moves
  • port moved here from net/freeradius-devel on 2008-01-18
    REASON: Development version no longer necessary

Number of commits found: 46

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
30 Apr 2012 01:35:46
Original commit files touched by this commit  2.1.12_1
zi search for other commits by this committer
- Fix logic error/plist issue when using EXPERIMENTAL OPTIONS
- Pacify portlint(1)
- Do not bump PORTREVISION
23 Mar 2012 14:27:51
Original commit files touched by this commit  2.1.12_1
zi search for other commits by this committer
- Update mirror URL on my ports

Feature safe:   yes
06 Feb 2012 12:25:50
Original commit files touched by this commit  2.1.12_1
miwi search for other commits by this committer
- Chase unixODBC shlib bump
30 Jan 2012 18:51:34
Original commit files touched by this commit  2.1.12
zi search for other commits by this committer
- Add OPTION to use Kerberos from the base system instead of requiring the port
- Add OPTION to apply a patch that allows one to specify the keytab location/SPN
when using rlm_krb5
- Do not bump PORTREVISION
14 Jan 2012 08:57:23
Original commit files touched by this commit  2.1.12
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
05 Oct 2011 00:49:30
Original commit files touched by this commit  2.1.12
zi search for other commits by this committer
- Update to 2.1.12
- Remove previously backported patches from upstream
12 Sep 2011 13:46:59
Original commit files touched by this commit  2.1.11_3
gabor search for other commits by this committer
- Track dependencies after databases/gdbm update
11 Aug 2011 13:00:31
Original commit files touched by this commit  2.1.11_2
zi search for other commits by this committer
Remove event.c patch
Bump PORTREVISION

Approved by:    wxs (mentor)
10 Aug 2011 14:08:03
Original commit files touched by this commit  2.1.11_1
zi search for other commits by this committer
Resolve memleak in rlm_detail
Resolve OSCP certificate validation issue
Resolve crash triggered by event.c issue
Bump PORTREVISION
Pacify portlint(1)

Approved by:    wxs (mentor)
Obtained from:  freeradius github
15 Jul 2011 21:15:29
Original commit files touched by this commit  2.1.11
zi search for other commits by this committer
Update my email address on the ports I maintain.

Approved by: wxs@ (mentor)
29 Jun 2011 07:23:53
Original commit files touched by this commit  2.1.11
culot search for other commits by this committer
- Update to 2.1.11
- Add LICENSE (GPLv2)
- Remove HAVE_LT_DLADVISE_INIT workaround

PR:             ports/158413
Submitted by:   Ryan Steinmetz <rpsfa@rit.edu> (maintainer)
20 Mar 2011 12:54:45
Original commit files touched by this commit  2.1.10_2
miwi search for other commits by this committer
- Get Rid MD5 support
11 Jan 2011 02:38:22
Original commit files touched by this commit  2.1.10_2
wxs search for other commits by this committer
Fix an issue associated with rlm_python that caused issues whenever a python
script attempted to load other modules. This issue was reported by Robert
Martens to the maintainer via private mail.

PR:             ports/153739
Submitted by:   Ryan Steinmetz <rpsfa@rit.edu> (maintainer)
23 Dec 2010 09:09:27
Original commit files touched by this commit  2.1.10_2
mm search for other commits by this committer
- Add patch for upstream bug #123 (enable workstation trust account logins)

PR:             ports/152370
Approved by:    maintainer (timeout)
04 Dec 2010 07:34:27
Original commit files touched by this commit  2.1.10_1
ade search for other commits by this committer
Sync to new bsd.autotools.mk
21 Nov 2010 23:48:49
Original commit files touched by this commit  2.1.10_1
rene search for other commits by this committer
- Fix optional dependency on security/heimdal
- Bump PORTREVISION
PR:             ports/152029
Submitted by:   Joerg Pulz [Joerg.Pulz frm2.tum.de]
Approved by:    Ryan Steinmetz <rpsfa@rit.edu> (maintainer of net/freeradius*)
                girgen (maintainer of databases/postgresql*-server,
                        14 day timeout)
21 Oct 2010 23:52:35
Original commit files touched by this commit  2.1.10
wxs search for other commits by this committer
Update to 2.1.10

PR:             ports/151537
Submitted by:   Ryan Steinmetz <rpsfa@rit.edu> (maintainer)
16 Oct 2010 11:52:47
Original commit files touched by this commit  2.1.9_1
ade search for other commits by this committer
Punt autoconf267->autoconf268
15 Sep 2010 18:35:24
Original commit files touched by this commit  2.1.9_1
ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
22 Aug 2010 11:01:27
Original commit files touched by this commit  2.1.9
lwhsu search for other commits by this committer
- Add option UDPFROMTO:
  This will make FreeRADIUS to respond from the IP the initial request
  was received to.

PR:             ports/148965
Submitted by:   Alexander Kriventsov <avk AT vl.ru>
Approved by:    Ryan Steinmetz <rpsfa AT rit.edu> (maintainer)
29 May 2010 21:18:02
Original commit files touched by this commit  2.1.9
wxs search for other commits by this committer
Update to 2.1.9
Use USE_GMAKE instead of RUN_DEPENDS
Use ${FILESDIR} for EXTRA_PATCHES
Use USERS and GROUPS and simply pkg-install.in and update pkg-message to
reflect these new changes.

PR:             ports/147188
Submitted by:   Ryan Steinmetz <rpsfa@rit.edu> (maintainer)
11 Apr 2010 11:43:26
Original commit files touched by this commit  2.1.8_1
wxs search for other commits by this committer
- If radiusd_flags did not contain -d all arguments would be incorrectly added
  to required_dirs and cause the script to block.
- If radiusd_flags contains -s the daemon never forks so deal with this by
  adding & to command_args.

PR:             ports/144969, ports/144970
Submitted by:   Ryan Steinmetz <rpsfa@rit.edu> (maintainer)
27 Mar 2010 19:33:51
Original commit files touched by this commit  2.1.8_1
dougb search for other commits by this committer
Fix the SUB_LIST. pointy_hat++
27 Mar 2010 06:14:03
Original commit files touched by this commit  2.1.8_1
dougb search for other commits by this committer
RC_SUBR_SUFFIX has not been needed for a long time now, all supported
versions of FreeBSD now use /etc/rc.subr and rc.d scripts without .sh
appended to the script name.
27 Mar 2010 00:15:24
Original commit files touched by this commit  2.1.8_1
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
07 Mar 2010 01:12:11
Original commit files touched by this commit  2.1.8_1
wxs search for other commits by this committer
- Unbreak on 9.x after utmp changes.
- Pass maintainer to Ryan Steinmetz who has been active with this port in
  the past.

PR:             ports/143950
Submitted by:   YAMAMOTO@FreeBSD.org, Shigeru <shigeru@iij.ad.jp>
Approved by:    maintainer timeout, portmgr (linimon@)
Feature safe:   yes
22 Feb 2010 14:46:37
Original commit files touched by this commit  2.1.8_1
wxs search for other commits by this committer
- Fix libtool problem when using perl option. See ports/143487 for information.

PR:             ports/143487, ports/143656, ports/143493, ports/138445
Submitted by:   Ryan Steinmetz <rpsfa@rit.edu>
Approved by:    maintainer timeout
Feature safe:   yes
02 Feb 2010 14:40:27
Original commit files touched by this commit  2.1.8
wxs search for other commits by this committer
- Update to 2.1.8

PR:             ports/140897
Submitted by:   Vladimir Korkodinov <viper@perm.raid.ru>
Approved by:    David Wood <david@wood2.org.uk> (maintainer timeout)
18 Sep 2009 11:18:09
Original commit files touched by this commit  2.1.6
pav search for other commits by this committer
- Allow the installation to proceed with read-only workdir

PR:             ports/138355
Submitted by:   Dan Lukes <dan@obluda.cz>
Approved by:    David Wood <david@wood2.org.uk> (maintainer)
Feature safe:   yes
10 Sep 2009 20:04:55
Original commit files touched by this commit  2.1.6
wxs search for other commits by this committer
- Per private email from maintainer remove DEVELOPER option, which was added in
  the last commit. There is still support for building with developer support
  but it is explicitly not wanted as an option in "make config".

Pointed out by: David Wood <david@wood2.org.uk> (maintainer)
09 Sep 2009 17:02:31
Original commit files touched by this commit  2.1.6
wxs search for other commits by this committer
- Add support for Oracle and debugging options (both off by default).

PR:             ports/137425
Submitted by:   Ryan Steinmetz <rpsfa@rit.edu>
Approved by:    maintainer timeout
02 Aug 2009 19:36:34
Original commit files touched by this commit  2.1.6
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
05 Jul 2009 23:14:00
Original commit files touched by this commit  2.1.6
wxs search for other commits by this committer
- Update to 2.1.6
- Use bsd.port.options.mk and re-organize Makefile accordingly
- New options added:
  - UNIXODBC
  - PERL
  - PYTHON
  - RUBY
  - DHCP
- No longer need to support WITH_NOPERL hack

PR:             ports/136254
Submitted by:   David Wood <david@wood2.org.uk>
22 Apr 2009 16:28:18
Original commit files touched by this commit  2.1.4
wxs search for other commits by this committer
- Remove trailing whitespace and add some error checking to pkg-install

PR:             ports/133674
Submitted by:   David Wood <david@wood2.org.uk> (maintainer)
09 Apr 2009 23:54:04
Original commit files touched by this commit  2.1.4
amdmi3 search for other commits by this committer
- Update to 2.1.4.

PR:             133532
Submitted by:   David Wood <david at wood2 dot org dot uk> (maintainer)
17 Mar 2009 05:20:29
Original commit files touched by this commit  2.1.3
linimon search for other commits by this committer
Mark as broken on sparc64-6.
28 Dec 2008 17:55:58
Original commit files touched by this commit  2.1.3
miwi search for other commits by this committer
- Update to 2.1.3

PR:             129996
Submitted by:   David Wood <david@wood2.org.uk> (maintainer)
29 Nov 2008 22:32:37
Original commit files touched by this commit  2.0.5
pav search for other commits by this committer
- Mark BROKEN on 6.x: configure fails to find python due to missing -pthread

Reported by:    pointyhat
20 Aug 2008 00:57:32
Original commit files touched by this commit  2.0.5
ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
28 Jul 2008 13:14:17
Original commit files touched by this commit  2.0.5
mm search for other commits by this committer
- Update to 2.0.5
- Change handling and structure of configuration files
- Add new options to startup script ("reload", "debug")
- Introduce pkg-message
- Other fixes and enhancements

PR:             ports/124439
Submitted by:   David Wood <david@wood2.org.uk> (maintainer)
Tested by:      mm
06 Jun 2008 13:50:32
Original commit files touched by this commit  2.0.3_1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
20 May 2008 12:04:15
Original commit files touched by this commit  2.0.3
flz search for other commits by this committer
Switch UIDs to master.passwd compatible format.
Also fix the two ports that are already using it.

Suggested by:   timur
Approved by:    portmgr (self)
02 Apr 2008 13:07:01
Original commit files touched by this commit  2.0.3
mm search for other commits by this committer
- Update to 2.0.3
- Create own user and group
- Fix and update patches

PR:             ports/122097
Submitted by:   David Wood <david@wood2.org.uk> (maintainer)
31 Jan 2008 13:22:15
Original commit files touched by this commit  2.0.1
jmelo search for other commits by this committer
- Update to 2.0.1.
- Fix radsqlrelay.
- Update mastersites.

PR:             ports/119909
Submitted by:   David Wood <david@wood2.org.uk> (maintainer)
18 Jan 2008 21:13:38
Original commit files touched by this commit  2.0.0
beech search for other commits by this committer
- Update to 2.0.0

PR:             ports/119582
Submitted by:   David Wood <david@wood2.org.uk> (maintainer)
Approved by:    linimon (mentor)
18 Jan 2008 20:54:37
Original commit files touched by this commit  1.1.7_2
 This port version is marked as vulnerable.
beech search for other commits by this committer
- Force commit after repocopy

PR:             ports/119585
Approved by:    linimon (mentor)

Number of commits found: 46

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours7
new 7 days62
new fortnight184
new month254

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.488 seconds.