]> code.ossystems Code Review - openembedded-core.git/commit
rpm: Enable specific crypto and digest settings via variables
authorMark Hatle <mark.hatle@windriver.com>
Thu, 25 Feb 2016 15:49:57 +0000 (09:49 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Mar 2016 16:59:55 +0000 (16:59 +0000)
commit2f6529d9dc8aa82eb5bdcccec9c69d93dad63505
tree7646669920710f1ea176db05831f067b5836586b
parent98b5f1ef188965f0116ebbe00be746dceb96936e
rpm: Enable specific crypto and digest settings via variables

Allow the user to set the specific digest and non-repudiable signature
algorithms.  This should be done on a distribution wide basis.

See recipe for exact instructions, but values are now set using:
RPM_FILE_DIGEST_ALGO (default 1 - md5)
RPM_SELF_SIGN_ALGO   (default DSA)

Also, change the PACKAGECONFIG to define the default crypto engine for
RPM5.  Not just the available crypto engines.  If a crypto engine is not
selected, the system will default to the internal beecrypt version.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
meta/recipes-devtools/rpm/rpm_5.4+cvs.bb
meta/recipes-devtools/rpm/rpm_5.4.16.bb