From 2b5357a0e4317be71ab4e42bde6593b9f32c6cf8 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sun, 21 Mar 2021 01:29:24 -0700 Subject: [PATCH 1/7] 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 " +maintainer="Michael Aldridge " 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 9b5c7c98a0b6cb84b19fe829667babbcf90e9961 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sun, 21 Mar 2021 02:18:01 -0700 Subject: [PATCH 2/7] 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 " 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 2f1fabd32085f25b507ff99bc2c59fb684035c6f Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sun, 21 Mar 2021 02:19:09 -0700 Subject: [PATCH 3/7] 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 " 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 4be960999f026620bbff315c9ca6c56d5d337c44 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sun, 21 Mar 2021 02:25:13 -0700 Subject: [PATCH 4/7] 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 " 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 e90fa704ffffca9c9c9f1703538ed5aa906c0f77 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sun, 21 Mar 2021 02:52:30 -0700 Subject: [PATCH 5/7] 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 " 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 8ec156fab87d77a285a0479db670cefa6c17601e Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sun, 21 Mar 2021 02:53:49 -0700 Subject: [PATCH 6/7] NetAuth-pam-helper: update to 0.1.5. --- 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..8c961a56b403 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 " +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=1f4fd5e914e6a423ba51911c89b105736b595a2328946e298a31e9dc144d1998 + +post_install() { + vlicense LICENSE +} From 745623c101de9b35403d499ff6117729ab5f795e Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sun, 21 Mar 2021 02:56:02 -0700 Subject: [PATCH 7/7] 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 " 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}