diff options
author | hauke <hauke> | 2007-10-11 09:46:51 +0000 |
---|---|---|
committer | hauke <hauke> | 2007-10-11 09:46:51 +0000 |
commit | b6b25fadad151c2b2c9b4cb8443ab252a950a6f4 (patch) | |
tree | 21cae87d2bc87d3e72dec2e269fe2aec5725af59 /x11/gdm | |
parent | bc95d7f53ab0fdbeb2d7870a207548faa9bb12ce (diff) | |
download | pkgsrc-b6b25fadad151c2b2c9b4cb8443ab252a950a6f4.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/gdm')
-rw-r--r-- | x11/gdm/Makefile | 4 |
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 |