diff options
author | tron <tron@pkgsrc.org> | 2010-05-23 17:28:44 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2010-05-23 17:28:44 +0000 |
commit | 01e9dbb9bdea79dafac9ceedf5f4b9c26aec44ac (patch) | |
tree | 1d7bdb68ef4174684bbadc4324f8a3cffd11fb07 /net/freeradius2/PLIST | |
parent | b1302785c0a98a0d8da7022dd142d3a9eb75bfd4 (diff) | |
download | pkgsrc-01e9dbb9bdea79dafac9ceedf5f4b9c26aec44ac.tar.gz |
Update "freeradius2" package to version 2.1.8. Changes since version 2.1.7:
- Feature improvements
* Print more descriptive error message for too many EAP sessions.
This gives hints on what to do when "failed to store handler"
* Commands received from radmin are now printed on stdout when
in debugging mode.
* Allow accounting packets to be written to a detail file, even
if they were read from a different detail file.
* Added OpenSSL license exception (src/LICENSE.openssl)
- Bug fixes
* DHCP sockets can now set the broadcast flag before binding to a
socket. You need to set "broadcast = yes" in the DHCP listener.
* Be more restrictive on string parsing in the config files
* Fix password length in scripts/create-users.pl
* Be more flexible about parsing the detail file. This allows
it to read files where the attributes have been edited.
* Ensure that requests read from the detail file are cleaned up
(i.e. don't leak) if they are proxied without a response.
* Write the PID file after opening sockets, not before
(closes bug #29)
* Proxying large numbers of packets no longer gives error
"unable to open proxy socket".
* Avoid mutex locks in libc after fork
* Retry packet from detail file if there was no response.
* Allow old-style dictionary formats, where the vendor name is the
last field in an ATTRIBUTE definition.
* Removed all recursive use of mutexes. Some systems just don't
support this.
* Allow !* to work as documented.
* make templates work (see templates.conf)
* Enabled "allow_core_dumps" to work again
* Print better errors when reading invalid dictionaries
* Sign client certificates with CA, rather than server certs.
* Fix potential crash in rlm_passwd when file was closed
* Fixed corner cases in conditional dynamic expansion.
* Use InnoDB for MySQL IP Pools, to gain transactional support
* Apply patch to libltdl for CVE-2009-3736.
* Fixed a few issues found by LLVM's static checker
* Keep track of "bad authenticators" for accounting packets
* Keep track of "dropped packets" for auth/acct packets
* Synced the "debian" directory with upstream
* Made "unlang" use unsigned 32-bit integers, to match the
dictionaries.
While here fix broken user destination directory installation as well.
Diffstat (limited to 'net/freeradius2/PLIST')
-rw-r--r-- | net/freeradius2/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/freeradius2/PLIST b/net/freeradius2/PLIST index 481f5861c92..7001927ebbf 100644 --- a/net/freeradius2/PLIST +++ b/net/freeradius2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2009/10/11 09:18:25 adam Exp $ +@comment $NetBSD: PLIST,v 1.9 2010/05/23 17:28:44 tron Exp $ bin/radclient bin/radconf2xml bin/radeapclient @@ -416,9 +416,11 @@ share/freeradius/dictionary.3com share/freeradius/dictionary.3gpp share/freeradius/dictionary.3gpp2 share/freeradius/dictionary.acc +share/freeradius/dictionary.acme share/freeradius/dictionary.airespace share/freeradius/dictionary.alcatel share/freeradius/dictionary.alcatel.esam +share/freeradius/dictionary.alcatel.sr share/freeradius/dictionary.alteon share/freeradius/dictionary.altiga share/freeradius/dictionary.alvarion @@ -427,6 +429,7 @@ share/freeradius/dictionary.aptis share/freeradius/dictionary.aruba share/freeradius/dictionary.ascend share/freeradius/dictionary.asn +share/freeradius/dictionary.audiocodes share/freeradius/dictionary.avaya share/freeradius/dictionary.azaire share/freeradius/dictionary.bay |