]> git.pld-linux.org Git - packages/pam.git/blob - pam-pld-modules.patch
- updated to 1.6.0 (fixes CVE-2024-22365 in pam_namespace)
[packages/pam.git] / pam-pld-modules.patch
1 --- Linux-PAM-1.6.0/configure.ac.orig   2024-03-22 18:58:45.064426280 +0100
2 +++ Linux-PAM-1.6.0/configure.ac        2024-03-22 18:59:27.857527783 +0100
3 @@ -774,6 +774,8 @@ AC_CONFIG_FILES([Makefile libpam/Makefil
4         po/Makefile.in \
5         Make.xml.rules \
6         modules/Makefile \
7 +       modules/pam_console/Makefile modules/pam_pwexport/Makefile \
8 +       modules/pam_pwgen/Makefile modules/pam_rps/Makefile \
9         modules/pam_access/Makefile \
10         modules/pam_canonicalize_user/Makefile \
11         modules/pam_debug/Makefile modules/pam_deny/Makefile \
12 --- Linux-PAM-1.4.0.org/modules/Makefile.am     2020-06-08 12:17:27.000000000 +0200
13 +++ Linux-PAM-1.4.0/modules/Makefile.am 2021-03-21 13:19:44.089594925 +0100
14 @@ -98,6 +98,10 @@ SUBDIRS := \
15         pam_warn \
16         pam_wheel \
17         pam_xauth \
18 +       pam_console \
19 +       pam_pwexport \
20 +       pam_pwgen \
21 +       pam_rps \
22         #
23  
24  CLEANFILES = *~
This page took 0.025714 seconds and 3 git commands to generate.