Subject: CVS commit: pkgsrc/net/freeradius
To: None <pkgsrc-changes@NetBSD.org>
From: Adrian Portelli <adrianp@netbsd.org>
List: pkgsrc-changes
Date: 04/14/2007 10:16:48
Module Name:	pkgsrc
Committed By:	adrianp
Date:		Sat Apr 14 10:16:48 UTC 2007

Modified Files:
	pkgsrc/net/freeradius: Makefile PLIST distinfo

Log Message:
Update to 1.1.6
Feature Improvements
* Added more dictionaries

Bug Fixes
* Corrected typo in rlm_pap.c (closes #440)
* Corrected typo in src/main/auth.c (closes #437)
* Suppress SSL error messages if error is zero. (closes #436)
* Don't complain about "Error in read client certificate A" if we expect to
  read it in the next packet. Fix based on patch by Dan Lukes.
* Corrected nearly 30 bugs found by Coverity See also http://scan.coverity.com
* Don't die on HUP. Instead leak memory (sorry). After a few hundred HUP's, the
  server will have leaked a few megabytes of memory, and you should probably
  re-start it. It's ugly, but better than dying. (Closes #426)
* Corrected a few double free's
* Corrected typo in radrelay, which prevented it from working
* Made Firebird module build
* Fixed bug in PostgreSQL module that caused server crash.
* Fixed bug in SQL module that could cause server to crash.


To generate a diff of this commit:
cvs rdiff -r1.58 -r1.59 pkgsrc/net/freeradius/Makefile
cvs rdiff -r1.21 -r1.22 pkgsrc/net/freeradius/PLIST
cvs rdiff -r1.25 -r1.26 pkgsrc/net/freeradius/distinfo

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