Erlang ver. 24.3.4.1
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
This commit is contained in:
parent
27dd2644bc
commit
b3d8806d00
@ -63,8 +63,8 @@
|
||||
|
||||
|
||||
Name: erlang
|
||||
Version: 24.3.4
|
||||
Release: 2%{?dist}
|
||||
Version: 24.3.4.1
|
||||
Release: 1%{?dist}
|
||||
Summary: General-purpose programming language and runtime environment
|
||||
|
||||
License: ASL 2.0
|
||||
@ -104,7 +104,6 @@ Patch6: otp-0006-Do-not-install-erlang-sources.patch
|
||||
Patch7: otp-0007-Add-extra-search-directory.patch
|
||||
Patch8: otp-0008-Avoid-forking-sed-to-get-basename.patch
|
||||
Patch9: otp-0009-Load-man-pages-from-system-wide-directory.patch
|
||||
#Patch10: otp-0010-Revert-crypto-Temporarily-disable-FIPS-for-cryptolib.patch
|
||||
# end of autogenerated patch tag list
|
||||
|
||||
BuildRequires: gcc
|
||||
@ -1911,6 +1910,9 @@ useradd -r -g epmd -d /dev/null -s /sbin/nologin \
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 8 2022 Peter Lemenkov <lemenkov@gmail.com> - 24.3.4.1-1
|
||||
- Ver. 24.3.4.1
|
||||
|
||||
* Tue May 24 2022 Peter Lemenkov <lemenkov@gmail.com> - 24.3.4-2
|
||||
- Downgrade to OpenSSL 1.x
|
||||
|
||||
|
@ -1,23 +0,0 @@
|
||||
From: Peter Lemenkov <lemenkov@gmail.com>
|
||||
Date: Tue, 29 Mar 2022 19:38:13 +0200
|
||||
Subject: [PATCH] Revert "crypto: Temporarily disable FIPS for cryptolib ver
|
||||
3.0 and above"
|
||||
|
||||
This reverts commit 6bb9c51e900fe8fb5a88bd2498f6e5a92f94ed8d.
|
||||
|
||||
diff --git a/lib/crypto/c_src/openssl_config.h b/lib/crypto/c_src/openssl_config.h
|
||||
index 647ab25ad4..ab681183a3 100644
|
||||
--- a/lib/crypto/c_src/openssl_config.h
|
||||
+++ b/lib/crypto/c_src/openssl_config.h
|
||||
@@ -452,11 +452,6 @@ do { \
|
||||
# undef FIPS_SUPPORT
|
||||
#endif
|
||||
|
||||
-/* Disable FIPS for 3.0 temporaryly until the support is added */
|
||||
-#if defined(FIPS_SUPPORT) && \
|
||||
- defined(HAS_3_0_API)
|
||||
-# undef FIPS_SUPPORT
|
||||
-#endif
|
||||
|
||||
#if defined(FIPS_SUPPORT) && \
|
||||
defined(HAS_3_0_API)
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (otp-OTP-24.3.4.tar.gz) = bd3fb31d69ef64a87fc436f610409308bdb44493422974ae563bdf001dabd0a5aadfcdb0334b430ebb385f7e91f629e793fdf03801ab48df5f265472e3af540a
|
||||
SHA512 (otp-OTP-24.3.4.1.tar.gz) = 8a793b08cc3b84ff3a14f4a14b27aaaab7193dce33b5506b11817d2aabbfae14c09759595f17ed09e000ebc5de2efaf88746b18b14122bb558f14cf9d2175d6f
|
||||
|
Loading…
Reference in New Issue
Block a user