diff --git a/proftpd-dist.patch b/proftpd-dist.patch index 8d8e757..2c875c3 100644 --- a/proftpd-dist.patch +++ b/proftpd-dist.patch @@ -11,7 +11,7 @@ Index: contrib/dist/rpm/ftp.pamd # If this is enabled, anonymous logins will fail because the 'ftp' user does # not have a "valid" shell, as listed in /etc/shells. -@@ -11,5 +12,8 @@ auth required pam_unix.so shadow n +@@ -11,5 +12,9 @@ auth required pam_unix.so shadow n # #auth required pam_shells.so @@ -22,6 +22,7 @@ Index: contrib/dist/rpm/ftp.pamd +account required pam_unix2.so +password required pam_unix2.so +session required pam_unix2.so ++session optional pam_keyinit.so revoke Index: contrib/dist/rpm/proftpd.logrotate =================================================================== --- contrib/dist/rpm/proftpd.logrotate.orig diff --git a/proftpd.changes b/proftpd.changes index 47dff29..deeb700 100644 --- a/proftpd.changes +++ b/proftpd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 2 15:01:11 UTC 2019 - Bernhard Wiedemann + +- Update proftpd-dist.patch to use pam_keyinit.so (boo#1144056) + ------------------------------------------------------------------- Mon Jul 1 13:50:01 UTC 2019 - chris@computersalat.de