SHA256
1
0
forked from pool/gdm
OBS User unknown
2007-09-03 16:29:42 +00:00
committed by Git OBS Bridge
parent 7730c2470f
commit f2ff714bfd
3 changed files with 26 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
diff -upr gdm-2.19.7-pre/daemon/verify-pam.c gdm-2.19.7-post/daemon/verify-pam.c
--- gdm-2.19.7-pre/daemon/verify-pam.c 2007-09-02 20:29:36.000000000 -0500
+++ gdm-2.19.7-post/daemon/verify-pam.c 2007-09-02 20:34:26.000000000 -0500
@@ -699,7 +699,7 @@ gdm_verify_standalone_pam_conv (int num_
text = g_strdup (m);
/* PAM requested textual input with echo off */
- question_msg = g_strdup_printf ("question_msg=%s$$echo=%d", text, TRUE);
+ question_msg = g_strdup_printf ("question_msg=%s$$echo=%d", text, FALSE);
gdm_slave_send_string (GDM_SOP_SHOW_QUESTION_DIALOG, question_msg);

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Sep 3 06:21:39 CEST 2007 - hpj@suse.de
- Add gdm-2.19.7-pam-hide-password.patch, which fixes an upstream
bug where the user's password was being shown on screen (part of
BNC #302282).
-------------------------------------------------------------------
Thu Aug 30 20:35:45 CEST 2007 - maw@suse.de

View File

@@ -22,7 +22,7 @@ PreReq: %insserv_prereq
License: GPL v2 or later
Group: System/GUI/GNOME
Version: 2.19.7
Release: 1
Release: 3
Summary: The GNOME 2.x Display Manager
Source: %{name}-%{version}.tar.bz2
Source1: gdm.pamd
@@ -53,6 +53,7 @@ Patch36: gdm-2.19.3-dbus-security-tokens.patch
Patch37: gdm-2.19.3-token-login.patch
# don't ask.
Patch38: gdm-2.19.3-token-login2.patch
Patch39: gdm-2.19.7-pam-hide-password.patch
URL: http://www.gnome.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Docdir: %{_defaultdocdir}
@@ -106,6 +107,7 @@ gnome-patch-translation-prepare
%patch36 -p1
%patch37 -p1
%patch38 -p0
%patch39 -p1
gnome-patch-translation-update
%build
@@ -226,6 +228,10 @@ sed -i s:DISPLAYMANAGER=/opt/gnome/sbin/gdm:DISPLAYMANAGER=/usr/sbin/gdm:g etc/i
%files lang -f %{name}.lang
%changelog
* Mon Sep 03 2007 - hpj@suse.de
- Add gdm-2.19.7-pam-hide-password.patch, which fixes an upstream
bug where the user's password was being shown on screen (part of
BNC #302282).
* Thu Aug 30 2007 - maw@suse.de
- Update to version 2.19.7:
+ from 2.19.5 to 2.19.6: