rpms/proftpd/devel proftpd.pam,1.4,1.5 proftpd.spec,1.55,1.56

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


Author: tmraz

Update of /cvs/pkgs/rpms/proftpd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22081

Modified Files:
	proftpd.pam proftpd.spec 
Log Message:
* Wed Sep 16 2009 Tomas Mraz <tmraz at redhat.com> - 1.3.2a-6
- Use password-auth common PAM configuration instead of system-auth



Index: proftpd.pam
===================================================================
RCS file: /cvs/pkgs/rpms/proftpd/devel/proftpd.pam,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- proftpd.pam	19 Aug 2009 15:41:07 -0000	1.4
+++ proftpd.pam	16 Sep 2009 18:06:35 -0000	1.5
@@ -2,7 +2,7 @@
 session    optional     pam_keyinit.so    force revoke
 auth       required	pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed
 auth       required	pam_shells.so
-auth       include      system-auth
-account    include      system-auth
-session    include      system-auth
+auth       include      password-auth
+account    include      password-auth
 session    required     pam_loginuid.so
+session    include      password-auth


Index: proftpd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/proftpd/devel/proftpd.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -p -r1.55 -r1.56
--- proftpd.spec	7 Sep 2009 13:40:46 -0000	1.55
+++ proftpd.spec	16 Sep 2009 18:06:35 -0000	1.56
@@ -7,7 +7,7 @@
 %endif
 
 #global prever rc3
-%global rpmrel 5
+%global rpmrel 6
 
 Summary:		Flexible, stable and highly-configurable FTP server
 Name:			proftpd
@@ -290,6 +290,9 @@ fi
 
 
 %changelog
+* Wed Sep 16 2009 Tomas Mraz <tmraz at redhat.com> - 1.3.2a-6
+- Use password-auth common PAM configuration instead of system-auth
+
 * Mon Sep  7 2009 Paul Howarth <paul at city-fan.org> 1.3.2a-5
 - Add upstream patch for MLSD with dirnames containing glob chars (#521634)
 




More information about the fedora-extras-commits mailing list