From 69f9da1852c1f43c6e6e67bead60ffae688ea774 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Fri, 25 Jun 2021 17:03:25 +0200 Subject: [PATCH] libselinux-3.2-4 - Use SHA-2 instead of SHA-1 Resolves: rhbz#1934964 --- libselinux.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libselinux.spec b/libselinux.spec index 51e27af..002b181 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -4,7 +4,7 @@ Summary: SELinux library and simple utilities Name: libselinux Version: 3.2 -Release: 3%{?dist} +Release: 4%{?dist} License: Public Domain # https://github.com/SELinuxProject/selinux/wiki/Releases Source0: https://github.com/SELinuxProject/selinux/releases/download/3.2/libselinux-3.2.tar.gz @@ -241,6 +241,9 @@ rm -f %{buildroot}%{_mandir}/man8/togglesebool* %{ruby_vendorarchdir}/selinux.so %changelog +* Fri Jun 25 2021 Petr Lautrbach - 3.2-4 +- Use SHA-2 instead of SHA-1 (#1934964) + * Tue May 25 2021 Petr Lautrbach - 3.2-3 - selinux_check_passwd_access_internal(): respect deny_unknown - Silence -Wstringop-overflow warning from gcc 10.3.1