summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-08-08 21:44:13 +0000
committerRichard Levitte <levitte@openssl.org>2002-08-08 21:44:13 +0000
commit8246c0607ad7cb76dd333d8cf7512e5fcd609f23 (patch)
treefb849dec326512bd842bcfaa02390e3f0807e68e
parentbfce617770d1a4b1e3942842a1da828c46a1c8ab (diff)
downloadopenssl-new-8246c0607ad7cb76dd333d8cf7512e5fcd609f23.tar.gz
Recent changes.OpenSSL-engine-0_9_6f
Time to release 0.9.6f [engine]. The tag will be OpenSSL-engine-0_9_6f.
-rw-r--r--CHANGES2
-rw-r--r--FAQ2
-rw-r--r--NEWS9
-rw-r--r--README2
-rw-r--r--STATUS3
-rw-r--r--TABLE16
-rw-r--r--crypto/opensslv.h4
-rw-r--r--openssl.spec2
8 files changed, 25 insertions, 15 deletions
diff --git a/CHANGES b/CHANGES
index 9042dac243..dc066c0131 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
OpenSSL CHANGES
_______________
- Changes between 0.9.6e and 0.9.6f [XX xxx XXXX]
+ Changes between 0.9.6e and 0.9.6f [8 Aug 2002]
*) Fix ASN1 checks. Check for overflow by comparing with LONG_MAX
and get fix the header length calculation.
diff --git a/FAQ b/FAQ
index ad75299f88..b49423960b 100644
--- a/FAQ
+++ b/FAQ
@@ -61,7 +61,7 @@ OpenSSL - Frequently Asked Questions
* Which is the current version of OpenSSL?
The current version is available from <URL: http://www.openssl.org>.
-OpenSSL 0.9.6e was released on 30 May, 2002.
+OpenSSL 0.9.6f was released on 8 August 2002.
In addition to the current stable release, you can also access daily
snapshots of the OpenSSL development version at <URL:
diff --git a/NEWS b/NEWS
index 0af2ded253..e597dcd213 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,15 @@
This file gives a brief overview of the major changes between each OpenSSL
release. For more details please read the CHANGES file.
+ Major changes between OpenSSL 0.9.6e and OpenSSL 0.9.6f:
+
+ o Various important bugfixes.
+
+ Major changes between OpenSSL 0.9.6d and OpenSSL 0.9.6e:
+
+ o Important security related bugfixes.
+ o Various SSL/TLS library bugfixes.
+
Major changes between OpenSSL 0.9.6c and OpenSSL 0.9.6d:
o Various SSL/TLS library bugfixes.
diff --git a/README b/README
index 7c4de8e689..57bf6f61b3 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 0.9.6e [engine] 30 July 2002
+ OpenSSL 0.9.6f [engine] 8 August 2002
Copyright (c) 1998-2002 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/STATUS b/STATUS
index b89cf02942..bb92d9fc30 100644
--- a/STATUS
+++ b/STATUS
@@ -1,10 +1,11 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 2002/08/02 11:36:42 $
+ ______________ $Date: 2002/08/08 21:44:07 $
DEVELOPMENT STATE
o OpenSSL 0.9.7: Under development...
+ o OpenSSL 0.9.6f: Released on August 8th, 2002
o OpenSSL 0.9.6e: Released on July 30th, 2002
o OpenSSL 0.9.6d: Released on May 9th, 2002
o OpenSSL 0.9.6c: Released on December 21st, 2001
diff --git a/TABLE b/TABLE
index 3a31748883..9abfe206d5 100644
--- a/TABLE
+++ b/TABLE
@@ -2417,10 +2417,10 @@ $ranlib =
*** linux-s390
$cc = gcc
-$cflags = -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
+$cflags = -DB_ENDIAN -DTERMIO -DNO_ASM -O3 -fomit-frame-pointer -Wall
$unistd =
$thread_cflag = -D_REENTRANT
-$lflags =
+$lflags = -ldl
$bn_ops = BN_LLONG
$bn_obj =
$des_obj =
@@ -2431,11 +2431,11 @@ $cast_obj =
$rc4_obj =
$rmd160_obj =
$rc5_obj =
-$dso_scheme =
-$shared_target=
-$shared_cflag =
+$dso_scheme = dlfcn
+$shared_target= linux-shared
+$shared_cflag = -fPIC
$shared_ldflag =
-$shared_extension =
+$shared_extension = .so.$(SHLIB_MAJOR),$(SHLIB_MINOR)
$ranlib =
*** linux-s390x
@@ -2443,7 +2443,7 @@ $cc = gcc
$cflags = -DB_ENDIAN -DTERMIO -DNO_ASM -O3 -fomit-frame-pointer -Wall
$unistd =
$thread_cflag = -D_REENTRANT
-$lflags =
+$lflags = -ldl
$bn_ops = SIXTY_FOUR_BIT_LONG
$bn_obj =
$des_obj =
@@ -2454,7 +2454,7 @@ $cast_obj =
$rc4_obj =
$rmd160_obj =
$rc5_obj =
-$dso_scheme =
+$dso_scheme = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag =
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 6aa2806727..abc96683a5 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -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 0x00906060L
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6f-dev [engine] XX xxx XXXX"
+#define OPENSSL_VERSION_NUMBER 0x0090606fL
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6f [engine] 8 Aug 2002"
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
diff --git a/openssl.spec b/openssl.spec
index 9a34190b0b..6d575696f4 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -1,7 +1,7 @@
%define libmaj 0
%define libmin 9
%define librel 6
-%define librev d
+%define librev f
Release: 1
%define openssldir /var/ssl