head	1.3;
access;
symbols
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	old_RELEASE_4_6_2:1.1
	old_RELEASE_4_6_1:1.1
	old_RELEASE_4_6_0:1.1
	old_RELEASE_5_0_DP1:1.1
	old_RELEASE_4_5_0:1.1
	old_RELEASE_4_4_0:1.1
	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;
locks; strict;
comment	@# @;


1.3
date	2004.03.26.19.58.23;	author dinoex;	state dead;
branches;
next	1.2;

1.2
date	2003.01.02.17.36.56;	author dinoex;	state Exp;
branches;
next	1.1;

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


desc
@@


1.3
log
@- turn this into a slave port
@
text
@--- apps/Makefile.ssl.orig	Tue Dec 24 11:50:16 2002
+++ apps/Makefile.ssl	Thu Jan  2 17:58:03 2003
@@@@ -111,7 +111,7 @@@@
 	 done
 	@@cp openssl.cnf $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.new; \
 	chmod 644 $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.new; \
-	mv -f  $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.new $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf
+	mv -f  $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.new $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.sample
 
 tags:
 	ctags $(SRC)
@


1.2
log
@Update to 0.9.7 release
@
text
@@


1.1
log
@Upgrade to OpenSSL 0.9.3:

- some changes of the directory layout:
  e. g. ${PREFIX}/lib/openssl.cnf -> ${PREFIX}/openssl/openssl.cnf
@
text
@d1 3
a3 5
--- apps/Makefile.ssl.orig	Sun May 23 14:36:09 1999
+++ apps/Makefile.ssl	Fri May 28 22:29:19 1999
@@@@ -101,8 +101,8 @@@@
 	 cp $$i $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i; \
 	 chmod 755 $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i ); \
d5 4
a8 4
-	@@cp openssl.cnf $(INSTALL_PREFIX)$(OPENSSLDIR); \
-	chmod 644 $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf
+	@@cp openssl.cnf $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.sample; \
+	chmod 644 $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.sample
@

