Port details on branch 2024Q1 |
- gitea Compact self-hosted Git service
- 1.21.6_1 www =0 1.21.6_1Version of this port present on the latest quarterly branch.
- Maintainer: stb@lassitu.de
- Port Added: 2024-02-18 16:36:07
- Last Update: 2024-03-06 22:19:48
- Commit Hash: 96bfa4b
- 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 = 1708765589
SHA256 (gitea-src-1.21.6.tar.gz) = b62c568a98951ee81a713cc1bab7607e22e72b25430dca823e5cac8f60e85a38
SIZE (gitea-src-1.21.6.tar.gz) = 53877177
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
- go121 : lang/go121
- 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.21.6_1:
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:1.21,no_targets
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.21.6_1 06 Mar 2024 22:19:48 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update
There were a few conflicts which were manually resolved
MFH: 2024Q1
(cherry picked from commit ab359b34c97c7d1240079914bcd4dd54eb155e19) |
1.21.6 24 Feb 2024 21:56:00 |
Nuno Teixeira (eduardo) Author: Stefan Bethke |
www/gitea: Update to 1.21.6 (fixes security vulnerabilities)
ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.21.6
https://blog.gitea.com/release-of-1.21.6/
PR: 277275
MFH: 2024Q1
Security: 5ecfb588-d2f4-11ee-ad82-dbdfaa8acfc2
(cherry picked from commit 0806b5e2f75eb6847a849332c96dd40f8f8f0461) |
1.21.5 18 Feb 2024 16:34:33 |
Fernando ApesteguĂa (fernape) Author: Paul Armstrong |
www/gitea: update to 1.21.5 (fixes security vulnerabilities)
ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.21.5
SECURITY
* Prevent anonymous container access if RequireSignInView is enabled
* Update go dependencies and fix go-git
BUGFIXES
* Revert "Speed up loading the dashboard on mysql/mariadb
* Fix an actions schedule bug
* Fix update enable_prune even if mirror_interval is not provided
* Fix uploaded artifacts should be overwritten
* Preserve BOM in web editor
* Strip / from relative links (Only the first 15 lines of the commit message are shown above ) |