Compare commits

..

1 commit

Author SHA1 Message Date
35b6f705ea
ilot/authentik: upgrade to 2024.8.2
Some checks failed
/ lint (pull_request) Successful in 26s
/ deploy-x86_64 (pull_request) Has been skipped
/ build-x86_64 (pull_request) Failing after 2m35s
/ deploy-aarch64 (pull_request) Has been skipped
/ build-aarch64 (pull_request) Failing after 6m0s
2024-09-18 22:35:37 -04:00
2 changed files with 0 additions and 17 deletions

View file

@ -170,7 +170,6 @@ source="
authentik-manage.sh
fix-ak-bash.patch
root-settings-csrf_trusted_origins.patch
go-downgrade-1.22.patch
"
builddir="$srcdir/"authentik-version-$pkgver
subpackages="$pkgname-openrc $pkgname-doc"
@ -261,5 +260,4 @@ sha512sums="
f1a3cb215b6210fa7d857a452a9f2bc4dc0520e49b9fa7027547cff093d740a7e2548f1bf1f8831f7d5ccb80c8e523ee0c8bafcc4dc42d2788725f2137d21bee authentik-manage.sh
3e47db684a3f353dcecdb7bab8836b9d5198766735d77f676a51d952141a0cf9903fcb92e6306c48d2522d7a1f3028b37247fdc1dc74d4d6e043da7eb4f36d49 fix-ak-bash.patch
5c60e54b6a7829d611af66f5cb8184a002b5ae927efbd024c054a7c176fcb9efcfbe5685279ffcf0390b0f0abb3bb03e02782c6867c2b38d1ad2d508aae83fa0 root-settings-csrf_trusted_origins.patch
2cf7df44edfdbd9b0887efdc2fb2005d199470af2c16d7d5aef635760d63c34c948b58eabdb856a786a7ed4b127d1a19109c2ce6f186055ca4f19ac2637721fd go-downgrade-1.22.patch
"

View file

@ -1,15 +0,0 @@
diff --git a/go.mod.orig b/go.mod
index 65490a2..6de12af 100644
--- a/go.mod.orig
+++ b/go.mod
@@ -1,8 +1,8 @@
module goauthentik.io
-go 1.23
+go 1.22
-toolchain go1.23.0
+toolchain go1.22.0
require (
beryju.io/ldap v0.1.0