- keep the beta status in version number at 3 so we do not have to rebuild
openssh and possibly other dependencies with too strict version check
This commit is contained in:
parent
a9fcedd3fb
commit
982ac6e5f9
14
openssl-1.0.0-beta4-version.patch
Normal file
14
openssl-1.0.0-beta4-version.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
We have to keep the beta status on 3 as some applications (OpenSSH) incorrectly insist
|
||||||
|
on having the same beta status of OpenSSL library as they were built against.
|
||||||
|
diff -up openssl-1.0.0-beta4/crypto/opensslv.h.version openssl-1.0.0-beta4/crypto/opensslv.h
|
||||||
|
--- openssl-1.0.0-beta4/crypto/opensslv.h.version 2009-11-12 15:17:28.000000000 +0100
|
||||||
|
+++ openssl-1.0.0-beta4/crypto/opensslv.h 2009-11-13 12:39:08.000000000 +0100
|
||||||
|
@@ -25,7 +25,7 @@
|
||||||
|
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
|
||||||
|
* major minor fix final patch/beta)
|
||||||
|
*/
|
||||||
|
-#define OPENSSL_VERSION_NUMBER 0x10000004L
|
||||||
|
+#define OPENSSL_VERSION_NUMBER 0x10000003L
|
||||||
|
#ifdef OPENSSL_FIPS
|
||||||
|
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-fips-beta4 10 Nov 2009"
|
||||||
|
#else
|
@ -23,7 +23,7 @@
|
|||||||
Summary: A general purpose cryptography library with TLS implementation
|
Summary: A general purpose cryptography library with TLS implementation
|
||||||
Name: openssl
|
Name: openssl
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 0.11.%{beta}%{?dist}
|
Release: 0.12.%{beta}%{?dist}
|
||||||
# We remove certain patented algorithms from the openssl source tarball
|
# We remove certain patented algorithms from the openssl source tarball
|
||||||
# with the hobble-openssl script which is included below.
|
# with the hobble-openssl script which is included below.
|
||||||
Source: openssl-%{version}-%{beta}-usa.tar.bz2
|
Source: openssl-%{version}-%{beta}-usa.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user