View | Details | Raw Unified | Return to bug 77616
Collapse All | Expand All

(-)/usr/home/paul/myports/sysutils/radmind/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	radmind
8
PORTNAME=	radmind
9
PORTVERSION=	1.4.0
9
PORTVERSION=	1.5.0
10
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
11
MASTER_SITES=	http://rsug.itd.umich.edu/software/radmind/files/
11
MASTER_SITES=	http://rsug.itd.umich.edu/software/radmind/files/
12
EXTRACT_SUFX=	.tgz
12
EXTRACT_SUFX=	.tgz
(-)/usr/home/paul/myports/sysutils/radmind/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (radmind-1.4.0.tgz) = 9e2eb883e5c4cfc6495f169594f4d180
1
MD5 (radmind-1.5.0.tgz) = c636f5c27cec2aeb4d0031a14d91aff5
2
SIZE (radmind-1.4.0.tgz) = 342647
2
SIZE (radmind-1.5.0.tgz) = 341574
(-)/usr/home/paul/myports/sysutils/radmind/files/patch-tls.c (-19 lines)
Lines 1-19 Link Here
1
--- tls.c.orig	Tue Dec 14 16:23:14 2004
2
+++ tls.c	Thu Jan 20 11:35:58 2005
3
@@ -194,6 +194,7 @@
4
     char            *line;
5
     int             ntype;
6
     struct in_addr  addr;
7
+    int             alt_ext;
8
 
9
     if ( inet_aton( host, &addr )) {
10
 	ntype = IS_IP4;
11
@@ -239,7 +240,7 @@
12
     /* This code gratiously borrowed from openldap-2.2.17,
13
      * it allows the use of aliases in the certificate.
14
      */
15
-    int alt_ext = X509_get_ext_by_NID( peer, NID_subject_alt_name, -1);
16
+    alt_ext = X509_get_ext_by_NID( peer, NID_subject_alt_name, -1);
17
 
18
     if ( alt_ext >= 0 ) {
19
 	X509_EXTENSION			*ex;

Return to bug 77616