diff options
author | mharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2011-07-22 21:55:27 +0000 |
---|---|---|
committer | mharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2011-07-22 21:55:27 +0000 |
commit | cd1c619c162a5709274db09c3ed08bd2b708e9a8 (patch) | |
tree | a2ae834d4759ca7e52d8ee0e63d49290ef90860b | |
parent | c48af8afc762c3237ed0ab890f9bd1be690206f0 (diff) | |
download | pki-cd1c619c162a5709274db09c3ed08bd2b708e9a8.tar.gz pki-cd1c619c162a5709274db09c3ed08bd2b708e9a8.tar.xz pki-cd1c619c162a5709274db09c3ed08bd2b708e9a8.zip |
Bugzilla Bug #690950 - Update Dogtag Packages for Fedora 15
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2077 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
-rw-r--r-- | pki/CMakeLists.txt | 2 | ||||
-rwxr-xr-x | pki/scripts/compose_pki_core_packages | 2 | ||||
-rw-r--r-- | pki/specs/pki-core.spec | 27 |
3 files changed, 28 insertions, 3 deletions
diff --git a/pki/CMakeLists.txt b/pki/CMakeLists.txt index f3f7fdfbf..35b989b83 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 "9") + set(APPLICATION_VERSION_PATCH "10") elseif (BUILD_PKI_KRA) set(APPLICATION_FLAVOR_PKI_KRA TRUE) # override APPLICATION VERSION diff --git a/pki/scripts/compose_pki_core_packages b/pki/scripts/compose_pki_core_packages index 399d39ca6..cd1445b47 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.9" +PKI_CORE_VERSION="9.0.10" ## diff --git a/pki/specs/pki-core.spec b/pki/specs/pki-core.spec index 86d34a343..b412202ee 100644 --- a/pki/specs/pki-core.spec +++ b/pki/specs/pki-core.spec @@ -1,5 +1,5 @@ Name: pki-core -Version: 9.0.9 +Version: 9.0.10 Release: 1%{?dist} Summary: Certificate System - PKI Core Components URL: http://pki.fedoraproject.org/ @@ -599,6 +599,31 @@ fi %changelog +* Fri Jul 22 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.10-1 +- 'pki-setup' +- 'pki-symkey' +- 'pki-native-tools' +- 'pki-util' +- Bugzilla Bug #719007 - Key Constraint keyParameter being ignored + using an ECC CA to generate ECC certs from CRMF. (jmagne) +- Bugzilla Bug #716307 - rhcs80 - DER shall not include an encoding + for any component value which is equal to its default value (alee) +- 'pki-java-tools' +- 'pki-common' +- Bugzilla Bug #720510 - Console: Adding a certificate into nethsm + throws Token not found error. (jmagne) +- Bugzilla Bug #719007 - Key Constraint keyParameter being ignored + using an ECC CA to generate ECC certs from CRMF. (jmagne) +- Bugzilla Bug #716307 - rhcs80 - DER shall not include an encoding + for any component value which is equal to its default value (alee) +- Bugzilla Bug #722989 - Registering an agent when a subsystem is + created - does not log AUTHZ_SUCCESS event. (alee) +- 'pki-selinux' +- 'pki-ca' +- Bugzilla Bug #719113 - Add client usage flag to caIPAserviceCert + (awnuk) +- 'pki-silent' + * Thu Jul 14 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.9-1 - Updated release of 'jss' - Updated release of 'tomcatjss' for Fedora 15 |