Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: void-release-keys-1
@ 2020-01-19 23:38 voidlinux-github
  2020-01-20  0:07 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-19 23:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/the-maldridge/void-packages release-keys
https://github.com/void-linux/void-packages/pull/18410

New package: void-release-keys-1
This commit adds the initial signify key and allows bootstrapping trust via the existing key infrastructure used by xbps.  The key should be validated against the master in keybase by either @Duncaen or @Gottox.

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

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

From 81e88fc24624e77ef796e5fe252f233324a7e5b8 Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@VoidLinux.org>
Date: Sun, 19 Jan 2020 15:36:16 -0800
Subject: [PATCH] New package: void-release-keys-1

---
 srcpkgs/void-release-keys/files/20191109.pub |  2 ++
 srcpkgs/void-release-keys/template           | 15 +++++++++++++++
 2 files changed, 17 insertions(+)
 create mode 100644 srcpkgs/void-release-keys/files/20191109.pub
 create mode 100644 srcpkgs/void-release-keys/template

diff --git a/srcpkgs/void-release-keys/files/20191109.pub b/srcpkgs/void-release-keys/files/20191109.pub
new file mode 100644
index 00000000000..ee8e35427f4
--- /dev/null
+++ b/srcpkgs/void-release-keys/files/20191109.pub
@@ -0,0 +1,2 @@
+untrusted comment: signify public key
+RWSFkPfJ0Jkg3EIuGjZoCn1/GSChINr/WHdJcdAh1s0d5P+C+ejdCC64
diff --git a/srcpkgs/void-release-keys/template b/srcpkgs/void-release-keys/template
new file mode 100644
index 00000000000..9eb515bc57c
--- /dev/null
+++ b/srcpkgs/void-release-keys/template
@@ -0,0 +1,15 @@
+# Template file for 'void-release-keys'
+pkgname=void-release-keys
+version=1
+revision=1
+archs=noarch
+short_desc="Void Linux Release Keys"
+maintainer="Void Release Engineering <releases@voidlinux.org>"
+license="Public domain"
+homepage="http://www.voidlinux.org"
+
+do_install() {
+	for _i in ${FILESDIR}/* ; do
+		vinstall $_i 644 usr/share/void-release-keys
+	done
+}

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

end of thread, other threads:[~2020-01-20  0:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-19 23:38 [PR PATCH] New package: void-release-keys-1 voidlinux-github
2020-01-20  0:07 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-20  0:12 ` voidlinux-github
2020-01-20  0:27 ` [PR PATCH] [Merged]: " 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).