pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gdm The code to verify user and password provided in



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a20a197dd2b6
branches:  trunk
changeset: 534083:a20a197dd2b6
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Thu Oct 11 09:46:51 2007 +0000

description:
The code to verify user and password provided in
daemon/verify-{crypt,shadow}.c prints out the user name in various
places, where daemon/verify-pam.c code does not. Get out of sync with
the login dialog, and you'll have your password logged.

Adapt patches from the gdm 2.20 branch for
(1) not logging the user name in any syslog error messages
(2) not localizing the log messages.

Bump pkg revision.

Fixes PR 31417.

diffstat:

 x11/gdm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 1a76e79c9952 -r a20a197dd2b6 x11/gdm/Makefile
--- a/x11/gdm/Makefile  Thu Oct 11 09:39:08 2007 +0000
+++ b/x11/gdm/Makefile  Thu Oct 11 09:46:51 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.132 2007/09/21 13:04:29 wiz Exp $
+# $NetBSD: Makefile,v 1.133 2007/10/11 09:46:51 hauke Exp $
 #
 
 DISTNAME=      gdm-2.18.4
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    x11 gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gdm/2.18/}
 EXTRACT_SUFX=  .tar.bz2



Home | Main Index | Thread Index | Old Index