Subject: openssl version patch for 1-6 branch
To: None <current-users@netbsd.org>
From: Toru TAKAMIZU <ttaka@earth.email.ne.jp>
List: current-users
Date: 11/13/2003 21:02:57
Hello.

Below is a patch that changes openssl version for 1-6 branch.
Now that pkgs which depends on openssl requires at least 0.9.6l,
this patch (or an equivalent) should be pulled up (in addition to
recent pullups).

Unfortunately I don't know whether my patch is a correct approach
nor it's enough for this purpose, though it works for me.

Would you check it and request a pullup?

TIA,
Toru TAKAMIZU

Index: crypto/dist/openssl/Makefile.ssl
===================================================================
RCS file: /cvsroot/src/crypto/dist/openssl/Makefile.ssl,v
retrieving revision 1.1.1.4.2.3
diff -u -r1.1.1.4.2.3 Makefile.ssl
--- crypto/dist/openssl/Makefile.ssl	2002/08/09 23:48:03	1.1.1.4.2.3
+++ crypto/dist/openssl/Makefile.ssl	2003/11/13 08:20:29
@@ -4,7 +4,7 @@
 ## Makefile for OpenSSL
 ##
 
-VERSION=0.9.6g
+VERSION=0.9.6l
 MAJOR=0
 MINOR=9.6
 SHLIB_VERSION_NUMBER=0.9.6
Index: crypto/dist/openssl/crypto/opensslv.h
===================================================================
RCS file: /cvsroot/src/crypto/dist/openssl/crypto/opensslv.h,v
retrieving revision 1.1.1.4.2.2
diff -u -r1.1.1.4.2.2 opensslv.h
--- crypto/dist/openssl/crypto/opensslv.h	2002/08/09 23:33:56	1.1.1.4.2.2
+++ crypto/dist/openssl/crypto/opensslv.h	2003/11/13 08:20:32
@@ -25,8 +25,8 @@
  * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
  *  major minor fix final patch/beta)
  */
-#define OPENSSL_VERSION_NUMBER	0x0090607fL
-#define OPENSSL_VERSION_TEXT	"OpenSSL 0.9.6g 9 Aug 2002"
+#define OPENSSL_VERSION_NUMBER	0x009060cfL
+#define OPENSSL_VERSION_TEXT	"OpenSSL 0.9.6l 04 Nov 2003"
 #define OPENSSL_VERSION_PTEXT	" part of " OPENSSL_VERSION_TEXT