import jss-4.9.4-1.module+el8.7.0+15532+95bac9ee
This commit is contained in:
parent
213f218b15
commit
ca8da62c4a
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/jss-4.9.3.tar.gz
|
SOURCES/jss-4.9.4.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
1b192965743c5f97b4ea2febb7afbb112fc77641 SOURCES/jss-4.9.3.tar.gz
|
b99d8fd7a9296f7cf480ca92a097dcf18c41eb53 SOURCES/jss-4.9.4.tar.gz
|
||||||
|
@ -2,13 +2,17 @@
|
|||||||
Name: jss
|
Name: jss
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
|
%global major_version 4
|
||||||
|
%global minor_version 9
|
||||||
|
%global update_version 4
|
||||||
|
|
||||||
Summary: Java Security Services (JSS)
|
Summary: Java Security Services (JSS)
|
||||||
URL: http://www.dogtagpki.org/wiki/JSS
|
URL: http://www.dogtagpki.org/wiki/JSS
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
|
|
||||||
# For development (i.e. unsupported) releases, use x.y.z-0.n.<phase>.
|
# 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.
|
# For official (i.e. supported) releases, use x.y.z-r where r >=1.
|
||||||
Version: 4.9.3
|
Version: %{major_version}.%{minor_version}.%{update_version}
|
||||||
Release: 1%{?_timestamp}%{?_commit_id}%{?dist}
|
Release: 1%{?_timestamp}%{?_commit_id}%{?dist}
|
||||||
#global _phase -alpha1
|
#global _phase -alpha1
|
||||||
|
|
||||||
@ -80,6 +84,8 @@ Requires: glassfish-jaxb-api
|
|||||||
Requires: slf4j-jdk14
|
Requires: slf4j-jdk14
|
||||||
Requires: apache-commons-lang3
|
Requires: apache-commons-lang3
|
||||||
|
|
||||||
|
Provides: jss = %{major_version}.%{minor_version}
|
||||||
|
|
||||||
Conflicts: ldapjdk < 4.20
|
Conflicts: ldapjdk < 4.20
|
||||||
Conflicts: idm-console-framework < 1.2
|
Conflicts: idm-console-framework < 1.2
|
||||||
Conflicts: tomcatjss < 7.6.0
|
Conflicts: tomcatjss < 7.6.0
|
||||||
@ -95,7 +101,8 @@ This only works with gcj. Other JREs require that JCE providers be signed.
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
Summary: Java Security Services (JSS) Javadocs
|
Summary: Java Security Services (JSS) Javadocs
|
||||||
Requires: jss = %{version}-%{release}
|
|
||||||
|
Provides: javadoc = %{major_version}.%{minor_version}
|
||||||
|
|
||||||
%description javadoc
|
%description javadoc
|
||||||
This package contains the API documentation for JSS.
|
This package contains the API documentation for JSS.
|
||||||
@ -176,6 +183,10 @@ cd %{_vpath_builddir}
|
|||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 01 2022 Red Hat PKI Team <rhcs-maint@redhat.com> 4.9.4-1
|
||||||
|
- Rebase to JSS 4.9.4
|
||||||
|
- Bug 2013674 - JSS cannot be properly initialized after using another NSS-backed security provider
|
||||||
|
|
||||||
* Tue Feb 15 2022 Red Hat PKI Team <rhcs-maint@redhat.com> 4.9.3-1
|
* Tue Feb 15 2022 Red Hat PKI Team <rhcs-maint@redhat.com> 4.9.3-1
|
||||||
- Rebase to JSS 4.9.3
|
- Rebase to JSS 4.9.3
|
||||||
- Bug 2046022 - CVE-2021-4213 pki-core:10.6/jss: memory leak in TLS connection leads to OOM [rhel-8]
|
- Bug 2046022 - CVE-2021-4213 pki-core:10.6/jss: memory leak in TLS connection leads to OOM [rhel-8]
|
||||||
|
Loading…
Reference in New Issue
Block a user