diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-04-09 15:56:26 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-04-09 15:56:26 +0000 |
commit | 9884d9563459388cffc49d1e011b56e6aa92f771 (patch) | |
tree | 734fd4dc39a64d33fe4c43cf207da109d9a2c690 /net | |
parent | e02ac7b3edaf61f1cd661a7c94c44e16a3309c2b (diff) | |
download | pkgsrc-9884d9563459388cffc49d1e011b56e6aa92f771.tar.gz |
Update to 1.1.5
2006.03.05 Version 1.1.5 has been released.
The focus of this release is stability.
Feature Improvements
* Added more dictionaries
* Dictionary files now MUST NOT be globally writable.
* Configuration files now MUST NOT be globally writable.
* Be more aggressive about freeing memory on clean exit.
* Updated rlm_python.
* Added another experimental SQL IP Pool module
Bug Fixes
* Corrected base64 decoding in rlm_pap
* Don't retransmit accounting packets. The NAS should do this.
* Handle Client-Error in EAP-SIM. (Closes #419)
* Port OpenSSL locking fixes from CVS head. This makes PEAP more stable on i
some systems.
* Require Message-Authenticator in Status-Server packets.
* Correct Tunnel-Medium-Type VALUEs in dictionary.rfc2868.
* Increase buffer size for dynamic expansion, which allows longer SQL queries.
(Closes #405)
* Use correct line number when there's a parse error in one of the
configuration sections. (Closes #421)
* Terminate SSL sessions in EAP on error, rather than continuing in some cases.
* Increase buffer size to allow parsing of long octet strings,
* Fix string termination on xlat in rlm_perl.
Diffstat (limited to 'net')
-rw-r--r-- | net/freeradius/Makefile | 4 | ||||
-rw-r--r-- | net/freeradius/PLIST | 3 | ||||
-rw-r--r-- | net/freeradius/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/net/freeradius/Makefile b/net/freeradius/Makefile index 782d5c847b6..21cb666483d 100644 --- a/net/freeradius/Makefile +++ b/net/freeradius/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2007/02/22 19:26:52 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2007/04/09 15:56:26 adrianp Exp $ DISTNAME= freeradius-${RADVER} CATEGORIES= net @@ -40,7 +40,7 @@ OWN_DIRS_PERMS+= ${VARBASE}/log/radiusd \ OWN_DIRS_PERMS+= ${VARBASE}/log/radiusd/radacct \ ${RADIUS_USER} ${RADIUS_GROUP} 0750 -RADVER= 1.1.4 +RADVER= 1.1.5 EGDIR= ${PREFIX}/share/examples/freeradius BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7 diff --git a/net/freeradius/PLIST b/net/freeradius/PLIST index 98d0eb4dd70..f0c2ab7fd30 100644 --- a/net/freeradius/PLIST +++ b/net/freeradius/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.20 2007/02/17 18:36:23 adrianp Exp $ +@comment $NetBSD: PLIST,v 1.21 2007/04/09 15:56:26 adrianp Exp $ bin/radclient bin/radeapclient bin/radlast @@ -268,6 +268,7 @@ share/freeradius/dictionary.alvarion share/freeradius/dictionary.aptis share/freeradius/dictionary.aruba share/freeradius/dictionary.ascend +share/freeradius/dictionary.asn share/freeradius/dictionary.avaya share/freeradius/dictionary.bay share/freeradius/dictionary.bintec diff --git a/net/freeradius/distinfo b/net/freeradius/distinfo index aa1b39b76a5..1df521eaf3f 100644 --- a/net/freeradius/distinfo +++ b/net/freeradius/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.24 2007/02/17 18:36:23 adrianp Exp $ +$NetBSD: distinfo,v 1.25 2007/04/09 15:56:26 adrianp Exp $ -SHA1 (freeradius-1.1.4.tar.gz) = e555c5dd555d9bbea74466558156d9f3e7b52f58 -RMD160 (freeradius-1.1.4.tar.gz) = 7f594557b27ada4f27dfc6d51f6c6b95a13edeee -Size (freeradius-1.1.4.tar.gz) = 3088835 bytes +SHA1 (freeradius-1.1.5.tar.gz) = eec5078ab837db8453aa5d2e83a7b4728ad43083 +RMD160 (freeradius-1.1.5.tar.gz) = 737d1251d368cd4ac0f584712045dc6cf2ef5091 +Size (freeradius-1.1.5.tar.gz) = 3128698 bytes SHA1 (patch-ab) = 7a23eb75a9818b073263fd36cbf17b692fa19a9f SHA1 (patch-ae) = 8fa500de8c24ec4a8e3bfa043ebb2fb574b0fe7e SHA1 (patch-ai) = 361897e4083b5f7827f73dc7b4683027ac4f66e2 |