diff --git a/ilot/authentik/APKBUILD b/ilot/authentik/APKBUILD index e59f737..7b582d9 100644 --- a/ilot/authentik/APKBUILD +++ b/ilot/authentik/APKBUILD @@ -127,7 +127,7 @@ source=" authentik-manage.sh fix-ak-bash.patch root-settings-csrf_trusted_origins.patch - go-downgrade-1.23.patch + go-downgrade-1.22.patch " builddir="$srcdir/"authentik-version-$pkgver subpackages="$pkgname-openrc $pkgname-doc $pkgname-pyc" @@ -292,5 +292,5 @@ bafaac41c7d9e4981cd78f86c8274c81bb609e98172e5d1551e64e00eb6c1c1b50309e924c918e26 f1a3cb215b6210fa7d857a452a9f2bc4dc0520e49b9fa7027547cff093d740a7e2548f1bf1f8831f7d5ccb80c8e523ee0c8bafcc4dc42d2788725f2137d21bee authentik-manage.sh 3d38076606d18a438a2d76cdd2067774d5471bb832e641050630726b4d7bd8b8c2218d25d7e987a1fb46ee6a4a81d13e899145f015b3c94204cece039c7fb182 fix-ak-bash.patch 5c60e54b6a7829d611af66f5cb8184a002b5ae927efbd024c054a7c176fcb9efcfbe5685279ffcf0390b0f0abb3bb03e02782c6867c2b38d1ad2d508aae83fa0 root-settings-csrf_trusted_origins.patch -b27de23193bec2d81f916d85669da5b109b8a80c41d02608a95c999694266ead9e8735957e2d8862de61d239aa3b79fe80c7eb9d76eedf1e648623c18c1f1464 go-downgrade-1.23.patch +badff70b19aad79cf16046bd46cb62db25c2a8b85b2673ce7c44c42eb60d42f6fcb1b9a7a7236c00f24803b25d3c66a4d64423f7ce14a59763b8415db292a5b9 go-downgrade-1.22.patch " diff --git a/ilot/authentik/go-downgrade-1.22.patch b/ilot/authentik/go-downgrade-1.22.patch new file mode 100644 index 0000000..eeae018 --- /dev/null +++ b/ilot/authentik/go-downgrade-1.22.patch @@ -0,0 +1,38 @@ +diff --git a/go.mod.orig b/go.mod +index 65490a2..13a611e 100644 +--- a/go.mod.orig ++++ b/go.mod +@@ -1,8 +1,6 @@ + module goauthentik.io + +-go 1.23 +- +-toolchain go1.23.0 ++go 1.22.2 + + require ( + beryju.io/ldap v0.1.0 +@@ -16,7 +14,7 @@ require ( + github.com/gorilla/handlers v1.5.2 + github.com/gorilla/mux v1.8.1 + github.com/gorilla/securecookie v1.1.2 +- github.com/gorilla/sessions v1.4.0 ++ github.com/gorilla/sessions v1.3.0 + github.com/gorilla/websocket v1.5.3 + github.com/jellydator/ttlcache/v3 v3.2.1 + github.com/mitchellh/mapstructure v1.5.0 +diff --git a/go.sum.orig b/go.sum +index 94edf9c..856c2ee 100644 +--- a/go.sum.orig ++++ b/go.sum +@@ -175,8 +175,8 @@ github.com/gorilla/securecookie v1.1.1/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+ + github.com/gorilla/securecookie v1.1.2 h1:YCIWL56dvtr73r6715mJs5ZvhtnY73hBvEF8kXD8ePA= + github.com/gorilla/securecookie v1.1.2/go.mod h1:NfCASbcHqRSY+3a8tlWJwsQap2VX5pwzwo4h3eOamfo= + github.com/gorilla/sessions v1.2.1/go.mod h1:dk2InVEVJ0sfLlnXv9EAgkf6ecYs/i80K/zI+bUmuGM= +-github.com/gorilla/sessions v1.4.0 h1:kpIYOp/oi6MG/p5PgxApU8srsSw9tuFbt46Lt7auzqQ= +-github.com/gorilla/sessions v1.4.0/go.mod h1:FLWm50oby91+hl7p/wRxDth9bWSuk0qVL2emc7lT5ik= ++github.com/gorilla/sessions v1.3.0 h1:XYlkq7KcpOB2ZhHBPv5WpjMIxrQosiZanfoy1HLZFzg= ++github.com/gorilla/sessions v1.3.0/go.mod h1:ePLdVu+jbEgHH+KWw8I1z2wqd0BAdAQh/8LRvBeoNcQ= + github.com/gorilla/websocket v1.4.1/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= + github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg= + github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= diff --git a/ilot/authentik/go-downgrade-1.23.patch b/ilot/authentik/go-downgrade-1.23.patch deleted file mode 100644 index e9f6ed7..0000000 --- a/ilot/authentik/go-downgrade-1.23.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/go.mod.orig b/go.mod -index 13956cf..d9303bf 100644 ---- a/go.mod.orig -+++ b/go.mod -@@ -1,6 +1,6 @@ - module goauthentik.io - --go 1.24.0 -+go 1.23.9 - - require ( - beryju.io/ldap v0.1.0