summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/pam/libpam_1.3.1.bb
diff options
context:
space:
mode:
authorVijay Anusuri <vanusuri@mvista.com>2024-01-24 09:35:24 +0530
committerSteve Sakoman <steve@sakoman.com>2024-01-31 03:51:10 -1000
commit70de5ee7d1203779901b54d29fc7a1ee39a55ad3 (patch)
tree8291ee7cd8033b0d1a566ada79b3e274c0b35427 /meta/recipes-extended/pam/libpam_1.3.1.bb
parent574b30350364287ca9c29f44174d8448f140b278 (diff)
downloadpoky-70de5ee7d1203779901b54d29fc7a1ee39a55ad3.tar.gz
pam: Fix for CVE-2024-22365
Upstream-Status: Backport from https://github.com/linux-pam/linux-pam/commit/031bb5a5d0d950253b68138b498dc93be69a64cb (From OE-Core rev: a3fbe1156fccb3e60a183263a3bde5a8ef6725a8) Signed-off-by: Vijay Anusuri <vanusuri@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-extended/pam/libpam_1.3.1.bb')
-rw-r--r--meta/recipes-extended/pam/libpam_1.3.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/pam/libpam_1.3.1.bb b/meta/recipes-extended/pam/libpam_1.3.1.bb
index bc72afe6ad..527a368e2d 100644
--- a/meta/recipes-extended/pam/libpam_1.3.1.bb
+++ b/meta/recipes-extended/pam/libpam_1.3.1.bb
@@ -24,6 +24,7 @@ SRC_URI = "https://github.com/linux-pam/linux-pam/releases/download/v${PV}/Linux
24 file://pam-security-abstract-securetty-handling.patch \ 24 file://pam-security-abstract-securetty-handling.patch \
25 file://pam-unix-nullok-secure.patch \ 25 file://pam-unix-nullok-secure.patch \
26 file://crypt_configure.patch \ 26 file://crypt_configure.patch \
27 file://CVE-2024-22365.patch \
27 " 28 "
28 29
29SRC_URI[md5sum] = "558ff53b0fc0563ca97f79e911822165" 30SRC_URI[md5sum] = "558ff53b0fc0563ca97f79e911822165"