libpam: bump to 1.2.0 1400/head
authorYousong Zhou <yszhou4tech@gmail.com>
Wed, 17 Jun 2015 13:37:24 +0000 (21:37 +0800)
committerYousong Zhou <yszhou4tech@gmail.com>
Wed, 17 Jun 2015 13:46:59 +0000 (21:46 +0800)
commit9f35f2a9e583fcd291d8f746fbea571388a71dbc
tree35265d431ca5af419a27acfa9b82422b0c15cb19
parent771ce26a71de9cf69795f4921b27c56a4b2f14ba
libpam: bump to 1.2.0

 - Add configure options --disable-nis, --disable-regenerate-docu
 - 000-OE-libpam-xtests.patch is not relevant in OpenWrt
 - 001-no_nis.patch was dropped because we now --disable-nis
 - 002-no_yywrap.patch was dropped be cause it was fixed in 1.2.0
 - 003-no_doc was dropped because we ignore doc/ with
   --disable-regenreate-docu
 - 004-fix_lib64 was replaced by new 0001-build-use-host_cpu...
 - pam_rhosts will not be built with musl because ruserok{,_af{
   are not available
 - pam_lastlog will not be built with musl because logwtmp is missing

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
19 files changed:
libs/libpam/Makefile
libs/libpam/patches/000-OE-libpam-xtests.patch [deleted file]
libs/libpam/patches/000-OE-pam-no-innetgr.patch [deleted file]
libs/libpam/patches/0001-build-use-host_cpu-for-lib64-directory-handling.patch [new file with mode: 0644]
libs/libpam/patches/0002-build-ignore-pam_rhosts-if-neither-ruserok-nor-ruser.patch [new file with mode: 0644]
libs/libpam/patches/0003-build-ignore-pam_lastlog-when-logwtmp-is-not-availab.patch [new file with mode: 0644]
libs/libpam/patches/0004-build-fix-build-when-crypt-is-not-part-of-crypt_libs.patch [new file with mode: 0644]
libs/libpam/patches/0005-build-fix-doc-build.patch [new file with mode: 0644]
libs/libpam/patches/0006-pam_unix-fix-compilation-in-case-rpc-rpc.h-is-missin.patch [new file with mode: 0644]
libs/libpam/patches/0007-Check-if-innetgr-is-available-at-compile-time.patch [new file with mode: 0644]
libs/libpam/patches/001-no_nis.patch [deleted file]
libs/libpam/patches/002-no_yywrap.patch [deleted file]
libs/libpam/patches/003-no_doc.patch [deleted file]
libs/libpam/patches/004-fix_lib64.patch [deleted file]
libs/libpam/patches/005-fix_ruserok.patch [deleted file]
libs/libpam/patches/006-fix_xdr.patch [deleted file]
libs/libpam/patches/007-cve-2014-2583.patch [deleted file]
libs/libpam/patches/008-LIBCRYPT-fix.patch [deleted file]
libs/libpam/patches/009-pam_rhosts-fix.patch [deleted file]