[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[minion-cvs] OpenSSL 0.9.7 is out of beta: hooray!



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

Modified Files:
	Makefile HACKING 
Log Message:
OpenSSL 0.9.7 is out of beta: hooray!

Index: Makefile
===================================================================
RCS file: /home/minion/cvsroot/src/minion/Makefile,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- Makefile	4 Jan 2003 04:27:49 -0000	1.25
+++ Makefile	5 Jan 2003 04:16:49 -0000	1.26
@@ -103,8 +103,8 @@
 #======================================================================
 # OpenSSL-related targets
 
-OPENSSL_URL = ftp://ftp.openssl.org/source/openssl-0.9.7-beta4.tar.gz
-OPENSSL_FILE = openssl-0.9.7-beta4.tar.gz
+OPENSSL_URL = ftp://ftp.openssl.org/source/openssl-0.9.7.tar.gz
+OPENSSL_FILE = openssl-0.9.7.tar.gz
 
 download-openssl:
 	@if [ -x "`which wget 2>&1`" ] ; then                             \

Index: HACKING
===================================================================
RCS file: /home/minion/cvsroot/src/minion/HACKING,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- HACKING	16 Dec 2002 01:45:42 -0000	1.11
+++ HACKING	5 Jan 2003 04:16:49 -0000	1.12
@@ -1,16 +1,15 @@
 Hacking Mixminion                                  -*- Text -*-
 
 Requirements:
-	Python 2.0-2.2  (see PORTING NOTES below)
+        Python 2.0-2.2  (see PORTING NOTES below)
 
-	OpenSSL 0.9.7 (You'll need to download a beta. As of 1 December 2002,
-           that's http//www.openssl.org/source/openssl-0.9.7-beta4.tar.gz).
-	   Don't worry; the makefile knows how to download it for you.
+        OpenSSL 0.9.7 (If you don't have it, the Makefile knows how to
+            download it for you.)
 
-	A working /dev/urandom (see PORTING NOTES below)
+        A working /dev/urandom (see PORTING NOTES below)
 
 Things to hack:
-	See the TODO list.
+        See the TODO list.
 
 DESIGN PRINCIPLES:
     - It's not done till it's documented.
@@ -28,8 +27,8 @@
     - Magic strings:
          "XXXX" indicates a defect in the code. 
          "FFFF" indicates a missing feature.
-	 "????" indicates an untested or iffy block.
-	 "DOCDOC" indicates missing documentation.
+         "????" indicates an untested or iffy block.
+         "DOCDOC" indicates missing documentation.
 
 PORTABILITY NOTES:
     - I've already backported to Python 2.0.  (I refuse to backport to 1.5 or
@@ -80,11 +79,11 @@
         A batch of messages is selected by the 'Mix pool' for delivery.
              V
              ---Some are placed in an 'Outgoing' queue...
-	     I       V
+             I       V
              I   ... and delivered to other Mixminion servers via MMTPServer
              V
              ---Others are queued and delivered by other exit methods, 
-	        implemented and selected by ModuleManager.
+                implemented and selected by ModuleManager.
 
 CONTRIBUTING PATCHES:
     - Send them to the list mixminion-dev@freehaven.net, or to me