• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

TLS/SSL and crypto library


Commit MetaInfo

Revisiónba442a7e1ba96d0b189bc627a2a750c928a42d13 (tree)
Tiempo2015-01-16 00:08:48
AutorMatt Caswell <matt@open...>
CommiterMatt Caswell

Log Message

Prepare for 0.9.8zf-dev

Reviewed-by: Stephen Henson <steve@openssl.org>

Cambiar Resumen

Diferencia incremental

--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@
22 OpenSSL CHANGES
33 _______________
44
5+ Changes between 0.9.8ze and 0.9.8zf [xx XXX xxxx]
6+
7+ *)
8+
59 Changes between 0.9.8zd and 0.9.8ze [15 Jan 2015]
610
711 *) Build fixes for the Windows and OpenVMS platforms
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@
55 This file gives a brief overview of the major changes between each OpenSSL
66 release. For more details please read the CHANGES file.
77
8+ Major changes between OpenSSL 0.9.8ze and OpenSSL 0.9.8zf [under development]
9+
10+ o
11+
812 Major changes between OpenSSL 0.9.8zd and OpenSSL 0.9.8ze [15 Jan 2015]
913
1014 o Build fixes for the Windows and OpenVMS platforms
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
11
2- OpenSSL 0.9.8ze 15 Jan 2015
2+ OpenSSL 0.9.8zf-dev
33
44 Copyright (c) 1998-2011 The OpenSSL Project
55 Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -25,11 +25,11 @@
2525 * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
2626 * major minor fix final patch/beta)
2727 */
28-#define OPENSSL_VERSION_NUMBER 0x009081efL
28+#define OPENSSL_VERSION_NUMBER 0x009081f0L
2929 #ifdef OPENSSL_FIPS
30-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8ze-fips 15 Jan 2015"
30+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8zf-fips-dev xx XXX xxxx"
3131 #else
32-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8ze 15 Jan 2015"
32+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8zf-dev xx XXX xxxx"
3333 #endif
3434 #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
3535
--- a/openssl.spec
+++ b/openssl.spec
@@ -6,7 +6,7 @@ Release: 1
66
77 Summary: Secure Sockets Layer and cryptography libraries and tools
88 Name: openssl
9-Version: 0.9.8ze
9+Version: 0.9.8zf
1010 Source0: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
1111 License: OpenSSL
1212 Group: System Environment/Libraries