is no formal dependency of this pkg, so the outcome is not deterministic.
Assume instead that the X server is at ${X11BASE}/bin/X.
fixes PR pkg/41319 by Jared D. McNeill
bump PKGREVISION
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
determine the VT it is using it will attempt to parse the X server's log
file looking for the string 'using VT number '. If GDM doesn't know what
VT it's using, it is unable to pass that information to ConsoleKit, so the
session is treated as always inactive.
Enable automatic VT allocation by default, and piggyback on the Linux/SunOS
VT switching code using wsdisplay usl emulation for NetBSD.
Also, PKGREVISION++
changes:
-Use GDK functions to get proper screen resolution
-Move default Welcome/RemoteWelcome strings from gdm.h to
gdm-daemon-config-keys.h so it isn't defined twice
-Translation updates
This switches to the gnome-2.20 branch, too many changes to list here.
(The update has taken a while because the XDMCP code relies on
IPv6-mapped IPv4 sockets which is not so easy on NetBSD.)
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.
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.
Fixes PR 31417.
changes:
- Fix handling of AlwaysLoginCurrentSession and DoubleLoginWarning so
it works for the non-migratable case (for Xnest, XDMCP, etc.).
- Use an unsigned char buffer in gdm_fdgetc
- Just display the default "authentication failed" message when we
receive PAM_AUTHINFO_UNAVAIL
- Translation updates
- Fix crashing issue with XDMCP logic.
pkgsrc change: fix the substitution which is supposed to make the
NetBSD logo appear on the default login screen, but do so for a NetBSD
pkgsrc target only.
Should fix PR pkg/34955 by Hauke Fath
This moves this pkg to the new stable gnome branch, too much to list here.
pkgsrc notes:
-look for X server at ${X11BASE}/bin/X too, to make it work with
modular-xorg out of the box
-improved paths to shutdown etc. for netbsd
-Use dbus-launch to start gnome-session on netbsd, to avoid the autostart
which fails for me. At least Debian does so too.
2.16.4 Stuff:
- Fix for a recently reported security issue that has ID
CVE-2006-6105. This fixes a problem where a user can
enter strings like "%08x" into the gdmchooser "Add"j
host button and print out memory. (Brian Cameron)
- Fix for TryExec check in gdmsession to make sure that any
arguments are not passed to g_find_program_in_path since
this causes the function to say it is not executable.
(Brian Cameron)
- Translation updates (Runa Bhattacharjee, Josep Puigdemont
i Casamaj\303\263, Laurent Dhima, I. Felix, David Lodge,
Ani Peter, Rajesh Ranjan, Clytie Siddall, Vincent van
Adrighem)
2.16.3 Stuff:
- Now support altfile[n] propery to cater for alternative
image file definition. (Erwann Chenede)
- Fix custom lists so that focus does not ever leave the
username/password entry field. (Brian Cameron)
- Update to make casting more clear in PAM logic. This fixes a
bug where the Kerberos PAM module was sending multiple error
messages and GDM was not processing them properly.
(Brian Cameron)
- Add X_EXTRA_LIBS and X_LIBS to utils/Makefile when building
gdm-dmx-reconnect-proxy to fix bug #368808. (Brian Cameron)
- Translation updates (Djihed Afifi, Wouter Bolsterlee, Luca
Ferretti, Pema Geyleg, Priit Laes, Duarte Loreto, Christophe
Merlet, Jovan Naumovski, Daniel Nylander, Ankit Patel, Ignacio
Casal Quinteiro, Satoru SATOH, Francisco Javier F. Serrador,
Alexander Shopov, Ilkka Tuohela)
2.16.2 Stuff:
- Now support for "combo" style lists, and id values of "session"
and "language" are supported for displaying the session/language
lists as drop-down combos. (Brian Cameron). For example:
<item type="list" id="language" combo="true">
<pos x="25" y="10" height="40" width="300"/>
</item>
<item type="list" id="session" combo="true">
<pos x="50" y="10" height="40" width="300"/>
</item>
- Now OK/Start Again buttons are sensitive/insensitive in a more
sensible way for both gdmlogin and gdmgreeter (if GTK style buttons
are used in gdmgreeter). (Brian Cameron)
- Face Browser widget and background rectangle (for gdmgreeter)
is not shown if there are no users to display. (Brian Cameron)
- Help button now enabled in gdmphotosetup. (Matthias Clasen)
- Fix so that if timed user script returns an invalid user that
timed login is not turned on. (Andrew)
- Fix bug that was causing %t to be expanded improperly when
used in the timed login label. (Brian Cameron)
- Set authdir to NULL after freeing to avoid accessing an invalid
pointer. Fixes bug #359831. (Amnon Aaronsohn)
- Leaks fixed. (Kjartan Maraas)
- Translation updates (Abel Cheung, Priit Laes, Daniel Nylander)
the file (~/.face) is on a local filesystem which didn't work because
it didn't recognize NetBSD's way to use statvfs()
(I had to make the check for statvfs a bit weaker, hope that doesn't
break on another platform.)