summaryrefslogtreecommitdiffstats
path: root/freeipa.spec.in
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2013-07-26 10:58:52 +0200
committerMartin Kosek <mkosek@redhat.com>2013-07-26 12:51:10 +0200
commit6a0aabede5875ad23dab777d0c2f6bac05fa2599 (patch)
tree9910c39430ab1c922e0d96d1f341f28af5b6a08a /freeipa.spec.in
parent8a41b64a8c2f77d5d1245884cb7ef3d0a2e81f93 (diff)
downloadfreeipa.git-6a0aabede5875ad23dab777d0c2f6bac05fa2599.tar.gz
freeipa.git-6a0aabede5875ad23dab777d0c2f6bac05fa2599.tar.xz
freeipa.git-6a0aabede5875ad23dab777d0c2f6bac05fa2599.zip
Free NSS objects in --external-ca scenario
In external CA installation, ipa-server-install leaked NSS objects which caused an installation crash later when a subsequent call of NSSConnection tried to free them. Properly freeing the NSS objects avoid this crash. https://fedorahosted.org/freeipa/ticket/3773
Diffstat (limited to 'freeipa.spec.in')
-rw-r--r--freeipa.spec.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in
index 1b8122df..0afcdae8 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -134,7 +134,7 @@ Requires(post): systemd-units
Requires: selinux-policy >= 3.12.1-65
Requires(post): selinux-policy-base
Requires: slapi-nis >= 0.44
-Requires: pki-ca >= 10.0.2
+Requires: pki-ca >= 10.0.4
Requires: dogtag-pki-server-theme
%if 0%{?rhel}
Requires: subscription-manager
@@ -829,6 +829,9 @@ fi
%endif # ! %{ONLY_CLIENT}
%changelog
+* Fri Jul 26 2013 Martin Kosek <mkosek@redhat.com> - 3.2.99-12
+- Require pki-ca 10.0.4 which fixes external CA installation (#986901)
+
* Wed Jul 24 2013 Petr Viktorin <pviktori@redhat.com> - 3.2.99-11
- Add tar and xz dependencies to freeipa-tests