./x11/gdm, Gnome Display Manager - a re-implementation of the xdm program

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2007Q3, Version: 2.18.4nb5, Package name: gdm-2.18.4nb5, Maintainer: pkgsrc-users

GDM is the GNOME Display Manager, it is the little proggie that runs
in the background, runs your X sessions, presents you with a login box
and then tells you to piss off because you forgot your password. It
does pretty much everything that you would want to use xdm for, but
doesn't involve as much crack. It doesn't use any code from xdm, and
has a more paranoid and safer design overall. It also includes many
features over xdm, the biggest one of which is that it is more user
friendly, even if your X setup is failing. The goal is that users
should never, ever have to use the command line to customize or
troubleshoot gdm. It of course supports xdmcp, and in fact extends
xdmcp a little bit in places where I thought xdm was lacking (but is
still compatible with xdm's xdmcp).


Required to run:
[textproc/libxml2] [textproc/scrollkeeper] [graphics/libgnomecanvas] [graphics/librsvg] [graphics/hicolor-icon-theme] [graphics/libart] [x11/zenity] [x11/gtk2] [misc/xdg-dirs] [misc/gnome2-dirs] [devel/libglade] [devel/pango] [devel/glib2]

Required to build:
[textproc/gnome-doc-utils] [textproc/intltool] [x11/randrproto] [x11/fixesproto] [x11/xproto] [x11/renderproto] [x11/xextproto] [x11/inputproto] [pkgtools/x11-links] [lang/perl5] [devel/libtool-base] [devel/pkg-config] [devel/gmake]

Package options: inet6

Master sites: (Expand)

SHA1: 8bf2c8745d7c38f5f08641abed4ca103cad0ecb8
RMD160: 4922af1321f707279c1eb6354d1c56cc39bce20e
Filesize: 3378.808 KB

Version history: (Expand)


CVS history: (Expand)


   2007-10-22 11:14:39 by Geert Hendrickx | Files touched by this commit (4)
Log message:
Pullup ticket 2200 - requested by hauke
security fix for gdm

- pkgsrc/x11/gdm/Makefile				1.133
- pkgsrc/x11/gdm/distinfo				1.51
- pkgsrc/x11/gdm/patches/patch-am			1.3
- pkgsrc/x11/gdm/patches/patch-an			1.1

   Module Name:	pkgsrc
   Committed By:	hauke
   Date:		Thu Oct 11 09:35:11 UTC 2007

   Added Files:
	   pkgsrc/x11/gdm/patches: patch-am patch-an

   Log message:
   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 sy slog error messages
   (2) not localizing the log messages.

   Fixes PR 31417.