Github messages for voidlinux
 help / color / mirror / Atom feed
From: the-maldridge <the-maldridge@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] Update everything to the latest versions.
Date: Sun, 21 Mar 2021 02:09:27 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-29642@inbox.vuxu.org> (raw)

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

There is a new 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

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: 8993 bytes --]

From bb0d7c1f4b7aed2e1ef8f9916b6fffaba3e959e0 Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@VoidLinux.org>
Date: Sat, 20 Mar 2021 17:41:57 -0700
Subject: [PATCH 1/8] NetAuth: update to 0.4.0.

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

diff --git a/srcpkgs/NetAuth/template b/srcpkgs/NetAuth/template
index 426674112516..73acb53bbc6b 100644
--- a/srcpkgs/NetAuth/template
+++ b/srcpkgs/NetAuth/template
@@ -1,19 +1,20 @@
 # Template file for 'NetAuth'
 pkgname=NetAuth
-version=0.3.4
-revision=5
+version=0.4.0
+revision=1
 wrksrc=netauth-$version
 build_style="go"
 go_import_path="github.com/netauth/netauth"
 go_package="${go_import_path}/cmd/netauth
  ${go_import_path}/cmd/netauthd"
 hostmakedepends="git"
+make_dirs="/etc/netauth 0755 root root"
 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=45dc910b07afbc9fb071557f161f32bb50e04e6d8b842b815c2d9adeab66ae1b
 
 do_check() {
 	go test -v ./...

From c987d5983381a825eae59e1b6c7a73f909bb0a4f Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@VoidLinux.org>
Date: Sat, 20 Mar 2021 17:46:29 -0700
Subject: [PATCH 2/8] NetKeys: update to 0.5.4.

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

diff --git a/srcpkgs/NetKeys/template b/srcpkgs/NetKeys/template
index 950d26850c4d..ca5fe33975f9 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.4
 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=edc6ea8551d7085802cbace175c8711986ba98fb6e27c646a19bf47f0d567528
 
 post_install() {
 	vlicense LICENSE

From 4edb7973a5f6ffd29ba88826e127f11eb19d8811 Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@VoidLinux.org>
Date: Sat, 20 Mar 2021 17:49:41 -0700
Subject: [PATCH 3/8] NetAuth-nsscache: update to 0.6.4.

---
 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..f3efdd9284e1 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.4
 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=65a7bfcb24c15f29fea101b395926fee56b51ff61a362979586980073d3e2be9
 
 post_install() {
 	vlicense LICENSE

From 9e5b415ae06be136217175f047e12d0f16131534 Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@VoidLinux.org>
Date: Sat, 20 Mar 2021 17:53:09 -0700
Subject: [PATCH 4/8] NetAuth-localizer: update to 0.1.2.

---
 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..594816b1030d 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.2
 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=73805760619be5713b0339079225b89c2431204017f5c678771a3a8f62fbcb6f
 
 do_check() {
 	go test -v ./...

From 0977615f03a7dad7dff7c9316ecd15371c9df9e0 Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@VoidLinux.org>
Date: Sat, 20 Mar 2021 17:58:47 -0700
Subject: [PATCH 5/8] NetAuth-ldap: update to 0.2.1.

---
 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..5e76530f7fb8 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.1
 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=39981f65e22765b5a654ba22d47da91be60e169c86ea5cca27cf42a079e124b8
 system_accounts="_netauth_ldap"
 
 post_install() {

From 22692fd0b39b7efb56cf33a8953740d7d70f54af Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@VoidLinux.org>
Date: Sat, 20 Mar 2021 18:01:16 -0700
Subject: [PATCH 6/8] NetAuth-pam-helper: update to 0.1.4.

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

diff --git a/srcpkgs/NetAuth-pam-helper/template b/srcpkgs/NetAuth-pam-helper/template
index 80f362a228eb..9952567a285d 100644
--- a/srcpkgs/NetAuth-pam-helper/template
+++ b/srcpkgs/NetAuth-pam-helper/template
@@ -1,14 +1,14 @@
 # Template file for 'NetAuth-pam-helper'
 pkgname=NetAuth-pam-helper
-version=0.1.3
+version=0.1.4
 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=88be6840f2de9ddede04ef5d88fe37d3242f80cf22643954ae1d12f95b879a67

From fb8ba346b3dca5ea0014010c6782e41d16a403b7 Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@VoidLinux.org>
Date: Sat, 20 Mar 2021 18:04:05 -0700
Subject: [PATCH 7/8] pam_netauth: update to 0.3.4.

---
 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..7375fd7aa250 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.4
 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=4d97335da76308743f5a6cec5a78ca5ac82dd2cc11ef8217ee8f42fe34d3bd30
 
 do_build() {
 	go build -x -o pam_netauth.so -buildmode=c-shared -ldflags "${go_ldflags}" ${go_import_path}

From eab45618a2c2e9e4025fd5724b76f29b99cc3c21 Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@VoidLinux.org>
Date: Sat, 20 Mar 2021 18:06:20 -0700
Subject: [PATCH 8/8] TerraState: update to 1.0.4.

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

diff --git a/srcpkgs/TerraState/template b/srcpkgs/TerraState/template
index b4a7b9e60972..227a190f3fb4 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.4
 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=6e32149f0e8c64e19cc9f714240f2f05d6e9f1998ea4e2386433ace78f607936
 system_groups="_terrastate"
 system_accounts="_terrastate"
 _terrastate_homedir="/var/lib/terrastate"

             reply	other threads:[~2021-03-21  1:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-21  1:09 the-maldridge [this message]
2021-03-21  1:38 ` [PR PATCH] [Updated] NetAuth Suite: " the-maldridge
2021-03-21 10:00 ` the-maldridge
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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-29642@inbox.vuxu.org \
    --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).