import pki-core-11.0.6-2.el9_0

This commit is contained in:
CentOS Sources 2022-11-02 10:00:53 -04:00 committed by Stepan Oksanichenko
parent f2358471c7
commit 8284884ab8
3 changed files with 13 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/pki-11.0.5.tar.gz
SOURCES/pki-11.0.6.tar.gz

View File

@ -1 +1 @@
ff598a9bd7cab3a5cf7b08855d17a0e4a73c0c59 SOURCES/pki-11.0.5.tar.gz
e55d4ac4a14d3a2dc17546b47543cdd6fcef9b36 SOURCES/pki-11.0.6.tar.gz

View File

@ -15,8 +15,8 @@ License: GPLv2 and LGPLv2
# For development (i.e. unsupported) releases, use x.y.z-0.n.<phase>.
# For official (i.e. supported) releases, use x.y.z-r where r >=1.
Version: 11.0.5
Release: 1%{?_timestamp}%{?_commit_id}%{?dist}
Version: 11.0.6
Release: 2%{?_timestamp}%{?_commit_id}%{?dist}
#global _phase -alpha1
# To create a tarball from a version tag:
@ -62,9 +62,15 @@ ExcludeArch: i686
# Java
################################################################################
%if 0%{?fedora} && 0%{?fedora} >= 36
%define java_devel java-17-openjdk-devel
%define java_headless java-17-openjdk-headless
%define java_home %{_jvmdir}/jre-17-openjdk
%else
%define java_devel java-11-openjdk-devel
%define java_headless java-11-openjdk-headless
%define java_home %{_jvmdir}/jre-11-openjdk
%endif
################################################################################
# RESTEasy
@ -1369,6 +1375,9 @@ fi
################################################################################
%changelog
* Fri Sep 30 2022 Red Hat PKI Team <rhcs-maint@redhat.com> - 11.0.6-1
- Bug #2107335 - CVE-2022-2414 pki-core: access to external entities when parsing XML can lead to XXE [rhel-9.0.0.z]
* Fri May 06 2022 Red Hat PKI Team <rhcs-maint@redhat.com> - 11.0.5-1
- Bug #2070907 - Drop SHA-1 use from authentication challenges [rhel-9.1.0] [rhel-9.0.0.z]