Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: openpgp-ca-0.10.1
@ 2022-06-16 20:05 jcgruenhage
  2022-08-01 14:08 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: jcgruenhage @ 2022-06-16 20:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages openpgp-ca-0.10.1_1
https://github.com/void-linux/void-packages/pull/37588

New package: openpgp-ca-0.10.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 - crossbuild



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openpgp-ca-0.10.1_1-37588.patch --]
[-- Type: text/x-diff, Size: 1283 bytes --]

From baf3f2f9e8654a57874781b63a4ac6751bdfe337 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sun, 5 Sep 2021 22:23:25 +0200
Subject: [PATCH] New package: openpgp-ca-0.10.1

---
 srcpkgs/openpgp-ca/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/openpgp-ca/template

diff --git a/srcpkgs/openpgp-ca/template b/srcpkgs/openpgp-ca/template
new file mode 100644
index 000000000000..d06d7357615e
--- /dev/null
+++ b/srcpkgs/openpgp-ca/template
@@ -0,0 +1,16 @@
+# Template file for 'openpgp-ca'
+pkgname=openpgp-ca
+version=0.10.1
+revision=1
+build_style=cargo
+make_install_args="--path openpgp-ca-bin"
+hostmakedepends="pkg-config llvm clang nettle-devel sqlite-devel"
+makedepends="openssl-devel nettle-devel clang sqlite-devel"
+depends="gnupg"
+short_desc="Tool for handling OpenPGP keys in organizaations"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="GPL-3.0-or-later"
+homepage="https://openpgp-ca.org/"
+distfiles="https://gitlab.com/openpgp-ca/openpgp-ca/-/archive/${version}/openpgp-ca-${version}.tar.gz"
+checksum=0389c25493c6de0697667d4b5e12eeac878cf754fe1bf86bb569b6329f76593c
+make_check=no # Tests require gpg-agent being set up

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

* Re: [PR PATCH] [Updated] New package: openpgp-ca-0.10.1
  2022-06-16 20:05 [PR PATCH] New package: openpgp-ca-0.10.1 jcgruenhage
@ 2022-08-01 14:08 ` jcgruenhage
  2022-10-31  2:15 ` New package: openpgp-ca-0.11.1 github-actions
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jcgruenhage @ 2022-08-01 14:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages openpgp-ca-0.10.1_1
https://github.com/void-linux/void-packages/pull/37588

New package: openpgp-ca-0.10.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 - crossbuild



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openpgp-ca-0.10.1_1-37588.patch --]
[-- Type: text/x-diff, Size: 1717 bytes --]

From a2229c76123fc2c27267a60792922d9239be024a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sun, 5 Sep 2021 22:23:25 +0200
Subject: [PATCH] New package: openpgp-ca-0.11.1

---
 srcpkgs/openpgp-ca/template | 17 +++++++++++++++++
 srcpkgs/openpgp-ca/update   |  2 ++
 2 files changed, 19 insertions(+)
 create mode 100644 srcpkgs/openpgp-ca/template
 create mode 100644 srcpkgs/openpgp-ca/update

diff --git a/srcpkgs/openpgp-ca/template b/srcpkgs/openpgp-ca/template
new file mode 100644
index 000000000000..dbb90c4fd3c2
--- /dev/null
+++ b/srcpkgs/openpgp-ca/template
@@ -0,0 +1,17 @@
+# Template file for 'openpgp-ca'
+pkgname=openpgp-ca
+version=0.11.1
+revision=1
+wrksrc="${pkgname}-${pkgname}-v${version}"
+build_style=cargo
+make_install_args="--path openpgp-ca-bin"
+hostmakedepends="pkg-config llvm clang nettle-devel sqlite-devel"
+makedepends="openssl-devel nettle-devel clang sqlite-devel"
+depends="gnupg"
+short_desc="Tool for handling OpenPGP keys in organizaations"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="GPL-3.0-or-later"
+homepage="https://openpgp-ca.org/"
+distfiles="https://gitlab.com/openpgp-ca/openpgp-ca/-/archive/openpgp-ca/v${version}/${wrksrc}.tar.gz"
+checksum=2ee40aa1581290d40c983afaedc76076e8a759e9b0a4c3258d47eee1b0e9ae37
+make_check=no # Tests require gpg-agent being set up
diff --git a/srcpkgs/openpgp-ca/update b/srcpkgs/openpgp-ca/update
new file mode 100644
index 000000000000..0b887cabce9b
--- /dev/null
+++ b/srcpkgs/openpgp-ca/update
@@ -0,0 +1,2 @@
+site="https://gitlab.com/openpgp-ca/openpgp-ca/-/tags?format=atom"
+pattern="<title>(openpgp-ca/v)?\K[\d.]+(?=</title>)"

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

* Re: New package: openpgp-ca-0.11.1
  2022-06-16 20:05 [PR PATCH] New package: openpgp-ca-0.10.1 jcgruenhage
  2022-08-01 14:08 ` [PR PATCH] [Updated] " jcgruenhage
@ 2022-10-31  2:15 ` github-actions
  2022-11-01 13:46 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2022-10-31  2:15 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/37588#issuecomment-1296449511

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] New package: openpgp-ca-0.11.1
  2022-06-16 20:05 [PR PATCH] New package: openpgp-ca-0.10.1 jcgruenhage
  2022-08-01 14:08 ` [PR PATCH] [Updated] " jcgruenhage
  2022-10-31  2:15 ` New package: openpgp-ca-0.11.1 github-actions
@ 2022-11-01 13:46 ` jcgruenhage
  2022-11-01 13:46 ` jcgruenhage
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jcgruenhage @ 2022-11-01 13:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages openpgp-ca-0.10.1_1
https://github.com/void-linux/void-packages/pull/37588

New package: openpgp-ca-0.11.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

I've created a CA, created some users and checked the generated certificates using `sq`. The output looks good.


#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 - crossbuild



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openpgp-ca-0.10.1_1-37588.patch --]
[-- Type: text/x-diff, Size: 1717 bytes --]

From 773a0c8ceb9a60c7fe62f2503074934eff296eff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sun, 5 Sep 2021 22:23:25 +0200
Subject: [PATCH] New package: openpgp-ca-0.11.2

---
 srcpkgs/openpgp-ca/template | 17 +++++++++++++++++
 srcpkgs/openpgp-ca/update   |  2 ++
 2 files changed, 19 insertions(+)
 create mode 100644 srcpkgs/openpgp-ca/template
 create mode 100644 srcpkgs/openpgp-ca/update

diff --git a/srcpkgs/openpgp-ca/template b/srcpkgs/openpgp-ca/template
new file mode 100644
index 000000000000..b066fb8108e7
--- /dev/null
+++ b/srcpkgs/openpgp-ca/template
@@ -0,0 +1,17 @@
+# Template file for 'openpgp-ca'
+pkgname=openpgp-ca
+version=0.11.2
+revision=1
+wrksrc="${pkgname}-${pkgname}-v${version}"
+build_style=cargo
+make_install_args="--path openpgp-ca-bin"
+hostmakedepends="pkg-config llvm clang nettle-devel sqlite-devel"
+makedepends="openssl-devel nettle-devel clang sqlite-devel"
+depends="gnupg"
+short_desc="Tool for handling OpenPGP keys in organizaations"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="GPL-3.0-or-later"
+homepage="https://openpgp-ca.org/"
+distfiles="https://gitlab.com/openpgp-ca/openpgp-ca/-/archive/openpgp-ca/v${version}/${wrksrc}.tar.gz"
+checksum=162f60cdb937a9db897f699a35266da00adeb14c42a21f806d13bfbed03f921e
+make_check=no # Tests require gpg-agent being set up
diff --git a/srcpkgs/openpgp-ca/update b/srcpkgs/openpgp-ca/update
new file mode 100644
index 000000000000..0b887cabce9b
--- /dev/null
+++ b/srcpkgs/openpgp-ca/update
@@ -0,0 +1,2 @@
+site="https://gitlab.com/openpgp-ca/openpgp-ca/-/tags?format=atom"
+pattern="<title>(openpgp-ca/v)?\K[\d.]+(?=</title>)"

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

* Re: New package: openpgp-ca-0.11.1
  2022-06-16 20:05 [PR PATCH] New package: openpgp-ca-0.10.1 jcgruenhage
                   ` (2 preceding siblings ...)
  2022-11-01 13:46 ` [PR PATCH] [Updated] " jcgruenhage
@ 2022-11-01 13:46 ` jcgruenhage
  2023-02-01  2:07 ` New package: openpgp-ca-0.11.2 github-actions
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jcgruenhage @ 2022-11-01 13:46 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/37588#issuecomment-1298535606

Comment:
Not stale. Just rebased and updated to 0.11.2.

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

* Re: New package: openpgp-ca-0.11.2
  2022-06-16 20:05 [PR PATCH] New package: openpgp-ca-0.10.1 jcgruenhage
                   ` (3 preceding siblings ...)
  2022-11-01 13:46 ` jcgruenhage
@ 2023-02-01  2:07 ` github-actions
  2023-02-01 10:11 ` jcgruenhage
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2023-02-01  2:07 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/37588#issuecomment-1411343462

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: New package: openpgp-ca-0.11.2
  2022-06-16 20:05 [PR PATCH] New package: openpgp-ca-0.10.1 jcgruenhage
                   ` (4 preceding siblings ...)
  2023-02-01  2:07 ` New package: openpgp-ca-0.11.2 github-actions
@ 2023-02-01 10:11 ` jcgruenhage
  2023-02-01 10:43 ` [PR PATCH] [Updated] " sgn
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jcgruenhage @ 2023-02-01 10:11 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/37588#issuecomment-1411803992

Comment:
***still not stale***

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

* Re: [PR PATCH] [Updated] New package: openpgp-ca-0.11.2
  2022-06-16 20:05 [PR PATCH] New package: openpgp-ca-0.10.1 jcgruenhage
                   ` (5 preceding siblings ...)
  2023-02-01 10:11 ` jcgruenhage
@ 2023-02-01 10:43 ` sgn
  2023-02-01 10:43 ` sgn
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sgn @ 2023-02-01 10:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages openpgp-ca-0.10.1_1
https://github.com/void-linux/void-packages/pull/37588

New package: openpgp-ca-0.11.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

I've created a CA, created some users and checked the generated certificates using `sq`. The output looks good.


#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 - crossbuild



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openpgp-ca-0.10.1_1-37588.patch --]
[-- Type: text/x-diff, Size: 1675 bytes --]

From a0334b4be5fb3fe1bc1caba60dfb4d82a0669329 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sun, 5 Sep 2021 22:23:25 +0200
Subject: [PATCH] New package: openpgp-ca-0.11.2

Close: #37588
---
 srcpkgs/openpgp-ca/template | 16 ++++++++++++++++
 srcpkgs/openpgp-ca/update   |  2 ++
 2 files changed, 18 insertions(+)
 create mode 100644 srcpkgs/openpgp-ca/template
 create mode 100644 srcpkgs/openpgp-ca/update

diff --git a/srcpkgs/openpgp-ca/template b/srcpkgs/openpgp-ca/template
new file mode 100644
index 000000000000..d9281577df89
--- /dev/null
+++ b/srcpkgs/openpgp-ca/template
@@ -0,0 +1,16 @@
+# Template file for 'openpgp-ca'
+pkgname=openpgp-ca
+version=0.11.2
+revision=1
+build_style=cargo
+make_install_args="--path openpgp-ca-bin"
+hostmakedepends="pkg-config nettle-devel sqlite-devel"
+makedepends="openssl-devel nettle-devel clang sqlite-devel"
+depends="gnupg"
+short_desc="Tool for handling OpenPGP keys in organizaations"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="GPL-3.0-or-later"
+homepage="https://openpgp-ca.org/"
+distfiles="https://gitlab.com/openpgp-ca/openpgp-ca/-/archive/openpgp-ca/v${version}/${wrksrc}.tar.gz"
+checksum=162f60cdb937a9db897f699a35266da00adeb14c42a21f806d13bfbed03f921e
+make_check=no # Tests require gpg-agent being set up
diff --git a/srcpkgs/openpgp-ca/update b/srcpkgs/openpgp-ca/update
new file mode 100644
index 000000000000..0b887cabce9b
--- /dev/null
+++ b/srcpkgs/openpgp-ca/update
@@ -0,0 +1,2 @@
+site="https://gitlab.com/openpgp-ca/openpgp-ca/-/tags?format=atom"
+pattern="<title>(openpgp-ca/v)?\K[\d.]+(?=</title>)"

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

* Re: [PR PATCH] [Updated] New package: openpgp-ca-0.11.2
  2022-06-16 20:05 [PR PATCH] New package: openpgp-ca-0.10.1 jcgruenhage
                   ` (6 preceding siblings ...)
  2023-02-01 10:43 ` [PR PATCH] [Updated] " sgn
@ 2023-02-01 10:43 ` sgn
  2023-02-01 10:58 ` sgn
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sgn @ 2023-02-01 10:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages openpgp-ca-0.10.1_1
https://github.com/void-linux/void-packages/pull/37588

New package: openpgp-ca-0.11.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

I've created a CA, created some users and checked the generated certificates using `sq`. The output looks good.


#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 - crossbuild



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openpgp-ca-0.10.1_1-37588.patch --]
[-- Type: text/x-diff, Size: 1661 bytes --]

From 2862a3f9c632337c8fa874b250dfbfc11e9f8de0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sun, 5 Sep 2021 22:23:25 +0200
Subject: [PATCH] New package: openpgp-ca-0.11.2

---
 srcpkgs/openpgp-ca/template | 16 ++++++++++++++++
 srcpkgs/openpgp-ca/update   |  2 ++
 2 files changed, 18 insertions(+)
 create mode 100644 srcpkgs/openpgp-ca/template
 create mode 100644 srcpkgs/openpgp-ca/update

diff --git a/srcpkgs/openpgp-ca/template b/srcpkgs/openpgp-ca/template
new file mode 100644
index 000000000000..d9281577df89
--- /dev/null
+++ b/srcpkgs/openpgp-ca/template
@@ -0,0 +1,16 @@
+# Template file for 'openpgp-ca'
+pkgname=openpgp-ca
+version=0.11.2
+revision=1
+build_style=cargo
+make_install_args="--path openpgp-ca-bin"
+hostmakedepends="pkg-config nettle-devel sqlite-devel"
+makedepends="openssl-devel nettle-devel clang sqlite-devel"
+depends="gnupg"
+short_desc="Tool for handling OpenPGP keys in organizaations"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="GPL-3.0-or-later"
+homepage="https://openpgp-ca.org/"
+distfiles="https://gitlab.com/openpgp-ca/openpgp-ca/-/archive/openpgp-ca/v${version}/${wrksrc}.tar.gz"
+checksum=162f60cdb937a9db897f699a35266da00adeb14c42a21f806d13bfbed03f921e
+make_check=no # Tests require gpg-agent being set up
diff --git a/srcpkgs/openpgp-ca/update b/srcpkgs/openpgp-ca/update
new file mode 100644
index 000000000000..0b887cabce9b
--- /dev/null
+++ b/srcpkgs/openpgp-ca/update
@@ -0,0 +1,2 @@
+site="https://gitlab.com/openpgp-ca/openpgp-ca/-/tags?format=atom"
+pattern="<title>(openpgp-ca/v)?\K[\d.]+(?=</title>)"

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

* Re: [PR PATCH] [Updated] New package: openpgp-ca-0.11.2
  2022-06-16 20:05 [PR PATCH] New package: openpgp-ca-0.10.1 jcgruenhage
                   ` (7 preceding siblings ...)
  2023-02-01 10:43 ` sgn
@ 2023-02-01 10:58 ` sgn
  2023-02-01 11:01 ` sgn
  2023-02-01 11:46 ` [PR PATCH] [Merged]: " sgn
  10 siblings, 0 replies; 12+ messages in thread
From: sgn @ 2023-02-01 10:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages openpgp-ca-0.10.1_1
https://github.com/void-linux/void-packages/pull/37588

New package: openpgp-ca-0.11.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

I've created a CA, created some users and checked the generated certificates using `sq`. The output looks good.


#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 - crossbuild



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openpgp-ca-0.10.1_1-37588.patch --]
[-- Type: text/x-diff, Size: 1685 bytes --]

From bac20522736d7d9db7d2d053cfea3172a5098ded Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sun, 5 Sep 2021 22:23:25 +0200
Subject: [PATCH] New package: openpgp-ca-0.11.2

---
 srcpkgs/openpgp-ca/template | 16 ++++++++++++++++
 srcpkgs/openpgp-ca/update   |  2 ++
 2 files changed, 18 insertions(+)
 create mode 100644 srcpkgs/openpgp-ca/template
 create mode 100644 srcpkgs/openpgp-ca/update

diff --git a/srcpkgs/openpgp-ca/template b/srcpkgs/openpgp-ca/template
new file mode 100644
index 000000000000..ee105bb904a1
--- /dev/null
+++ b/srcpkgs/openpgp-ca/template
@@ -0,0 +1,16 @@
+# Template file for 'openpgp-ca'
+pkgname=openpgp-ca
+version=0.11.2
+revision=1
+build_style=cargo
+make_install_args="--path openpgp-ca-bin"
+hostmakedepends="pkg-config nettle-devel sqlite-devel"
+makedepends="openssl-devel nettle-devel clang sqlite-devel"
+depends="gnupg"
+short_desc="Tool for handling OpenPGP keys in organizaations"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="GPL-3.0-or-later"
+homepage="https://openpgp-ca.org/"
+distfiles="https://gitlab.com/openpgp-ca/openpgp-ca/-/archive/openpgp-ca/v${version}/openpgp-ca-openpgp-ca-v${version}.tar.gz"
+checksum=162f60cdb937a9db897f699a35266da00adeb14c42a21f806d13bfbed03f921e
+make_check=no # Tests require gpg-agent being set up
diff --git a/srcpkgs/openpgp-ca/update b/srcpkgs/openpgp-ca/update
new file mode 100644
index 000000000000..0b887cabce9b
--- /dev/null
+++ b/srcpkgs/openpgp-ca/update
@@ -0,0 +1,2 @@
+site="https://gitlab.com/openpgp-ca/openpgp-ca/-/tags?format=atom"
+pattern="<title>(openpgp-ca/v)?\K[\d.]+(?=</title>)"

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

* Re: [PR PATCH] [Updated] New package: openpgp-ca-0.11.2
  2022-06-16 20:05 [PR PATCH] New package: openpgp-ca-0.10.1 jcgruenhage
                   ` (8 preceding siblings ...)
  2023-02-01 10:58 ` sgn
@ 2023-02-01 11:01 ` sgn
  2023-02-01 11:46 ` [PR PATCH] [Merged]: " sgn
  10 siblings, 0 replies; 12+ messages in thread
From: sgn @ 2023-02-01 11:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages openpgp-ca-0.10.1_1
https://github.com/void-linux/void-packages/pull/37588

New package: openpgp-ca-0.11.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

I've created a CA, created some users and checked the generated certificates using `sq`. The output looks good.


#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 - crossbuild



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openpgp-ca-0.10.1_1-37588.patch --]
[-- Type: text/x-diff, Size: 1696 bytes --]

From dc84240c88bc0868c301773534170d3dd2bfa175 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sun, 5 Sep 2021 22:23:25 +0200
Subject: [PATCH] New package: openpgp-ca-0.11.2

---
 srcpkgs/openpgp-ca/template | 16 ++++++++++++++++
 srcpkgs/openpgp-ca/update   |  2 ++
 2 files changed, 18 insertions(+)
 create mode 100644 srcpkgs/openpgp-ca/template
 create mode 100644 srcpkgs/openpgp-ca/update

diff --git a/srcpkgs/openpgp-ca/template b/srcpkgs/openpgp-ca/template
new file mode 100644
index 000000000000..ca62b5987975
--- /dev/null
+++ b/srcpkgs/openpgp-ca/template
@@ -0,0 +1,16 @@
+# Template file for 'openpgp-ca'
+pkgname=openpgp-ca
+version=0.11.2
+revision=1
+build_style=cargo
+make_install_args="--path openpgp-ca-bin"
+hostmakedepends="pkg-config clang llvm nettle-devel sqlite-devel"
+makedepends="openssl-devel nettle-devel clang sqlite-devel"
+depends="gnupg"
+short_desc="Tool for handling OpenPGP keys in organizaations"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="GPL-3.0-or-later"
+homepage="https://openpgp-ca.org/"
+distfiles="https://gitlab.com/openpgp-ca/openpgp-ca/-/archive/openpgp-ca/v${version}/openpgp-ca-openpgp-ca-v${version}.tar.gz"
+checksum=162f60cdb937a9db897f699a35266da00adeb14c42a21f806d13bfbed03f921e
+make_check=no # Tests require gpg-agent being set up
diff --git a/srcpkgs/openpgp-ca/update b/srcpkgs/openpgp-ca/update
new file mode 100644
index 000000000000..0b887cabce9b
--- /dev/null
+++ b/srcpkgs/openpgp-ca/update
@@ -0,0 +1,2 @@
+site="https://gitlab.com/openpgp-ca/openpgp-ca/-/tags?format=atom"
+pattern="<title>(openpgp-ca/v)?\K[\d.]+(?=</title>)"

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

* Re: [PR PATCH] [Merged]: New package: openpgp-ca-0.11.2
  2022-06-16 20:05 [PR PATCH] New package: openpgp-ca-0.10.1 jcgruenhage
                   ` (9 preceding siblings ...)
  2023-02-01 11:01 ` sgn
@ 2023-02-01 11:46 ` sgn
  10 siblings, 0 replies; 12+ messages in thread
From: sgn @ 2023-02-01 11:46 UTC (permalink / raw)
  To: ml

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

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

New package: openpgp-ca-0.11.2
https://github.com/void-linux/void-packages/pull/37588

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

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

I've created a CA, created some users and checked the generated certificates using `sq`. The output looks good.


#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 - crossbuild



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

end of thread, other threads:[~2023-02-01 11:46 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-16 20:05 [PR PATCH] New package: openpgp-ca-0.10.1 jcgruenhage
2022-08-01 14:08 ` [PR PATCH] [Updated] " jcgruenhage
2022-10-31  2:15 ` New package: openpgp-ca-0.11.1 github-actions
2022-11-01 13:46 ` [PR PATCH] [Updated] " jcgruenhage
2022-11-01 13:46 ` jcgruenhage
2023-02-01  2:07 ` New package: openpgp-ca-0.11.2 github-actions
2023-02-01 10:11 ` jcgruenhage
2023-02-01 10:43 ` [PR PATCH] [Updated] " sgn
2023-02-01 10:43 ` sgn
2023-02-01 10:58 ` sgn
2023-02-01 11:01 ` sgn
2023-02-01 11:46 ` [PR PATCH] [Merged]: " sgn

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