Github messages for voidlinux
 help / color / mirror / Atom feed
From: loreb <loreb@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] dma: fix /etc/dma/*.conf permissions
Date: Sun, 18 Sep 2022 21:55:20 +0200	[thread overview]
Message-ID: <20220918195520.wvRCY0EjynlOkjffi0e3Jj6RUqciInlApnCypFxrti0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34451@inbox.vuxu.org>

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

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

https://github.com/loreb/void-packages dma-34431
https://github.com/void-linux/void-packages/pull/34451

dma: fix /etc/dma/*.conf permissions
Fixes https://github.com/void-linux/void-packages/issues/34431;
solution due to thenktor

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86-64-musl)


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

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

From f0dd1981a9ddd0c0a1c77e0a1e4b16ae26a22e9a Mon Sep 17 00:00:00 2001
From: Lorenzo Beretta <vc.net.loreb@gmail.com>
Date: Thu, 9 Dec 2021 21:46:24 +0100
Subject: [PATCH] dma: fix /etc/dma/*.conf permissions

Fixes https://github.com/void-linux/void-packages/issues/34431;
solution due to thenktor
---
 srcpkgs/dma/INSTALL  | 1 +
 srcpkgs/dma/template | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/dma/INSTALL b/srcpkgs/dma/INSTALL
index 88bfc22cca11..e35876f94cf6 100644
--- a/srcpkgs/dma/INSTALL
+++ b/srcpkgs/dma/INSTALL
@@ -2,6 +2,7 @@ case ${ACTION} in
 post)
 	# fix permissions and owners
 	chown root:mail usr/bin/dma
+	chown root:mail etc/dma/auth.conf etc/dma/dma.conf
 	chmod 2755 usr/bin/dma
 	chown root:mail usr/lib/dma-mbox-create
 	chmod 4754 usr/lib/dma-mbox-create
diff --git a/srcpkgs/dma/template b/srcpkgs/dma/template
index 71892496013f..78c71595ec15 100644
--- a/srcpkgs/dma/template
+++ b/srcpkgs/dma/template
@@ -1,7 +1,7 @@
 # Template file for 'dma'
 pkgname=dma
 version=0.13
-revision=3
+revision=4
 conf_files="/etc/dma/*.conf"
 make_dirs="/var/spool/dma 2775 root mail"
 hostmakedepends="flex"

  parent reply	other threads:[~2022-09-18 19:55 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-09 21:00 [PR PATCH] " loreb
2021-12-09 21:13 ` loreb
2021-12-09 21:20 ` loreb
2022-06-18  2:13 ` github-actions
2022-06-18 12:17 ` loreb
2022-09-18  2:15 ` github-actions
2022-09-18 18:14 ` loreb
2022-09-18 19:31 ` classabbyamp
2022-09-18 19:55 ` loreb [this message]
2022-09-18 20:12 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220918195520.wvRCY0EjynlOkjffi0e3Jj6RUqciInlApnCypFxrti0@z \
    --to=loreb@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).