public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/openssl] rebase_40beta: - keep the beta status in version number at 3 so we do not have to rebuild
@ 2026-06-09 12:41
0 siblings, 0 replies; 3+ messages in thread
From: @ 2026-06-09 12:41 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/openssl
Branch : rebase_40beta
Commit : a9fcedd3fb12982db9e967bce02a17086b0deed6
Author : Tomáš Mráz <tmraz@fedoraproject.org>
Date : 2009-11-13T11:45:07+00:00
Stats : +6/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/openssl/c/a9fcedd3fb12982db9e967bce02a17086b0deed6?branch=rebase_40beta
Log:
- 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
---
diff --git a/openssl.spec b/openssl.spec
index 0066aba..6762b55 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -60,6 +60,7 @@ Patch47: openssl-0.9.8j-readme-warning.patch
Patch48: openssl-0.9.8j-bad-mime.patch
Patch49: openssl-1.0.0-beta4-algo-doc.patch
Patch50: openssl-1.0.0-beta4-dtls1-abi.patch
+Patch51: openssl-1.0.0-beta4-version.patch
# Backported fixes including security fixes
Patch60: openssl-1.0.0-beta4-reneg.patch
@@ -139,6 +140,7 @@ from other formats to the formats used by the OpenSSL toolkit.
%patch48 -p1 -b .bad-mime
%patch49 -p1 -b .algo-doc
%patch50 -p1 -b .dtls1-abi
+%patch51 -p1 -b .version
%patch60 -p1 -b .reneg
@@ -389,6 +391,10 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/fipscanister.*
%postun -p /sbin/ldconfig
%changelog
+* Fri Nov 13 2009 Tomas Mraz <tmraz@redhat.com> 1.0.0-0.12.beta4
+- 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
+
* Thu Nov 12 2009 Tomas Mraz <tmraz@redhat.com> 1.0.0-0.11.beta4
- update to new upstream version, no soname bump needed
- fix CVE-2009-3555 - note that the fix is bypassed if SSL_OP_ALL is used
^ permalink raw reply related [flat|nested] 3+ messages in thread* [rpms/openssl] rebase_40beta: - keep the beta status in version number at 3 so we do not have to rebuild
@ 2026-06-09 12:41
0 siblings, 0 replies; 3+ messages in thread
From: @ 2026-06-09 12:41 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/openssl
Branch : rebase_40beta
Commit : 982ac6e5f92cad00a6b96bb0e763cb24c8a11c19
Author : Tomáš Mráz <tmraz@fedoraproject.org>
Date : 2009-11-13T12:11:41+00:00
Stats : +15/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/openssl/c/982ac6e5f92cad00a6b96bb0e763cb24c8a11c19?branch=rebase_40beta
Log:
- 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
---
diff --git a/openssl-1.0.0-beta4-version.patch b/openssl-1.0.0-beta4-version.patch
new file mode 100644
index 0000000..ab12be0
--- /dev/null
+++ b/openssl-1.0.0-beta4-version.patch
@@ -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
diff --git a/openssl.spec b/openssl.spec
index 6762b55..62d1c52 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -23,7 +23,7 @@
Summary: A general purpose cryptography library with TLS implementation
Name: openssl
Version: 1.0.0
-Release: 0.11.%{beta}%{?dist}
+Release: 0.12.%{beta}%{?dist}
# We remove certain patented algorithms from the openssl source tarball
# with the hobble-openssl script which is included below.
Source: openssl-%{version}-%{beta}-usa.tar.bz2
^ permalink raw reply related [flat|nested] 3+ messages in thread* [rpms/openssl] rebase_40beta: - keep the beta status in version number at 3 so we do not have to rebuild
@ 2026-06-09 12:41
0 siblings, 0 replies; 3+ messages in thread
From: @ 2026-06-09 12:41 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/openssl
Branch : rebase_40beta
Commit : 5404b487381d109768cef3d6e1f61be95b17e010
Author : Tomáš Mráz <tmraz@fedoraproject.org>
Date : 2009-11-13T12:46:47+00:00
Stats : +7/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/openssl/c/5404b487381d109768cef3d6e1f61be95b17e010?branch=rebase_40beta
Log:
- 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
---
diff --git a/openssl.spec b/openssl.spec
index 0066aba..62d1c52 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -23,7 +23,7 @@
Summary: A general purpose cryptography library with TLS implementation
Name: openssl
Version: 1.0.0
-Release: 0.11.%{beta}%{?dist}
+Release: 0.12.%{beta}%{?dist}
# We remove certain patented algorithms from the openssl source tarball
# with the hobble-openssl script which is included below.
Source: openssl-%{version}-%{beta}-usa.tar.bz2
@@ -60,6 +60,7 @@ Patch47: openssl-0.9.8j-readme-warning.patch
Patch48: openssl-0.9.8j-bad-mime.patch
Patch49: openssl-1.0.0-beta4-algo-doc.patch
Patch50: openssl-1.0.0-beta4-dtls1-abi.patch
+Patch51: openssl-1.0.0-beta4-version.patch
# Backported fixes including security fixes
Patch60: openssl-1.0.0-beta4-reneg.patch
@@ -139,6 +140,7 @@ from other formats to the formats used by the OpenSSL toolkit.
%patch48 -p1 -b .bad-mime
%patch49 -p1 -b .algo-doc
%patch50 -p1 -b .dtls1-abi
+%patch51 -p1 -b .version
%patch60 -p1 -b .reneg
@@ -389,6 +391,10 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/fipscanister.*
%postun -p /sbin/ldconfig
%changelog
+* Fri Nov 13 2009 Tomas Mraz <tmraz@redhat.com> 1.0.0-0.12.beta4
+- 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
+
* Thu Nov 12 2009 Tomas Mraz <tmraz@redhat.com> 1.0.0-0.11.beta4
- update to new upstream version, no soname bump needed
- fix CVE-2009-3555 - note that the fix is bypassed if SSL_OP_ALL is used
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-06-09 12:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 12:41 [rpms/openssl] rebase_40beta: - keep the beta status in version number at 3 so we do not have to rebuild
2026-06-09 12:41
2026-06-09 12:41
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox