From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 3 12:40:07 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9FB616A417 for ; Fri, 3 Aug 2007 12:40:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B770713C467 for ; Fri, 3 Aug 2007 12:40:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l73Ce7IL015452 for ; Fri, 3 Aug 2007 12:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l73Ce7Kp015451; Fri, 3 Aug 2007 12:40:07 GMT (envelope-from gnats) Date: Fri, 3 Aug 2007 12:40:07 GMT Message-Id: <200708031240.l73Ce7Kp015451@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: David Wood Cc: Subject: Re: ports/115157: [maintainer update] update net/freeradius to 1.1.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Wood List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 12:40:07 -0000 The following reply was made to PR ports/115157; it has been noted by GNATS. From: David Wood To: bug-followup@FreeBSD.org, david@wood2.org.uk Cc: Subject: Re: ports/115157: [maintainer update] update net/freeradius to 1.1.7 Date: Fri, 3 Aug 2007 13:22:31 +0100 For completeness: Files added in this patch: files/patch-pthread Files deleted in this patch: The reference in the release notes to "Checks for more recent FreeBSD versions" is a fix to configure.in that handles the GNU style gethostbyaddr_r () available in FreeBSD 6.2 and upwards correctly. Release notes: 2007.07.25 Version 1.1.7 has been released. The focus of this release is stability. Feature Improvements ================ Updated LDAP documentation. Added note on DH parameters in eap.conf, and debugging messages which complain if DH is used, but not configured properly. Updated the Mikrotik dictionary. Added a note that the sample dictionary they supply is broken. Output more information on blocked threads, which should help narrow down which modules is causing the problem. Added more eDirectory support. rlm_ldap now prints out attributes in the standard format Enabled server-side handling of procedures in MySQL Bug Fixes ======= Added NT-Hash support for mschap_xlat. Corrected documentation to point to correct location of files. Checks for more recent FreeBSD versions. uses -DLDAP_DEPRECATED to avoid OpenLDAP crashes. Use correct value for authentication name in rlm_mschap. Fix over-ride for usernames when use_tunneled_reply = yes.