pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/freeradius2 Version 2.0.5 has been released. The f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c2aae91cd0c
branches:  trunk
changeset: 543599:7c2aae91cd0c
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Fri Jun 20 20:57:39 2008 +0000

description:
Version 2.0.5 has been released. The focus of this release is stability.

Feature Improvements
* Permit SQL authorize_reply_query to be empty.
* Allow setting response packet type in Post-Proxy-Type Fail handler.
* Added install-chown target to set correct permission and ownership make RADMIN=radmin RGROUP=radius install-chown.
* Support for LDAP-Group and other dynamic comparison attribute in unlang. Developed from a patch by Jason Alderfer.
* Added chroot support. See radiusd.conf for comments.
* Allow clients of 0/0. We do not recommend using this, though.
* Moved many module configurations into raddb/modules/*.

Bug Fixes
* Allow proxying to virtual servers for accounting packets, too.
* Added num_fields function to PostgreSQL client. This lets clients be read from a PostgreSQL database.
* Updated proxy fallback mechanism to validate fallback servers, and to process fallback requests in a child thread.
* The realm module returns ok for LOCAL realms, not noop.
* Fixed some DHCP code handling. The examples should now work.

diffstat:

 net/freeradius2/Makefile         |   4 ++--
 net/freeradius2/distinfo         |  10 +++++-----
 net/freeradius2/patches/patch-ak |  14 +++++++-------
 3 files changed, 14 insertions(+), 14 deletions(-)

diffs (62 lines):

diff -r b4b8c8b5328c -r 7c2aae91cd0c net/freeradius2/Makefile
--- a/net/freeradius2/Makefile  Fri Jun 20 17:50:48 2008 +0000
+++ b/net/freeradius2/Makefile  Fri Jun 20 20:57:39 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/05/15 19:43:47 adrianp Exp $
+# $NetBSD: Makefile,v 1.2 2008/06/20 20:57:39 adrianp Exp $
 
 DISTNAME=      freeradius-server-${RADVER}
 PKGNAME=       ${DISTNAME:S/-server//}
@@ -45,7 +45,7 @@
 OWN_DIRS_PERMS+=       ${VARBASE}/log/radiusd/radacct \
                        ${RADIUS_USER} ${RADIUS_GROUP} 0750
 
-RADVER=                        2.0.4
+RADVER=                        2.0.5
 EGDIR=                 ${PREFIX}/share/examples/freeradius
 
 BUILDLINK_API_DEPENDS.openssl+=        openssl>=0.9.7
diff -r b4b8c8b5328c -r 7c2aae91cd0c net/freeradius2/distinfo
--- a/net/freeradius2/distinfo  Fri Jun 20 17:50:48 2008 +0000
+++ b/net/freeradius2/distinfo  Fri Jun 20 20:57:39 2008 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/05/15 19:43:47 adrianp Exp $
+$NetBSD: distinfo,v 1.2 2008/06/20 20:57:39 adrianp Exp $
 
-SHA1 (freeradius-server-2.0.4.tar.bz2) = 3408d09a990c63df6718939097650a463d654a99
-RMD160 (freeradius-server-2.0.4.tar.bz2) = 66915fb5511573b502b7afdb96fd0adb807faa29
-Size (freeradius-server-2.0.4.tar.bz2) = 2314988 bytes
+SHA1 (freeradius-server-2.0.5.tar.bz2) = 001f284fa4f4e4bd8a912a4f7d1d1141f6e39736
+RMD160 (freeradius-server-2.0.5.tar.bz2) = e954541f69d8036b60f7573d967619f0b540a1b1
+Size (freeradius-server-2.0.5.tar.bz2) = 2323968 bytes
 SHA1 (patch-ab) = 7a23eb75a9818b073263fd36cbf17b692fa19a9f
 SHA1 (patch-ae) = 8fa500de8c24ec4a8e3bfa043ebb2fb574b0fe7e
 SHA1 (patch-ai) = 0b2142bd16666bb4c2750daa2609b84115f39da9
 SHA1 (patch-aj) = ba4e08eb0f3fbe0cb18f41de9c80e14ebccc1188
-SHA1 (patch-ak) = 7be986e3949a6f8368f7e01ba93521fac48eff7d
+SHA1 (patch-ak) = 719be38b382d62db7d5ee8a8e56d21f926057442
 SHA1 (patch-al) = fca4d6c162cdd5f10c6955d830e77631d3602d82
diff -r b4b8c8b5328c -r 7c2aae91cd0c net/freeradius2/patches/patch-ak
--- a/net/freeradius2/patches/patch-ak  Fri Jun 20 17:50:48 2008 +0000
+++ b/net/freeradius2/patches/patch-ak  Fri Jun 20 20:57:39 2008 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-ak,v 1.1.1.1 2008/05/15 19:43:47 adrianp Exp $
+$NetBSD: patch-ak,v 1.2 2008/06/20 20:57:39 adrianp Exp $
 
---- raddb/radiusd.conf.in.orig 2006-04-20 19:40:29.000000000 +0100
+--- raddb/radiusd.conf.in.orig 2008-05-30 10:18:43.000000000 +0100
 +++ raddb/radiusd.conf.in
-@@ -106,8 +106,8 @@ pidfile = ${run_dir}/radiusd.pid
- #  that the debugging mode server is running as a user that can read the
- #  shadow info, and the user listed below can not.
+@@ -160,8 +160,8 @@ pidfile = ${run_dir}/radiusd.pid
+ #  It will join all groups where "user" is a member.  This can allow
+ #  for some finer-grained access controls.
  #
--#user = nobody
--#group = nobody
+-#user = radius
+-#group = radius
 +user = @@RADIUS_USER@@
 +group = @@RADIUS_GROUP@@
  



Home | Main Index | Thread Index | Old Index