Bug 286296 - www/forgejo: Update 10.0.3 => 11.0.1
Summary: www/forgejo: Update 10.0.3 => 11.0.1
Status: In Progress
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL: https://forgejo.org/2025-04-release-v...
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-22 23:25 UTC by Eirik Oeverby
Modified: 2025-05-13 17:14 UTC (History)
4 users (show)

See Also:
vvd: maintainer-feedback-
vvd: merge-quarterly?


Attachments
Patch to update to 11.0.0 (1.92 KB, patch)
2025-04-22 23:25 UTC, Eirik Oeverby
no flags Details | Diff
Fix build PAM module (from pam upstream) (3.78 KB, patch)
2025-05-09 17:15 UTC, Vladimir Druzenko
vvd: maintainer-approval?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eirik Oeverby 2025-04-22 23:25:20 UTC
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.
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2025-05-08 22:00:16 UTC
7.0.15 is released too:
https://codeberg.org/forgejo/forgejo/src/branch/forgejo/release-notes-published/7.0.15.md
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2025-05-08 22:28:41 UTC
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.
Comment 4 Vladimir Druzenko freebsd_committer freebsd_triage 2025-05-09 17:15:50 UTC
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.
Comment 5 Vladimir Druzenko freebsd_committer freebsd_triage 2025-05-13 17:14:52 UTC
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