user/authentik: upgrade to 2023.3.1

This commit is contained in:
Antoine Martin 2023-03-31 18:00:33 -04:00
parent 347d31b818
commit eca3487716
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -2,7 +2,7 @@
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
pkgname=authentik
pkgver=2022.12.2
pkgver=2023.3.1
pkgrel=0
pkgdesc="An open-source Identity Provider focused on flexibility and versatility"
url="https://github.com/goauthentik/authentik"
@ -40,11 +40,11 @@ depends="
py3-cryptography
py3-dacite
py3-daphne
py3-daphne
py3-dateutil
py3-deepmerge
py3-defusedxml
py3-deprecated
py3-dnspython
py3-django
py3-django-channels
py3-django-channels-redis
@ -61,6 +61,7 @@ depends="
py3-dotenv
py3-dumb-init
py3-duo-client
py3-email-validator
py3-facebook-sdk
py3-flower
py3-frozenlist
@ -86,14 +87,14 @@ depends="
py3-oauthlib
py3-opencontainers
py3-openssl
py3-packaging<=21.3-r2
py3-packaging
py3-paramiko
py3-parsing
py3-prometheus-client
py3-prompt_toolkit
py3-psycopg2
py3-pycryptodome
py3-pydantic
py3-pydantic-scim
py3-pynacl
py3-pyrsistent
py3-python-jwt
@ -117,7 +118,7 @@ depends="
py3-tz
py3-ua-parser
py3-uritemplate
py3-urllib3
py3-urllib3-secure-extra
py3-uvloop
py3-vine
py3-watchdog
@ -157,9 +158,9 @@ export GOTMPDIR=$srcdir
build() {
msg "Building authentik-ldap"
go build -o ldap cmd/ldap/server.go
go build -o ldap cmd/ldap/main.go
msg "Building authentik-proxy"
go build -o proxy cmd/proxy/server.go
go build -o proxy cmd/proxy/main.go
msg "Building authentik-server"
go build -o server cmd/server/main.go
@ -169,7 +170,7 @@ build() {
npm run build
cd ..
msg "Building website"
msg "Building website"
cd website
npm ci --no-audit
npm run build
@ -190,14 +191,13 @@ package() {
cp -dr "$builddir"/web/dist "$pkgdir"/usr/share/webapps/authentik/web/dist
cp -dr "$builddir"/web/authentik "$pkgdir"/usr/share/webapps/authentik/web/authentik
cp -dr "$builddir"/website/build "$pkgdir"/usr/share/doc/authentik
cp -dr "$builddir"/xml "$pkgdir"/usr/share/webapps/authentik/xml
cp -dr "$builddir"/tests "$pkgdir"/usr/share/webapps/authentik/tests
cp -dr "$builddir"/lifecycle "$pkgdir"/usr/share/webapps/authentik/lifecycle
cp -dr "$builddir"/locale "$pkgdir"/usr/share/webapps/authentik/locale
install -Dm755 "$builddir"/manage.py "$pkgdir"/usr/share/webapps/authentik/manage.py
install -Dm755 "$builddir"/server "$pkgdir"/usr/share/webapps/authentik/server
ln -s "/etc/authentik/config.yml" "$pkgdir"/usr/share/webapps/authentik/local.env.yml
install -Dm755 "$builddir"/proxy "$pkgdir"/usr/bin/authentik-proxy
install -Dm755 "$builddir"/ldap "$pkgdir"/usr/bin/authentik-ldap
@ -215,7 +215,7 @@ package() {
}
sha512sums="
b0856e37c5daa48bc032e91da0a1c71938824e4c21a54d0a008d32f16ab4a76c0f0c6cac6a0460aebae44a97653851a3fad764fa0955f7e43429603c61edb550 authentik-2022.12.2.tar.gz
a159cde00f36e1a39073940d664ce82182334f694e7c55978442e8d785270ec460d3011f3eb23fc72342995b9c5f9dab05cb7d3c3436b80316d7865eb379daff authentik-2023.3.1.tar.gz
4defb4fe3a4230f4aa517fbecd5e5b8bcef2a64e1b40615660ae9eec33597310a09df5e126f4d39ce7764bd1716c0a7040637699135c103cbc1879593c6c06f1 authentik.openrc
5d7f28bf5a9f358a0fc3634b2bac6d070c276c3f8181d26fa7e94a17503a4d54556bf7c3207ccd6cb924b81754ed965795d5e2a8aa1af409fd9e32d390ec4cf5 authentik-worker.openrc
483befe5e2c90c4f37d5b3ef95ebb99a4208927ee0481e948117a79e36cce110ed53eaa0a9a816cf30ba4c0691b504c9c08d2f9dd7a7bc465a618af260aa1145 root-settings-csrf_trusted_origins.patch