[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[minion-cvs] Download the latest stable version of openssl



Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/tmp/cvs-serv31054

Modified Files:
	Makefile 
Log Message:
Download the latest stable version of openssl

Index: Makefile
===================================================================
RCS file: /home/minion/cvsroot/src/minion/Makefile,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- Makefile	30 May 2003 03:07:56 -0000	1.45
+++ Makefile	30 May 2003 08:30:11 -0000	1.46
@@ -166,8 +166,8 @@
 #======================================================================
 # OpenSSL-related targets
 
-OPENSSL_URL = ftp://ftp.openssl.org/source/openssl-0.9.7.tar.gz
-OPENSSL_FILE = openssl-0.9.7.tar.gz
+OPENSSL_URL = ftp://ftp.openssl.org/source/openssl-0.9.7b.tar.gz
+OPENSSL_FILE = openssl-0.9.7b.tar.gz
 OPENSSL_SRC = ./contrib/openssl
 
 download-openssl: