Re: [packages/openssl] use the generic ca-bundle path instead of PLD-specific ca-certificates one

2017-12-03 Thread Arkadiusz Miśkiewicz
On Sunday 03 of December 2017, gotar wrote:
> commit 618e7076669ee7a48416373d5da4369647c57246
> Author: Tomasz Pala 
> Date:   Sun Dec 3 09:15:35 2017 +0100
> 
> use the generic ca-bundle path instead of PLD-specific ca-certificates
> one

Why?

>  -#  define X509_CERT_FILE  OPENSSLDIR "/cert.pem"
> -+#  define X509_CERT_FILE  "/etc/certs/ca-certificates.crt"
> ++#  define X509_CERT_FILE  "/etc/pki/tls/certs/ca-bundle.crt"

-- 
Arkadiusz Miśkiewicz, arekm / ( maven.pl | pld-linux.org )
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: [packages/openssl] use the generic ca-bundle path instead of PLD-specific ca-certificates one

2017-12-03 Thread Elan Ruusamäe

On 03.12.2017 16:27, Arkadiusz Miśkiewicz wrote:

On Sunday 03 of December 2017, gotar wrote:

commit 618e7076669ee7a48416373d5da4369647c57246
Author: Tomasz Pala 
Date:   Sun Dec 3 09:15:35 2017 +0100

 use the generic ca-bundle path instead of PLD-specific ca-certificates
one

Why?

why not?

seems compatible change to me.



  -#  define X509_CERT_FILE  OPENSSLDIR "/cert.pem"
-+#  define X509_CERT_FILE  "/etc/certs/ca-certificates.crt"
++#  define X509_CERT_FILE  "/etc/pki/tls/certs/ca-bundle.crt"

reason likely same as the commit for updated dep:

https://github.com/pld-linux/ca-certificates/releases/tag/auto/th/ca-certificates-20141019-3


--
glen

___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: [packages/openssl] use the generic ca-bundle path instead of PLD-specific ca-certificates one

2017-12-03 Thread Neal Gompa
On Sun, Dec 3, 2017 at 9:34 AM, Elan Ruusamäe  wrote:
> On 03.12.2017 16:27, Arkadiusz Miśkiewicz wrote:
>>
>> On Sunday 03 of December 2017, gotar wrote:
>>>
>>> commit 618e7076669ee7a48416373d5da4369647c57246
>>> Author: Tomasz Pala 
>>> Date:   Sun Dec 3 09:15:35 2017 +0100
>>>
>>>  use the generic ca-bundle path instead of PLD-specific
>>> ca-certificates
>>> one
>>
>> Why?
>
> why not?
>
> seems compatible change to me.
>>
>>
>>>   -#  define X509_CERT_FILE  OPENSSLDIR "/cert.pem"
>>> -+#  define X509_CERT_FILE  "/etc/certs/ca-certificates.crt"
>>> ++#  define X509_CERT_FILE  "/etc/pki/tls/certs/ca-bundle.crt"
>
> reason likely same as the commit for updated dep:
>
> https://github.com/pld-linux/ca-certificates/releases/tag/auto/th/ca-certificates-20141019-3
>

We use /etc/pki/tls paths in Mageia, and I believe Fedora and openSUSE do too.


-- 
真実はいつも一つ!/ Always, there's only one truth!
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: [packages/openssl] use the generic ca-bundle path instead of PLD-specific ca-certificates one

2017-12-03 Thread Arkadiusz Miśkiewicz
On Sunday 03 of December 2017, Elan Ruusamäe wrote:

> reason likely same as the commit for updated dep:
> 
> https://github.com/pld-linux/ca-certificates/releases/tag/auto/th/ca-certif
> icates-20141019-3

Ah, ok.

-- 
Arkadiusz Miśkiewicz, arekm / ( maven.pl | pld-linux.org )
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en