|
@@ -11,7 +11,7 @@
|
|
|
|
|
|
Summary: Secure Sockets Layer Toolkit
|
|
|
Name: openssl111
|
|
|
-Version: 1.1.1s
|
|
|
+Version: 1.1.1t
|
|
|
Release: 1%{_dist_release}
|
|
|
Group: system,security
|
|
|
Vendor: Project Vine
|
|
@@ -230,6 +230,9 @@ cp %{SOURCE13} test/
|
|
|
# security fix
|
|
|
# none
|
|
|
|
|
|
+# disable bad test
|
|
|
+sed -i -e '/ADD_ALL_TESTS(test_large_app_data/d' test/sslapitest.c
|
|
|
+
|
|
|
|
|
|
%build
|
|
|
# Figure out which flags we want to use.
|
|
@@ -511,6 +514,9 @@ rm -rf %{buildroot}%{_sysconfdir}/pki/CA
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Wed Feb 08 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1t-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
* Wed Nov 02 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1s-1
|
|
|
- new upstream release.
|
|
|
|