Use SHA-2 instead of SHA-1

The use of SHA-1 in RHEL9 is deprecated

Resolves: rhbz#1934964
This commit is contained in:
Petr Lautrbach 2021-06-22 19:25:27 +02:00
parent 3b5b188591
commit 4773750ec1
2 changed files with 1332 additions and 0 deletions

1331
0029-sha1-sha256.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -44,6 +44,7 @@ Patch0025: 0025-libselinux-sidtab_sid_stats-unify-parameter-name.patch
Patch0026: 0026-libselinux-regex-unify-parameter-names.patch Patch0026: 0026-libselinux-regex-unify-parameter-names.patch
Patch0027: 0027-libselinux-label_file.c-fix-indent.patch Patch0027: 0027-libselinux-label_file.c-fix-indent.patch
Patch0028: 0028-libselinux-setexecfilecon-remove-unnecessary-if.patch Patch0028: 0028-libselinux-setexecfilecon-remove-unnecessary-if.patch
Patch0029: 0029-sha1-sha256.patch
# Patch list end # Patch list end
BuildRequires: gcc make BuildRequires: gcc make
BuildRequires: ruby-devel ruby libsepol-static >= %{libsepolver} swig pcre2-devel xz-devel BuildRequires: ruby-devel ruby libsepol-static >= %{libsepolver} swig pcre2-devel xz-devel