Github messages for voidlinux
 help / color / mirror / Atom feed
From: the-maldridge <the-maldridge@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: step-0.19.0.
Date: Fri, 22 Apr 2022 08:30:37 +0200	[thread overview]
Message-ID: <20220422063037.wGib95j6zZwa9hq4yWwk5-NuogtHV9dp9iSUAiw6X4w@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36811@inbox.vuxu.org>

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

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

https://github.com/the-maldridge/void-packages step-ca
https://github.com/void-linux/void-packages/pull/36811

New package: step-0.19.0.
Still working on this one.

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

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

From 7d13a66e867108c626330a264ded1f8e635c6c2e Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@voidlinux.org>
Date: Fri, 22 Apr 2022 01:08:59 -0500
Subject: [PATCH 1/2] New package: step-certificates-0.19.0.

---
 srcpkgs/step-certificates/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/step-certificates/template

diff --git a/srcpkgs/step-certificates/template b/srcpkgs/step-certificates/template
new file mode 100644
index 000000000000..892e1f0983bc
--- /dev/null
+++ b/srcpkgs/step-certificates/template
@@ -0,0 +1,26 @@
+# Template file for 'step-certificates'
+pkgname=step-certificates
+version=0.19.0
+revision=1
+wrksrc=certificates-$version
+build_style=go
+go_import_path=github.com/smallstep/certificates
+go_package="$go_import_path/cmd/step-ca
+ $go_import_path/cmd/step-awskms-init
+ $go_import_path/cmd/step-cloudkms-init
+ $go_import_path/cmd/step-pkcs11-init
+ $go_import_path/cmd/step-yubikey-init"
+go_ldflags="-w -X main.Version=$version"
+hostmakedepends="pkg-config"
+makedepends="pcsclite-devel"
+short_desc="Private CA and ACME server"
+maintainer="Michael Aldridge <maldridge@voidlinux.org>"
+license="Apache-2.0"
+homepage="https://smallstep.com/certificates/"
+changelog="https://raw.githubusercontent.com/smallstep/certificates/master/CHANGELOG.md"
+distfiles="https://github.com/smallstep/certificates/archive/refs/tags/v$version.tar.gz"
+checksum=edf8aeaabff2cae9fed4e27177d755be522c20a94a3fd7346de1ec42614d1d46
+
+do_check() {
+	go test -short ./...
+}

From ee378e70140c8086c1fc0301040fc57ca4766c7d Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@voidlinux.org>
Date: Fri, 22 Apr 2022 01:18:55 -0500
Subject: [PATCH 2/2] New package: step-cli-0.19.0.

---
 srcpkgs/step-cli/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/step-cli/template

diff --git a/srcpkgs/step-cli/template b/srcpkgs/step-cli/template
new file mode 100644
index 000000000000..0fe5dc2dd34e
--- /dev/null
+++ b/srcpkgs/step-cli/template
@@ -0,0 +1,15 @@
+# Template file for 'step-cli'
+pkgname=step-cli
+version=0.19.0
+revision=1
+wrksrc=cli-$version
+build_style=go
+go_import_path=github.com/smallstep/cli
+go_package=$go_import_path/cmd/step
+short_desc="Zero trust swiss army knife"
+maintainer="Michael Aldridge <maldridge@voidlinux.org>"
+license="Apache-2.0"
+homepage="https://smallstep.com/cli"
+changelog="https://raw.githubusercontent.com/smallstep/cli/master/CHANGELOG.md"
+distfiles="https://github.com/smallstep/cli/archive/refs/tags/v$version.tar.gz"
+checksum=a58e63acbfd65a5df84f85715253aa88b566a13af26e2fa1353ae5766b3687d5

  parent reply	other threads:[~2022-04-22  6:30 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-22  6:09 [PR PATCH] " the-maldridge
2022-04-22  6:19 ` [PR PATCH] [Updated] " the-maldridge
2022-04-22  6:21 ` the-maldridge
2022-04-22  6:28 ` [PR REVIEW] " classabbyamp
2022-04-22  6:30 ` the-maldridge [this message]
2022-04-22 16:08 ` [PR PATCH] [Updated] " the-maldridge
2022-04-22 19:11 ` the-maldridge
2022-04-23  0:39 ` the-maldridge
2022-04-23  0:40 ` [PR PATCH] [Merged]: " the-maldridge

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=20220422063037.wGib95j6zZwa9hq4yWwk5-NuogtHV9dp9iSUAiw6X4w@z \
    --to=the-maldridge@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).