user/authentik: upgrade to 2023.5.0
This commit is contained in:
parent
007711d14d
commit
249f54b278
1 changed files with 6 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
|
||||
pkgname=authentik
|
||||
pkgver=2023.3.1
|
||||
pkgver=2023.5.0
|
||||
pkgrel=0
|
||||
pkgdesc="An open-source Identity Provider focused on flexibility and versatility"
|
||||
url="https://github.com/goauthentik/authentik"
|
||||
|
@ -161,8 +161,10 @@ build() {
|
|||
go build -o ldap cmd/ldap/main.go
|
||||
msg "Building authentik-proxy"
|
||||
go build -o proxy cmd/proxy/main.go
|
||||
msg "Building authentik-radius"
|
||||
go build -o radius cmd/proxy/main.go
|
||||
msg "Building authentik-server"
|
||||
go build -o server cmd/server/main.go
|
||||
go build -o server cmd/server/*.go
|
||||
|
||||
msg "Building authentik-web"
|
||||
cd web
|
||||
|
@ -200,6 +202,7 @@ package() {
|
|||
|
||||
install -Dm755 "$builddir"/proxy "$pkgdir"/usr/bin/authentik-proxy
|
||||
install -Dm755 "$builddir"/ldap "$pkgdir"/usr/bin/authentik-ldap
|
||||
install -Dm755 "$builddir"/radius "$pkgdir"/usr/bin/authentik-radius
|
||||
|
||||
install -Dm755 "$srcdir"/$pkgname.openrc \
|
||||
"$pkgdir"/etc/init.d/$pkgname
|
||||
|
@ -215,7 +218,7 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
a159cde00f36e1a39073940d664ce82182334f694e7c55978442e8d785270ec460d3011f3eb23fc72342995b9c5f9dab05cb7d3c3436b80316d7865eb379daff authentik-2023.3.1.tar.gz
|
||||
9375c359a18e2c1bb0cbf56c127c88e40390ce783595232d9bd58b8e5972bd3d36754c4fa9d5bd5ae997830678bf0f73f6165ded6763616a1acf6c9418565cfc authentik-2023.5.0.tar.gz
|
||||
4defb4fe3a4230f4aa517fbecd5e5b8bcef2a64e1b40615660ae9eec33597310a09df5e126f4d39ce7764bd1716c0a7040637699135c103cbc1879593c6c06f1 authentik.openrc
|
||||
5d7f28bf5a9f358a0fc3634b2bac6d070c276c3f8181d26fa7e94a17503a4d54556bf7c3207ccd6cb924b81754ed965795d5e2a8aa1af409fd9e32d390ec4cf5 authentik-worker.openrc
|
||||
483befe5e2c90c4f37d5b3ef95ebb99a4208927ee0481e948117a79e36cce110ed53eaa0a9a816cf30ba4c0691b504c9c08d2f9dd7a7bc465a618af260aa1145 root-settings-csrf_trusted_origins.patch
|
||||
|
|
Loading…
Reference in a new issue