1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00

Update to 1.5.0

PR:		ports/77616
Submitted by:	Paul Dlug (maintainer)
This commit is contained in:
Volker Stolz 2005-02-17 12:32:28 +00:00
parent 0e2f661258
commit 7b626a1826
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129088
3 changed files with 3 additions and 22 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= radmind
PORTVERSION= 1.4.0
PORTVERSION= 1.5.0
CATEGORIES= sysutils
MASTER_SITES= http://rsug.itd.umich.edu/software/radmind/files/
EXTRACT_SUFX= .tgz

View File

@ -1,2 +1,2 @@
MD5 (radmind-1.4.0.tgz) = 9e2eb883e5c4cfc6495f169594f4d180
SIZE (radmind-1.4.0.tgz) = 342647
MD5 (radmind-1.5.0.tgz) = c636f5c27cec2aeb4d0031a14d91aff5
SIZE (radmind-1.5.0.tgz) = 341574

View File

@ -1,19 +0,0 @@
--- tls.c.orig Tue Dec 14 16:23:14 2004
+++ tls.c Thu Jan 20 11:35:58 2005
@@ -194,6 +194,7 @@
char *line;
int ntype;
struct in_addr addr;
+ int alt_ext;
if ( inet_aton( host, &addr )) {
ntype = IS_IP4;
@@ -239,7 +240,7 @@
/* This code gratiously borrowed from openldap-2.2.17,
* it allows the use of aliases in the certificate.
*/
- int alt_ext = X509_get_ext_by_NID( peer, NID_subject_alt_name, -1);
+ alt_ext = X509_get_ext_by_NID( peer, NID_subject_alt_name, -1);
if ( alt_ext >= 0 ) {
X509_EXTENSION *ex;