summaryrefslogtreecommitdiff
path: root/x11
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
commit3cdf7e19a7dbda08bea949dce013a6c9135007aa (patch)
tree21cae87d2bc87d3e72dec2e269fe2aec5725af59 /x11
parentd53afdff99b17dbc3524f101e2d46bdcd3058219 (diff)
downloadpkgsrc-3cdf7e19a7dbda08bea949dce013a6c9135007aa.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.
Diffstat (limited to 'x11')
-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