summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2011-08-10 18:37:19 +0000
committermharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2011-08-10 18:37:19 +0000
commitbf5966f61080faf9bec722aee9246a006735b071 (patch)
tree6c0882f3e3ff619be0cbc8d45840ae9bb2f5a437
parent5a33bb636eaae5bbd9b4369266d342ea4508dffc (diff)
downloadpki-bf5966f61080faf9bec722aee9246a006735b071.tar.gz
pki-bf5966f61080faf9bec722aee9246a006735b071.tar.xz
pki-bf5966f61080faf9bec722aee9246a006735b071.zip
Bugzilla Bug #690950 - Update Dogtag Packages for Fedora 15
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2136 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
-rw-r--r--pki/CMakeLists.txt4
-rwxr-xr-xpki/scripts/compose_pki_core_packages2
-rwxr-xr-xpki/scripts/compose_pki_tps_packages2
-rw-r--r--pki/specs/pki-core.spec34
-rw-r--r--pki/specs/pki-tps.spec6
5 files changed, 42 insertions, 6 deletions
diff --git a/pki/CMakeLists.txt b/pki/CMakeLists.txt
index 35b989b8..f5c979bc 100644
--- a/pki/CMakeLists.txt
+++ b/pki/CMakeLists.txt
@@ -23,7 +23,7 @@ elseif (BUILD_REDHAT_PKI_THEME)
elseif (BUILD_PKI_CORE)
set(APPLICATION_FLAVOR_PKI_CORE TRUE)
# override APPLICATION VERSION
- set(APPLICATION_VERSION_PATCH "10")
+ set(APPLICATION_VERSION_PATCH "11")
elseif (BUILD_PKI_KRA)
set(APPLICATION_FLAVOR_PKI_KRA TRUE)
# override APPLICATION VERSION
@@ -40,7 +40,7 @@ elseif (BUILD_PKI_TKS)
elseif (BUILD_PKI_TPS)
set(APPLICATION_FLAVOR_PKI_TPS TRUE)
# override APPLICATION VERSION
- set(APPLICATION_VERSION_PATCH "5")
+ set(APPLICATION_VERSION_PATCH "6")
elseif (BUILD_PKI_CONSOLE)
set(APPLICATION_FLAVOR_PKI_CONSOLE TRUE)
# override APPLICATION VERSION
diff --git a/pki/scripts/compose_pki_core_packages b/pki/scripts/compose_pki_core_packages
index cd1445b4..a30e5a87 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.10"
+PKI_CORE_VERSION="9.0.11"
##
diff --git a/pki/scripts/compose_pki_tps_packages b/pki/scripts/compose_pki_tps_packages
index 93f427ba..89419123 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.5"
+PKI_TPS_VERSION="9.0.6"
##
diff --git a/pki/specs/pki-core.spec b/pki/specs/pki-core.spec
index b412202e..5e45a0a0 100644
--- a/pki/specs/pki-core.spec
+++ b/pki/specs/pki-core.spec
@@ -1,5 +1,5 @@
Name: pki-core
-Version: 9.0.10
+Version: 9.0.11
Release: 1%{?dist}
Summary: Certificate System - PKI Core Components
URL: http://pki.fedoraproject.org/
@@ -599,6 +599,38 @@ fi
%changelog
+* 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
+ time - remove the inefficient sleeps (alee)
+- 'pki-symkey'
+- 'pki-native-tools'
+- 'pki-util'
+- 'pki-java-tools'
+- Bugzilla Bug #724861 - DRMTool: fix duplicate "dn:" records by
+ renumbering "cn=<value>" (mharmsen)
+- 'pki-common'
+- Bugzilla Bug #717041 - Improve escaping of some enrollment inputs like
+ (jmagne, awnuk)
+- Bugzilla Bug #689909 - Dogtag installation under IPA takes too much
+ time - remove the inefficient sleeps (alee)
+- Bugzilla Bug #708075 - Clone installation does not work over NAT
+ (alee)
+- Bugzilla Bug #726785 - If replication fails while setting up a clone
+ it will wait forever (alee)
+- Bugzilla Bug #728332 - xml output has changed on cert requests (awnuk)
+- Bugzilla Bug #700505 - pki tomcat6 instances currently running
+ unconfined (alee)
+- 'pki-selinux'
+- Bugzilla Bug #700505 - pki tomcat6 instances currently running
+ unconfined (alee)
+- 'pki-ca'
+- Bugzilla Bug #728605 - RFE: increase default validity from 6mo to 2yrs
+ in IPA profile (awnuk)
+- 'pki-silent'
+- Bugzilla Bug #689909 - Dogtag installation under IPA takes too much
+ time - remove the inefficient sleeps (alee)
+
* Fri Jul 22 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.10-1
- 'pki-setup'
- 'pki-symkey'
diff --git a/pki/specs/pki-tps.spec b/pki/specs/pki-tps.spec
index afd53719..bd91f1b3 100644
--- a/pki/specs/pki-tps.spec
+++ b/pki/specs/pki-tps.spec
@@ -1,5 +1,5 @@
Name: pki-tps
-Version: 9.0.5
+Version: 9.0.6
Release: 1%{?dist}
Summary: Certificate System - Token Processing System
URL: http://pki.fedoraproject.org/
@@ -215,6 +215,10 @@ fi
%changelog
+* Wed Aug 10 2011 Jack Magne <jmagne@redhat.com> 9.0.6-1
+- Bugzilla Bug #725572 - Starting TPS subsystem with no pre-existing audit
+ log file does not write audit messages.
+
* Thu Jul 14 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.5-1
- Bugzilla Bug #697035 - TPS database schema not populated correctly
(alee)