[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xinit: Changes to 'refs/tags/xinit-1.3.3-1'



Tag 'xinit-1.3.3-1' created by Laurent Bigonville <bigon@bigon.be> at 2014-09-05 20:25 +0000

Tagging upload of xinit 1.3.3-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAABCAAGBQJUChw1AAoJEB/FiR66sEPV7d8H/3DC0y+4o36n8foOfXOW1mCx
W33DKjM+vtDTEFZTeezybZzgrv4uEFmqdgInM5eUzIdzDQfDnaRZT5G9VrCyI/ho
2c5BonTjniw71nrNCVcqM19fZ1kTS5oX/rZdJWYYGadjO+XRI/qLET5/LsLUj2b4
eimfQNQHzUPe/RpXJzxC+SzY31BWcDFZk/y/IXamtWHSXXS/5anemaWqK9Loc1mT
S1RWD0gxcaZDq6XlOlRAL3DlDtcgb5Z4Ce5k1t7O3k8gF/6B5dhg2X2C100dk6zC
ZOcBBH5XbTlkxvXPO3CgJ9jkx4uFsJMt/usSwKajsG82blAVaI7NvAc55IN2Sn0=
=yJ6g
-----END PGP SIGNATURE-----

Changes since xinit-1.3.2-1:
Alan Coopersmith (7):
      Add printf attributes suggested by gcc
      If we have to forcibly kill the Xserver on Solaris, reset kbd_mode
      Declare processTimeout() as taking a const string arg
      Check for openssl as mkcookie fallback on all platforms, not just OpenBSD
      Use pid_t instead of int for type of pids
      Add Apple copyright/license notice from launchd files to COPYING
      xinit 1.3.3

Egbert Eich (2):
      man: Set correct config file location in man page
      install: Use sysconfdir instead of libdir for config files.

Jeremy Huddleston (9):
      launchd/privileged_startx: Improved error resolution
      launchd: Don't provide the LaunchAgent on Tiger
      launchd: Provide more verbose error reporting for launchd checkin failures
      launchd: Load privileged_startx properly on Tiger
      launchd: Fix the destination of moved-aside directories in privileged_startx
      darwin: Silence a syslog message from defaults
      laucnhd: Silence some syslog spam
      Annotate Fatal and Fatalx as _X_NORETURN
      XQuartz: Fix an issue where -dpi was not being passed to the server despite being set

Jeremy Huddleston Sequoia (1):
      privileged_startx: use root:wheel instead of 0:0

Laurent Bigonville (10):
      Merge branch 'upstream-unstable' into debian-unstable
      New upstream release.
      debian/patches/001_debian_xinitrc.diff: Refreshed
      d/p/07-Pass-files-to-cpp-via-CLI-arg-instead-of-stdin-to-wo.patch: Remove empty lines when building with cpp >= 4.8
      08-Bump-required-util-macros-version-to-1.19.patch, 09-Replace-RAWCPPFLAGS-with-TRADITIONALCPPFLAGS-when-pr.patch: Use TRADITIONALCPPFLAGS instead of RAWCPPFLAGS so macros like "__linux__" are properly defined
      10-startx-Under-Linux-start-X-on-the-current-VT.patch, 11-startx-Pass-vtX-as-long-as-the-user-did-not-specify-.patch: By default start the server on the current VT, this is necessary to avoid logind to see the startx session as inactive (Closes: #743015)
      debian/control: Bump Standards-Version to 3.9.5 (no further changes)
      debian/control: Use the canonical for the VCS-* fields
      debian/rules: Include buildflags.mk to pass the hardening flags
      Release to unstable

Thomas Klausner (1):
      Use xinitrc.d/?*.sh as the matching pattern instead of needing a fragile sed substitution XSLASHGLOB to produce xinitrc.d/*.sh. (If that were used literally the slash-star would confuse cpp.)

---
 COPYING                                                                      |   27 +
 ChangeLog                                                                    |  206 ++++++++++
 configure.ac                                                                 |   33 +
 cpprules.in                                                                  |    1 
 debian/changelog                                                             |   21 +
 debian/control                                                               |    9 
 debian/patches/001_debian_xinitrc.diff                                       |    2 
 debian/patches/07-Pass-files-to-cpp-via-CLI-arg-instead-of-stdin-to-wo.patch |   27 +
 debian/patches/08-Bump-required-util-macros-version-to-1.19.patch            |   32 +
 debian/patches/09-Replace-RAWCPPFLAGS-with-TRADITIONALCPPFLAGS-when-pr.patch |   31 +
 debian/patches/10-startx-Under-Linux-start-X-on-the-current-VT.patch         |   52 ++
 debian/patches/11-startx-Pass-vtX-as-long-as-the-user-did-not-specify-.patch |   64 +++
 debian/patches/series                                                        |    5 
 debian/rules                                                                 |   13 
 launchd/Makefile.am                                                          |    7 
 launchd/privileged_startx/10-tmpdirs.cpp                                     |   34 +
 launchd/privileged_startx/privileged_startx.plist.cpp                        |    4 
 launchd/privileged_startx/server.c                                           |   14 
 launchd/user_startx/launchd_startx.c                                         |   23 -
 man/Makefile.am                                                              |    4 
 man/xinit.man                                                                |    6 
 startx.cpp                                                                   |    4 
 xinit.c                                                                      |   55 +-
 xinitrc.cpp                                                                  |    2 
 24 files changed, 596 insertions(+), 80 deletions(-)
---


Reply to: