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

[minion-cvs] openssl vulnerabilities mean big fun for everyone! upgr...



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

Modified Files:
	Makefile 
Log Message:
openssl vulnerabilities mean big fun for everyone! upgrade Makefile to download latest (0.9.7d)

Index: Makefile
===================================================================
RCS file: /home/minion/cvsroot/src/minion/Makefile,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- Makefile	8 Mar 2004 06:01:02 -0000	1.67
+++ Makefile	19 Mar 2004 06:18:46 -0000	1.68
@@ -203,15 +203,14 @@
 	mv dist Mixminion-$$VERSION; \
 	zip -9 Mixminion-$$VERSION.win32.zip Mixminion-$$VERSION/* \
            Mixminion-$$VERSION/lib/*
-	
 
 #======================================================================
 # OpenSSL-related targets
 
-OPENSSL_URL = ftp://ftp.openssl.org/source/openssl-0.9.7c.tar.gz
-OPENSSL_FILE = openssl-0.9.7c.tar.gz
+OPENSSL_URL = ftp://ftp.openssl.org/source/openssl-0.9.7d.tar.gz
+OPENSSL_FILE = openssl-0.9.7d.tar.gz
 OPENSSL_SRC = ./contrib/openssl
-OPENSSL_SHA = 80cbd896850455d09544cc05e01b147b3e85399e
+OPENSSL_SHA = 697d7f3b7ab3bf980373f7f41899362a0b507c2f
 # I have verified that the above digest matches the tarball signed by the
 # openssl maintainer.  If you are paranoid, you should doublecheck. -Nick.