From bb0d7c1f4b7aed2e1ef8f9916b6fffaba3e959e0 Mon Sep 17 00:00:00 2001 From: Michael Aldridge 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 " +maintainer="Michael Aldridge " 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 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 " 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 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 " 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 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 " 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 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 " 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 8650d89abe7ad2a6507a6e219f4eacc8190307bc Mon Sep 17 00:00:00 2001 From: Michael Aldridge 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 | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/srcpkgs/NetAuth-pam-helper/template b/srcpkgs/NetAuth-pam-helper/template index 80f362a228eb..459866cd2bd3 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.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 " +short_desc="Helper executable to use with pam_exec" +maintainer="Michael Aldridge " license="MIT" homepage="https://www.github.com/netauth/pam-helper" distfiles="$homepage/archive/v$version.tar.gz" -checksum=d9b14782a52604a0fc19ffe5164aad5e1580e3bdb015fda0c4b58acdb38049ae +checksum=88be6840f2de9ddede04ef5d88fe37d3242f80cf22643954ae1d12f95b879a67 + +post_install() { + vlicense LICENSE +} From bd2d30eb0e999481c534c9fe339d882b288a8b94 Mon Sep 17 00:00:00 2001 From: Michael Aldridge 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 " 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 986484ffe2680d61727ea97a02a485adce7ad3a6 Mon Sep 17 00:00:00 2001 From: Michael Aldridge 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 " 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"