summaryrefslogtreecommitdiff
path: root/net/radiusd-cistron
diff options
context:
space:
mode:
authorobache <obache>2007-12-22 12:39:57 +0000
committerobache <obache>2007-12-22 12:39:57 +0000
commit2b473f0611ea0aaccd8fede499ddc1b7d2d688f8 (patch)
treebdc0cc40025588ac430152bf04019b001e8de93a /net/radiusd-cistron
parenteacdf1e6b7a40a9ce37db9a70abafcaa31162236 (diff)
downloadpkgsrc-2b473f0611ea0aaccd8fede499ddc1b7d2d688f8.tar.gz
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>)
Diffstat (limited to 'net/radiusd-cistron')
-rw-r--r--net/radiusd-cistron/Makefile9
-rw-r--r--net/radiusd-cistron/distinfo11
-rw-r--r--net/radiusd-cistron/patches/patch-ad6
-rw-r--r--net/radiusd-cistron/patches/patch-ag12
4 files changed, 25 insertions, 13 deletions
diff --git a/net/radiusd-cistron/Makefile b/net/radiusd-cistron/Makefile
index 48ca2f85397..a3bf93395bf 100644
--- a/net/radiusd-cistron/Makefile
+++ b/net/radiusd-cistron/Makefile
@@ -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 @@ USE_TOOLS+= perl:run
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 --git a/net/radiusd-cistron/distinfo b/net/radiusd-cistron/distinfo
index 6950862a2d4..448625a2d36 100644
--- a/net/radiusd-cistron/distinfo
+++ b/net/radiusd-cistron/distinfo
@@ -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 --git a/net/radiusd-cistron/patches/patch-ad b/net/radiusd-cistron/patches/patch-ad
index 4ec4c3b13b3..ecb54a250fe 100644
--- a/net/radiusd-cistron/patches/patch-ad
+++ b/net/radiusd-cistron/patches/patch-ad
@@ -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 --git a/net/radiusd-cistron/patches/patch-ag b/net/radiusd-cistron/patches/patch-ag
new file mode 100644
index 00000000000..502377d8cc3
--- /dev/null
+++ b/net/radiusd-cistron/patches/patch-ag
@@ -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;