summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/pam/libpam/crypt_configure.patch
diff options
context:
space:
mode:
authorAmarnath Valluri <amarnath.valluri@intel.com>2015-07-17 11:53:24 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-20 10:40:42 +0100
commit88dd997d9941b63ae9eead6690ecf2b785c0740c (patch)
treefe531585f3741dcb457bcf74683db6f60a0a2bce /meta/recipes-extended/pam/libpam/crypt_configure.patch
parente9b9f8c0c5a208c02453839442099527fe6b13de (diff)
downloadpoky-88dd997d9941b63ae9eead6690ecf2b785c0740c.tar.gz
libpam: Upgrade v1.1.6 -> v1.2.1
Dropped upstreamed patches(commit-id): - add-checks-for-crypt-returning-NULL.patch(8dc056c) - destdirfix.patch(d7e6b92) - libpam-fix-for-CVE-2010-4708.patch(4c430f6) Dropped backported patches(commit-id): - pam_timestamp-fix-potential-directory-traversal-issu.patch(9dcead8) - reflect-the-enforce_for_root-semantics-change-in-pam.patch(bd07ad3) Forward ported patches: - pam-unix-nullok-secure.patch - crypt_configure.patch (From OE-Core rev: 8683206f7ba85f693751415f896a0cc62931e3c4) Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/pam/libpam/crypt_configure.patch')
-rw-r--r--meta/recipes-extended/pam/libpam/crypt_configure.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/pam/libpam/crypt_configure.patch b/meta/recipes-extended/pam/libpam/crypt_configure.patch
index efa82fb9b9..bec82a5f10 100644
--- a/meta/recipes-extended/pam/libpam/crypt_configure.patch
+++ b/meta/recipes-extended/pam/libpam/crypt_configure.patch
@@ -16,8 +16,8 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 16
17Index: Linux-PAM-1.1.6/configure.in 17Index: Linux-PAM-1.1.6/configure.in
18=================================================================== 18===================================================================
19--- Linux-PAM-1.1.6.org/configure.in 19--- Linux-PAM-1.1.6.org/configure.ac
20+++ Linux-PAM-1.1.6/configure.in 20+++ Linux-PAM-1.1.6/configure.ac
21@@ -400,7 +400,9 @@ AS_IF([test "x$ac_cv_header_xcrypt_h" = 21@@ -400,7 +400,9 @@ AS_IF([test "x$ac_cv_header_xcrypt_h" =
22 [crypt_libs="crypt"]) 22 [crypt_libs="crypt"])
23 23