summaryrefslogtreecommitdiff
path: root/README
blob: 2795b79529bf3cecab603af1efbcd17bad7506fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74

    I. OVERVIEW

The xauth program is used to edit and display the authorization
information used in connecting to the X server.
The underlying "Authorization Protocol for X" is described in the
README file of the libXau module of X11.

    II. BUILDING

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".

   III. COMMUNICATION

All questions regarding this software should be directed at the
Xorg mailing list:

        http://lists.freedesktop.org/mailman/listinfo/xorg

Please submit bug reports to the Xorg bugzilla:

        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg

The master development code repository can be found at:

        git://anongit.freedesktop.org/git/xorg/app/xauth

        http://cgit.freedesktop.org/xorg/app/xauth

For patch submission instructions, see:

	http://www.x.org/wiki/Development/Documentation/SubmittingPatches

For more information on the git code manager, see:

        http://wiki.x.org/wiki/GitPage


   IV. RELEASING

This section describes how to release a new version of xauth to the
public. A detailed description of this process can be found at
http://www.x.org/wiki/Development/Documentation/ReleaseHOWTO with a
few clarification below.

For releasing under Fedora make sure, that INSTALL in
/usr/share/util-macros/ exists. If not, then please create that
file.

To release a new version of xauth, please follow this steps:

 * git clone git://anongit.freedesktop.org/git/xorg/app/xauth
 * cd xauth ; ./autogen.sh ; make ; make check
 * follow ReleaseHowto inside this directory.

Ignore these errors shown during release.sh:

   /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.

   V. GARBAGE

Please ignore this paragraph. It is only used to satisfying
release.sh, which wants to see the version number to the last version
in the diff, which is 1.0.9 in our case.  This paragraph can be
deleted on the next release of xauth.

[eof]