rpms/pure-ftpd/devel pure-ftpd-paminclude.patch, 1.1, 1.2 pure-ftpd.spec, 1.27, 1.28

Tomáš Mráz tmraz at fedoraproject.org
Wed Sep 16 18:14:17 UTC 2009


Author: tmraz

Update of /cvs/pkgs/rpms/pure-ftpd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26190

Modified Files:
	pure-ftpd-paminclude.patch pure-ftpd.spec 
Log Message:
* Wed Sep 16 2009 Tomas Mraz <tmraz at redhat.com> - 1.0.22-4
- use password-auth common PAM configuration instead of system-auth


pure-ftpd-paminclude.patch:
 pure-ftpd |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Index: pure-ftpd-paminclude.patch
===================================================================
RCS file: /cvs/pkgs/rpms/pure-ftpd/devel/pure-ftpd-paminclude.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- pure-ftpd-paminclude.patch	9 Dec 2006 15:54:47 -0000	1.1
+++ pure-ftpd-paminclude.patch	16 Sep 2009 18:14:17 -0000	1.2
@@ -1,20 +1,21 @@
 --- ./pam/pure-ftpd.paminclude	2006-10-27 09:28:40.000000000 +0200
 +++ ./pam/pure-ftpd	2006-10-27 09:37:22.000000000 +0200
-@@ -4,13 +4,13 @@
+@@ -4,13 +4,14 @@
  # Install it in /etc/pam.d/pure-ftpd or add to /etc/pam.conf
  
  auth       required     pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed
 -auth       required     pam_stack.so service=system-auth
-+auth       include      system-auth
++auth       include      password-auth
  auth       required     pam_shells.so
  auth       required     pam_nologin.so
  
 -account    required     pam_stack.so service=system-auth
-+account    include      system-auth
++account    include      password-auth
  
 -password   required     pam_stack.so service=system-auth
-+password   include      system-auth
++password   include      password-auth
  
 -session    required     pam_stack.so service=system-auth
-+session    include      system-auth
++session    required     pam_loginuid.so
++session    include      password-auth
  


Index: pure-ftpd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pure-ftpd/devel/pure-ftpd.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- pure-ftpd.spec	21 Aug 2009 15:32:02 -0000	1.27
+++ pure-ftpd.spec	16 Sep 2009 18:14:17 -0000	1.28
@@ -1,6 +1,6 @@
 Name:       pure-ftpd
 Version:    1.0.22
-Release:    3%{?dist}
+Release:    4%{?dist}
 Summary:    Lightweight, fast and secure FTP server
 
 Group:      System Environment/Daemons
@@ -254,6 +254,9 @@ fi
 
 
 %changelog
+* Wed Sep 16 2009 Tomas Mraz <tmraz at redhat.com> - 1.0.22-4
+- use password-auth common PAM configuration instead of system-auth
+
 * Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 1.0.22-3
 - rebuilt with new openssl
 




More information about the fedora-extras-commits mailing list