diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-04-11 13:29:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-11 14:17:19 +0100 |
commit | c50da4a2c1128f599b2c66d06b7d2ea80215f9d0 (patch) | |
tree | 91dda6fca537f1502199c643f4ff79bb519b159b | |
parent | bebed954e8fea9d805a0eb6b284dd90177379242 (diff) | |
download | openembedded-core-c50da4a2c1128f599b2c66d06b7d2ea80215f9d0.tar.gz openembedded-core-c50da4a2c1128f599b2c66d06b7d2ea80215f9d0.tar.bz2 openembedded-core-c50da4a2c1128f599b2c66d06b7d2ea80215f9d0.zip |
openssl: bump PR
We don't normally do this, but with the recent CVE fixes (most
importantly the one for the serious CVE-2014-0160 vulnerability) I am
bumping PR explicitly to make it a bit more obvious that the patch has
been applied.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.0.1e.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.1e.bb b/meta/recipes-connectivity/openssl/openssl_1.0.1e.bb index 485112c53e..103cb48745 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.0.1e.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.0.1e.bb @@ -6,7 +6,7 @@ DEPENDS += "ocf-linux" CFLAG += "-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS" -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8" |