Re: [OE-core] [PATCH] rpm: use libgcrypt instead of NSS for cryptography

2019-11-20 Thread Ross Burton
On 20/11/2019 17:51, Mark Hatle wrote: Just as an ack.. Please get rid of NSS/NSPR ASAP, and move to libgcrypt. Long term it's a much much better solution. Absolutely. I saw nss fly past in a build and was surprised we still needed it. This is the last user in oe-core currently, but meta-o

Re: [OE-core] [PATCH] rpm: use libgcrypt instead of NSS for cryptography

2019-11-20 Thread Mark Hatle
Just as an ack.. Please get rid of NSS/NSPR ASAP, and move to libgcrypt. Long term it's a much much better solution. --Mark On 11/20/19 10:19 AM, Ross Burton wrote: > RPM 4.15 by default will use libgcrypt instead of NSS for cryptography > functions, but as we didn't have libgcrypt in DEPENDS it

[OE-core] [PATCH] rpm: use libgcrypt instead of NSS for cryptography

2019-11-20 Thread Ross Burton
RPM 4.15 by default will use libgcrypt instead of NSS for cryptography functions, but as we didn't have libgcrypt in DEPENDS it kept using NSS. As RPM is the sole user of NSS/NSPR in oe-core, moving to libgcrypt can make a noticable difference to build time. For example, building rpm (and packagi