rpms/pam_ssh/F-10 pam_ssh.spec,1.19,1.20

Dmitry Butskoy buc at fedoraproject.org
Thu Mar 26 15:10:59 UTC 2009


Author: buc

Update of /cvs/extras/rpms/pam_ssh/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18273

Modified Files:
	pam_ssh.spec 
Log Message:
Always use standard "Password:" prompt for the first password's inquire
in a PAM chain (#492153)



Index: pam_ssh.spec
===================================================================
RCS file: /cvs/extras/rpms/pam_ssh/F-10/pam_ssh.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- pam_ssh.spec	19 Feb 2008 18:25:04 -0000	1.19
+++ pam_ssh.spec	26 Mar 2009 15:10:28 -0000	1.20
@@ -1,6 +1,6 @@
 Name: pam_ssh
 Version: 1.92
-Release: 8%{?dist}
+Release: 10%{?dist}
 Summary: PAM module for use with SSH keys and ssh-agent
 Source: http://downloads.sourceforge.net/pam-ssh/pam_ssh-%{version}.tar.bz2
 URL: http://sourceforge.net/projects/pam-ssh/
@@ -14,6 +14,8 @@
 Patch4: pam_ssh-1.91-include_syslog.diff
 # include a pam header
 Patch5: pam_ssh-1.92-include_pam.patch
+# always use standard prompt for the first time
+Patch6: pam_ssh-1.92-prompt.patch
 
 License: BSD
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -37,6 +39,7 @@
 %patch2 -p0 -b .man_agent_files
 %patch4 -p1
 %patch5 -p1 -b .include_pam
+%patch6 -p1
 chmod a-x pam_ssh.c
 touch -r pam_ssh.8.man_agent_files pam_ssh.8
 
@@ -64,6 +67,10 @@
 %dir %{_localstatedir}/run/pam_ssh
 
 %changelog
+* Thu Mar 26 2009 Dmitry Butskoy <Dmitry at Butskoy.name> - 1.92-10
+- Always use standard "Password:" prompt for the first password's inquire
+  in a PAM chain (#492153)
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.92-8
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list