diff options
author | mharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2011-04-27 00:19:57 +0000 |
---|---|---|
committer | mharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2011-04-27 00:19:57 +0000 |
commit | dd7c4feb09e926b79a8f7c05d975a5455efac671 (patch) | |
tree | 1a436893e5fb6d344771383a77e78cf3a151c102 | |
parent | 243a3ace8f96008fb7f345614033bc1307364be0 (diff) | |
download | pki-dd7c4feb09e926b79a8f7c05d975a5455efac671.tar.gz pki-dd7c4feb09e926b79a8f7c05d975a5455efac671.tar.xz pki-dd7c4feb09e926b79a8f7c05d975a5455efac671.zip |
Bugzilla Bug #690950 - Update Dogtag Packages for Fedora 15 (beta)
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1989 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
-rw-r--r-- | pki/CMakeLists.txt | 14 | ||||
-rwxr-xr-x | pki/scripts/compose_dogtag_pki_theme_packages | 2 | ||||
-rwxr-xr-x | pki/scripts/compose_pki_core_packages | 2 | ||||
-rwxr-xr-x | pki/scripts/compose_pki_kra_packages | 2 | ||||
-rwxr-xr-x | pki/scripts/compose_pki_ocsp_packages | 2 | ||||
-rwxr-xr-x | pki/scripts/compose_pki_ra_packages | 2 | ||||
-rwxr-xr-x | pki/scripts/compose_pki_tks_packages | 2 | ||||
-rwxr-xr-x | pki/scripts/compose_pki_tps_packages | 2 | ||||
-rw-r--r-- | pki/specs/dogtag-pki-theme.spec | 16 | ||||
-rw-r--r-- | pki/specs/pki-core.spec | 29 | ||||
-rw-r--r-- | pki/specs/pki-kra.spec | 7 | ||||
-rw-r--r-- | pki/specs/pki-ocsp.spec | 7 | ||||
-rw-r--r-- | pki/specs/pki-ra.spec | 8 | ||||
-rw-r--r-- | pki/specs/pki-tks.spec | 7 | ||||
-rw-r--r-- | pki/specs/pki-tps.spec | 10 |
15 files changed, 90 insertions, 22 deletions
diff --git a/pki/CMakeLists.txt b/pki/CMakeLists.txt index 8ff72d779..ef8f0dd63 100644 --- a/pki/CMakeLists.txt +++ b/pki/CMakeLists.txt @@ -17,30 +17,30 @@ if (BUILD_IPA_PKI_THEME) elseif (BUILD_DOGTAG_PKI_THEME) set(APPLICATION_FLAVOR_DOGTAG_PKI_THEME TRUE) # override APPLICATION VERSION - set(APPLICATION_VERSION_PATCH "4") + set(APPLICATION_VERSION_PATCH "5") elseif (BUILD_REDHAT_PKI_THEME) set(APPLICATION_FLAVOR_REDHAT_PKI_THEME TRUE) elseif (BUILD_PKI_CORE) set(APPLICATION_FLAVOR_PKI_CORE TRUE) # override APPLICATION VERSION - set(APPLICATION_VERSION_PATCH "6") + set(APPLICATION_VERSION_PATCH "7") elseif (BUILD_PKI_KRA) set(APPLICATION_FLAVOR_PKI_KRA TRUE) # override APPLICATION VERSION - set(APPLICATION_VERSION_PATCH "2") + set(APPLICATION_VERSION_PATCH "3") elseif (BUILD_PKI_OCSP) set(APPLICATION_FLAVOR_PKI_OCSP TRUE) - set(APPLICATION_VERSION_PATCH "1") + set(APPLICATION_VERSION_PATCH "2") elseif (BUILD_PKI_RA) set(APPLICATION_FLAVOR_PKI_RA TRUE) - set(APPLICATION_VERSION_PATCH "1") + set(APPLICATION_VERSION_PATCH "2") elseif (BUILD_PKI_TKS) set(APPLICATION_FLAVOR_PKI_TKS TRUE) - set(APPLICATION_VERSION_PATCH "1") + set(APPLICATION_VERSION_PATCH "2") elseif (BUILD_PKI_TPS) set(APPLICATION_FLAVOR_PKI_TPS TRUE) # override APPLICATION VERSION - set(APPLICATION_VERSION_PATCH "3") + set(APPLICATION_VERSION_PATCH "4") elseif (BUILD_PKI_CONSOLE) set(APPLICATION_FLAVOR_PKI_CONSOLE TRUE) # override APPLICATION VERSION diff --git a/pki/scripts/compose_dogtag_pki_theme_packages b/pki/scripts/compose_dogtag_pki_theme_packages index 2ed9b3d07..06c89a899 100755 --- a/pki/scripts/compose_dogtag_pki_theme_packages +++ b/pki/scripts/compose_dogtag_pki_theme_packages @@ -31,7 +31,7 @@ PKI_PWD=`pwd` ## DOGTAG_PKI_THEME="dogtag-pki-theme" -DOGTAG_PKI_THEME_VERSION="9.0.4" +DOGTAG_PKI_THEME_VERSION="9.0.5" ## diff --git a/pki/scripts/compose_pki_core_packages b/pki/scripts/compose_pki_core_packages index cbb8947e9..81895ef63 100755 --- a/pki/scripts/compose_pki_core_packages +++ b/pki/scripts/compose_pki_core_packages @@ -31,7 +31,7 @@ PKI_PWD=`pwd` ## PKI_CORE="pki-core" -PKI_CORE_VERSION="9.0.6" +PKI_CORE_VERSION="9.0.7" ## diff --git a/pki/scripts/compose_pki_kra_packages b/pki/scripts/compose_pki_kra_packages index 4500d0fdd..e2275f89d 100755 --- a/pki/scripts/compose_pki_kra_packages +++ b/pki/scripts/compose_pki_kra_packages @@ -31,7 +31,7 @@ PKI_PWD=`pwd` ## PKI_KRA="pki-kra" -PKI_KRA_VERSION="9.0.2" +PKI_KRA_VERSION="9.0.3" ## diff --git a/pki/scripts/compose_pki_ocsp_packages b/pki/scripts/compose_pki_ocsp_packages index 4a878b982..cd6b541e4 100755 --- a/pki/scripts/compose_pki_ocsp_packages +++ b/pki/scripts/compose_pki_ocsp_packages @@ -31,7 +31,7 @@ PKI_PWD=`pwd` ## PKI_OCSP="pki-ocsp" -PKI_OCSP_VERSION="9.0.1" +PKI_OCSP_VERSION="9.0.2" ## diff --git a/pki/scripts/compose_pki_ra_packages b/pki/scripts/compose_pki_ra_packages index 9c7f3240b..bf10cbfb6 100755 --- a/pki/scripts/compose_pki_ra_packages +++ b/pki/scripts/compose_pki_ra_packages @@ -31,7 +31,7 @@ PKI_PWD=`pwd` ## PKI_RA="pki-ra" -PKI_RA_VERSION="9.0.1" +PKI_RA_VERSION="9.0.2" ## diff --git a/pki/scripts/compose_pki_tks_packages b/pki/scripts/compose_pki_tks_packages index a5a12482e..88e62c103 100755 --- a/pki/scripts/compose_pki_tks_packages +++ b/pki/scripts/compose_pki_tks_packages @@ -31,7 +31,7 @@ PKI_PWD=`pwd` ## PKI_TKS="pki-tks" -PKI_TKS_VERSION="9.0.1" +PKI_TKS_VERSION="9.0.2" ## diff --git a/pki/scripts/compose_pki_tps_packages b/pki/scripts/compose_pki_tps_packages index f9f14830c..b2b45dba1 100755 --- a/pki/scripts/compose_pki_tps_packages +++ b/pki/scripts/compose_pki_tps_packages @@ -31,7 +31,7 @@ PKI_PWD=`pwd` ## PKI_TPS="pki-tps" -PKI_TPS_VERSION="9.0.3" +PKI_TPS_VERSION="9.0.4" ## diff --git a/pki/specs/dogtag-pki-theme.spec b/pki/specs/dogtag-pki-theme.spec index a0e97e7bd..df97dfd46 100644 --- a/pki/specs/dogtag-pki-theme.spec +++ b/pki/specs/dogtag-pki-theme.spec @@ -1,5 +1,5 @@ Name: dogtag-pki-theme -Version: 9.0.4 +Version: 9.0.5 Release: 1%{?dist} Summary: Certificate System - Dogtag PKI Theme Components URL: http://pki.fedoraproject.org/ @@ -346,6 +346,20 @@ chmod 755 %{buildroot}%{_datadir}/pki/tps-ui/cgi-bin/sow/cfg.pl %changelog +* Tue Apr 26 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.5-1 +- 'dogtag-pki-ca-theme' +- Bugzilla Bug #695015 - Serial No. of a revoked certificate is not + populated in the CA signedAudit messages +- Bugzilla Bug #694143 - CA Agent not returning specified request +- 'dogtag-pki-common-theme' +- 'dogtag-pki-console-theme' +- 'dogtag-pki-kra-theme' +- Bugzilla Bug #694143 - CA Agent not returning specified request +- 'dogtag-pki-ocsp-theme' +- 'dogtag-pki-ra-theme' +- 'dogtag-pki-tks-theme' +- 'dogtag-pki-tps-theme' + * Tue Apr 5 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.4-1 - Bugzilla Bug #690950 - Update Dogtag Packages for Fedora 15 (beta) - 'dogtag-pki-ca-theme' diff --git a/pki/specs/pki-core.spec b/pki/specs/pki-core.spec index f120e21aa..0c6ba68a6 100644 --- a/pki/specs/pki-core.spec +++ b/pki/specs/pki-core.spec @@ -1,6 +1,6 @@ Name: pki-core -Version: 9.0.6 -Release: 2%{?dist} +Version: 9.0.7 +Release: 1%{?dist} Summary: Certificate System - PKI Core Components URL: http://pki.fedoraproject.org/ License: GPLv2 @@ -600,6 +600,31 @@ fi %changelog +* Tue Apr 26 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.7-1 +- 'pki-setup' +- Bugzilla Bug #693815 - /var/log/tomcat6/catalina.out owned by pkiuser +- Bugzilla Bug #694569 - parameter used by pkiremove not updated +- 'pki-symkey' +- 'pki-native-tools' +- 'pki-util' +- 'pki-java-tools' +- 'pki-common' +- Bugzilla Bug #695403 - Editing signedaudit or transaction, system logs + throws 'Invalid protocol' for OCSP subsystems +- Bugzilla Bug #694569 - parameter used by pkiremove not updated +- Bugzilla Bug #695015 - Serial No. of a revoked certificate is not + populated in the CA signedAudit messages +- Bugzilla Bug #694143 - CA Agent not returning specified request +- Bugzilla Bug #695015 - Serial No. of a revoked certificate is not + populated in the CA signedAudit messages +- Bugzilla Bug #698885 - Race conditions during IPA installation +- 'pki-selinux' +- 'pki-ca' +- Bugzilla Bug #693815 - /var/log/tomcat6/catalina.out owned by pkiuser +- Bugzilla Bug #699837 - service command is not fully backwards compatible + with Dogtag pki subsystems +- 'pki-silent' + * Mon Apr 11 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.6-2 - Bugzilla Bug #695157 - Auditverify on TPS audit log throws error. diff --git a/pki/specs/pki-kra.spec b/pki/specs/pki-kra.spec index 4987f24ec..f3022f3b3 100644 --- a/pki/specs/pki-kra.spec +++ b/pki/specs/pki-kra.spec @@ -1,5 +1,5 @@ Name: pki-kra -Version: 9.0.2 +Version: 9.0.3 Release: 1%{?dist} Summary: Certificate System - Data Recovery Manager URL: http://pki.fedoraproject.org/ @@ -159,6 +159,11 @@ fi %changelog +* Tue Apr 26 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.3-1 +- Bugzilla Bug #693815 - /var/log/tomcat6/catalina.out owned by pkiuser +- Bugzilla Bug #699837 - service command is not fully backwards compatible + with Dogtag pki subsystems + * Fri Mar 25 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.2-1 - Bugzilla Bug #690950 - Update Dogtag Packages for Fedora 15 (beta) - Bugzilla Bug #683581 - CA configuration with ECC(Default diff --git a/pki/specs/pki-ocsp.spec b/pki/specs/pki-ocsp.spec index 7c7b7e462..f105526fd 100644 --- a/pki/specs/pki-ocsp.spec +++ b/pki/specs/pki-ocsp.spec @@ -1,5 +1,5 @@ Name: pki-ocsp -Version: 9.0.1 +Version: 9.0.2 Release: 1%{?dist} Summary: Certificate System - Online Certificate Status Protocol Manager URL: http://pki.fedoraproject.org/ @@ -166,6 +166,11 @@ fi %changelog +* Tue Apr 26 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.2-1 +- Bugzilla Bug #693815 - /var/log/tomcat6/catalina.out owned by pkiuser +- Bugzilla Bug #699837 - service command is not fully backwards compatible + with Dogtag pki subsystems + * Fri Mar 25 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.1-1 - Bugzilla Bug #690950 - Update Dogtag Packages for Fedora 15 (beta) - Bugzilla Bug #683581 - CA configuration with ECC(Default diff --git a/pki/specs/pki-ra.spec b/pki/specs/pki-ra.spec index 7288a3158..e3f72a5b4 100644 --- a/pki/specs/pki-ra.spec +++ b/pki/specs/pki-ra.spec @@ -1,5 +1,5 @@ Name: pki-ra -Version: 9.0.1 +Version: 9.0.2 Release: 1%{?dist} Summary: Certificate System - Registration Authority URL: http://pki.fedoraproject.org/ @@ -181,6 +181,12 @@ fi %changelog +* Tue Apr 26 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.2-1 +- Bugzilla Bug #694569 - parameter used by pkiremove not updated +- Bugzilla Bug #699364 - PKI-RA instance not created successfully +- Bugzilla Bug #699837 - service command is not fully backwards compatible + with Dogtag pki subsystems + * Fri Mar 25 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.1-1 - Bugzilla Bug #690950 - Update Dogtag Packages for Fedora 15 (beta) - Bugzilla Bug #684381 - CS.cfg specifies incorrect type of comments diff --git a/pki/specs/pki-tks.spec b/pki/specs/pki-tks.spec index 292adde32..21f25d6b1 100644 --- a/pki/specs/pki-tks.spec +++ b/pki/specs/pki-tks.spec @@ -1,5 +1,5 @@ Name: pki-tks -Version: 9.0.1 +Version: 9.0.2 Release: 1%{?dist} Summary: Certificate System - Token Key Service URL: http://pki.fedoraproject.org/ @@ -160,6 +160,11 @@ fi %changelog +* Tue Apr 26 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.2-1 +- Bugzilla Bug #693815 - /var/log/tomcat6/catalina.out owned by pkiuser +- Bugzilla Bug #699837 - service command is not fully backwards compatible + with Dogtag pki subsystems + * Fri Mar 25 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.1-1 - Bugzilla Bug #690950 - Update Dogtag Packages for Fedora 15 (beta) - Bugzilla Bug #683581 - CA configuration with ECC(Default diff --git a/pki/specs/pki-tps.spec b/pki/specs/pki-tps.spec index c8bc92cc2..7a75dac7e 100644 --- a/pki/specs/pki-tps.spec +++ b/pki/specs/pki-tps.spec @@ -1,5 +1,5 @@ Name: pki-tps -Version: 9.0.3 +Version: 9.0.4 Release: 1%{?dist} Summary: Certificate System - Token Processing System URL: http://pki.fedoraproject.org/ @@ -215,6 +215,14 @@ fi %changelog +* Tue Apr 26 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.4-1 +- Bugzilla Bug #697035 - TPS database schema not populated correctly +- Bugzilla Bug #694569 - parameter used by pkiremove not updated +- Bugzilla Bug #696851 - TPS crashes that cause AuditVerify on + TPS audit logs - some of the signatures are failing. +- Bugzilla Bug #699837 - service command is not fully backwards compatible + with Dogtag pki subsystems + * Tue Apr 5 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.3-1 - Bugzilla Bug #690950 - Update Dogtag Packages for Fedora 15 (beta) - Bugzilla Bug #691867 - add ldaps support through perLDAP |