summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cracklib/cracklib_2.9.5.bb
diff options
context:
space:
mode:
authorDengke Du <dengke.du@windriver.com>2016-09-23 03:15:20 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-24 07:30:10 +0100
commit37f7c03154ab7ad95fdb6fc264bcca2f036789ac (patch)
tree6fd0caade7cd194beb4da3fc85966da6c383c9ba /meta/recipes-extended/cracklib/cracklib_2.9.5.bb
parent36accdb93f71d226fa2ec77770440745d9e7e2fe (diff)
downloadpoky-37f7c03154ab7ad95fdb6fc264bcca2f036789ac.tar.gz
cracklib: Apply patch to fix CVE-2016-6318
Fix CVE-2016-6318 Backport from cracklib upstream: https://github.com/cracklib/cracklib/commit/47e5dec521ab6243c9b249dd65b93d232d90d6b1 (From OE-Core rev: bc7691c47f21a7d7549788fe0370c3080fc4dff5) Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/cracklib/cracklib_2.9.5.bb')
-rw-r--r--meta/recipes-extended/cracklib/cracklib_2.9.5.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/cracklib/cracklib_2.9.5.bb b/meta/recipes-extended/cracklib/cracklib_2.9.5.bb
index c185d23efd..82995219dc 100644
--- a/meta/recipes-extended/cracklib/cracklib_2.9.5.bb
+++ b/meta/recipes-extended/cracklib/cracklib_2.9.5.bb
@@ -10,6 +10,7 @@ EXTRA_OECONF = "--without-python --libdir=${base_libdir}"
10 10
11SRC_URI = "${SOURCEFORGE_MIRROR}/cracklib/cracklib-${PV}.tar.gz \ 11SRC_URI = "${SOURCEFORGE_MIRROR}/cracklib/cracklib-${PV}.tar.gz \
12 file://0001-packlib.c-support-dictionary-byte-order-dependent.patch \ 12 file://0001-packlib.c-support-dictionary-byte-order-dependent.patch \
13 file://0001-Apply-patch-to-fix-CVE-2016-6318.patch \
13 file://0002-craklib-fix-testnum-and-teststr-failed.patch" 14 file://0002-craklib-fix-testnum-and-teststr-failed.patch"
14 15
15SRC_URI[md5sum] = "376790a95c1fb645e59e6e9803c78582" 16SRC_URI[md5sum] = "376790a95c1fb645e59e6e9803c78582"