summaryrefslogtreecommitdiffstats
path: root/specs
diff options
context:
space:
mode:
authorMatthew Harmsen <mharmsen@redhat.com>2017-06-22 18:52:24 -0600
committerMatthew Harmsen <mharmsen@redhat.com>2017-06-22 18:52:24 -0600
commit369ce88648b970627134c76c9506ed81f4abc798 (patch)
tree37a1da7005d370741db8b6f587620d7212b40f9b /specs
parent9d63a7a6b1abb42595b6a24296a39a79441ba8df (diff)
downloadpki-369ce88648b970627134c76c9506ed81f4abc798.tar.gz
pki-369ce88648b970627134c76c9506ed81f4abc798.tar.xz
pki-369ce88648b970627134c76c9506ed81f4abc798.zip
Synced up local spec files with latest release (10.4.8)
Diffstat (limited to 'specs')
-rw-r--r--specs/dogtag-pki-theme.spec8
-rw-r--r--specs/dogtag-pki.spec8
-rw-r--r--specs/pki-console.spec8
-rw-r--r--specs/pki-core.spec34
4 files changed, 53 insertions, 5 deletions
diff --git a/specs/dogtag-pki-theme.spec b/specs/dogtag-pki-theme.spec
index a24122ad0..385c3f55e 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.7
+Version: 10.4.8
Release: 1.1%{?dist}
%endif
Summary: Certificate System - Dogtag PKI Theme Components
@@ -173,6 +173,12 @@ cd build
%changelog
+* Thu Jun 22 2017 Dogtag Team <pki-devel@redhat.com> 10.4.8-1.1
+- Updated source version number to 10.4.8-1.1
+
+* Mon Jun 19 2017 Dogtag Team <pki-devel@redhat.com> 10.4.8-1
+- Updated source version number to 10.4.8-1
+
* Thu Jun 8 2017 Dogtag Team <pki-devel@redhat.com> 10.4.7-1.1
- Updated source version number to 10.4.7-1.1
diff --git a/specs/dogtag-pki.spec b/specs/dogtag-pki.spec
index ea7a00c58..225fa6b56 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.7
+Version: 10.4.8
Release: 1.1%{?dist}
%endif
# The entire source code is GPLv2 except for 'pki-tps' which is LGPLv2
@@ -129,6 +129,12 @@ rm -rf %{buildroot}
%doc README
%changelog
+* Thu Jun 22 2017 Dogtag Team <pki-devel@redhat.com> 10.4.8-1.1
+- Updated source version number to 10.4.8-1.1
+
+* Mon Jun 19 2017 Dogtag Team <pki-devel@redhat.com> 10.4.8-1
+- Updated source version number to 10.4.8-1
+
* Thu Jun 8 2017 Dogtag Team <pki-devel@redhat.com> 10.4.7-1.1
- Updated source version number to 10.4.7-1.1
diff --git a/specs/pki-console.spec b/specs/pki-console.spec
index 17ef7b267..734d9c4c8 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.7
+Version: 10.4.8
Release: 1.1%{?dist}
%endif
Summary: Certificate System - PKI Console
@@ -143,6 +143,12 @@ cd build
%changelog
+* Thu Jun 22 2017 Dogtag Team <pki-devel@redhat.com> 10.4.8-1.1
+- Updated source version number to 10.4.8-1.1
+
+* Mon Jun 19 2017 Dogtag Team <pki-devel@redhat.com> 10.4.8-1
+- Updated source version number to 10.4.8-1
+
* Thu Jun 8 2017 Dogtag Team <pki-devel@redhat.com> 10.4.7-1.1
- Updated source version number to 10.4.7-1.1
diff --git a/specs/pki-core.spec b/specs/pki-core.spec
index c97e8e426..a436bbd09 100644
--- a/specs/pki-core.spec
+++ b/specs/pki-core.spec
@@ -68,8 +68,8 @@ Name: pki-core
Version: 10.4.1
Release: 8%{?dist}
%else
-Version: 10.4.7
-Release: 1.1%{?dist}
+Version: 10.4.8
+Release: 2.1%{?dist}
%endif
Summary: Certificate System - PKI Core Components
URL: http://pki.fedoraproject.org/
@@ -205,6 +205,7 @@ BuildRequires: tomcatjss >= 7.1.3
%if 0%{?with_python3}
BuildRequires: python3-cryptography
BuildRequires: python3-devel
+BuildRequires: python3-lxml
BuildRequires: python3-nss
BuildRequires: python3-pyldap
BuildRequires: python3-requests >= 2.6.0
@@ -505,6 +506,7 @@ BuildArch: noarch
Requires: pki-base = %{version}-%{release}
Requires: python3-cryptography
+Requires: python3-lxml
Requires: python3-nss
Requires: python3-requests >= 2.6.0
Requires: python3-six
@@ -1422,6 +1424,34 @@ fi
%endif # %{with server}
%changelog
+* Thu Jun 22 2017 Dogtag Team <pki-devel@redhat.com> 10.4.8-2.1
+- Updated source version number to 10.4.8-2.1
+
+* Mon Jun 19 2017 Dogtag Team <pki-devel@redhat.com> 10.4.8-2
+- dogtagpki Pagure Issue #2721 - Key recovery using externalReg fails
+ with java null pointer exception on KRA (vakwetu)
+- dogtagpki Pagure Issue #2737 - CMC: check HTTPS client
+ authentication cert against CMC signer (cfu)
+- dogtagpki Pagure Issue #2741 - Unable to find keys in the p12 file
+ after deleting the any of the subsystem certs from it (ftweedal)
+- dogtagpki Pagure Issue #2745 - Platform Dependent Python Import (cheimes)
+
+* Mon Jun 12 2017 Dogtag Team <pki-devel@redhat.com> 10.4.8-1
+- dogtagpki Pagure Issue #2540 - Creating symmetric key (sharedSecret)
+ using tkstool is failing when operating system is in FIPS mode. (jmagne)
+- dogtagpki Pagure Issue #2617 - Allow CA to process pre-signed CMC
+ non-signing certificate requests (cfu)
+- dogtagpki Pagure Issue #2619 - Allow CA to process pre-signed CMC
+ revocation non-signing cert requests (cfu)
+- dogtagpki Pagure Issue #2643 - Session timeout for PKI console
+ (edewata)
+- dogtagpki Pagure Issue #2719 - change the way aes clients refer to
+ aes keysets (vakwetu)
+- dogtagpki Pagure Issue #2722 - dont reuse IVs in the CMC code
+ (vakwetu)
+- dogtagpki Pagure Issue #2728 - In keywrap mode, key recovery on
+ KRA with HSM causes KRA to crash (ftweedal)
+
* Thu Jun 8 2017 Dogtag Team <pki-devel@redhat.com> 10.4.7-1.1
- Updated source version number to 10.4.7-1.1