rpms/squid/devel squid.pam,1.2,1.3 squid.spec,1.143,1.144

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


Author: tmraz

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

Modified Files:
	squid.pam squid.spec 
Log Message:
* Wed Sep 16 2009 Tomas Mraz <tmraz at redhat.com> - 7:3.1.0.13-5
- Use password-auth common PAM configuration instead of system-auth



Index: squid.pam
===================================================================
RCS file: /cvs/pkgs/rpms/squid/devel/squid.pam,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- squid.pam	13 Oct 2005 13:02:21 -0000	1.2
+++ squid.pam	16 Sep 2009 18:54:51 -0000	1.3
@@ -1,3 +1,3 @@
 #%PAM-1.0
-auth		include		system-auth
-account		include		system-auth
+auth		include		password-auth
+account		include		password-auth


Index: squid.spec
===================================================================
RCS file: /cvs/pkgs/rpms/squid/devel/squid.spec,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -p -r1.143 -r1.144
--- squid.spec	15 Sep 2009 17:56:14 -0000	1.143
+++ squid.spec	16 Sep 2009 18:54:51 -0000	1.144
@@ -4,7 +4,7 @@
 
 Name:     squid
 Version:  3.1.0.13
-Release:  4%{?dist}
+Release:  5%{?dist}
 Summary:  The Squid proxy caching server
 Epoch:    7
 License:  GPLv2+
@@ -253,6 +253,9 @@ fi
     chgrp squid /var/cache/samba/winbindd_privileged >/dev/null 2>&1 || :
 
 %changelog
+* Wed Sep 16 2009 Tomas Mraz <tmraz at redhat.com> - 7:3.1.0.13-5
+- Use password-auth common PAM configuration instead of system-auth
+
 * Tue Sep 15 2009 Jiri Skala <jskala at redhat.com> - 7:3.1.0.13-4
 - fixed #521596 - wrong return code of init script
 




More information about the fedora-extras-commits mailing list