user/authentik: upgrade to 2023.8.1
This commit is contained in:
parent
1fe8eee6a7
commit
ddc38cb3cb
2 changed files with 2 additions and 28 deletions
|
@ -2,7 +2,7 @@
|
|||
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
|
||||
pkgname=authentik
|
||||
pkgver=2023.6.0
|
||||
pkgver=2023.8.1
|
||||
pkgrel=0
|
||||
pkgdesc="An open-source Identity Provider focused on flexibility and versatility"
|
||||
url="https://github.com/goauthentik/authentik"
|
||||
|
@ -233,7 +233,7 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
4bd4e6b768c0e91db10ad3b4d81e7fa72b0aaccb0743ba46ca869a307be468857347de6365dbe28deb76c138ca6649152387412249f23360c0f7d145cb9a92d8 authentik-2023.6.0.tar.gz
|
||||
2efea00a849d22c381ba7267ce51a21cef396d7952915b8340b4bbe4ecbf507a67306890eb91117d9b02cb696d8b5011f1e867628dec60b56785dc9830e2dc93 authentik-2023.8.1.tar.gz
|
||||
4defb4fe3a4230f4aa517fbecd5e5b8bcef2a64e1b40615660ae9eec33597310a09df5e126f4d39ce7764bd1716c0a7040637699135c103cbc1879593c6c06f1 authentik.openrc
|
||||
5d7f28bf5a9f358a0fc3634b2bac6d070c276c3f8181d26fa7e94a17503a4d54556bf7c3207ccd6cb924b81754ed965795d5e2a8aa1af409fd9e32d390ec4cf5 authentik-worker.openrc
|
||||
351e6920d987861f8bf0d7ab2f942db716a8dbdad1f690ac662a6ef29ac0fd46cf817cf557de08f1c024703503d36bc8b46f0d9eb1ecaeb399dce4c3bb527d17 authentik-ldap.openrc
|
||||
|
|
|
@ -1,26 +0,0 @@
|
|||
diff --git a/authentik/core/apps.py.orig b/authentik/core/apps.py
|
||||
index 4d45603..9cd660f 100644
|
||||
--- a/authentik/core/apps.py.orig
|
||||
+++ b/authentik/core/apps.py
|
||||
@@ -2,6 +2,7 @@
|
||||
from django.conf import settings
|
||||
|
||||
from authentik.blueprints.manager import ManagedAppConfig
|
||||
+from django.conf import settings
|
||||
|
||||
|
||||
class AuthentikCoreConfig(ManagedAppConfig):
|
||||
@@ -18,11 +19,8 @@ class AuthentikCoreConfig(ManagedAppConfig):
|
||||
self.import_module("authentik.core.signals")
|
||||
|
||||
def reconcile_debug_worker_hook(self):
|
||||
- """Dispatch startup tasks inline when debugging"""
|
||||
- if settings.DEBUG:
|
||||
- from authentik.root.celery import worker_ready_hook
|
||||
-
|
||||
- worker_ready_hook()
|
||||
+ from authentik.root.celery import worker_ready_hook
|
||||
+ worker_ready_hook()
|
||||
|
||||
def reconcile_source_inbuilt(self):
|
||||
"""Reconcile inbuilt source"""
|
Loading…
Reference in a new issue