openssl: upgrade to version 0.9.8r

[YOCTO #979]

from 0.9.8p
fixes CVE-2010-4180, CVE-2010-4252, CVE-2010-0014

(From OE-Core rev: e28e11930a22a4e89075e7e026e58c081f984ddf)

Signed-off-by: Qing He <qing.he@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Qing He 2011-04-15 16:11:08 +08:00 committed by Saul Wold
parent 10ac9442f2
commit 9388aa62cf
25 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,4 @@
Upstream-Status: Inappropriate [embedded specific]
The number of colons are important :)

View File

@ -1,3 +1,5 @@
Upstream-Status: Pending
fix the parallel build regarding shared libraries.
Signed-off-by: Qing He <qing.he@intel.com>

View File

@ -1,3 +1,5 @@
Upstream-Status: Inappropriate [configuration]
diff --git a/Makefile.org b/Makefile.org
index e87d623..25ff367 100644
--- a/Makefile.org

View File

@ -6,7 +6,7 @@ SECTION = "libs/network"
# "openssl | SSLeay" dual license
LICENSE = "openssl"
LIC_FILES_CHKSUM = "file://LICENSE;md5=83d26c69f6f0172ee7f795790424b453"
LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8"
DEPENDS = "perl-native"

View File

@ -1,6 +1,6 @@
require openssl.inc
PR = "r3"
PR = "r0"
SRC_URI += "file://debian/ca.patch \
file://debian/config-hurd.patch;apply=no \
file://debian/debian-targets.patch \
@ -21,8 +21,8 @@ SRC_URI += "file://debian/ca.patch \
file://debian/version-script.patch \
file://debian/perl-path.diff"
SRC_URI[md5sum] = "7f24047f70364c9eabc94899e356ce39"
SRC_URI[sha256sum] = "b2645e2a2af221fa230b5ef6aa2b9388a875801b74cbddbb16be557f80f45242"
SRC_URI[md5sum] = "0352932ea863bc02b056cda7c9ac5b79"
SRC_URI[sha256sum] = "42b2368f786b05ed3be846838dce126b4e8e3dba8fb2e0ce83102df28c102fad"
SRC_URI += "file://configure-targets.patch \
file://shared-libs.patch"