Port details on branch 2022Q4 |
- gitea Compact self-hosted Git service
- 1.17.4 www
=0 1.17.4Version of this port present on the latest quarterly branch. - Maintainer: stb@lassitu.de
 - Port Added: 2022-10-08 20:54:11
- Last Update: 2022-12-23 08:41:43
- Commit Hash: ada7893
- License: MIT
- WWW:
- https://gitea.io/en-US/
- Description:
- A self-hosted Git service.
Gitea is a community managed fork of Gogs, lightweight code hosting solution
written in Go and published under the MIT license.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/www/gitea/ && make install clean
- To add the package, run one of these commands:
- pkg install www/gitea
- pkg install gitea
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gitea
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1671705629
SHA256 (gitea-src-1.17.4.tar.gz) = 928644afcf5087109fd8377fed25a24bf659a112017f2bb499bc4a9278d73cae
SIZE (gitea-src-1.17.4.tar.gz) = 52844862
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- go119 : lang/go119
- Runtime dependencies:
-
- git : devel/git
- git-lfs : devel/git-lfs
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for gitea-1.17.4:
BINDATA=off: 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_gitea
- USES:
- cpe gmake go:no_targets
- pkg-message:
- If upgrading from < 1.7.6:
- When upgrading from Gitea 1.7 or earlier, Gitea requires the addition of
another secret to the config file in order to start up. Either manually add
JWT_SECRET to the ${PREFIX}/etc/gitea/conf/app.ini config file (see
app.ini.sample), or allow Gitea to make the change for you by making the
config file writable to the git user.
- If upgrading from < 1.15.0:
- Some config file options have been changed in Gitea 1.15. Please refer to
the documentation at https://docs.gitea.io/en-us/customizing-gitea/ and
the release notes.
- If upgrading from < 1.15.1:
- We remind users that a bug was discovered with gitea dump in 1.14.3â1.14.6
and 1.15.0. Database dumps from these versions cause broken fields in the
repo_unit and login_source tables causing the issue identified in #16961.
Users on 1.14.x must upgrade to 1.14.7 before running gitea dump. See the
release notes for more information.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.17.4 23 Dec 2022 08:41:43
    |
Nuno Teixeira (eduardo)  Author: Stefan Bethke |
www/gitea: Update to 1.17.4 (fixes security vulnerabilities)
This release fixes two security issues, a large number of bugs and
contains some enhancements.
ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.17.4
PR: 268512
MFH: 2022Q4
Security: d0da046a-81e6-11ed-96ca-0800277bb8a8
(cherry picked from commit 7763b1c4ca44ceeec91d7d4eacbc977474c9cb35) |
1.17.3 15 Oct 2022 22:24:45
    |
Nuno Teixeira (eduardo)  Author: Stefan Bethke |
www/gitea: Update to 1.17.3 (fixes security vulnerabilities)
- This release fixes three security issues, a large number of bugs and
contains some enhancements.
- Pet portlint
ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.17.3
PR: 267106
MFH: 2022Q4
Security: d713d709-4cc9-11ed-a621-0800277bb8a8
(cherry picked from commit 242f679b4b48a1e26b256f9f6e02256c11abc9d0) |
1.17.2_1 08 Oct 2022 20:47:13
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after lang/go{118,119} update
(cherry picked from commit bde51869ee0206eeaa2849d8ef28b14da59727a3) |