Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: step-0.19.0.
@ 2022-04-22  6:09 the-maldridge
  2022-04-22  6:19 ` [PR PATCH] [Updated] " the-maldridge
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: the-maldridge @ 2022-04-22  6:09 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1434 bytes --]

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

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

diff --git a/srcpkgs/step/template b/srcpkgs/step/template
new file mode 100644
index 000000000000..9d4232da3a26
--- /dev/null
+++ b/srcpkgs/step/template
@@ -0,0 +1,26 @@
+# Template file for 'step'
+pkgname=step
+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://github.com/smallstep/certificates/blob/master/CHANGELOG.md"
+distfiles="https://github.com/smallstep/certificates/archive/refs/tags/v$version.tar.gz"
+checksum=edf8aeaabff2cae9fed4e27177d755be522c20a94a3fd7346de1ec42614d1d46
+
+do_check() {
+	go test -short ./...
+}

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

* Re: [PR PATCH] [Updated] New package: step-0.19.0.
  2022-04-22  6:09 [PR PATCH] New package: step-0.19.0 the-maldridge
@ 2022-04-22  6:19 ` the-maldridge
  2022-04-22  6:21 ` the-maldridge
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: the-maldridge @ 2022-04-22  6:19 UTC (permalink / raw)
  To: ml

[-- 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: 2545 bytes --]

From 3df929d4fe880b182d9edb7582c2c72d03e571db 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-0.19.0.

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

diff --git a/srcpkgs/step/template b/srcpkgs/step/template
new file mode 100644
index 000000000000..9d4232da3a26
--- /dev/null
+++ b/srcpkgs/step/template
@@ -0,0 +1,26 @@
+# Template file for 'step'
+pkgname=step
+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://github.com/smallstep/certificates/blob/master/CHANGELOG.md"
+distfiles="https://github.com/smallstep/certificates/archive/refs/tags/v$version.tar.gz"
+checksum=edf8aeaabff2cae9fed4e27177d755be522c20a94a3fd7346de1ec42614d1d46
+
+do_check() {
+	go test -short ./...
+}

From 4a40799f8ef93d5cf49f17e663ff63d33e6f4d2b 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..356163d848f7
--- /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://github.com/smallstep/cli/blob/master/CHANGELOG.md"
+distfiles="https://github.com/smallstep/cli/archive/refs/tags/v$version.tar.gz"
+checksum=a58e63acbfd65a5df84f85715253aa88b566a13af26e2fa1353ae5766b3687d5

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

* Re: [PR PATCH] [Updated] New package: step-0.19.0.
  2022-04-22  6:09 [PR PATCH] New package: step-0.19.0 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
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: the-maldridge @ 2022-04-22  6:21 UTC (permalink / raw)
  To: ml

[-- 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: 2649 bytes --]

From bb70e69fabe694d2465abd0dad05fb7794eef064 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..7dfa19b48aea
--- /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://github.com/smallstep/certificates/blob/master/CHANGELOG.md"
+distfiles="https://github.com/smallstep/certificates/archive/refs/tags/v$version.tar.gz"
+checksum=edf8aeaabff2cae9fed4e27177d755be522c20a94a3fd7346de1ec42614d1d46
+
+do_check() {
+	go test -short ./...
+}

From 85dcfebdf3c7e5da3ce8b6fd25ca3c54936c8f47 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..356163d848f7
--- /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://github.com/smallstep/cli/blob/master/CHANGELOG.md"
+distfiles="https://github.com/smallstep/cli/archive/refs/tags/v$version.tar.gz"
+checksum=a58e63acbfd65a5df84f85715253aa88b566a13af26e2fa1353ae5766b3687d5

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

* Re: [PR REVIEW] New package: step-0.19.0.
  2022-04-22  6:09 [PR PATCH] New package: step-0.19.0 the-maldridge
  2022-04-22  6:19 ` [PR PATCH] [Updated] " the-maldridge
  2022-04-22  6:21 ` the-maldridge
@ 2022-04-22  6:28 ` classabbyamp
  2022-04-22  6:30 ` [PR PATCH] [Updated] " the-maldridge
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2022-04-22  6:28 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36811#discussion_r855804312

Comment:
i think the convention is https://raw.githubusercontent.com/smallstep/certificates/master/CHANGELOG.md (same for the other template

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

* Re: [PR PATCH] [Updated] New package: step-0.19.0.
  2022-04-22  6:09 [PR PATCH] New package: step-0.19.0 the-maldridge
                   ` (2 preceding siblings ...)
  2022-04-22  6:28 ` [PR REVIEW] " classabbyamp
@ 2022-04-22  6:30 ` the-maldridge
  2022-04-22 16:08 ` the-maldridge
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: the-maldridge @ 2022-04-22  6:30 UTC (permalink / raw)
  To: ml

[-- 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

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

* Re: [PR PATCH] [Updated] New package: step-0.19.0.
  2022-04-22  6:09 [PR PATCH] New package: step-0.19.0 the-maldridge
                   ` (3 preceding siblings ...)
  2022-04-22  6:30 ` [PR PATCH] [Updated] " the-maldridge
@ 2022-04-22 16:08 ` the-maldridge
  2022-04-22 19:11 ` the-maldridge
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: the-maldridge @ 2022-04-22 16:08 UTC (permalink / raw)
  To: ml

[-- 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: 2623 bytes --]

From 578d467423490070b0628d357335a4a21dfc664e 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 | 22 ++++++++++++++++++++++
 1 file changed, 22 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..4d616f9450af
--- /dev/null
+++ b/srcpkgs/step-certificates/template
@@ -0,0 +1,22 @@
+# 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

From a2a4fdd609165f8cb51b9842c0d27776e946ec74 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

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

* Re: [PR PATCH] [Updated] New package: step-0.19.0.
  2022-04-22  6:09 [PR PATCH] New package: step-0.19.0 the-maldridge
                   ` (4 preceding siblings ...)
  2022-04-22 16:08 ` 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
  7 siblings, 0 replies; 9+ messages in thread
From: the-maldridge @ 2022-04-22 19:11 UTC (permalink / raw)
  To: ml

[-- 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: 2623 bytes --]

From b0a5aad6bec8ec5584ccbaf98927d56dbc9d3d86 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 | 22 ++++++++++++++++++++++
 1 file changed, 22 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..4d616f9450af
--- /dev/null
+++ b/srcpkgs/step-certificates/template
@@ -0,0 +1,22 @@
+# 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

From 23e119a1d95914c71eccce0c0e04348f0c3982a1 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

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

* Re: [PR PATCH] [Updated] New package: step-0.19.0.
  2022-04-22  6:09 [PR PATCH] New package: step-0.19.0 the-maldridge
                   ` (5 preceding siblings ...)
  2022-04-22 19:11 ` the-maldridge
@ 2022-04-23  0:39 ` the-maldridge
  2022-04-23  0:40 ` [PR PATCH] [Merged]: " the-maldridge
  7 siblings, 0 replies; 9+ messages in thread
From: the-maldridge @ 2022-04-23  0:39 UTC (permalink / raw)
  To: ml

[-- 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: 2623 bytes --]

From 3cf9cbd3f981f893aa24f3e4d80ec791f3033799 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 | 22 ++++++++++++++++++++++
 1 file changed, 22 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..4d616f9450af
--- /dev/null
+++ b/srcpkgs/step-certificates/template
@@ -0,0 +1,22 @@
+# 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

From c712a1df0a503ff0dba7fa4c43aff8e4201a4632 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

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

* Re: [PR PATCH] [Merged]: New package: step-0.19.0.
  2022-04-22  6:09 [PR PATCH] New package: step-0.19.0 the-maldridge
                   ` (6 preceding siblings ...)
  2022-04-23  0:39 ` the-maldridge
@ 2022-04-23  0:40 ` the-maldridge
  7 siblings, 0 replies; 9+ messages in thread
From: the-maldridge @ 2022-04-23  0:40 UTC (permalink / raw)
  To: ml

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

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

New package: step-0.19.0.
https://github.com/void-linux/void-packages/pull/36811

Description:
Still working on this one.

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

end of thread, other threads:[~2022-04-23  0:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-22  6:09 [PR PATCH] New package: step-0.19.0 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 ` [PR PATCH] [Updated] " the-maldridge
2022-04-22 16:08 ` 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

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