Subject: CVS commit: pkgsrc/x11/gdm
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 08/21/2005 11:30:55
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Sun Aug 21 11:30:55 UTC 2005

Modified Files:
	pkgsrc/x11/gdm: Makefile distinfo
Removed Files:
	pkgsrc/x11/gdm/patches: patch-ab patch-ah patch-al patch-am

Log Message:
Update to 2.8.0.1:

- This release fixes a nasty bug which was causing the
  /etc/gdm/Xsession file to always use /bin/ksh.  This
  caused problems on Linux, where it should be /bin/sh.
  It now is only /bin/ksh on Solaris builds.  (Brian
  Cameron)

- seteuid/setegid logic in the GDM slave logic has been
  made more sane.  This was causing problems running GDM2
  on NetBSD (refer to bug #301821).  (Julio M. Merino Vidal)

- Minor correction to Solaris audit logic.  (Gary Winiger)

- Updated autogen.sh so it now works with automake > 1.4.

- No longer use C99 features that do not work with gcc 2.95,
  specifically do not declare variables except at the
  beginning of a block.  (Jens Granseuer)

- Corrected configure script so it works with pkgconfig
  0.17.2.  The new pkgconfig broke the build on Solaris
  since it no longer allows the linker to pull in libraries
  that are implicitely included.  Now all libraries are
  explicit.

- References to libgnome removed from vicious-extensions,
  so it no longer depends on libgnome.  It now depends
  directly on i18n libraries.  (Andrew Case)

- The gesture listeners now log debug messages to syslog
  instead of stdout, and debug can now be turned on by
  setting the GDM_DEBUG_GESTURES environment variable
  rather than needing to recompile with debug.  This makes
  it much easier to debug issues.  (Brian Cameron)

- Leaks fixed (Kjartan Maraas)

- Corrections to docs (Andrew Case, Martin Petersen)


To generate a diff of this commit:
cvs rdiff -r1.85 -r1.86 pkgsrc/x11/gdm/Makefile
cvs rdiff -r1.26 -r1.27 pkgsrc/x11/gdm/distinfo
cvs rdiff -r1.7 -r0 pkgsrc/x11/gdm/patches/patch-ab
cvs rdiff -r1.3 -r0 pkgsrc/x11/gdm/patches/patch-ah
cvs rdiff -r1.1 -r0 pkgsrc/x11/gdm/patches/patch-al \
    pkgsrc/x11/gdm/patches/patch-am

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.