Merge pull request #5003 from Rmys/master

xinit:ver.bump
This commit is contained in:
Rmys
2018-07-28 15:10:59 +03:00
committed by GitHub
3 changed files with 12 additions and 3 deletions
@@ -18,3 +18,4 @@ Index: xinit/startx.cpp
trap "rm -f '$xserverauthfile'" HUP INT QUIT ILL TRAP KILL BUS TERM
xauth -q -f "$xserverauthfile" << EOF
add :$dummy . $mcookie
+2 -1
View File
@@ -5,7 +5,7 @@ diff -u xinit.orig/startx.cpp xinit/startx.cpp
@@ -290,9 +290,9 @@
XCOMM now add the same credentials to the client authority file
XCOMM if '$displayname' already exists do not overwrite it as another
XCOMM server man need it. Add them to the '$xserverauthfile' instead.
XCOMM server may need it. Add them to the '$xserverauthfile' instead.
- for displayname in $authdisplay $hostname$authdisplay; do
+ for displayname in $authdisplay $hostname/unix$authdisplay; do
authcookie=`XAUTH list "$displayname" @@
@@ -14,3 +14,4 @@ diff -u xinit.orig/startx.cpp xinit/startx.cpp
if [ "z${authcookie}" = "z" ] ; then
XAUTH -q << EOF
add $displayname . $mcookie
+9 -2
View File
@@ -13,7 +13,7 @@
<IsA>app:console</IsA>
<Summary>X Window System session initializer</Summary>
<Description>xinit initializes X Window System server and runs the first client application.</Description>
<Archive sha1sum="de3469080d73ced1f7d7a1803e813bc6ea352072" type="tarbz2">mirrors://xorg/individual/app/xinit-1.3.4.tar.bz2</Archive>
<Archive sha1sum="fcdca692b09a45f546016fff78718d1cf7e7852f" type="tarbz2">mirrors://xorg/individual/app/xinit-1.4.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>util-macros</Dependency>
<Dependency>xorg-proto</Dependency>
@@ -22,7 +22,7 @@
<Patches>
<!--Patch level="1">xinit-1.0.2-client-session.patch</Patch-->
<Patch>06_move_serverauthfile_into_tmp.diff</Patch>
<Patch>fs25361.patch</Patch>
<Patch>fs25361.patch</Patch>
</Patches>
</Source>
@@ -62,6 +62,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-07-28</Date>
<Version>1.4.0</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-02-16</Date>
<Version>1.3.4</Version>