-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Synced up local spec files with latest release (10.4.5)
- Loading branch information
1 parent
b66409b
commit 7de383a
Showing
7 changed files
with
46 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ PKI_PWD=`pwd` | |
## | ||
|
||
PKI_CORE="pki-core" | ||
PKI_CORE_VERSION="10.4.4" | ||
PKI_CORE_VERSION="10.4.5" | ||
|
||
|
||
## | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Name: dogtag-pki-theme | ||
Version: 10.4.4 | ||
Release: 1.1%{?dist} | ||
Version: 10.4.5 | ||
Release: 1%{?dist} | ||
Summary: Certificate System - Dogtag PKI Theme Components | ||
URL: http://pki.fedoraproject.org/ | ||
License: GPLv2 | ||
|
@@ -168,6 +168,9 @@ cd build | |
|
||
|
||
%changelog | ||
* Mon May 22 2017 Dogtag Team <[email protected]> 10.4.5.1 | ||
- Updated source version number to 10.4.5-1 | ||
|
||
* Tue May 9 2017 Dogtag Team <[email protected]> 10.4.4-1.1 | ||
- Updated source version number to 10.4.4-1.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
|
||
Summary: Dogtag Public Key Infrastructure (PKI) Suite | ||
Name: dogtag-pki | ||
Version: 10.4.4 | ||
Release: 1.1%{?dist} | ||
Version: 10.4.5 | ||
Release: 1%{?dist} | ||
# The entire source code is GPLv2 except for 'pki-tps' which is LGPLv2 | ||
License: GPLv2 and LGPLv2 | ||
URL: http://pki.fedoraproject.org/ | ||
|
@@ -124,6 +124,9 @@ rm -rf %{buildroot} | |
%doc README | ||
|
||
%changelog | ||
* Mon May 22 2017 Dogtag Team <[email protected]> 10.4.5.1 | ||
- Updated source version number to 10.4.5-1 | ||
|
||
* Tue May 9 2017 Dogtag Team <[email protected]> 10.4.4-1.1 | ||
- Updated source version number to 10.4.4-1.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Name: pki-console | ||
Version: 10.4.4 | ||
Release: 1.1%{?dist} | ||
Version: 10.4.5 | ||
Release: 1%{?dist} | ||
Summary: Certificate System - PKI Console | ||
URL: http://pki.fedoraproject.org/ | ||
License: GPLv2 | ||
|
@@ -122,6 +122,9 @@ cd build | |
|
||
|
||
%changelog | ||
* Mon May 22 2017 Dogtag Team <[email protected]> 10.4.5.1 | ||
- Updated source version number to 10.4.5-1 | ||
|
||
* Tue May 9 2017 Dogtag Team <[email protected]> 10.4.4-1.1 | ||
- Updated source version number to 10.4.4-1.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,8 +64,8 @@ | |
%define pki_homedir /usr/share/pki | ||
|
||
Name: pki-core | ||
Version: 10.4.4 | ||
Release: 1.1%{?dist} | ||
Version: 10.4.5 | ||
Release: 1%{?dist} | ||
Summary: Certificate System - PKI Core Components | ||
URL: http://pki.fedoraproject.org/ | ||
License: GPLv2 | ||
|
@@ -1392,6 +1392,32 @@ fi | |
%endif # %{with server} | ||
|
||
%changelog | ||
* Mon May 22 2017 Dogtag Team <[email protected]> 10.4.5.1 | ||
- dogtagpki Pagure Issue #2618 - Allow CA to process pre-signed CMC renewal | ||
non-signing cert requests (cfu) | ||
- dogtagpki Pagure Issue #2641 - Ensuring common audit log correctness | ||
(edewata) | ||
- dogtagpki Pagure Issue #2655 - Adding serial number into | ||
CERT_REQUEST_PROCESSED audit event. (edewata) | ||
- dogtagpki Pagure Issue #2673 - allow enrollment key signed CMC with identity | ||
proof (cfu) | ||
- dogtagpki Pagure Issue #2674 - CA brought down during separate KRA instance | ||
creation (mharmsen) | ||
- dogtagpki Pagure Issue #2683 - exception Invalid module "--ignore-banner" | ||
when defined in ~/.dogtag/pki.conf and run pki pkcs12-import --help | ||
(edewata) | ||
- dogtagpki Pagure Issue #2684 - CA installation with HSM in FIPS mode fails | ||
(jmagne) | ||
- dogtagpki Pagure Issue #2685 - Add "is_fips_enabled()" method to Python | ||
pkispawn logic (mharmsen) | ||
- dogtagpki Pagure Issue #2690 - Inconsistent CERT_REQUEST_PROCESSED event in | ||
ConnectorServlet. (edewata) | ||
- dogtagpki Pagure Issue #2693 - Incorrect audit event outcome for | ||
agent-rejected cert request. (edewata) | ||
- dogtagpki Pagure Issue #2694 -Incorrect audit event outcome for | ||
agent-canceled cert request. (edewata) | ||
- dogtagpki Pagure Issue #2696 - CA CS.cfg shows default port (mharmsen) | ||
|
||
* Tue May 9 2017 Dogtag Team <[email protected]> 10.4.4-1.1 | ||
- Updated source version number to 10.4.4-1.1 | ||
|
||
|