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] NetAuth Suite: Update everything to the latest versions.
Date: Sun, 21 Mar 2021 11:00:28 +0100	[thread overview]
Message-ID: <20210321100028.aL5OggPC4lcCao6rEoY4rMbnM3lLZcTrxcNQRGQIxyU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-29642@inbox.vuxu.org>

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

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

https://github.com/the-maldridge/void-packages netauth-updates
https://github.com/void-linux/void-packages/pull/29642

NetAuth Suite: Update everything to the latest versions.
In draft state until certificates and keys are copied into the right locations to be visible after the switch since they will be resolved relative to the config file, not the data dir.  This removes the need for the data-dir to be present on non-server hosts.

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

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

From 24b2fe877281cbc821b32ae1c54cabe6da7ba1ad Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@VoidLinux.org>
Date: Sun, 21 Mar 2021 01:29:24 -0700
Subject: [PATCH 1/8] NetAuth: update to 0.4.1.

---
 srcpkgs/NetAuth/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/NetAuth/template b/srcpkgs/NetAuth/template
index 426674112516..81a56aa405de 100644
--- a/srcpkgs/NetAuth/template
+++ b/srcpkgs/NetAuth/template
@@ -1,7 +1,7 @@
 # Template file for 'NetAuth'
 pkgname=NetAuth
-version=0.3.4
-revision=5
+version=0.4.1
+revision=1
 wrksrc=netauth-$version
 build_style="go"
 go_import_path="github.com/netauth/netauth"
@@ -9,11 +9,11 @@ go_package="${go_import_path}/cmd/netauth
  ${go_import_path}/cmd/netauthd"
 hostmakedepends="git"
 short_desc="Network authentication and identity system"
-maintainer="Michael Aldridge <maldridge@voidlinux.org>"
+maintainer="Michael Aldridge <maldridge@netauth.org>"
 license="MIT"
 homepage="https://netauth.org"
 distfiles="https://github.com/NetAuth/NetAuth/archive/v$version.tar.gz"
-checksum=76811411d4ebd00876e553b4eb9c912c16ee5ebc5c6aaeab922e233275f56a94
+checksum=0d68df48faa114a96c3e636fbfbd558fbac1f24f59f383be1449eec3a8101a4d
 
 do_check() {
 	go test -v ./...

From 5c53d30150e25c8da30c60d3e36b692c0c01ec7c Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@VoidLinux.org>
Date: Sun, 21 Mar 2021 02:18:01 -0700
Subject: [PATCH 2/8] NetKeys: update to 0.5.5.

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

diff --git a/srcpkgs/NetKeys/template b/srcpkgs/NetKeys/template
index 950d26850c4d..9d5c4a4385dc 100644
--- a/srcpkgs/NetKeys/template
+++ b/srcpkgs/NetKeys/template
@@ -1,6 +1,6 @@
 # Template file for 'NetKeys'
 pkgname=NetKeys
-version=0.5.3
+version=0.5.5
 revision=1
 wrksrc=netkeys-$version
 build_style=go
@@ -11,7 +11,7 @@ maintainer="Michael Aldridge <maldridge@netauth.org>"
 license="MIT"
 homepage="https://netauth.org"
 distfiles="https://github.com/NetAuth/NetKeys/archive/v$version.tar.gz"
-checksum=c7cdcc54a41501c3a40f114aa873668bb78c6ff2bd73c7a1c8c2295a968fc453
+checksum=1a82b2d415b77a63bd1cf7b2f79db454aea11811f268166dc004b75f38b9a791
 
 post_install() {
 	vlicense LICENSE

From 97a71e3bbc088343dd1c16efbb608bd653d886e3 Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@VoidLinux.org>
Date: Sun, 21 Mar 2021 02:19:09 -0700
Subject: [PATCH 3/8] NetAuth-nsscache: update to 0.6.5.

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

diff --git a/srcpkgs/NetAuth-nsscache/template b/srcpkgs/NetAuth-nsscache/template
index a8aabcd5964a..b7d171889aaf 100644
--- a/srcpkgs/NetAuth-nsscache/template
+++ b/srcpkgs/NetAuth-nsscache/template
@@ -1,6 +1,6 @@
 # Template file for 'NetAuth-nsscache'
 pkgname=NetAuth-nsscache
-version=0.6.3
+version=0.6.5
 revision=1
 wrksrc="nsscache-$version"
 build_style=go
@@ -11,7 +11,7 @@ maintainer="Michael Aldridge <maldridge@netauth.org>"
 license="MIT"
 homepage="https://netauth.org"
 distfiles="https://github.com/NetAuth/nsscache/archive/v$version.tar.gz"
-checksum=9e29b188166318e1d3aa4a2ddc00501c4419699ed812f34ea1fb73303f4fedfd
+checksum=d5e558d552009d59e5b433a9b96dac7db378412ccebb9dee95216a7a58eab2aa
 
 post_install() {
 	vlicense LICENSE

From b4a7a4d5452edf252eaafcbeacff059a16dcee68 Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@VoidLinux.org>
Date: Sun, 21 Mar 2021 02:25:13 -0700
Subject: [PATCH 4/8] NetAuth-localizer: update to 0.1.3.

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

diff --git a/srcpkgs/NetAuth-localizer/template b/srcpkgs/NetAuth-localizer/template
index 4c97fb966b0d..7039dd37cbea 100644
--- a/srcpkgs/NetAuth-localizer/template
+++ b/srcpkgs/NetAuth-localizer/template
@@ -1,6 +1,6 @@
 # Template file for 'NetAuth-localizer'
 pkgname=NetAuth-localizer
-version=0.1.1
+version=0.1.3
 revision=1
 wrksrc=localizer-$version
 build_style=go
@@ -13,7 +13,7 @@ maintainer="Michael Aldridge <maldridge@netauth.org>"
 license="MIT"
 homepage="https://netauth.org/ecosystem/localizer"
 distfiles="https://github.com/netauth/localizer/archive/v$version.tar.gz"
-checksum=8a7f7b57f7bdb751f9a6b482603b0207577ae54c1e79cb0f7dd8e96730fbdb84
+checksum=63c4d462f90e03b8f4e225afe8cd064fdb54cf1d646c8ec4ff2452dbe2ad55f5
 
 do_check() {
 	go test -v ./...

From 26b6f0055b266acb364b1c9a0cbca812a7f8376a Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@VoidLinux.org>
Date: Sun, 21 Mar 2021 02:52:30 -0700
Subject: [PATCH 5/8] NetAuth-ldap: update to 0.2.3.

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

diff --git a/srcpkgs/NetAuth-ldap/template b/srcpkgs/NetAuth-ldap/template
index 425ccf490792..ef3429113f67 100644
--- a/srcpkgs/NetAuth-ldap/template
+++ b/srcpkgs/NetAuth-ldap/template
@@ -1,6 +1,6 @@
 # Template file for 'NetAuth-ldap'
 pkgname=NetAuth-ldap
-version=0.2.0
+version=0.2.3
 revision=1
 wrksrc=ldap-$version
 build_style=go
@@ -12,7 +12,7 @@ maintainer="Michael Aldridge <maldridge@netauth.org>"
 license="MIT"
 homepage="https://www.netauth.org/ecosystem/ldap"
 distfiles="https://github.com/netauth/ldap/archive/v$version.tar.gz"
-checksum=581b60475e940efff673edd3a0fb5ab34fef28f4872fc51a0720013f2004c2f0
+checksum=1d75f23197ea869207e8895cfaadde2c536f279eb26ddb8256642f5babece7e7
 system_accounts="_netauth_ldap"
 
 post_install() {

From 07a14ab304d971b01fc6b98232743eaf84c6a728 Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@VoidLinux.org>
Date: Sun, 21 Mar 2021 02:53:49 -0700
Subject: [PATCH 6/8] NetAuth-pam-helper: update to 0.1.5.

---
 srcpkgs/NetAuth-pam-helper/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/NetAuth-pam-helper/template b/srcpkgs/NetAuth-pam-helper/template
index 80f362a228eb..6e8e33a6c95c 100644
--- a/srcpkgs/NetAuth-pam-helper/template
+++ b/srcpkgs/NetAuth-pam-helper/template
@@ -1,14 +1,18 @@
 # Template file for 'NetAuth-pam-helper'
 pkgname=NetAuth-pam-helper
-version=0.1.3
+version=0.1.5
 revision=1
 wrksrc=pam-helper-$version
 build_style=go
 go_import_path="github.com/netauth/pam-helper"
 hostmakedepends="git"
 short_desc="A helper executable to use with pam_exec"
-maintainer="Michael Aldridge <maldridge@VoidLinux.org>"
+maintainer="Michael Aldridge <maldridge@netauth.org>"
 license="MIT"
 homepage="https://www.github.com/netauth/pam-helper"
 distfiles="$homepage/archive/v$version.tar.gz"
-checksum=d9b14782a52604a0fc19ffe5164aad5e1580e3bdb015fda0c4b58acdb38049ae
+checksum=1f4fd5e914e6a423ba51911c89b105736b595a2328946e298a31e9dc144d1998
+
+post_install() {
+	vlicense LICENSE
+}

From 95755953b9ae1e87e774e449f879e003a0dd796a Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@VoidLinux.org>
Date: Sun, 21 Mar 2021 02:56:02 -0700
Subject: [PATCH 7/8] pam_netauth: update to 0.3.5.

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

diff --git a/srcpkgs/pam_netauth/template b/srcpkgs/pam_netauth/template
index 44bad9699dc5..09a33291eb8e 100644
--- a/srcpkgs/pam_netauth/template
+++ b/srcpkgs/pam_netauth/template
@@ -1,6 +1,6 @@
 # Template file for 'pam_netauth'
 pkgname=pam_netauth
-version=0.3.3
+version=0.3.5
 revision=1
 build_style=go
 go_import_path="github.com/netauth/pam_netauth"
@@ -11,7 +11,7 @@ maintainer="Michael Aldridge <maldridge@netauth.org>"
 license="MIT"
 homepage="https://netauth.org"
 distfiles="https://github.com/NetAuth/pam_netauth/archive/v$version.tar.gz"
-checksum=974bec19c5c50181e72c3cc1ab3089a5d37a753a7147d432dc7d44caa7dfd9f6
+checksum=50e206ee9b542831e1f62e40817e6238d218c5dc95f6e854a9f4267c1e7a3341
 
 do_build() {
 	go build -x -o pam_netauth.so -buildmode=c-shared -ldflags "${go_ldflags}" ${go_import_path}

From cfdac8d8427eb4b3de857999a3c86000ff0ce471 Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@VoidLinux.org>
Date: Sun, 21 Mar 2021 02:56:51 -0700
Subject: [PATCH 8/8] TerraState: update to 1.0.5.

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

diff --git a/srcpkgs/TerraState/template b/srcpkgs/TerraState/template
index b4a7b9e60972..a8ed1a49136d 100644
--- a/srcpkgs/TerraState/template
+++ b/srcpkgs/TerraState/template
@@ -1,6 +1,6 @@
 # Template file for 'TerraState'
 pkgname=TerraState
-version=1.0.2
+version=1.0.5
 revision=1
 wrksrc=terrastate-$version
 make_dirs="/var/lib/terrastate 0750 _terrastate _terrastate"
@@ -13,7 +13,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/the-maldridge/terrastate"
 distfiles="https://github.com/the-maldridge/terrastate/archive/v$version.tar.gz"
-checksum=73e055f9dcd04d933de42edbb8abe2163455a41198182733b101df404d48be1e
+checksum=b1870c7e2a39e15e2bf8e61ecb36ddd466b0418e6e137c6b5bdd2fb66e7b0b05
 system_groups="_terrastate"
 system_accounts="_terrastate"
 _terrastate_homedir="/var/lib/terrastate"

  parent reply	other threads:[~2021-03-21 10:00 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-21  1:09 [PR PATCH] " the-maldridge
2021-03-21  1:38 ` [PR PATCH] [Updated] NetAuth Suite: " the-maldridge
2021-03-21 10:00 ` the-maldridge [this message]
2021-03-22  6:05 ` the-maldridge
2021-03-22  6:20 ` the-maldridge
2021-03-25  6:47 ` the-maldridge
2021-03-27  1:31 ` the-maldridge
2021-03-27  5:29 ` the-maldridge
2021-03-27  5:31 ` [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=20210321100028.aL5OggPC4lcCao6rEoY4rMbnM3lLZcTrxcNQRGQIxyU@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).