Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xbps-triggers: install with 754 perms.
@ 2020-09-10 14:30 ericonr
  2020-09-10 14:40 ` [PR PATCH] [Updated] " ericonr
  2020-09-10 17:52 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: ericonr @ 2020-09-10 14:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages tri
https://github.com/void-linux/void-packages/pull/24803

xbps-triggers: install with 754 perms.
Enables normal users to read the file contents.

Not too sure about revbumping.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tri-24803.patch --]
[-- Type: text/x-diff, Size: 1033 bytes --]

From edfca1b7a8188bec0e2159a6da258ed107cc0edd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Thu, 10 Sep 2020 11:29:19 -0300
Subject: [PATCH] xbps-triggers: install with 754 perms.

Enables normal users to read the file contents.
---
 srcpkgs/xbps-triggers/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xbps-triggers/template b/srcpkgs/xbps-triggers/template
index b28d198b1ce..178a13a32ca 100644
--- a/srcpkgs/xbps-triggers/template
+++ b/srcpkgs/xbps-triggers/template
@@ -1,7 +1,7 @@
 # Template file for 'xbps-triggers'
 pkgname=xbps-triggers
 version=0.116
-revision=1
+revision=2
 archs=noarch
 bootstrap=yes
 short_desc="XBPS triggers for Void Linux"
@@ -14,7 +14,7 @@ do_install() {
 
 	for f in ${FILESDIR}/*; do
 		_trigger=$(basename $f)
-		vinstall ${FILESDIR}/${_trigger} 750 ${_triggersdir}
+		vinstall ${FILESDIR}/${_trigger} 754 ${_triggersdir}
 		echo "# end" >> ${DESTDIR}/${_triggersdir}/${_trigger}
 	done
 	vmkdir var/db/xbps

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

* Re: [PR PATCH] [Updated] xbps-triggers: install with 754 perms.
  2020-09-10 14:30 [PR PATCH] xbps-triggers: install with 754 perms ericonr
@ 2020-09-10 14:40 ` ericonr
  2020-09-10 17:52 ` [PR PATCH] [Merged]: " ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2020-09-10 14:40 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ericonr against master on the void-packages repository

https://github.com/ericonr/void-packages tri
https://github.com/void-linux/void-packages/pull/24803

xbps-triggers: install with 754 perms.
Enables normal users to read the file contents.

Not too sure about revbumping.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tri-24803.patch --]
[-- Type: text/x-diff, Size: 1098 bytes --]

From 60293275c63e2bea1cd97d2e41f2f39bcf005cc8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Thu, 10 Sep 2020 11:29:19 -0300
Subject: [PATCH] xbps-triggers: install with 754 perms, remove noarch.

Enables normal users to read the file contents.
---
 srcpkgs/xbps-triggers/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xbps-triggers/template b/srcpkgs/xbps-triggers/template
index b28d198b1ce..f316b269a7d 100644
--- a/srcpkgs/xbps-triggers/template
+++ b/srcpkgs/xbps-triggers/template
@@ -1,8 +1,7 @@
 # Template file for 'xbps-triggers'
 pkgname=xbps-triggers
 version=0.116
-revision=1
-archs=noarch
+revision=2
 bootstrap=yes
 short_desc="XBPS triggers for Void Linux"
 maintainer="Enno Boland <gottox@voidlinux.org>"
@@ -14,7 +13,7 @@ do_install() {
 
 	for f in ${FILESDIR}/*; do
 		_trigger=$(basename $f)
-		vinstall ${FILESDIR}/${_trigger} 750 ${_triggersdir}
+		vinstall ${FILESDIR}/${_trigger} 754 ${_triggersdir}
 		echo "# end" >> ${DESTDIR}/${_triggersdir}/${_trigger}
 	done
 	vmkdir var/db/xbps

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

* Re: [PR PATCH] [Merged]: xbps-triggers: install with 754 perms.
  2020-09-10 14:30 [PR PATCH] xbps-triggers: install with 754 perms ericonr
  2020-09-10 14:40 ` [PR PATCH] [Updated] " ericonr
@ 2020-09-10 17:52 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2020-09-10 17:52 UTC (permalink / raw)
  To: ml

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

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

xbps-triggers: install with 754 perms.
https://github.com/void-linux/void-packages/pull/24803

Description:
Enables normal users to read the file contents.

Not too sure about revbumping.

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

end of thread, other threads:[~2020-09-10 17:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-10 14:30 [PR PATCH] xbps-triggers: install with 754 perms ericonr
2020-09-10 14:40 ` [PR PATCH] [Updated] " ericonr
2020-09-10 17:52 ` [PR PATCH] [Merged]: " ahesford

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