head	1.4;
access;
symbols
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	old_RELEASE_4_6_2:1.2
	old_RELEASE_4_6_1:1.2
	old_RELEASE_4_6_0:1.2
	old_RELEASE_5_0_DP1:1.2
	old_RELEASE_4_5_0:1.2
	old_RELEASE_4_4_0:1.2
	old_RELEASE_4_3_0:1.1
	old_RELEASE_4_2_0:1.1
	old_RELEASE_4_1_1:1.1
	old_RELEASE_4_1_0:1.1
	old_RELEASE_3_5_0:1.1
	old_RELEASE_4_0_0:1.1
	old_RELEASE_3_4_0:1.1
	old_RELEASE_3_3_0:1.1
	old_RELEASE_3_2_0:1.1
	old_RELEASE_3_1_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2004.03.17.13.51.00;	author dinoex;	state dead;
branches;
next	1.3;

1.3
date	2002.08.14.19.48.07;	author dinoex;	state Exp;
branches;
next	1.2;

1.2
date	2001.05.23.02.47.02;	author dougb;	state Exp;
branches;
next	1.1;

1.1
date	99.01.20.12.44.04;	author dirk;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- Security update to 0.9.7d
http://www.openssl.org/news/secadv_20040317.txt
@
text
@--- apps/dgst.c.orig	Tue Jun 11 13:41:17 2002
+++ apps/dgst.c	Sat Aug 10 14:40:26 2002
@@@@ -340,7 +340,7 @@@@
 			if(!out_bin)
 				{
 				tmp=tofree=OPENSSL_malloc(strlen(name)+strlen(argv[i])+5);
-				sprintf(tmp,"%s(%s)= ",name,argv[i]);
+				sprintf(tmp,"%s(%s) = ",name,argv[i]);
 				}
 			else
 				tmp="";
@


1.3
log
@Update to openssl-0.9.7-beta3 after repro-copy, use at own risk.
@
text
@@


1.2
log
@Upgrade openssl to 0.9.6a and bump the shlib version in the process
due to non-backwards compatible changes. The shlib bump necessitates
a corresponding bump in bsd.port.mk for the automagic openssl
dependency. Mistakes in the port are my responsibility. Approval for
the bsd.port.mk commit comes through asami -> kkenn -> me. Kris is
a little busy at the moment, so he asked me to lob it in.

Approved by:	kris
@
text
@d1 8
a8 5
--- apps/dgst.c.orig	Thu Apr  5 13:08:50 2001
+++ apps/dgst.c	Fri Apr 13 00:58:32 2001
@@@@ -318,7 +318,7 @@@@
 				err++;
 				continue;
d10 2
a11 5
-			if(!out_bin) BIO_printf(out, "%s(%s)= ",name,argv[i]);
+			if(!out_bin) BIO_printf(out, "%s(%s) = ",name,argv[i]);
 			do_fp(out, buf,inp,separator, out_bin, sigkey, 
 								sigbuf, siglen);
 			(void)BIO_reset(bmd);
@


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

PR:		ports/9563
Submitted by:	Shigeyuki FUKUSHIMA <shige@@kuis.kyoto-u.ac.jp>
@
text
@d1 3
a3 3
--- 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 @@@@
d7 5
a11 5
-			printf("%s(%s)= ",name,argv[i]);
+			printf("%s (%s) = ",name,argv[i]);
 			do_fp(buf,inp,separator);
 			BIO_reset(bmd);
 			}
@

