[pki-ocsp/f17] Resolves Bugzilla Bug #861467 - Directory authenticated user certificate enrollments fail when anon

awnuk awnuk at fedoraproject.org
Wed Dec 12 01:40:22 UTC 2012


commit 90871dc5674560ea3cfd3afc85115d12b857a816
Author: Andrew Wnuk <awnuk at redhat.com>
Date:   Tue Dec 11 17:39:11 2012 -0800

    Resolves Bugzilla Bug #861467 -  Directory authenticated user certificate enrollments fail when anonymous access disabled.

 .gitignore    |    1 +
 pki-ocsp.spec |   13 ++++++++++---
 sources       |    2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ea6be5f..40fbee7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ pki-ocsp-1.3.3.tar.gz
 /pki-ocsp-9.0.8.tar.gz
 /pki-ocsp-9.0.9.tar.gz
 /pki-ocsp-9.0.10.tar.gz
+/pki-ocsp-9.0.11.tar.gz
diff --git a/pki-ocsp.spec b/pki-ocsp.spec
index c6eb9f2..00d03cf 100644
--- a/pki-ocsp.spec
+++ b/pki-ocsp.spec
@@ -1,5 +1,5 @@
 Name:             pki-ocsp
-Version:          9.0.10
+Version:          9.0.11
 Release:          1%{?dist}
 Summary:          Certificate System - Online Certificate Status Protocol Manager
 URL:              http://pki.fedoraproject.org/
@@ -21,13 +21,13 @@ BuildRequires:    nspr-devel
 BuildRequires:    nss-devel
 %if 0%{?fedora} >= 16
 BuildRequires:    jpackage-utils >= 0:1.7.5-10
-BuildRequires:    jss >= 4.2.6-19.1
+BuildRequires:    jss >= 4.2.6-24
 BuildRequires:    pki-common >= 9.0.15
 BuildRequires:    pki-util >= 9.0.15
 BuildRequires:    systemd-units
 %else
 BuildRequires:    jpackage-utils
-BuildRequires:    jss >= 4.2.6-17
+BuildRequires:    jss >= 4.2.6-24
 BuildRequires:    pki-common
 BuildRequires:    pki-util
 %endif
@@ -263,6 +263,13 @@ fi
 
 
 %changelog
+* Tue Dec 11 2012 Andrew Wnuk<awnuk at redhat.com> 9.0.11-1
+- Bugzilla Bug #861467 - Directory authenticated user certificate enrollments
+  fail when anonymous access disabled.
+
+* Tue Apr 10 2012 Christina Fu <cfu at redhat.com> 9.0.10-2
+- Bugzilla Bug #745278 - [RFE] ECC encryption keys cannot be archived
+
 * Fri Mar 16 2012 Ade Lee <alee at redhat.com> 9.0.10-1
 - BZ 802396 - Change location of TOMCAT_LOG to match tomcat6 changes
 
diff --git a/sources b/sources
index 7833a55..a6e72b1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-45882162b20ca90c285857c9609800d2  pki-ocsp-9.0.10.tar.gz
+0c6acb1953e147267d712101b04b1e5e  pki-ocsp-9.0.11.tar.gz


More information about the scm-commits mailing list