rpms/pam_ssh/devel pam_ssh-1.92-prompt.patch, NONE, 1.1 pam_ssh.spec, 1.21, 1.22

Dmitry Butskoy buc at fedoraproject.org
Thu Mar 26 14:35:05 UTC 2009


Author: buc

Update of /cvs/extras/rpms/pam_ssh/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12372

Modified Files:
	pam_ssh.spec 
Added Files:
	pam_ssh-1.92-prompt.patch 
Log Message:
Always use standard "Password:" prompt (#492153)


pam_ssh-1.92-prompt.patch:

--- NEW FILE pam_ssh-1.92-prompt.patch ---
diff -Nrbu pam_ssh-1.92/pam_ssh.c pam_ssh-1.92-OK/pam_ssh.c
--- pam_ssh-1.92/pam_ssh.c	2009-03-26 17:24:20.000000000 +0300
+++ pam_ssh-1.92-OK/pam_ssh.c	2009-03-26 17:23:48.000000000 +0300
@@ -102,7 +102,7 @@
 #endif
 
 #define	MODULE_NAME			"pam_ssh"
-#define	NEED_PASSPHRASE			"SSH passphrase: "
+#define	NEED_PASSPHRASE			"Password: "
 #define DEF_KEYFILES			"id_dsa,id_rsa,identity"
 #define ENV_PID_SUFFIX			"_AGENT_PID"
 #define ENV_SOCKET_SUFFIX		"_AUTH_SOCK"


Index: pam_ssh.spec
===================================================================
RCS file: /cvs/extras/rpms/pam_ssh/devel/pam_ssh.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- pam_ssh.spec	26 Feb 2009 09:40:23 -0000	1.21
+++ pam_ssh.spec	26 Mar 2009 14:34:35 -0000	1.22
@@ -1,6 +1,6 @@
 Name: pam_ssh
 Version: 1.92
-Release: 9%{?dist}.1
+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 password prompt
+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,9 @@
 %dir %{_localstatedir}/run/pam_ssh
 
 %changelog
+* Thu Mar 26 2009 Dmitry Butskoy <Dmitry at Butskoy.name> - 1.92-10
+- Always use standard "Password:" prompt (#492153)
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.92-9.1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list