2008-06-21 20:25:14 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.1.0:
Adam Jackson (1):
xinit 1.1.0
Jeremy Huddleston (2):
Properly handle using xserverrc
Apple: Don't use launchd on Tiger since it doesn't support
the features we need.
|
2008-05-24 23:45:22 by Tobias Nygren | Files touched by this commit (201) |
Log message:
Switch master site to MASTER_SITE_XORG.
|
2008-05-22 23:24:17 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 1.0.9:
Adam Jackson (2):
Unset session environment variables so startx works within a running session.
xinit 1.0.9
Alan Coopersmith (3):
Use od on /dev/random to generate cookie on Solaris
Check for proper cookie creation on all platforms
Use /bin/ksh instead of /bin/sh on Solaris
Jeremy C. Reed (1):
Use /dev/urandom for cookie it it exists
Jeremy Huddleston (14):
Apple: Fixed issue where display would not be passed correctly to the \
server if nolisten tcp was enabled.
Apple: Execute /usr/X11/bin/privileged_startx if it's present
Apple: Renamed LaunchAgent to org.x.startx to distinguish it from the \
org.x.X11 application
Correctly handle users with spaces in $HOME
Apple: privileged_startx is in XINITDIR
Apple: We renamed font_cache.sh to font_cache for better consistency... \
Changing startx to work with this
Apple: Wait for privileged_startx to finish, so we don't race to create \
/tmp/.X11-unix
Apple: Added privileged_startx
Apple: Fixed make dist to include a missing header and not include \
generated sources
Cleaned up handling of defaultserver{,args}
Apple: Use CFProcessPath instead of argv[0] trick.
Apple: Added some OSX version protection, so this will still compile on \
Tiger and below.
Apple: No need for these bits being here in xinit as of xserver-1.4.0-apple9
Apple: Don't need to spew unneccessary 'directory exists' messages.
Matthieu Herrb (2):
OpenBSD: use openssl rand -hex 16 to generate the cookie.
Replace sprintf() and strcpy() with snprintf().
|
2008-05-16 15:48:41 by Tobias Nygren | Files touched by this commit (4) |
Log message:
Some of the X.org packages assume that the C preprocessor will use stdin
if no filename given, but this isn't true with the native HP compiler, so
teach them to use '-' explicitly.
XXX using cpp(1) to postprocess manpages is ugly, most of the other X.org
packages seem to have been converted to use sed(1).
|
2008-04-17 00:07:24 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 1.0.8:
Adam Jackson (1):
xinit 1.0.8
David Nusinow (1):
Unbreak installs on non-launchd systems
James Cloos (1):
Add missing PHONY line for automatic ChangeLog generation
Jeremy Huddleston (19):
Added some support for Xquartz on OS-X.
Added Apple launchd support
Changed x11-exec to actually start X11.app. X11.app will be responsible \
for calling xinit.
OS-X: Added argv[0] hack for finding Xquartz UI and icon as well as \
claiming its dock icon
Added support for OS-X preferences to disable tcp/ip connections and xauth
OS-X: Made defaults test more robust
OS-X: Need to use bash --login to setup the environment from launchd.
XQuartz doesn't need the -launchd command line argument anymore.
OS-X: Properly set enable_xauth if the user has no defaults set and choose \
a valid $display for fast-user-switching.
OS-X: Add bindir to $PATH in startx if it's not there
OS-X: Fixed typo
OS-X: Set fontpath in xinitrc to include system / user fonts. \
Additionally fixed font scaling issues (trac #52)
Apple: use -nocpp arg to xrdb if cpp is not installed
Apple: Cleaned up font path setting and added font caching to xinitrc
Apple: Support spaces in $HOME for font path, and remove duplicate entry
Added org.x.X11.plist.cpp to EXTRA_DIST
Apple: font caching and defaults
Apple: Adding support for an xinitrc.d directory on OSX, so fink doesn't \
need to clobber files
Apple: Use -c in the launchd plist, so broken .profile/.bashrc don't much \
up startx
Matthieu Herrb (1):
Use /dev/arandom instead of /dev/urandom to generate the cookie
root (1):
Define APPLE for the rest of us
|
2008-03-15 17:39:32 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Use /dev/urandom by default, no point in waiting for entropy.
Bump revision.
|
2008-02-13 20:39:27 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Depend on xauth. Bump revision.
|
2007-09-21 19:52:06 by Blair Sadewitz | Files touched by this commit (2) |
Log message:
Update to xinit-1.0.7. This release fixes several fairly serious bugs,
including:
-- Bug #12448: Don't try to trap 'ERR'.
startx is advertised as a POSIX sh script. These shells don't
necessarily support trapping 'ERR'. This makes startx work again with
dash (and probably others).
-- Fix broken test for /dev/random cookie generation failure.
-- Use /dev/random to generate the cookie if mcookie is unavailable.
-- Setting XAUTHORITY without having actually generated a cookie and created
.Xauthority led to issues if somebody like ssh later came around
and made the .Xauthority file for their own setup. So, simply make
it so that we never fail to create one.
-- Remove .serverauth.$$ file on signals or errors
pkgsrc changes:
Remove cookie maker environment variable from CONFIGURE_ENV, as the
script now does the "right thing".
tested by me, seems to work fine, ok'd by agc@
|
2007-07-12 16:32:49 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Update to xinit-1.0.4: Update documentation to better reflect reality.
Set WINDOWPATH in xinit. Kill compat code for pre-POSIX systems.
|
2007-02-01 19:45:19 by Matthias Drochner | Files touched by this commit (1) |
Log message:
kill one of the more offending @dirrms
|