Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] easyrsa: update to 3.0.7.
@ 2020-04-18  7:00 agausmann
  2020-04-18  7:04 ` [PR PATCH] [Updated] " agausmann
  2020-04-20 13:49 ` [PR PATCH] [Merged]: " Hoshpak
  0 siblings, 2 replies; 3+ messages in thread
From: agausmann @ 2020-04-18  7:00 UTC (permalink / raw)
  To: ml

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

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

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

easyrsa: update to 3.0.7.


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

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

From 930aa35892809f15d5e041d29975e30be78e5783 Mon Sep 17 00:00:00 2001
From: Adam Gausmann <agausmann@fastmail.com>
Date: Sat, 18 Apr 2020 02:01:06 -0500
Subject: [PATCH] easyrsa: update to 3.0.7.

---
 srcpkgs/easyrsa/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/easyrsa/template b/srcpkgs/easyrsa/template
index fa2a8333a2b..c7cddf4a47e 100644
--- a/srcpkgs/easyrsa/template
+++ b/srcpkgs/easyrsa/template
@@ -1,16 +1,16 @@
 # Template file for 'easyrsa'
 pkgname=easyrsa
-version=3.0.6
+version=3.0.7
 revision=1
-archs=noarch
-wrksrc=EasyRSA-v$version
+archs="noarch"
+wrksrc="EasyRSA-v${version}"
 depends="libressl"
 short_desc="Simple shell based CA utility"
 maintainer="Adam Gausmann <agausmann@fastmail.com>"
 license="GPL-2.0-only"
 homepage="https://github.com/OpenVPN/easy-rsa"
-distfiles="https://github.com/OpenVPN/easy-rsa/releases/download/v$version/EasyRSA-unix-v$version.tgz"
-checksum=cb29aed2d27824e59dbaad547f11dcab380a53c9fe05681249e804af436f1396
+distfiles="https://github.com/OpenVPN/easy-rsa/releases/download/v${version}/EasyRSA-unix-v${version}.tgz"
+checksum="cb29aed2d27824e59dbaad547f11dcab380a53c9fe05681249e804af436f1396"
 conf_files="/etc/easyrsa/vars /etc/easyrsa/openssl-easyrsa.cnf /etc/easyrsa/x509-types/*"
 
 do_install() {

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

* Re: [PR PATCH] [Updated] easyrsa: update to 3.0.7.
  2020-04-18  7:00 [PR PATCH] easyrsa: update to 3.0.7 agausmann
@ 2020-04-18  7:04 ` agausmann
  2020-04-20 13:49 ` [PR PATCH] [Merged]: " Hoshpak
  1 sibling, 0 replies; 3+ messages in thread
From: agausmann @ 2020-04-18  7:04 UTC (permalink / raw)
  To: ml

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

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

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

easyrsa: update to 3.0.7.


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

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

From 3332e080cd79ede7114ad272639ecdf9a776c0ad Mon Sep 17 00:00:00 2001
From: Adam Gausmann <agausmann@fastmail.com>
Date: Sat, 18 Apr 2020 02:01:06 -0500
Subject: [PATCH] easyrsa: update to 3.0.7.

---
 srcpkgs/easyrsa/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/easyrsa/template b/srcpkgs/easyrsa/template
index fa2a8333a2b..517dd6ff50b 100644
--- a/srcpkgs/easyrsa/template
+++ b/srcpkgs/easyrsa/template
@@ -1,16 +1,16 @@
 # Template file for 'easyrsa'
 pkgname=easyrsa
-version=3.0.6
+version=3.0.7
 revision=1
-archs=noarch
-wrksrc=EasyRSA-v$version
+archs="noarch"
+wrksrc="EasyRSA-${version}"
 depends="libressl"
 short_desc="Simple shell based CA utility"
 maintainer="Adam Gausmann <agausmann@fastmail.com>"
 license="GPL-2.0-only"
 homepage="https://github.com/OpenVPN/easy-rsa"
-distfiles="https://github.com/OpenVPN/easy-rsa/releases/download/v$version/EasyRSA-unix-v$version.tgz"
-checksum=cb29aed2d27824e59dbaad547f11dcab380a53c9fe05681249e804af436f1396
+distfiles="https://github.com/OpenVPN/easy-rsa/releases/download/v${version}/EasyRSA-${version}.tgz"
+checksum="157d2e8c115c3ad070c1b2641a4c9191e06a32a8e50971847a718251eeb510a8"
 conf_files="/etc/easyrsa/vars /etc/easyrsa/openssl-easyrsa.cnf /etc/easyrsa/x509-types/*"
 
 do_install() {

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

* Re: [PR PATCH] [Merged]: easyrsa: update to 3.0.7.
  2020-04-18  7:00 [PR PATCH] easyrsa: update to 3.0.7 agausmann
  2020-04-18  7:04 ` [PR PATCH] [Updated] " agausmann
@ 2020-04-20 13:49 ` Hoshpak
  1 sibling, 0 replies; 3+ messages in thread
From: Hoshpak @ 2020-04-20 13:49 UTC (permalink / raw)
  To: ml

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

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

easyrsa: update to 3.0.7.
https://github.com/void-linux/void-packages/pull/21106

Description:


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

end of thread, other threads:[~2020-04-20 13:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-18  7:00 [PR PATCH] easyrsa: update to 3.0.7 agausmann
2020-04-18  7:04 ` [PR PATCH] [Updated] " agausmann
2020-04-20 13:49 ` [PR PATCH] [Merged]: " Hoshpak

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