pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/freeradius Update to 1.1.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d75f31606d7
branches:  trunk
changeset: 527822:5d75f31606d7
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Apr 14 10:16:47 2007 +0000

description:
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:

 net/freeradius/Makefile |  4 ++--
 net/freeradius/PLIST    |  5 ++++-
 net/freeradius/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 7 deletions(-)

diffs (54 lines):

diff -r 80a70fb74993 -r 5d75f31606d7 net/freeradius/Makefile
--- a/net/freeradius/Makefile   Sat Apr 14 09:17:48 2007 +0000
+++ b/net/freeradius/Makefile   Sat Apr 14 10:16:47 2007 +0000
@@ -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/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 -r 80a70fb74993 -r 5d75f31606d7 net/freeradius/PLIST
--- a/net/freeradius/PLIST      Sat Apr 14 09:17:48 2007 +0000
+++ b/net/freeradius/PLIST      Sat Apr 14 10:16:47 2007 +0000
@@ -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.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 -r 80a70fb74993 -r 5d75f31606d7 net/freeradius/distinfo
--- a/net/freeradius/distinfo   Sat Apr 14 09:17:48 2007 +0000
+++ b/net/freeradius/distinfo   Sat Apr 14 10:16:47 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index