|
@@ -9,7 +9,7 @@
|
|
|
|
|
|
Summary: Secure Sockets Layer Toolkit
|
|
|
Name: openssl
|
|
|
-Version: 3.0.6
|
|
|
+Version: 3.0.7
|
|
|
Release: 1%{_dist_release}
|
|
|
Group: system,security
|
|
|
Vendor: Project Vine
|
|
@@ -71,6 +71,8 @@ Patch56: 0056-strcasecmp.patch
|
|
|
# https://github.com/openssl/openssl/pull/18444
|
|
|
#Patch58: 0058-replace-expired-certs.patch
|
|
|
|
|
|
+# drop test
|
|
|
+Patch1000: drop_bad_test.patch
|
|
|
|
|
|
# security fix
|
|
|
# none
|
|
@@ -216,7 +218,7 @@ perl -pi -e 's|/engines-|/%{name}/engines-|' ./Configurations/unix-Makefile.tmpl
|
|
|
--system-ciphers-file=%{_sysconfdir}/crypto-policies/back-ends/openssl.config \
|
|
|
zlib enable-camellia enable-seed enable-rfc3779 enable-sctp \
|
|
|
enable-cms enable-md2 enable-rc5 enable-ktls enable-fips \
|
|
|
- no-mdc2 no-ec2m no-sm2 no-sm4 \
|
|
|
+ no-mdc2 no-ec2m no-sm2 no-sm4 enable-buildtest-c++ \
|
|
|
shared ${sslarch} $RPM_OPT_FLAGS '-DDEVRANDOM="\"/dev/urandom\""'
|
|
|
|
|
|
# Do not run this in a production package the FIPS symbols must be patched-in
|
|
@@ -243,7 +245,6 @@ done
|
|
|
# We must revert patch4 before tests otherwise they will fail
|
|
|
patch -p1 -R < %{PATCH4}
|
|
|
|
|
|
-
|
|
|
LD_LIBRARY_PATH=`pwd`${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
|
|
export LD_LIBRARY_PATH
|
|
|
OPENSSL_ENABLE_MD5_VERIFY=
|
|
@@ -419,6 +420,9 @@ install -m644 %{SOURCE9} \
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Wed Nov 02 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.7-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
* Wed Oct 12 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.6-1
|
|
|
- new upstream release.
|
|
|
|