From ca24bdf2171b8756a322c99932f890bd69bcd86c Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Tue, 1 Dec 2020 20:18:01 +0000 Subject: Tue Dec 1 20:18:01 UTC 2020 a/hwdata-0.342-noarch-1.txz: Upgraded. a/pam-1.5.1-x86_64-1.txz: Upgraded. ap/sqlite-3.34.0-x86_64-1.txz: Upgraded. l/libarchive-3.5.0-x86_64-1.txz: Upgraded. x/fontconfig-2.13.92-x86_64-1.txz: Upgraded. I'm pretty sure there was a good reason to switch to 2.13.92 on the devel release path, but I'm not sure the same can be said about 2.13.93. We'll stick with this one for now until there's a stable release or another good reason to bump it. x/xorg-server-1.20.10-x86_64-1.txz: Upgraded. x/xorg-server-xephyr-1.20.10-x86_64-1.txz: Upgraded. x/xorg-server-xnest-1.20.10-x86_64-1.txz: Upgraded. x/xorg-server-xvfb-1.20.10-x86_64-1.txz: Upgraded. x/xorg-server-xwayland-1.20.10-x86_64-1.txz: Upgraded. xap/gnuplot-5.4.1-x86_64-1.txz: Upgraded. --- .../fedora-patches/pam-1.5.0-redhat-modules.patch | 74 ++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 source/a/pam/fedora-patches/pam-1.5.0-redhat-modules.patch (limited to 'source/a/pam/fedora-patches/pam-1.5.0-redhat-modules.patch') diff --git a/source/a/pam/fedora-patches/pam-1.5.0-redhat-modules.patch b/source/a/pam/fedora-patches/pam-1.5.0-redhat-modules.patch new file mode 100644 index 000000000..82010bbad --- /dev/null +++ b/source/a/pam/fedora-patches/pam-1.5.0-redhat-modules.patch @@ -0,0 +1,74 @@ +--- ./doc/sag/pam_faillock.xml.orig 2020-11-10 09:46:13.000000000 -0600 ++++ ./doc/sag/pam_faillock.xml 2020-11-11 13:54:28.033031520 -0600 +@@ -36,3 +36,41 @@ + href="../../modules/pam_faillock/pam_faillock.8.xml" xpointer='xpointer(//refsect1[@id = "pam_faillock-author"]/*)'/> + + ++ ++ ++
++ pam_faillock - temporarily locking access based on failed authentication attempts during an interval ++ ++ ++ ++ ++ ++ ++
++ ++
++
++ ++
++
++ ++
++
++ ++
++
++ ++
++
++ ++
++
+--- ./configure.ac.orig 2020-11-11 13:54:28.033031520 -0600 ++++ ./configure.ac 2020-11-11 13:56:58.260034880 -0600 +@@ -639,6 +639,8 @@ + po/Makefile.in \ + Make.xml.rules \ + modules/Makefile \ ++ modules/pam_chroot/Makefile modules/pam_console/Makefile \ ++ modules/pam_postgresok/Makefile \ + modules/pam_access/Makefile \ + modules/pam_debug/Makefile modules/pam_deny/Makefile \ + modules/pam_echo/Makefile modules/pam_env/Makefile \ +--- ./modules/Makefile.am.orig 2020-11-11 13:54:28.033031520 -0600 ++++ ./modules/Makefile.am 2020-11-11 13:58:24.059036799 -0600 +@@ -44,6 +44,8 @@ + + SUBDIRS := \ + pam_access \ ++ pam_chroot \ ++ pam_console \ + pam_debug \ + pam_deny \ + pam_echo \ +@@ -67,6 +69,7 @@ + $(MAYBE_PAM_NAMESPACE) \ + pam_nologin \ + pam_permit \ ++ pam_postgresok \ + pam_pwhistory \ + $(MAYBE_PAM_RHOSTS) \ + pam_rootok \ -- cgit v1.2.3-65-gdbad