Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xinit: add patch
@ 2019-06-07  3:31 voidlinux-github
  2019-06-07  7:14 ` voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-07  3:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 603 bytes --]

There is a new pull request by ekomizer against master on the void-packages repository

https://github.com/ekomizer/void-packages xinit-patch-1
https://github.com/void-linux/void-packages/pull/12242

xinit: add patch
Move startx auth files in /tmp so they are removed on reboot.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=357736
The trap patch didn't seem to work on reboot.

Source: https://git.archlinux.org/svntogit/packages.git/tree/trunk/06_move_serverauthfile_into_tmp.diff?h=packages/xorg-xinit

A patch file from https://github.com/void-linux/void-packages/pull/12242.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xinit-patch-1-12242.patch --]
[-- Type: application/text/x-diff, Size: 1371 bytes --]

From 962201a91417ca525f33f83a13d7bde7a71244d1 Mon Sep 17 00:00:00 2001
From: amaya <cliffordsabalo@gmail.com>
Date: Fri, 7 Jun 2019 11:20:07 +0800
Subject: [PATCH] xinit: add patch

Move startx auth files in /tmp so they are removed on reboot.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=357736
The trap patch didn't seem to work on reboot.
(taken from Arch Linux)

Source: https://git.archlinux.org/svntogit/packages.git/tree/trunk/06_move_serverauthfile_into_tmp.diff?h=packages/xorg-xinit
---
 .../patches/06_move_serverauthfile_into_tmp.diff      | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 srcpkgs/xinit/patches/06_move_serverauthfile_into_tmp.diff

diff --git a/srcpkgs/xinit/patches/06_move_serverauthfile_into_tmp.diff b/srcpkgs/xinit/patches/06_move_serverauthfile_into_tmp.diff
new file mode 100644
index 00000000000..4c3f7d5093d
--- /dev/null
+++ b/srcpkgs/xinit/patches/06_move_serverauthfile_into_tmp.diff
@@ -0,0 +1,11 @@
+--- startx.cpp.orig
++++ startx.cpp
+@@ -281,7 +281,7 @@
+     dummy=0
+ 
+     XCOMM create a file with auth information for the server. ':0' is a dummy.
+-    xserverauthfile=$HOME/.serverauth.$$
++    xserverauthfile=`mktemp -p /tmp serverauth.XXXXXXXXXX`
+     trap "rm -f '$xserverauthfile'" HUP INT QUIT ILL TRAP KILL BUS TERM
+     xauth -q -f "$xserverauthfile" << EOF
+ add :$dummy . $mcookie

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: xinit: add patch
  2019-06-07  3:31 [PR PATCH] xinit: add patch voidlinux-github
@ 2019-06-07  7:14 ` voidlinux-github
  2019-06-07  7:14 ` voidlinux-github
  2019-06-07 13:49 ` [PR PATCH] [Closed]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-07  7:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 214 bytes --]

New comment by congdanhqx on void-packages repository

https://github.com/void-linux/void-packages/pull/12242#issuecomment-499783093
Comment:
When new patch is added, please increase the revision in template file.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: xinit: add patch
  2019-06-07  3:31 [PR PATCH] xinit: add patch voidlinux-github
  2019-06-07  7:14 ` voidlinux-github
@ 2019-06-07  7:14 ` voidlinux-github
  2019-06-07 13:49 ` [PR PATCH] [Closed]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-07  7:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 237 bytes --]

New comment by congdanhqx on void-packages repository

https://github.com/void-linux/void-packages/pull/12242#issuecomment-499783093
Comment:
When new patch is added to the current version, please increase the revision in template file.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Closed]: xinit: add patch
  2019-06-07  3:31 [PR PATCH] xinit: add patch voidlinux-github
  2019-06-07  7:14 ` voidlinux-github
  2019-06-07  7:14 ` voidlinux-github
@ 2019-06-07 13:49 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-07 13:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 274 bytes --]

There's a closed pull request on the void-packages repository

xinit: add patch
https://github.com/void-linux/void-packages/pull/12242
Description: Source: https://git.archlinux.org/svntogit/packages.git/tree/trunk/06_move_serverauthfile_into_tmp.diff?h=packages/xorg-xinit

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-06-07 13:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-07  3:31 [PR PATCH] xinit: add patch voidlinux-github
2019-06-07  7:14 ` voidlinux-github
2019-06-07  7:14 ` voidlinux-github
2019-06-07 13:49 ` [PR PATCH] [Closed]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).