notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
forgejo7 Compact self-hosted Git service
7.0.9 wwwnew! on this many watch lists=0 search for ports that depend on this port An older version of this port was marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: marko.cupac@mimar.rs search for ports maintained by this maintainer
Port Added: 2024-09-04 21:15:09
Last Update: 2024-09-07 12:06:20
Commit Hash: 683316a
License: MIT
WWW:
https://forgejo.org/
Description:
A self-hosted Git service. Forgejo is a community managed soft-fork of Gitea, which is a fork of Gogs, lightweight code hosting solution written in Go and published under the MIT license.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (14 items)
Collapse this list.
  1. /usr/local/share/licenses/forgejo7-7.0.9/catalog.mk
  2. /usr/local/share/licenses/forgejo7-7.0.9/LICENSE
  3. /usr/local/share/licenses/forgejo7-7.0.9/MIT
  4. @sample etc/forgejo/conf/app.ini.sample
  5. etc/forgejo/conf/app.ini.defaults
  6. sbin/forgejo
  7. @dir share/forgejo
  8. @dir(git,git,755) /var/db/forgejo
  9. @dir(git,git,755) /var/db/forgejo/data
  10. @dir(git,git,755) /var/db/forgejo/forgejo-repositories
  11. @dir(git,git,755) /var/log/forgejo
  12. @owner
  13. @group
  14. @mode
Collapse this list.
Dependency lines:
  • forgejo7>0:www/forgejo7
Conflicts:
CONFLICTS_INSTALL:
  • forgejo
  • forgejo[0-689]*
To install the port:
cd /usr/ports/www/forgejo7/ && make install clean
To add the package, run one of these commands:
  • pkg install www/forgejo7
  • pkg install forgejo7
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: forgejo7
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1725699509 SHA256 (forgejo-src-7.0.9.tar.gz) = 9290ab6838d5f24daccd8c84b6d6218ff0f6ec2b212a52e357e01ea220fd33b7 SIZE (forgejo-src-7.0.9.tar.gz) = 53600572

Packages (timestamps in pop-ups are UTC):
forgejo7
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-7.0.9--7.0.9---
FreeBSD:13:quarterly--------
FreeBSD:14:latest-7.0.9--7.0.9---
FreeBSD:14:quarterly--------
FreeBSD:15:latest7.0.87.0.9n/a7.0.8n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.4.1 : devel/gmake
  2. go122 : lang/go122
Runtime dependencies:
  1. git : devel/git
  2. git-lfs : devel/git-lfs
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for forgejo7-7.0.9: BINDATA=on: Build a single monolithic binary, with all assets included GIT_LFS=on: Support for Git Large File Storage (LFS) PAM=on: Enable support for PAM SQLITE=on: SQLite database support ===> Use 'make config' to modify these settings
Options name:
www_forgejo7
USES:
cpe gmake go:1.22,no_targets
pkg-message:
For install:
Before starting forgejo for the first time, you must set a number of secrets in the configuration file. For your convenience, a sample file has been copied to /usr/local/etc/forgejo/conf/app.ini. You need to replace every occurence of CHANGE_ME in the file with sensible values. Please refer to the official documentation at https://forgejo.org for details. You will also likely need to create directories for persistent storage. Run su -m git -c 'forgejo doctor check' to check if all prerequisites have been met.
If upgrading from < 1.21:
Since forgejo version 7, the startup script will run forgejo doctor check to verify that forgejo can be started successfully. If you are sure that forgejo will start even if doctor has identified an issue, you can disable the check by setting forgejo_configcheck_enabled=NO in rc.conf.
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeberg.org/forgejo/forgejo/releases/download/v7.0.9/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
7.0.9
07 Sep 2024 12:06:20
commit hash: 683316a1186356d1ddadc21e868525033d8ecdd6commit hash: 683316a1186356d1ddadc21e868525033d8ecdd6commit hash: 683316a1186356d1ddadc21e868525033d8ecdd6commit hash: 683316a1186356d1ddadc21e868525033d8ecdd6 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
Author: Marko Cupać
www/forgejo7: update to 7.0.9 (fixes security vulnerability)

Changelog:
  Security
    - PR (backported): replace v-html with v-text in branch search
      inputbox for XSS protection
    - PR: Upgrade webpack to v5.94.0 as a precaution to mitigate
      CVE-2024-43788, although we were not yet able to confirm that
      this can be exploited in Forgejo.
https://codeberg.org/forgejo/forgejo/milestone/8232

PR:	281334
7.0.8
04 Sep 2024 21:12:16
commit hash: 2aef28e7e64b47a6b35e98fe58bf11a226e4b842commit hash: 2aef28e7e64b47a6b35e98fe58bf11a226e4b842commit hash: 2aef28e7e64b47a6b35e98fe58bf11a226e4b842commit hash: 2aef28e7e64b47a6b35e98fe58bf11a226e4b842 files touched by this commit This port version is marked as vulnerable.
Vladimir Druzenko (vvd) search for other commits by this committer
Author: Marko Cupać
www/forgejo7: Update 7.0.4 → 7.0.8

Branch 7.0.x is a kind of LTS - supported until July of 2025:
https://forgejo.org/2024-07-release-v8-0/#release-schedule-and-long-term-support

Changelogs:
https://codeberg.org/forgejo/forgejo/src/branch/forgejo/RELEASE-NOTES.md#7-0-5
https://codeberg.org/forgejo/forgejo/src/branch/forgejo/RELEASE-NOTES.md#7-0-6
https://codeberg.org/forgejo/forgejo/milestone/7683
https://codeberg.org/forgejo/forgejo/milestone/7729

 - Take maintainership.
 - Add CONFLICTS_INSTALL with www/forgejo.

PR:	280532
7.0.4
04 Sep 2024 21:12:16
commit hash: 4abb8e753d4635821fa9377fde9433a4d2c5527acommit hash: 4abb8e753d4635821fa9377fde9433a4d2c5527acommit hash: 4abb8e753d4635821fa9377fde9433a4d2c5527acommit hash: 4abb8e753d4635821fa9377fde9433a4d2c5527a files touched by this commit This port version is marked as vulnerable.
Vladimir Druzenko (vvd) search for other commits by this committer
www/forgejo7: New port forgejo branch 7.x, copy from www/forgejo before update
to 8.x

Copy from www/forgejo after commit be43fb2830c94e23e0d9aa49ef9b982b0ab31e2c
"update to 7.0.4 (fixes security vulnerabilities)".

PR:	280532

Number of commits found: 3