Dear archlinux-keyring maintainers,

I'm working on getting archlinux-keyring packaged in Debian and Ubuntu
(as it would make it easier for mkosi - https://github.com/systemd/mkosi
- to generate Arch images from Debian and Ubuntu hosts).

There are some patches I'm applying that should probably be upstreamed;
since I can't fork the repo on GitLab, please find the first one
attached here.

It fixes the permission of the keyring files; they are not executable so
should be installed with 644 rather than 755.

It's also available on my Git repo:
https://git.sr.ht/~michel-slm/archlinux-keyring/commit/aa42fc9c4a2b66a1699730b970794239257b05a4

Best regards,

-- 
Michel Alexandre Salim
identities: https://keyoxide.org/5dce2e7e9c3b1cffd335c1d78b229d2f7ccc04f2
From aa42fc9c4a2b66a1699730b970794239257b05a4 Mon Sep 17 00:00:00 2001
From: Michel Alexandre Salim <mic...@michel-slm.name>
Date: Wed, 27 Jul 2022 15:23:36 -0500
Subject: [PATCH] Fix the permission of keyring files

These are non-executables, they should be installed 644 rather than 755.

Signed-off-by: Michel Alexandre Salim <mic...@michel-slm.name>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index f60c5b7..b3d22c2 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ clean:
        rm -rf build
 
 install: build
-       install -vDm 755 $(KEYRING_FILES) -t $(KEYRING_TARGET_DIR)
+       install -vDm 644 $(KEYRING_FILES) -t $(KEYRING_TARGET_DIR)
 
 uninstall:
        rm -f $(KEYRING_TARGET_DIR)/archlinux{.gpg,-trusted,-revoked}
-- 
2.37.1

Attachment: signature.asc
Description: PGP signature

Reply via email to