From 17e761efc450328fb1a7be52b73613d998cb68f0 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 16 Sep 2013 13:52:52 -0300 Subject: linux-pam: bump to version 1.1.7 And fix build breakage with newer automake versions (mkdir_p deprecation). Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- ...pam_unix-fix-build-in-enable-selinux-mode.patch | 37 ---------------------- 1 file changed, 37 deletions(-) delete mode 100644 package/linux-pam/linux-pam-pam_unix-fix-build-in-enable-selinux-mode.patch (limited to 'package/linux-pam/linux-pam-pam_unix-fix-build-in-enable-selinux-mode.patch') diff --git a/package/linux-pam/linux-pam-pam_unix-fix-build-in-enable-selinux-mode.patch b/package/linux-pam/linux-pam-pam_unix-fix-build-in-enable-selinux-mode.patch deleted file mode 100644 index 550e02e487..0000000000 --- a/package/linux-pam/linux-pam-pam_unix-fix-build-in-enable-selinux-mode.patch +++ /dev/null @@ -1,37 +0,0 @@ -From: "Dmitry V. Levin" -Date: Wed, 10 Oct 2012 18:13:07 +0000 -Subject: [PATCH] pam_unix: fix build in --enable-selinux mode - -glibc's starting with commit -http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=glibc-2.15-231-gd94a467 -does not include for POSIX 2008 conformance reasons, so -when pam is being built with SELinux support enabled, pam_unix_passwd.c -uses getrlimit(2) and therefore should include without -relying on other headers. - -* modules/pam_unix/pam_unix_passwd.c: Include . - -Reported-by: Guido Trentalancia -Reported-by: "Jory A. Pratt" -Reported-by: Diego Elio Pettenò -Signed-off-by: Arnout Vandecappelle (Essensium/Mind) -[This patch is in linux-pam 1.1.6] ---- - modules/pam_unix/pam_unix_passwd.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/modules/pam_unix/pam_unix_passwd.c b/modules/pam_unix/pam_unix_passwd.c -index 9e1302d..94bc3ec 100644 ---- a/modules/pam_unix/pam_unix_passwd.c -+++ b/modules/pam_unix/pam_unix_passwd.c -@@ -58,6 +58,7 @@ - #include - #include - #include -+#include - - #include - --- -1.8.2.1 - -- cgit v1.2.3