2020-01-14 13:49:33 -07:00
|
|
|
I. OVERVIEW
|
|
|
|
-----------
|
2014-01-04 08:53:46 -07:00
|
|
|
|
2012-04-07 09:39:35 -06:00
|
|
|
The xauth program is used to edit and display the authorization
|
|
|
|
information used in connecting to the X server.
|
2014-01-04 08:53:46 -07:00
|
|
|
The underlying "Authorization Protocol for X" is described in the
|
|
|
|
README file of the libXau module of X11.
|
|
|
|
|
2020-01-14 13:49:33 -07:00
|
|
|
II. BUILDING
|
|
|
|
------------
|
2014-01-04 08:53:46 -07:00
|
|
|
|
|
|
|
Use "./autogen.sh" to configure the package and "make" to compile it.
|
|
|
|
A black box check for the correctness of the package can be initiated
|
|
|
|
by "make check" (make sure to install "cmdtest" from
|
|
|
|
http://liw.fi/cmdtest/). The installation is done by "make install".
|
|
|
|
|
2020-01-14 13:49:33 -07:00
|
|
|
III. COMMUNICATION
|
|
|
|
------------------
|
2009-09-26 08:32:12 -06:00
|
|
|
|
|
|
|
All questions regarding this software should be directed at the
|
|
|
|
Xorg mailing list:
|
|
|
|
|
2020-01-14 13:49:33 -07:00
|
|
|
https://lists.x.org/mailman/listinfo/xorg
|
2009-09-26 08:32:12 -06:00
|
|
|
|
|
|
|
The master development code repository can be found at:
|
|
|
|
|
2020-01-14 13:49:33 -07:00
|
|
|
https://gitlab.freedesktop.org/xorg/app/xauth
|
2009-09-26 08:32:12 -06:00
|
|
|
|
2020-01-14 13:49:33 -07:00
|
|
|
Please submit bug reports and requests to merge patches there.
|
2009-09-26 08:32:12 -06:00
|
|
|
|
|
|
|
For patch submission instructions, see:
|
|
|
|
|
2020-01-14 13:49:33 -07:00
|
|
|
https://www.x.org/wiki/Development/Documentation/SubmittingPatches
|
2009-09-26 08:32:12 -06:00
|
|
|
|
2020-01-14 13:49:33 -07:00
|
|
|
IV. RELEASING
|
|
|
|
-------------
|
2014-05-03 13:36:13 -06:00
|
|
|
|
|
|
|
This section describes how to release a new version of xauth to the
|
|
|
|
public. A detailed description of this process can be found at
|
2020-01-14 13:49:33 -07:00
|
|
|
https://www.x.org/wiki/Development/Documentation/ReleaseHOWTO with a
|
2014-05-03 13:36:13 -06:00
|
|
|
few clarification below.
|
|
|
|
|
2017-02-19 10:30:58 -07:00
|
|
|
Remember, that the last commit _must_ include the version string in
|
|
|
|
its diff (not the commit message). This is typically done by
|
|
|
|
incrementing the version string in configure.ac.
|
|
|
|
|
|
|
|
For releasing under Fedora make sure, that
|
|
|
|
/usr/share/util-macros/INSTALL exists. If not, then please create that
|
2014-05-03 13:36:13 -06:00
|
|
|
file.
|
|
|
|
|
|
|
|
To release a new version of xauth, please follow this steps:
|
|
|
|
|
2017-02-19 10:30:58 -07:00
|
|
|
* git clone ssh://git.freedesktop.org/git/xorg/app/xauth
|
2014-05-03 13:36:13 -06:00
|
|
|
* cd xauth ; ./autogen.sh ; make ; make check
|
|
|
|
* follow ReleaseHowto inside this directory.
|
|
|
|
|
|
|
|
Ignore these errors shown during release.sh:
|
|
|
|
|
2020-01-14 13:49:33 -07:00
|
|
|
/bin/sh: ../.changelog.tmp: Permission denied
|
|
|
|
git directory not found: installing possibly empty changelog.
|
|
|
|
|
|
|
|
cp: cannot create regular file '../.INSTALL.tmp': Permission denied
|
|
|
|
util-macros "pkgdatadir" from xorg-macros.pc not found: installing possibly empty INSTALL.
|
2014-05-03 13:36:13 -06:00
|
|
|
|
|
|
|
[eof]
|