diff options
author | adrianp <adrianp> | 2007-04-14 10:16:47 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2007-04-14 10:16:47 +0000 |
commit | d9e5e36ce2129075626b64f4a28c38dff7fa41c6 (patch) | |
tree | 28531f886e97636479e03a7a71e4cfdebe0f2189 /net/freeradius | |
parent | 40240de797a78cfe502a7c6c43f5b174b4c2f8f6 (diff) | |
download | pkgsrc-d9e5e36ce2129075626b64f4a28c38dff7fa41c6.tar.gz |
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.
Diffstat (limited to 'net/freeradius')
-rw-r--r-- | net/freeradius/Makefile | 4 | ||||
-rw-r--r-- | net/freeradius/PLIST | 5 | ||||
-rw-r--r-- | net/freeradius/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/net/freeradius/Makefile b/net/freeradius/Makefile index 21cb666483d..809967cfd32 100644 --- a/net/freeradius/Makefile +++ b/net/freeradius/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2007/04/09 15:56:26 adrianp Exp $ +# $NetBSD: Makefile,v 1.59 2007/04/14 10:16:47 adrianp Exp $ DISTNAME= freeradius-${RADVER} CATEGORIES= net @@ -40,7 +40,7 @@ OWN_DIRS_PERMS+= ${VARBASE}/log/radiusd \ OWN_DIRS_PERMS+= ${VARBASE}/log/radiusd/radacct \ ${RADIUS_USER} ${RADIUS_GROUP} 0750 -RADVER= 1.1.5 +RADVER= 1.1.6 EGDIR= ${PREFIX}/share/examples/freeradius BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7 diff --git a/net/freeradius/PLIST b/net/freeradius/PLIST index f0c2ab7fd30..361d56f150d 100644 --- a/net/freeradius/PLIST +++ b/net/freeradius/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2007/04/09 15:56:26 adrianp Exp $ +@comment $NetBSD: PLIST,v 1.22 2007/04/14 10:16:48 adrianp Exp $ bin/radclient bin/radeapclient bin/radlast @@ -328,7 +328,10 @@ share/freeradius/dictionary.rfc2869 share/freeradius/dictionary.rfc3162 share/freeradius/dictionary.rfc3576 share/freeradius/dictionary.rfc3580 +share/freeradius/dictionary.rfc4372 share/freeradius/dictionary.rfc4590 +share/freeradius/dictionary.rfc4675 +share/freeradius/dictionary.rfc4679 share/freeradius/dictionary.riverstone share/freeradius/dictionary.roaringpenguin share/freeradius/dictionary.schulzrinne-sipping diff --git a/net/freeradius/distinfo b/net/freeradius/distinfo index 1df521eaf3f..82092e4422e 100644 --- a/net/freeradius/distinfo +++ b/net/freeradius/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.25 2007/04/09 15:56:26 adrianp Exp $ +$NetBSD: distinfo,v 1.26 2007/04/14 10:16:48 adrianp Exp $ -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 (freeradius-1.1.6.tar.gz) = a40ff6412824daf221bd6e717db253cf32562735 +RMD160 (freeradius-1.1.6.tar.gz) = ed82342938d3845c4e6938b5c4f3117e2397367b +Size (freeradius-1.1.6.tar.gz) = 3175652 bytes SHA1 (patch-ab) = 7a23eb75a9818b073263fd36cbf17b692fa19a9f SHA1 (patch-ae) = 8fa500de8c24ec4a8e3bfa043ebb2fb574b0fe7e SHA1 (patch-ai) = 361897e4083b5f7827f73dc7b4683027ac4f66e2 |