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

awnuk awnuk at fedoraproject.org
Wed Dec 12 16:54:46 UTC 2012


commit 13a58feaf62d77d06c98c78ad302bac90c50511e
Author: Andrew Wnuk <awnuk at redhat.com>
Date:   Wed Dec 12 08:53:42 2012 -0800

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

 .gitignore   |    1 +
 pki-tks.spec |   13 ++++++++++---
 sources      |    2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 48a594a..6134f28 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ pki-tks-1.3.3.tar.gz
 /pki-tks-9.0.8.tar.gz
 /pki-tks-9.0.9.tar.gz
 /pki-tks-9.0.10.tar.gz
+/pki-tks-9.0.11.tar.gz
diff --git a/pki-tks.spec b/pki-tks.spec
index a2e47e0..694d13c 100644
--- a/pki-tks.spec
+++ b/pki-tks.spec
@@ -1,5 +1,5 @@
 Name:             pki-tks
-Version:          9.0.10
+Version:          9.0.11
 Release:          1%{?dist}
 Summary:          Certificate System - Token Key Service
 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
@@ -254,6 +254,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 8143c69..a5defc3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1101c3682cffccb65f5df86fce6e0cca  pki-tks-9.0.10.tar.gz
+3f023bab3b9b976e35a66a9a2556c49b  pki-tks-9.0.11.tar.gz


More information about the scm-commits mailing list