summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhauke <hauke@pkgsrc.org>2007-10-11 09:46:51 +0000
committerhauke <hauke@pkgsrc.org>2007-10-11 09:46:51 +0000
commit211c0a54b11ef7abfeed660770aa004388401ab6 (patch)
tree21cae87d2bc87d3e72dec2e269fe2aec5725af59
parent68ee96d06510e65e239c13902fec8bb0d777abbb (diff)
downloadpkgsrc-211c0a54b11ef7abfeed660770aa004388401ab6.tar.gz
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.
-rw-r--r--x11/gdm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index 2679b1284d5..f67a757d76f 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -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