Created attachment 259807 [details] Patch to update to 11.0.0 Version 10.0 is no longer supported; 11.0 is the current release. Since forgejo updated the pam go module to version 2, and this no longer builds on FreeBSD (I have not been able to figure out how to fix), I have also removed support for PAM in the patch.
Maintainer timeout. https://codeberg.org/forgejo/forgejo/src/branch/forgejo/release-notes-published/11.0.0.md https://codeberg.org/forgejo/forgejo/src/branch/forgejo/release-notes-published/11.0.1.md 11.0.1 with "Security bug fixes".
7.0.15 is released too: https://codeberg.org/forgejo/forgejo/src/branch/forgejo/release-notes-published/7.0.15.md
I think we must wait till upstream fixes pam v2 module: https://github.com/msteinert/pam/issues/24 https://github.com/msteinert/pam/issues/30 This may be important functionality, without which current installations may break.
Created attachment 260298 [details] Fix build PAM module (from pam upstream) Build fine with this patch, but need runtime testing. Update to 11.0.1 is trivial.
New release for the pam with fix: https://github.com/msteinert/pam/releases/tag/v2.1.0 Forgejo upstream issue: https://codeberg.org/forgejo/forgejo/issues/7855