summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2011-08-23 21:35:09 +0000
committermharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2011-08-23 21:35:09 +0000
commitc96522984331baa33ff963b87fd18217ece46246 (patch)
tree98f76c6256543d8deafdf4cba5b0aa695fae8d62
parent73343fcb4b50cf5a17fc5662025405124cbc24cc (diff)
downloadpki-c96522984331baa33ff963b87fd18217ece46246.tar.gz
pki-c96522984331baa33ff963b87fd18217ece46246.tar.xz
pki-c96522984331baa33ff963b87fd18217ece46246.zip
Bugzilla Bug #690950 - Update Dogtag Packages for Fedora 15
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2167 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
-rw-r--r--pki/CMakeLists.txt12
-rwxr-xr-xpki/scripts/compose_dogtag_pki_theme_packages2
-rwxr-xr-xpki/scripts/compose_ipa_pki_theme_packages2
-rwxr-xr-xpki/scripts/compose_pki_core_packages2
-rwxr-xr-xpki/scripts/compose_pki_kra_packages2
-rwxr-xr-xpki/scripts/compose_pki_ocsp_packages2
-rwxr-xr-xpki/scripts/compose_pki_tks_packages2
-rw-r--r--pki/specs/dogtag-pki-theme.spec20
-rw-r--r--pki/specs/ipa-pki-theme.spec13
-rw-r--r--pki/specs/pki-core.spec28
-rw-r--r--pki/specs/pki-kra.spec6
-rw-r--r--pki/specs/pki-ocsp.spec6
-rw-r--r--pki/specs/pki-tks.spec6
13 files changed, 85 insertions, 18 deletions
diff --git a/pki/CMakeLists.txt b/pki/CMakeLists.txt
index f5c979bc..c6665862 100644
--- a/pki/CMakeLists.txt
+++ b/pki/CMakeLists.txt
@@ -13,30 +13,30 @@ set(APPLICATION_VERSION_PATCH "0")
if (BUILD_IPA_PKI_THEME)
set(APPLICATION_FLAVOR_IPA_PKI_THEME TRUE)
# override APPLICATION VERSION
- set(APPLICATION_VERSION_PATCH "4")
+ set(APPLICATION_VERSION_PATCH "5")
elseif (BUILD_DOGTAG_PKI_THEME)
set(APPLICATION_FLAVOR_DOGTAG_PKI_THEME TRUE)
# override APPLICATION VERSION
- set(APPLICATION_VERSION_PATCH "6")
+ set(APPLICATION_VERSION_PATCH "7")
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 "11")
+ set(APPLICATION_VERSION_PATCH "12")
elseif (BUILD_PKI_KRA)
set(APPLICATION_FLAVOR_PKI_KRA TRUE)
# override APPLICATION VERSION
- set(APPLICATION_VERSION_PATCH "4")
+ set(APPLICATION_VERSION_PATCH "5")
elseif (BUILD_PKI_OCSP)
set(APPLICATION_FLAVOR_PKI_OCSP TRUE)
- set(APPLICATION_VERSION_PATCH "3")
+ set(APPLICATION_VERSION_PATCH "4")
elseif (BUILD_PKI_RA)
set(APPLICATION_FLAVOR_PKI_RA TRUE)
set(APPLICATION_VERSION_PATCH "3")
elseif (BUILD_PKI_TKS)
set(APPLICATION_FLAVOR_PKI_TKS TRUE)
- set(APPLICATION_VERSION_PATCH "3")
+ set(APPLICATION_VERSION_PATCH "4")
elseif (BUILD_PKI_TPS)
set(APPLICATION_FLAVOR_PKI_TPS TRUE)
# override APPLICATION VERSION
diff --git a/pki/scripts/compose_dogtag_pki_theme_packages b/pki/scripts/compose_dogtag_pki_theme_packages
index e10ee22a..50c4b34d 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.6"
+DOGTAG_PKI_THEME_VERSION="9.0.7"
##
diff --git a/pki/scripts/compose_ipa_pki_theme_packages b/pki/scripts/compose_ipa_pki_theme_packages
index 154b0681..f2045886 100755
--- a/pki/scripts/compose_ipa_pki_theme_packages
+++ b/pki/scripts/compose_ipa_pki_theme_packages
@@ -31,7 +31,7 @@ PKI_PWD=`pwd`
##
IPA_PKI_THEME="ipa-pki-theme"
-IPA_PKI_THEME_VERSION="9.0.4"
+IPA_PKI_THEME_VERSION="9.0.5"
##
diff --git a/pki/scripts/compose_pki_core_packages b/pki/scripts/compose_pki_core_packages
index a30e5a87..848a623d 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.11"
+PKI_CORE_VERSION="9.0.12"
##
diff --git a/pki/scripts/compose_pki_kra_packages b/pki/scripts/compose_pki_kra_packages
index 04c82fb2..94188c72 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.4"
+PKI_KRA_VERSION="9.0.5"
##
diff --git a/pki/scripts/compose_pki_ocsp_packages b/pki/scripts/compose_pki_ocsp_packages
index 4f939658..d0bae075 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.3"
+PKI_OCSP_VERSION="9.0.4"
##
diff --git a/pki/scripts/compose_pki_tks_packages b/pki/scripts/compose_pki_tks_packages
index 2afda84f..68ee4a93 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.3"
+PKI_TKS_VERSION="9.0.4"
##
diff --git a/pki/specs/dogtag-pki-theme.spec b/pki/specs/dogtag-pki-theme.spec
index d2ba7469..5c7b6473 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.6
+Version: 9.0.7
Release: 1%{?dist}
Summary: Certificate System - Dogtag PKI Theme Components
URL: http://pki.fedoraproject.org/
@@ -346,6 +346,24 @@ chmod 755 %{buildroot}%{_datadir}/pki/tps-ui/cgi-bin/sow/cfg.pl
%changelog
+* Tue Aug 23 2011 Ade Lee <alee@redhat.com> 9.0.7-1
+- 'dogtag-pki-ca-theme'
+- Bugzilla Bug #712931 - CS requires too many ports
+ to be open in the FW
+- 'dogtag-pki-common-theme'
+- 'dogtag-pki-console-theme'
+- 'dogtag-pki-kra-theme'
+- Bugzilla Bug #712931 - CS requires too many ports
+ to be open in the FW
+- 'dogtag-pki-ocsp-theme'
+- Bugzilla Bug #712931 - CS requires too many ports
+ to be open in the FW
+- 'dogtag-pki-ra-theme'
+- 'dogtag-pki-tks-theme'
+- Bugzilla Bug #712931 - CS requires too many ports
+ to be open in the FW
+- 'dogtag-pki-tps-theme'
+
* Thu Jul 14 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.6-1
- 'dogtag-pki-ca-theme'
- Bugzilla Bug #695015 - Serial No. of a revoked certificate is not
diff --git a/pki/specs/ipa-pki-theme.spec b/pki/specs/ipa-pki-theme.spec
index 7f450fa2..dfd45153 100644
--- a/pki/specs/ipa-pki-theme.spec
+++ b/pki/specs/ipa-pki-theme.spec
@@ -1,5 +1,5 @@
Name: ipa-pki-theme
-Version: 9.0.4
+Version: 9.0.5
Release: 1%{?dist}
Summary: Certificate System - IPA PKI Theme Components
URL: http://pki.fedoraproject.org/
@@ -126,6 +126,17 @@ cd build
%changelog
+* Tue Aug 23 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.5-1
+- 'ipa-pki-ca-theme'
+- Bugzilla Bug #695015 - Serial No. of a revoked certificate is not
+ populated in the CA signedAudit messages (alee)
+- Bugzilla Bug #694143 - CA Agent not returning specified request (awnuk)
+- Bugzilla Bug #704351 - remove help buttons in agent and ee UI in all
+ subsystems (alee)
+- Bugzilla Bug #712931 - CS requires too many ports
+ to be open in the FW (alee)
+- 'ipa-pki-common-theme'
+
* Thu Jul 14 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.4-1
- 'ipa-pki-ca-theme'
- Bugzilla Bug #669226 - Remove Legacy Build System
diff --git a/pki/specs/pki-core.spec b/pki/specs/pki-core.spec
index 5e45a0a0..3547e8ab 100644
--- a/pki/specs/pki-core.spec
+++ b/pki/specs/pki-core.spec
@@ -1,5 +1,5 @@
Name: pki-core
-Version: 9.0.11
+Version: 9.0.12
Release: 1%{?dist}
Summary: Certificate System - PKI Core Components
URL: http://pki.fedoraproject.org/
@@ -599,6 +599,32 @@ fi
%changelog
+* Tue Aug 23 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.12-1
+- 'pki-setup'
+- Bugzilla Bug #712931 - CS requires too many ports
+ to be open in the FW (alee)
+- 'pki-symkey'
+- 'pki-native-tools'
+- Bugzilla Bug #717643 - Fopen without NULL check and other Coverity
+ issues (awnuk)
+- Bugzilla Bug #730801 - Coverity issues in native-tools area (awnuk)
+- 'pki-util'
+- 'pki-java-tools'
+- 'pki-common'
+- Bugzilla Bug #700522 - pki tomcat6 instances currently running
+ unconfined, allow server to come up when selinux disabled (alee)
+- Bugzilla Bug #731741 - some CS.cfg nickname parameters not updated
+ correctly when subsystem cloned (using hsm) (alee)
+- Bugzilla Bug #712931 - CS requires too many ports
+ to be open in the FW (alee)
+- 'pki-selinux'
+- Bugzilla Bug #712931 - CS requires too many ports
+ to be open in the FW (alee)
+- 'pki-ca'
+- Bugzilla Bug #712931 - CS requires too many ports
+ to be open in the FW (alee)
+- 'pki-silent'
+
* Wed Aug 10 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.11-1
- 'pki-setup'
- Bugzilla Bug #689909 - Dogtag installation under IPA takes too much
diff --git a/pki/specs/pki-kra.spec b/pki/specs/pki-kra.spec
index ee7ec891..ea79c29f 100644
--- a/pki/specs/pki-kra.spec
+++ b/pki/specs/pki-kra.spec
@@ -1,5 +1,5 @@
Name: pki-kra
-Version: 9.0.4
+Version: 9.0.5
Release: 1%{?dist}
Summary: Certificate System - Data Recovery Manager
URL: http://pki.fedoraproject.org/
@@ -159,6 +159,10 @@ fi
%changelog
+* Tue Aug 23 2011 Ade Lee <alee@redhat.com> 9.0.5-1
+- Bugzilla Bug #712931 - CS requires too many ports
+ to be open in the FW
+
* Thu Jul 14 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.4-1
- Bugzilla Bug #693815 - /var/log/tomcat6/catalina.out owned by pkiuser
(jdennis)
diff --git a/pki/specs/pki-ocsp.spec b/pki/specs/pki-ocsp.spec
index d2e2f0d1..c72511dc 100644
--- a/pki/specs/pki-ocsp.spec
+++ b/pki/specs/pki-ocsp.spec
@@ -1,5 +1,5 @@
Name: pki-ocsp
-Version: 9.0.3
+Version: 9.0.4
Release: 1%{?dist}
Summary: Certificate System - Online Certificate Status Protocol Manager
URL: http://pki.fedoraproject.org/
@@ -166,6 +166,10 @@ fi
%changelog
+* Tue Aug 23 2011 Ade Lee <alee@redhat.com> 9.0.4-1
+- Bugzilla Bug #712931 - CS requires too many ports
+ to be open in the FW
+
* Thu Jul 14 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.3-1
- Bugzilla Bug #693815 - /var/log/tomcat6/catalina.out owned by pkiuser
(jdennis)
diff --git a/pki/specs/pki-tks.spec b/pki/specs/pki-tks.spec
index a9acccad..b5eb11cd 100644
--- a/pki/specs/pki-tks.spec
+++ b/pki/specs/pki-tks.spec
@@ -1,5 +1,5 @@
Name: pki-tks
-Version: 9.0.3
+Version: 9.0.4
Release: 1%{?dist}
Summary: Certificate System - Token Key Service
URL: http://pki.fedoraproject.org/
@@ -160,6 +160,10 @@ fi
%changelog
+* Tue Aug 23 2011 Ade Lee <alee@redhat.com> 9.0.4-1
+- Bugzilla Bug #712931 - CS requires too many ports
+ to be open in the FW
+
* Thu Jul 14 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.3-1
- Bugzilla Bug #693815 - /var/log/tomcat6/catalina.out owned by pkiuser
(jdennis)