summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Wnuk <awnuk@redhat.com>2012-10-30 18:07:35 -0700
committerAndrew Wnuk <awnuk@redhat.com>2012-10-30 18:07:35 -0700
commit29fe9fa1a5d9b65e5df3d8fe98ef9f09b179c020 (patch)
treefbdf0b180b3690745344be20cf913390580b1b89
parentad7a3abbe67ea42722aafd644bd0377e760f344d (diff)
downloadpki-29fe9fa1a5d9b65e5df3d8fe98ef9f09b179c020.tar.gz
pki-29fe9fa1a5d9b65e5df3d8fe98ef9f09b179c020.tar.xz
pki-29fe9fa1a5d9b65e5df3d8fe98ef9f09b179c020.zip
New build
-rw-r--r--CMakeLists.txt8
-rwxr-xr-xscripts/compose_dogtag_pki_theme_packages2
-rwxr-xr-xscripts/compose_pki_core_packages2
-rwxr-xr-xscripts/compose_pki_kra_packages2
-rwxr-xr-xscripts/compose_pki_tps_packages2
-rw-r--r--specs/dogtag-pki-theme.spec6
-rw-r--r--specs/dogtag-pki.spec5
-rw-r--r--specs/pki-core.spec10
-rw-r--r--specs/pki-kra.spec7
-rw-r--r--specs/pki-tps.spec9
10 files changed, 40 insertions, 13 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 83cbc8301..e4cac8518 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,17 +17,17 @@ if (BUILD_IPA_PKI_THEME)
elseif (BUILD_DOGTAG_PKI_THEME)
set(APPLICATION_FLAVOR_DOGTAG_PKI_THEME TRUE)
# override APPLICATION VERSION
- set(APPLICATION_VERSION_PATCH "12")
+ set(APPLICATION_VERSION_PATCH "13")
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 "23")
+ set(APPLICATION_VERSION_PATCH "24")
elseif (BUILD_PKI_KRA)
set(APPLICATION_FLAVOR_PKI_KRA TRUE)
# override APPLICATION VERSION
- set(APPLICATION_VERSION_PATCH "12")
+ set(APPLICATION_VERSION_PATCH "13")
elseif (BUILD_PKI_OCSP)
set(APPLICATION_FLAVOR_PKI_OCSP TRUE)
set(APPLICATION_VERSION_PATCH "10")
@@ -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 "8")
+ set(APPLICATION_VERSION_PATCH "9")
elseif (BUILD_PKI_CONSOLE)
set(APPLICATION_FLAVOR_PKI_CONSOLE TRUE)
# override APPLICATION VERSION
diff --git a/scripts/compose_dogtag_pki_theme_packages b/scripts/compose_dogtag_pki_theme_packages
index 14d005d8a..1abbe5632 100755
--- a/scripts/compose_dogtag_pki_theme_packages
+++ b/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.12"
+DOGTAG_PKI_THEME_VERSION="9.0.13"
##
diff --git a/scripts/compose_pki_core_packages b/scripts/compose_pki_core_packages
index e0d9335f2..15d8826e0 100755
--- a/scripts/compose_pki_core_packages
+++ b/scripts/compose_pki_core_packages
@@ -31,7 +31,7 @@ PKI_PWD=`pwd`
##
PKI_CORE="pki-core"
-PKI_CORE_VERSION="9.0.23"
+PKI_CORE_VERSION="9.0.24"
##
diff --git a/scripts/compose_pki_kra_packages b/scripts/compose_pki_kra_packages
index aa10a87a8..f08ecc886 100755
--- a/scripts/compose_pki_kra_packages
+++ b/scripts/compose_pki_kra_packages
@@ -31,7 +31,7 @@ PKI_PWD=`pwd`
##
PKI_KRA="pki-kra"
-PKI_KRA_VERSION="9.0.12"
+PKI_KRA_VERSION="9.0.13"
##
diff --git a/scripts/compose_pki_tps_packages b/scripts/compose_pki_tps_packages
index 86f1eede7..7d0012c4f 100755
--- a/scripts/compose_pki_tps_packages
+++ b/scripts/compose_pki_tps_packages
@@ -31,7 +31,7 @@ PKI_PWD=`pwd`
##
PKI_TPS="pki-tps"
-PKI_TPS_VERSION="9.0.8"
+PKI_TPS_VERSION="9.0.9"
##
diff --git a/specs/dogtag-pki-theme.spec b/specs/dogtag-pki-theme.spec
index ac2bcc3a9..0ba8d5f52 100644
--- a/specs/dogtag-pki-theme.spec
+++ b/specs/dogtag-pki-theme.spec
@@ -1,5 +1,5 @@
Name: dogtag-pki-theme
-Version: 9.0.12
+Version: 9.0.13
Release: 1%{?dist}
Summary: Certificate System - Dogtag PKI Theme Components
URL: http://pki.fedoraproject.org/
@@ -350,6 +350,10 @@ chmod 755 %{buildroot}%{_datadir}/pki/tps-ui/cgi-bin/sow/cfg.pl
%changelog
+* Tue Oct 30 2012 Andrew Wnuk <awnuk@redhat.com> 9.0.13-1
+- New official build
+- time based searches - Bugzilla Bug #854420 (awnuk)
+
* Tue Apr 10 2012 Christina Fu <cfu@redhat.com> 9.0.12-1
- Bugzilla Bug #745278 - [RFE] ECC encryption keys cannot be archived
diff --git a/specs/dogtag-pki.spec b/specs/dogtag-pki.spec
index 9fe5ef37f..68139a78f 100644
--- a/specs/dogtag-pki.spec
+++ b/specs/dogtag-pki.spec
@@ -1,7 +1,7 @@
Summary: Dogtag Public Key Infrastructure (PKI) Suite
Name: dogtag-pki
Version: 9.0.0
-Release: 12%{?dist}
+Release: 13%{?dist}
# The entire source code is GPLv2 except for 'pki-tps' which is LGPLv2
License: GPLv2 and LGPLv2
URL: http://pki.fedoraproject.org/
@@ -194,6 +194,9 @@ rm -rf %{buildroot}
%doc README
%changelog
+* Tue Oct 30 2012 Andrew Wnuk <awnuk@redhat.com> 9.0.0-13
+- New official build
+
* Tue Sep 4 2012 Matthew Harmsen <mharmsen@redhat.com> 9.0.0-12
- Updated PKI versions on Fedora 16/Fedora 17 to coincide with latest packages
diff --git a/specs/pki-core.spec b/specs/pki-core.spec
index 76a8d17e5..ac4e89d9d 100644
--- a/specs/pki-core.spec
+++ b/specs/pki-core.spec
@@ -1,5 +1,5 @@
Name: pki-core
-Version: 9.0.23
+Version: 9.0.24
Release: 1%{?dist}
Summary: Certificate System - PKI Core Components
URL: http://pki.fedoraproject.org/
@@ -296,6 +296,7 @@ Requires: apache-commons-lang
Requires: apache-commons-logging
Requires: jss >= 4.2.6-19.1
Requires: tomcatjss >= 6.0.2
+Requires: tomcat6 >= 6.0.35
%else
%if 0%{?fedora} >= 15
Requires: apache-commons-lang
@@ -749,6 +750,13 @@ fi
%changelog
+* Tue Oct 30 2012 Andrew Wnuk <awnuk@redhat.com> 9.0.24-1
+- New official build
+- Used GetStatus servlet to provide startup status - (alee)
+- Audit Cert Renewal - Bugzilla Bug #843979 (mharmsen)
+- time based searches - Bugzilla Bug #854420 (awnuk)
+- TMS ECC infrastructure - ticket #304 (cfu)
+
* Fri Sep 7 2012 Matthew Harmsen <mharmsen@redhat.com> 9.0.23-1
- TRAC Ticket #301 - Need to modify init scripts to verify needed symlinks
in an instance (support for non-default instance names) (mharmsen)
diff --git a/specs/pki-kra.spec b/specs/pki-kra.spec
index 49ca9e7ac..911190a75 100644
--- a/specs/pki-kra.spec
+++ b/specs/pki-kra.spec
@@ -1,5 +1,5 @@
Name: pki-kra
-Version: 9.0.12
+Version: 9.0.13
Release: 1%{?dist}
Summary: Certificate System - Data Recovery Manager
URL: http://pki.fedoraproject.org/
@@ -253,6 +253,11 @@ fi
%changelog
+* Tue Oct 30 2012 Andrew Wnuk <awnuk@redhat.com> 9.0.13-1
+- New official build
+- TMS - ECC Key Recovery - ticket #252 (cfu)
+- TMS secure recovery part of - bug #737122 (cfu)
+
* Tue Apr 10 2012 Christina Fu <cfu@redhat.com> 9.0.12-1
- Bugzilla Bug #745278 - [RFE] ECC encryption keys cannot be archived
diff --git a/specs/pki-tps.spec b/specs/pki-tps.spec
index 31469ec8d..6ce4818ca 100644
--- a/specs/pki-tps.spec
+++ b/specs/pki-tps.spec
@@ -1,5 +1,5 @@
Name: pki-tps
-Version: 9.0.8
+Version: 9.0.9
Release: 1%{?dist}
Summary: Certificate System - Token Processing System
URL: http://pki.fedoraproject.org/
@@ -277,6 +277,13 @@ fi
%changelog
+* Tue Oct 30 2012 Andrew Wnuk <awnuk@redhat.com> 9.0.9-1
+- New official build
+- Changes to allow tps to start correctly - (alee)
+- TMS - ECC Key Recovery - ticket #252 (cfu)
+- Provide default for operations transition list, related #858816 - (jmagne)
+- TMS ECC infrastructure - ticket #304 (cfu)
+
* Wed Aug 22 2012 Ade Lee <alee@redhat.com> 9.0.8-1
- Added systemd scripts