From 6f3b1e546d43871eee9e57fb21735601a4fce0f0 Mon Sep 17 00:00:00 2001 From: Matthew Harmsen Date: Sun, 4 Jun 2017 23:31:28 -0600 Subject: Resolves: dogtag Pagure Issues #1663,2556,2674,2676,2687,2707,2713,2714,2717,2721,2726 - Bump revision to 10.4.7 - dogtagpki Pagure Issue #1663 - Add SCP03 support (jmagne) - dogtagpki Pagure Issue #2556 - pkispawn fails to create PKI subsystem on FIPS enabled system (edewata) - dogtagpki Pagure Issue #2674 - CA brought down during separate KRA instance creation (edewata) - dogtagpki Pagure Issue #2676 - pkispawn fails occasionally with this failure ACCESS_SESSION_ESTABLISH_FAILURE (edewata) - dogtagpki Pagure Issue #2687 - Upgrade script for keepAliveTimeout parameter (edewata) - dogtagpki Pagure Issue #2707 - SubCA installation failure with 2 step installation in fips enabled mode (edewata) - dogtagpki Pagure Issue #2713 - Build failure due to Pylint issues (cheimes) - dogtagpki Pagure Issue #2714 - Classpath problem while trying to run pki CLI (edewata) - dogtagpki Pagure Issue #2717 - Certificate import using pki client-cert-import is asking for password when already provided (edewata) - dogtagpki Pagure Issue #2721 - Key recovery using externalReg fails with java null pointer exception on KRA (vakwetu) - dogtagpki Pagure Issue #2726 - client-cert-import --ca-cert should import CA cert with trust bits "CT,C,C" (edewata) --- specs/dogtag-pki-theme.spec | 5 ++++- specs/dogtag-pki.spec | 5 ++++- specs/pki-console.spec | 5 ++++- specs/pki-core.spec | 24 +++++++++++++++++++++++- 4 files changed, 35 insertions(+), 4 deletions(-) (limited to 'specs') diff --git a/specs/dogtag-pki-theme.spec b/specs/dogtag-pki-theme.spec index 4fd32e868..3edb5b8d0 100644 --- a/specs/dogtag-pki-theme.spec +++ b/specs/dogtag-pki-theme.spec @@ -3,7 +3,7 @@ Name: dogtag-pki-theme Version: 10.4.1 Release: 2%{?dist} %else -Version: 10.4.6 +Version: 10.4.7 Release: 1%{?dist} %endif Summary: Certificate System - Dogtag PKI Theme Components @@ -173,6 +173,9 @@ cd build %changelog +* Mon Jun 5 2017 Dogtag Team 10.4.7-1 +- Updated source version number to 10.4.7-1 + * Tue May 30 2017 Dogtag Team 10.4.6-1 - Updated source version number to 10.4.6-1 diff --git a/specs/dogtag-pki.spec b/specs/dogtag-pki.spec index 72f81e1df..2fa512bad 100644 --- a/specs/dogtag-pki.spec +++ b/specs/dogtag-pki.spec @@ -10,7 +10,7 @@ Name: dogtag-pki Version: 10.4.1 Release: 2%{?dist} %else -Version: 10.4.6 +Version: 10.4.7 Release: 1%{?dist} %endif # The entire source code is GPLv2 except for 'pki-tps' which is LGPLv2 @@ -129,6 +129,9 @@ rm -rf %{buildroot} %doc README %changelog +* Mon Jun 5 2017 Dogtag Team 10.4.7-1 +- Updated source version number to 10.4.7-1 + * Tue May 30 2017 Dogtag Team 10.4.6-1 - Updated source version number to 10.4.6-1 diff --git a/specs/pki-console.spec b/specs/pki-console.spec index ed843ec00..03d532d46 100644 --- a/specs/pki-console.spec +++ b/specs/pki-console.spec @@ -3,7 +3,7 @@ Name: pki-console Version: 10.4.1 Release: 5%{?dist} %else -Version: 10.4.6 +Version: 10.4.7 Release: 1%{?dist} %endif Summary: Certificate System - PKI Console @@ -127,6 +127,9 @@ cd build %changelog +* Mon Jun 5 2017 Dogtag Team 10.4.7-1 +- Updated source version number to 10.4.7-1 + * Tue May 30 2017 Dogtag Team 10.4.6-1 - Updated source version number to 10.4.6-1 diff --git a/specs/pki-core.spec b/specs/pki-core.spec index 49299d9d1..e0d395237 100644 --- a/specs/pki-core.spec +++ b/specs/pki-core.spec @@ -68,7 +68,7 @@ Name: pki-core Version: 10.4.1 Release: 8%{?dist} %else -Version: 10.4.6 +Version: 10.4.7 Release: 1%{?dist} %endif Summary: Certificate System - PKI Core Components @@ -1422,6 +1422,28 @@ fi %endif # %{with server} %changelog +* Mon Jun 5 2017 Dogtag Team 10.4.7-1 +- dogtagpki Pagure Issue #1663 - Add SCP03 support (jmagne) +- dogtagpki Pagure Issue #2556 - pkispawn fails to create PKI subsystem + on FIPS enabled system (edewata) +- dogtagpki Pagure Issue #2674 - CA brought down during separate KRA + instance creation (edewata) +- dogtagpki Pagure Issue #2676 - pkispawn fails occasionally with this + failure ACCESS_SESSION_ESTABLISH_FAILURE (edewata) +- dogtagpki Pagure Issue #2687 - Upgrade script for keepAliveTimeout + parameter (edewata) +- dogtagpki Pagure Issue #2707 - SubCA installation failure with 2 step + installation in fips enabled mode (edewata) +- dogtagpki Pagure Issue #2713 - Build failure due to Pylint issues (cheimes) +- dogtagpki Pagure Issue #2714 - Classpath problem while trying to run pki + CLI (edewata) +- dogtagpki Pagure Issue #2717 - Certificate import using pki + client-cert-import is asking for password when already provided (edewata) +- dogtagpki Pagure Issue #2721 - Key recovery using externalReg fails with + java null pointer exception on KRA (vakwetu) +- dogtagpki Pagure Issue #2726 - client-cert-import --ca-cert should import + CA cert with trust bits "CT,C,C" (edewata) + * Tue May 30 2017 Dogtag Team 10.4.6-1 - dogtagpki Pagure Issue #2540 - Creating symmetric key (sharedSecret) using tkstool is failing when operating system is in FIPS mode. (jmagne) -- cgit