[Pki-devel] [PATCH] 0128 Fix CA OCSP responder when LWCA's are not in use

2016-07-26 Thread Fraser Tweedale
Hi team, The attached patch fixes https://fedorahosted.org/pki/ticket/2420. Thanks, Fraser From 86030eb0c231734a3020b201a9be60e84d023e75 Mon Sep 17 00:00:00 2001 From: Fraser Tweedale Date: Tue, 26 Jul 2016 14:07:10 +1000 Subject: [PATCH] Fix CA OCSP responder when LWCAs

Re: [Pki-devel] [PATCH] 800-801 Removed hard-coded paths in deployment tool.

2016-07-26 Thread Endi Sukma Dewata
On 7/24/2016 1:40 PM, Endi Sukma Dewata wrote: The deployment tool has been modified to link /common to /usr/share/pki/server/common instead of creating separate links for each dependency. This allows the RPM spec to customize the links for different platforms.

Re: [Pki-devel] [PATCH] 797 Removed hard-coded paths in pki.policy.

2016-07-26 Thread Endi Sukma Dewata
On 7/22/2016 2:16 PM, Endi Sukma Dewata wrote: The operations script has been modified to generate pki.policy dynamically from links in the /common/lib directory. This allows the pki.policy to match the actual paths in different platforms. https://fedorahosted.org/pki/ticket/2403 ACKed by

Re: [Pki-devel] [PATCH] 796 Added CMake target dependencies.

2016-07-26 Thread Endi Sukma Dewata
On 7/22/2016 2:16 PM, Endi Sukma Dewata wrote: To help troubleshooting build issues, some CMake dependencies have been added to some targets even though the actual codes do not require those dependencies. This will ensure the targets are built sequentially so build failures can be found more