pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/radiusd-cistron Update radiusd-cistron to 1.6.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8291439ef799
branches:  trunk
changeset: 536781:8291439ef799
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Dec 22 12:39:57 2007 +0000

description:
Update radiusd-cistron to 1.6.8.

pkgsrc changes:
  * add a patch to fix build problem with gcc4.

Changes:
radiusd-cistron (1.6.8) cistron; urgency=low

  * Allow Tunnel attributes to be proxied.
  * Change log() -> log_msg() everywhere to shut up GCC 3.x
  * free() authreq after receiving packet from unknow client
  * Add wildcard flag to realms file
  * Use wildmat for Realm = compares in users file
  * Fix an endianness bug in rad_check_multi (Simon Byrnand <simon%igrin.co.nz@localhost>)

diffstat:

 net/radiusd-cistron/Makefile         |   9 ++++-----
 net/radiusd-cistron/distinfo         |  11 ++++++-----
 net/radiusd-cistron/patches/patch-ad |   6 +++---
 net/radiusd-cistron/patches/patch-ag |  12 ++++++++++++
 4 files changed, 25 insertions(+), 13 deletions(-)

diffs (76 lines):

diff -r ccf6288df0b0 -r 8291439ef799 net/radiusd-cistron/Makefile
--- a/net/radiusd-cistron/Makefile      Sat Dec 22 12:09:59 2007 +0000
+++ b/net/radiusd-cistron/Makefile      Sat Dec 22 12:39:57 2007 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2007/12/02 11:30:04 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2007/12/22 12:39:57 obache Exp $
 
-DISTNAME=      radiusd-cistron-1.6.7
-PKGREVISION=   2
+DISTNAME=      radiusd-cistron-1.6.8
 CATEGORIES=    net
 MASTER_SITES=  ftp://ftp.cistron.nl/pub/people/miquels/radius/
 
@@ -16,8 +15,8 @@
 REPLACE_PERL=  src/checkrad.pl
 
 MAKE_FILE=     Makefile.BSD
-BUILD_DIRS=    ${WRKSRC}/src
-INSTALL_DIRS=  ${WRKSRC}/src
+BUILD_DIRS=    src
+INSTALL_DIRS=  src
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 \
                        ${PKGMANDIR}/man8 sbin share/examples/raddb \
                        share/doc/radiusd-cistron
diff -r ccf6288df0b0 -r 8291439ef799 net/radiusd-cistron/distinfo
--- a/net/radiusd-cistron/distinfo      Sat Dec 22 12:09:59 2007 +0000
+++ b/net/radiusd-cistron/distinfo      Sat Dec 22 12:39:57 2007 +0000
@@ -1,11 +1,12 @@
-$NetBSD: distinfo,v 1.7 2005/12/07 03:45:21 joerg Exp $
+$NetBSD: distinfo,v 1.8 2007/12/22 12:39:57 obache Exp $
 
-SHA1 (radiusd-cistron-1.6.7.tar.gz) = 54c6e08a0c82a8d16928c1410bf50f6a50ef7d99
-RMD160 (radiusd-cistron-1.6.7.tar.gz) = 12292d77c644b1f935a88e64135f3be9037bcf6f
-Size (radiusd-cistron-1.6.7.tar.gz) = 198927 bytes
+SHA1 (radiusd-cistron-1.6.8.tar.gz) = 7938d5acbb994174baf662a4b4641367c4e1fd95
+RMD160 (radiusd-cistron-1.6.8.tar.gz) = 06de37ca5e8a8354aaa7387255929388b49edb61
+Size (radiusd-cistron-1.6.8.tar.gz) = 199459 bytes
 SHA1 (patch-aa) = 53f331bde823f23a869c779df92a6e400a204746
 SHA1 (patch-ab) = a877e273f3d12228d4d0d6064115c5f55c044ad3
 SHA1 (patch-ac) = 95053cdb7cc8a1672d32a953147074ea948e535b
-SHA1 (patch-ad) = 32b8246f3303373139f8e0da1c5250088e6afd41
+SHA1 (patch-ad) = 1220fdb3141391f6c15b7bfba014baf1a372f3b6
 SHA1 (patch-ae) = 2049cfa99b6392ed178e11e283b2749df819a35c
 SHA1 (patch-af) = 7d2973054817eb8eae320a8a1a026f658e1cc70f
+SHA1 (patch-ag) = b1fa6b062bb3134ddc02c98b4522c2efe20ba4f3
diff -r ccf6288df0b0 -r 8291439ef799 net/radiusd-cistron/patches/patch-ad
--- a/net/radiusd-cistron/patches/patch-ad      Sat Dec 22 12:09:59 2007 +0000
+++ b/net/radiusd-cistron/patches/patch-ad      Sat Dec 22 12:39:57 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.1 2005/12/07 03:45:21 joerg Exp $
+$NetBSD: patch-ad,v 1.2 2007/12/22 12:39:58 obache Exp $
 
---- src/radiusd.c.orig 2005-12-07 03:33:06.000000000 +0000
+--- src/radiusd.c.orig 2005-03-31 21:06:51.000000000 +0000
 +++ src/radiusd.c
-@@ -78,10 +78,6 @@ static time_t               start_time;
+@@ -80,10 +80,6 @@ static time_t               start_time;
  static AUTH_REQ               *first_request;
  
  
diff -r ccf6288df0b0 -r 8291439ef799 net/radiusd-cistron/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/radiusd-cistron/patches/patch-ag      Sat Dec 22 12:39:57 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ag,v 1.1 2007/12/22 12:39:58 obache Exp $
+
+--- src/radiusd.h.orig 2003-12-08 16:12:22.000000000 +0000
++++ src/radiusd.h
+@@ -204,7 +204,6 @@ extern char                *radutmp_path;
+ extern char           *radwtmp_path;
+ extern UINT4          expiration_seconds;
+ extern UINT4          warning_seconds;
+-extern int            radius_pid;
+ extern int            use_dbm;
+ extern int            use_dns;
+ extern int            use_wtmp;



Home | Main Index | Thread Index | Old Index