aboutsummaryrefslogtreecommitdiff
path: root/libs/libpam/patches
Commit message (Collapse)AuthorAge
* libpam: update to 1.5.1Rosen Penev2020-11-29
| | | | | | | | | | | | | Fix installed paths. After e52d0487e88c3c8c57e1310d1a02b18eae0d142e upstream, this bug was exposed. Instead of working around it, fix the patch. After this, everything consistently gets installed to ipkg-install/usr. Minor Makefile reorganization. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libpam: update to 1.5.0Rosen Penev2020-11-24
| | | | | | | | Fixes CVE-2020-27780 Removed upstreamed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libpam: update to 1.4.0Rosen Penev2020-06-28
| | | | | | | | Remove upstreamed patch and add a new one to fix compilation. Add some more configure options. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libpam: Update to 1.3.1Rosen Penev2018-12-30
| | | | | | | | | | | | Upstream switched to GitHub for releases. Follow suit. Rearranged Makefile quite a bit to be more similar to other projects. Added PKG_BUILD_PARALLEL for faster compilation. Added PKG_CPE_ID for proper CVE tracking. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libpam: Update to 1.3.0Rosen Penev2018-10-28
| | | | | | Removed upstreamed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libpam: fix build.Yousong Zhou2015-06-18
| | | | | | | | | - Update PKG_MD5SUM. - Update PKG_RELEASE. - Update patch 0001- to always use /lib directory. - Refresh other patches. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* libpam: bump to 1.2.0Yousong Zhou2015-06-17
| | | | | | | | | | | | | | | - 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>
* libpam: fix compilation with musl.Yousong Zhou2015-06-16
| | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* libpam: Applied fix for CVE-2014-2583Nikos Mavrogiannopoulos2014-08-11
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Added Linux-PAM and updated description.Nikos Mavrogiannopoulos2014-06-18
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>