pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/freeradius Update to 1.1.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0cb21aa34635
branches:  trunk
changeset: 527509:0cb21aa34635
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Mon Apr 09 15:56:26 2007 +0000

description:
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:

 net/freeradius/Makefile |  4 ++--
 net/freeradius/PLIST    |  3 ++-
 net/freeradius/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (51 lines):

diff -r adb5002bd53f -r 0cb21aa34635 net/freeradius/Makefile
--- a/net/freeradius/Makefile   Mon Apr 09 14:59:49 2007 +0000
+++ b/net/freeradius/Makefile   Mon Apr 09 15:56:26 2007 +0000
@@ -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/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 -r adb5002bd53f -r 0cb21aa34635 net/freeradius/PLIST
--- a/net/freeradius/PLIST      Mon Apr 09 14:59:49 2007 +0000
+++ b/net/freeradius/PLIST      Mon Apr 09 15:56:26 2007 +0000
@@ -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.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 -r adb5002bd53f -r 0cb21aa34635 net/freeradius/distinfo
--- a/net/freeradius/distinfo   Mon Apr 09 14:59:49 2007 +0000
+++ b/net/freeradius/distinfo   Mon Apr 09 15:56:26 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index