Subject: CVS commit: pkgsrc/net/freeradius
To: None <pkgsrc-changes@NetBSD.org>
From: Adrian Portelli <adrianp@netbsd.org>
List: pkgsrc-changes
Date: 03/21/2006 23:08:08
Module Name:	pkgsrc
Committed By:	adrianp
Date:		Tue Mar 21 23:08:08 UTC 2006

Modified Files:
	pkgsrc/net/freeradius: Makefile PLIST distinfo
	pkgsrc/net/freeradius/patches: patch-ab patch-ai
Removed Files:
	pkgsrc/net/freeradius/patches: patch-aa

Log Message:
Remove some old hacks that are no longer needed
Use our libtool
Update to 1.1.1

Fixes security issue (DoS):
	http://secunia.com/advisories/19300/

>         Security fixes
>         * Additional state checking in the EAP-MSCHAPv2 module.
>           Bug found by Steffen Schuster.
>
>         Feature improvements
>         * More dictionary updates
>         * Additional tests and fixes for Digest module from Phillipe Sultan.
>         * Add new "phone" response mode to rlm_otp/cryptocard.
>         * Put the eap sessions into a tree, so that looking them up is very
>           fast, and no longer O(n) in the number of sessions.
>         * Install the schema examples for a set of backends with the rest
>           of the documentation.
>         * Add support for xlat expansion of attributes from LDAP.
>
>         Bug fixes
>         * Fix rlm_perl crash. (closes: #348)
>         * Fix handling of CoA-Request packets (close #344).  Also correct
>           name of CoA packets.
>         * Fix an error on x86_64 machines when reading dictionaries.
>           (closes: #312)
>         * Fix compilation errors on FreeBSD and NetBSD because of rlm_otp
>           module. (closes: #314 #328)
>         * Workaround Cisco bug in State attribute handling in rlm_otp.
>         * Support LP64 for async mode in rlm_otp.
>         * Fix libtool problems on Debian with rlm_eap_peap and rlm_eap_ttls
>           modules. (closes: #75)
>         * Make "use_tunneled_reply" work properly for PEAP.
>         * Copy the whole string when getting a one-to-one-mapped attribute
>           from LDAP (closes: #261)
>         * Fix net-snmp's ucd-snmp compatibility mode.


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 pkgsrc/net/freeradius/Makefile
cvs rdiff -r1.13 -r1.14 pkgsrc/net/freeradius/PLIST
cvs rdiff -r1.18 -r1.19 pkgsrc/net/freeradius/distinfo
cvs rdiff -r1.3 -r0 pkgsrc/net/freeradius/patches/patch-aa
cvs rdiff -r1.4 -r1.5 pkgsrc/net/freeradius/patches/patch-ab \
    pkgsrc/net/freeradius/patches/patch-ai

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.