Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] easyrsa: update to 3.1.7; orphan
@ 2023-12-06 19:49 agausmann
  2023-12-07  1:48 ` mhmdanas
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: agausmann @ 2023-12-06 19:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/agausmann/void-packages easyrsa-3.1.7
https://github.com/void-linux/void-packages/pull/47625

easyrsa: update to 3.1.7; orphan
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-easyrsa-3.1.7-47625.patch --]
[-- Type: text/x-diff, Size: 1934 bytes --]

From 5393d1050047ffdf2bc0359d7badfbb53b406097 Mon Sep 17 00:00:00 2001
From: Adam Gausmann <adam@gaussian.dev>
Date: Wed, 6 Dec 2023 13:45:52 -0600
Subject: [PATCH 1/2] easyrsa: update to 3.1.7.

---
 srcpkgs/easyrsa/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/easyrsa/template b/srcpkgs/easyrsa/template
index 8c43250148a0d..54548ae4905b5 100644
--- a/srcpkgs/easyrsa/template
+++ b/srcpkgs/easyrsa/template
@@ -1,6 +1,6 @@
 # Template file for 'easyrsa'
 pkgname=easyrsa
-version=3.1.4
+version=3.1.7
 revision=1
 depends="openssl"
 short_desc="Simple shell based CA utility"
@@ -9,7 +9,7 @@ license="GPL-2.0-only, ISC"
 homepage="https://github.com/OpenVPN/easy-rsa"
 changelog="https://github.com/OpenVPN/easy-rsa/raw/master/ChangeLog"
 distfiles="https://github.com/OpenVPN/easy-rsa/releases/download/v${version}/EasyRSA-${version}.tgz"
-checksum=4f987a4b5209b934440b6469a38e99c40964b973f2d296a0ddb72464b41dfe48
+checksum=aaa48fadcbb77511b9c378554ef3eae09f8c7bc149d6f56ba209f1c9bab98c6e
 conf_files="/etc/easyrsa/vars /etc/easyrsa/openssl-easyrsa.cnf /etc/easyrsa/x509-types/*"
 
 do_install() {

From 7b078b03960bc92d252e43ce6aa96e8e0d9c6f6e Mon Sep 17 00:00:00 2001
From: Adam Gausmann <adam@gaussian.dev>
Date: Wed, 6 Dec 2023 13:46:08 -0600
Subject: [PATCH 2/2] easyrsa: orphan.

---
 srcpkgs/easyrsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/easyrsa/template b/srcpkgs/easyrsa/template
index 54548ae4905b5..058c7c559c048 100644
--- a/srcpkgs/easyrsa/template
+++ b/srcpkgs/easyrsa/template
@@ -4,7 +4,7 @@ version=3.1.7
 revision=1
 depends="openssl"
 short_desc="Simple shell based CA utility"
-maintainer="Adam Gausmann <adam@gaussian.dev>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only, ISC"
 homepage="https://github.com/OpenVPN/easy-rsa"
 changelog="https://github.com/OpenVPN/easy-rsa/raw/master/ChangeLog"

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

* Re: easyrsa: update to 3.1.7; orphan
  2023-12-06 19:49 [PR PATCH] easyrsa: update to 3.1.7; orphan agausmann
@ 2023-12-07  1:48 ` mhmdanas
  2023-12-07  5:17 ` [PR PATCH] [Updated] " agausmann
  2023-12-22 23:29 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: mhmdanas @ 2023-12-07  1:48 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/47625#issuecomment-1844025840

Comment:
Please squash the two commits into one titled "easyrsa: update to 3.1.7, orphan."

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

* Re: [PR PATCH] [Updated] easyrsa: update to 3.1.7; orphan
  2023-12-06 19:49 [PR PATCH] easyrsa: update to 3.1.7; orphan agausmann
  2023-12-07  1:48 ` mhmdanas
@ 2023-12-07  5:17 ` agausmann
  2023-12-22 23:29 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: agausmann @ 2023-12-07  5:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/agausmann/void-packages easyrsa-3.1.7
https://github.com/void-linux/void-packages/pull/47625

easyrsa: update to 3.1.7; orphan
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-easyrsa-3.1.7-47625.patch --]
[-- Type: text/x-diff, Size: 1233 bytes --]

From 6bbb41c3b5d6d40c6641ffeab07e5558f27cadb5 Mon Sep 17 00:00:00 2001
From: Adam Gausmann <adam@gaussian.dev>
Date: Wed, 6 Dec 2023 13:45:52 -0600
Subject: [PATCH] easyrsa: update to 3.1.7, orphan.

---
 srcpkgs/easyrsa/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/easyrsa/template b/srcpkgs/easyrsa/template
index 8c43250148a0d..058c7c559c048 100644
--- a/srcpkgs/easyrsa/template
+++ b/srcpkgs/easyrsa/template
@@ -1,15 +1,15 @@
 # Template file for 'easyrsa'
 pkgname=easyrsa
-version=3.1.4
+version=3.1.7
 revision=1
 depends="openssl"
 short_desc="Simple shell based CA utility"
-maintainer="Adam Gausmann <adam@gaussian.dev>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only, ISC"
 homepage="https://github.com/OpenVPN/easy-rsa"
 changelog="https://github.com/OpenVPN/easy-rsa/raw/master/ChangeLog"
 distfiles="https://github.com/OpenVPN/easy-rsa/releases/download/v${version}/EasyRSA-${version}.tgz"
-checksum=4f987a4b5209b934440b6469a38e99c40964b973f2d296a0ddb72464b41dfe48
+checksum=aaa48fadcbb77511b9c378554ef3eae09f8c7bc149d6f56ba209f1c9bab98c6e
 conf_files="/etc/easyrsa/vars /etc/easyrsa/openssl-easyrsa.cnf /etc/easyrsa/x509-types/*"
 
 do_install() {

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

* Re: [PR PATCH] [Merged]: easyrsa: update to 3.1.7; orphan
  2023-12-06 19:49 [PR PATCH] easyrsa: update to 3.1.7; orphan agausmann
  2023-12-07  1:48 ` mhmdanas
  2023-12-07  5:17 ` [PR PATCH] [Updated] " agausmann
@ 2023-12-22 23:29 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2023-12-22 23:29 UTC (permalink / raw)
  To: ml

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

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

easyrsa: update to 3.1.7; orphan
https://github.com/void-linux/void-packages/pull/47625

Description:
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-12-22 23:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-06 19:49 [PR PATCH] easyrsa: update to 3.1.7; orphan agausmann
2023-12-07  1:48 ` mhmdanas
2023-12-07  5:17 ` [PR PATCH] [Updated] " agausmann
2023-12-22 23:29 ` [PR PATCH] [Merged]: " Duncaen

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