Re: [Pki-devel] [pki-devel][PATCH] 0077-Make-starting-CRL-Number-configurable.patch

2016-07-27 Thread John Magne
Verbally acked by edewata thanks! : pushed to master Closing ticket: #2406 - Original Message - > From: "John Magne" > To: "pki-devel" > Sent: Wednesday, July 27, 2016 11:53:34 AM > Subject: [Pki-devel] [pki-devel][PATCH] >

Re: [Pki-devel] [PATCH] Fix NumberFormatException for tps-cert-find when given non integer value to size and start option

2016-07-27 Thread Endi Sukma Dewata
Geetika, Yes, more info would be helpful. I have some comments below. On 7/27/2016 7:37 AM, Geetika Kapoor wrote: Hi, I tried to fix NumberFormatException when i did tps-cert-find with non-integer/invalid range value for size and start.I was doing testing for tps-cert and then i came across

[Pki-devel] [PATCH] 803 Fixed SELinux contexts.

2016-07-27 Thread Endi Sukma Dewata
The deployment tool has been modified to set up SELinux contexts after all instance files have been created to ensure they have the correct contexts. An upgrade script has been added to fix existing instances. https://fedorahosted.org/pki/ticket/2421 -- Endi S. Dewata >From

[Pki-devel] [PATCH] 802 Added upgrade scripts to fix server library.

2016-07-27 Thread Endi Sukma Dewata
An upgrade script has been added to replace the /common in existing instances with a link to /usr/share/pki/server/common which contains links to server dependencies. https://fedorahosted.org/pki/ticket/2403 -- Endi S. Dewata >From d9f054449015c69e93eb2cdad6377c7073e97812 Mon Sep 17 00:00:00

[Pki-devel] [PATCH] Fix NumberFormatException for tps-cert-find when given non integer value to size and start option

2016-07-27 Thread Geetika Kapoor
Hi, I tried to fix NumberFormatException when i did tps-cert-find with non-integer/invalid range value for size and start.I was doing testing for tps-cert and then i came across this.I thought giving some additional info to users inplace of numberformat.I have done similar fix on rhel7 compile