diff --git a/.gitignore b/.gitignore index e2077ef..0c6f505 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ -SOURCES/openssl-1.0.2o-hobbled.tar.xz -/openssl-1.0.2o-hobbled.tar.xz +.build*.log +clog +000*.patch +*.src.rpm +*.tar.xz diff --git a/compat-openssl10.spec b/compat-openssl10.spec index ebb55ad..22c190f 100644 --- a/compat-openssl10.spec +++ b/compat-openssl10.spec @@ -420,7 +420,7 @@ install -m 644 apps/openssl10.cnf $RPM_BUILD_ROOT%{_sysconfdir}/pki/openssl10.cn %changelog * Wed May 04 2022 Clemens Lang - 1:1.0.2o-4 - Fix CVE-2022-0778: Infinite loop in BN_mod_sqrt() reachable when parsing certificates - Resolves: rhbz#2077417 + Resolves: rhbz#2077418 * Fri Aug 3 2018 Tomáš Mráz 1.0.2o-3 - provide and use compat openssl10.cnf as the non-compat one is incompatible diff --git a/hobble-openssl b/hobble-openssl old mode 100755 new mode 100644 diff --git a/make-dummy-cert b/make-dummy-cert old mode 100755 new mode 100644 diff --git a/renew-dummy-cert b/renew-dummy-cert old mode 100755 new mode 100644