Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jan 1999 16:25:05 +0900 (JST)
From:      shige@kuis.kyoto-u.ac.jp
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Cc:        shige@kuis.kyoto-u.ac.jp
Subject:   ports/9563: Update port: security/openssl
Message-ID:  <199901190725.QAA19746@onikobe.kuis.kyoto-u.ac.jp>

next in thread | raw e-mail | index | archive | help

>Number:         9563
>Category:       ports
>Synopsis:       Update port: security/SSLeay
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 18 23:30:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Shigeyuki FUKUSHIMA
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
Dept. of Information Science, Kyoto Univ., JAPAN
>Environment:

	FreeBSD 2.2.8-RELEASE i386
	FreeBSD 3.0-RELEASE i386
	FreeBSD 3.0-CURRENT i386

>Description:

Update port: security/openssl

Modify ${PREFIX}/bin/md5 (= ${PREFIX}/bin/ssleay) output string.

Thank you
--- shige

>How-To-Repeat:

>Fix:

diff -urN /usr/ports/security/openssl/patches/patch-ag openssl/patches/patch-ag
--- /usr/ports/security/openssl/patches/patch-ag	Thu Jan  1 09:00:00 1970
+++ openssl/patches/patch-ag	Tue Jan 19 16:17:31 1999
@@ -0,0 +1,11 @@
+--- apps/dgst.c.orig	Mon Dec 21 20:00:13 1998
++++ apps/dgst.c	Tue Jan 19 16:16:38 1999
+@@ -187,7 +187,7 @@
+ 				err++;
+ 				continue;
+ 				}
+-			printf("%s(%s)= ",name,argv[i]);
++			printf("%s (%s) = ",name,argv[i]);
+ 			do_fp(buf,inp,separator);
+ 			BIO_reset(bmd);
+ 			}
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901190725.QAA19746>