summaryrefslogtreecommitdiffstats
path: root/pki
diff options
context:
space:
mode:
authormharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2011-04-05 22:01:24 +0000
committermharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2011-04-05 22:01:24 +0000
commitb2a90882b05568625b8d9546938a86f672582383 (patch)
tree51dcbdf8bd611da042fbeefcd1715ded1e4c880a /pki
parenta3388146c2b096d9c72c4b3fc167296e795dfa67 (diff)
downloadpki-b2a90882b05568625b8d9546938a86f672582383.tar.gz
pki-b2a90882b05568625b8d9546938a86f672582383.tar.xz
pki-b2a90882b05568625b8d9546938a86f672582383.zip
Bugzilla Bug #690950 - Update Dogtag Packages for Fedora 15 (beta)
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1946 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki')
-rw-r--r--pki/CMakeLists.txt6
-rwxr-xr-xpki/scripts/compose_dogtag_pki_theme_packages2
-rwxr-xr-xpki/scripts/compose_pki_core_packages2
-rwxr-xr-xpki/scripts/compose_pki_tps_packages2
-rw-r--r--pki/specs/dogtag-pki-theme.spec16
-rw-r--r--pki/specs/pki-core.spec23
-rw-r--r--pki/specs/pki-tps.spec7
7 files changed, 48 insertions, 10 deletions
diff --git a/pki/CMakeLists.txt b/pki/CMakeLists.txt
index bf5259174..8ff72d779 100644
--- a/pki/CMakeLists.txt
+++ b/pki/CMakeLists.txt
@@ -17,13 +17,13 @@ if (BUILD_IPA_PKI_THEME)
elseif (BUILD_DOGTAG_PKI_THEME)
set(APPLICATION_FLAVOR_DOGTAG_PKI_THEME TRUE)
# override APPLICATION VERSION
- set(APPLICATION_VERSION_PATCH "3")
+ set(APPLICATION_VERSION_PATCH "4")
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 "5")
+ set(APPLICATION_VERSION_PATCH "6")
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 "2")
+ set(APPLICATION_VERSION_PATCH "3")
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 c81dce97b..2ed9b3d07 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.3"
+DOGTAG_PKI_THEME_VERSION="9.0.4"
##
diff --git a/pki/scripts/compose_pki_core_packages b/pki/scripts/compose_pki_core_packages
index 44e554775..cbb8947e9 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.5"
+PKI_CORE_VERSION="9.0.6"
##
diff --git a/pki/scripts/compose_pki_tps_packages b/pki/scripts/compose_pki_tps_packages
index af16e6692..f9f14830c 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.2"
+PKI_TPS_VERSION="9.0.3"
##
diff --git a/pki/specs/dogtag-pki-theme.spec b/pki/specs/dogtag-pki-theme.spec
index 82cdd5ce1..a0e97e7bd 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.3
+Version: 9.0.4
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 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'
+- 'dogtag-pki-common-theme'
+- 'dogtag-pki-console-theme'
+- 'dogtag-pki-kra-theme'
+- 'dogtag-pki-ocsp-theme'
+- 'dogtag-pki-ra-theme'
+- 'dogtag-pki-tks-theme'
+- 'dogtag-pki-tps-theme'
+- Bugzilla Bug #691447 - TPS UI Admin tab 'Add new token' opens a
+ page with text 'Agent operations: Add new tokens'.
+- Bugzilla Bug #691867 - add ldaps support through perLDAP
+
* Fri Mar 25 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.3-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 a1819c6fa..5da5c7f89 100644
--- a/pki/specs/pki-core.spec
+++ b/pki/specs/pki-core.spec
@@ -1,6 +1,6 @@
Name: pki-core
-Version: 9.0.5
-Release: 2%{?dist}
+Version: 9.0.6
+Release: 1%{?dist}
Summary: Certificate System - PKI Core Components
URL: http://pki.fedoraproject.org/
License: GPLv2
@@ -600,6 +600,25 @@ fi
%changelog
+* Tue Apr 5 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.6-1
+- Bugzilla Bug #690950 - Update Dogtag Packages for Fedora 15 (beta)
+- Bugzilla Bug #693327 - Missing requires: tomcatjss
+- 'pki-setup'
+- Bugzilla Bug #690626 - pkiremove removes the registry entry for
+ all instances on a machine
+- 'pki-symkey'
+- 'pki-native-tools'
+- 'pki-util'
+- 'pki-java-tools'
+- Bugzilla Bug #689453 - CRMFPopClient request to CA's unsecure port
+ throws file not found exception.
+- 'pki-common'
+- Bugzilla Bug #692990 - Audit log messages needed to match CC doc:
+ DRM Recovery audit log messages
+- 'pki-selinux'
+- 'pki-ca'
+- 'pki-silent'
+
* Tue Apr 5 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.5-2
- Bugzilla Bug #693327 - Missing requires: tomcatjss
diff --git a/pki/specs/pki-tps.spec b/pki/specs/pki-tps.spec
index 1dc056d1c..c8bc92cc2 100644
--- a/pki/specs/pki-tps.spec
+++ b/pki/specs/pki-tps.spec
@@ -1,5 +1,5 @@
Name: pki-tps
-Version: 9.0.2
+Version: 9.0.3
Release: 1%{?dist}
Summary: Certificate System - Token Processing System
URL: http://pki.fedoraproject.org/
@@ -25,6 +25,7 @@ Requires: mod_nss
Requires: mod_perl
Requires: mod_revocator
Requires: openldap-clients
+Requires: perl-Mozilla-LDAP
Requires: pki-native-tools
Requires: pki-selinux
Requires: pki-setup
@@ -214,6 +215,10 @@ fi
%changelog
+* 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
+
* 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 #684381 - CS.cfg specifies incorrect type of comments