Time to release OpenSSL 0.9.8.
The tag will be OpenSSL_0_9_8.
This commit is contained in:
parent
11024f252e
commit
f254b540b8
2
CHANGES
2
CHANGES
@ -2,7 +2,7 @@
|
||||
OpenSSL CHANGES
|
||||
_______________
|
||||
|
||||
Changes between 0.9.7h and 0.9.8 [xx XXX xxxx]
|
||||
Changes between 0.9.7h and 0.9.8 [05 Jul 2005]
|
||||
|
||||
*) Add libcrypto.pc and libssl.pc for those who feel they need them.
|
||||
[Richard Levitte]
|
||||
|
2
FAQ
2
FAQ
@ -72,7 +72,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.7g was released on April 11, 2005.
|
||||
OpenSSL 0.9.8 was released on June 5th, 2005.
|
||||
|
||||
In addition to the current stable release, you can also access daily
|
||||
snapshots of the OpenSSL development version at <URL:
|
||||
|
2
README
2
README
@ -1,5 +1,5 @@
|
||||
|
||||
OpenSSL 0.9.8 XX xxx XXXX
|
||||
OpenSSL 0.9.8 05 Jul 2005
|
||||
|
||||
Copyright (c) 1998-2005 The OpenSSL Project
|
||||
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
|
||||
|
34
STATUS
34
STATUS
@ -1,41 +1,11 @@
|
||||
|
||||
OpenSSL STATUS Last modified at
|
||||
______________ $Date: 2005/06/28 05:55:24 $
|
||||
______________ $Date: 2005/07/05 18:49:43 $
|
||||
|
||||
DEVELOPMENT STATE
|
||||
|
||||
o OpenSSL 0.9.9: Under development...
|
||||
o OpenSSL 0.9.8-beta7-dev (snapshot 20050624):
|
||||
OpenVMS/Alpha [7.3-2; Compaq C 6.4-005] SUCCESS
|
||||
DJGPP SUCCESS
|
||||
Cygwin SUCCESS
|
||||
Irix 6.5.19m [MIPSpro 7.4.2m] SUCCESS
|
||||
Solaris 9 [Sun Studio 8] SUCCESS
|
||||
MacOS X 10.4.1 SUCCESS
|
||||
Stratus VOS/PA-RISC [gcc] SUCCESS
|
||||
Stratus VOS/Intel IA32 [gcc] SUCCESS
|
||||
o OpenSSL 0.9.8-beta6: Released on June 21th, 2005
|
||||
OpenVMS/Alpha [7.3-2; Compaq C 6.4-005] SUCCESS
|
||||
Windows 2000 [VC-WIN32; MSVC 6.0] SUCCESS
|
||||
Cygwin 1.5.5-1 [Cygwin; gcc 3.3.1] SUCCESS
|
||||
Red Hat Linux 9 [linux-elf; gcc 3.2.2] SUCCESS
|
||||
FreeBSD 4.6 [BSD-x86-elf; gcc 2.95.3] SUCCESS
|
||||
Solaris 2.6 [solaris-sparcv9-cc;
|
||||
Sun Workshop 6 update 2 C 5.3] SUCCESS
|
||||
Solaris 2.7 [solaris-sparcv9-cc;
|
||||
Sun Workshop 6 update 2 C 5.3] SUCCESS
|
||||
AIX 5.1 [aix-cc; C for AIX Compiler, version 6] SUCCESS
|
||||
HP-UX 11.11 [hpux-parisc2-cc; HP C Compiler B.11.11.08] SUCCESS
|
||||
Tru64 OSF1 V4.0E [tru64-alpha-cc; DEC C V5.8-009] SUCCESS
|
||||
? [linux-elf; gcc 3.4.2] SUCCESS
|
||||
Solaris 8 [solaris-sparcv9-cc; Sun C 5.7 2005/01/07 32-bit] SUCCESS
|
||||
Solaris 8 [solaris64-sparcv9-cc; Sun C 5.7 2005/01/07 64-bit] SUCCESS
|
||||
Solaris 8 [solaris-sparcv9-gcc; gcc 2.95.3 32-bit] SUCCESS
|
||||
o OpenSSL 0.9.8-beta5: Released on June 13th, 2005
|
||||
o OpenSSL 0.9.8-beta4: Released on June 6th, 2005
|
||||
o OpenSSL 0.9.8-beta3: Released on May 31th, 2005
|
||||
o OpenSSL 0.9.8-beta2: Released on May 24th, 2005
|
||||
o OpenSSL 0.9.8-beta1: Released on May 19th, 2005
|
||||
o OpenSSL 0.9.8: Released on July 5th, 2005
|
||||
o OpenSSL 0.9.7g: Released on April 11th, 2005
|
||||
o OpenSSL 0.9.7f: Released on March 22nd, 2005
|
||||
o OpenSSL 0.9.7e: Released on October 25th, 2004
|
||||
|
@ -25,11 +25,11 @@
|
||||
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
|
||||
* major minor fix final patch/beta)
|
||||
*/
|
||||
#define OPENSSL_VERSION_NUMBER 0x00908007L
|
||||
#define OPENSSL_VERSION_NUMBER 0x0090800fL
|
||||
#ifdef OPENSSL_FIPS
|
||||
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8-fips-beta7-dev XX xxx XXXX"
|
||||
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8-fips 05 Jul 2005"
|
||||
#else
|
||||
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8-beta7-dev XX xxx XXXX"
|
||||
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8 05 Jul 2005"
|
||||
#endif
|
||||
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
%define libmin 9
|
||||
%define librel 8
|
||||
#%define librev a
|
||||
Release: 2
|
||||
Release: 3
|
||||
|
||||
%define openssldir /var/ssl
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user