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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
gitea Compact self-hosted Git service
1.24.2 www on this many watch lists=32 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 1.23.6Version of this port present on the latest quarterly branch.
Maintainer: stb@lassitu.de search for ports maintained by this maintainer
Port Added: 2016-11-20 17:35:05
Last Update: 2025-06-21 21:20:27
Commit Hash: 0ab0e97
People watching this port, also watch:: nginx, curl, postfix, openssl, nextcloud-php83
License: MIT
WWW:
https://gitea.com/
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (13 items)
Collapse this list.
  1. /usr/local/share/licenses/gitea-1.24.2/catalog.mk
  2. /usr/local/share/licenses/gitea-1.24.2/LICENSE
  3. /usr/local/share/licenses/gitea-1.24.2/MIT
  4. @sample etc/gitea/conf/app.ini.sample
  5. etc/gitea/conf/app.ini.defaults
  6. sbin/gitea
  7. @dir(git,git,755) /var/db/gitea
  8. @dir(git,git,755) /var/db/gitea/data
  9. @dir(git,git,755) /var/db/gitea/gitea-repositories
  10. @dir(git,git,755) /var/log/gitea
  11. @owner
  12. @group
  13. @mode
Collapse this list.
Dependency lines:
  • gitea>0:www/gitea
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 = 1750493495 SHA256 (gitea-src-1.24.2.tar.gz) = 1015496a01a95821faaefce1d422ecdd98f62bc609efbeb43608772612ceeeff SIZE (gitea-src-1.24.2.tar.gz) = 51769357

Packages (timestamps in pop-ups are UTC):
gitea
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.23.8_11.24.2-1.23.8_11.24.2---
FreeBSD:13:quarterly1.23.61.23.6-1.23.61.23.6---
FreeBSD:14:latest1.23.6_11.24.2-1.23.6_11.24.2---
FreeBSD:14:quarterly1.23.61.23.6-1.23.61.23.6---
FreeBSD:15:latest1.23.6_11.23.8_1n/a1.23.6_1n/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. go124 : lang/go124
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 gitea-1.24.2: 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.20.0:
Please make sure to empty or maintain the contents of the /usr/local/share/gitea folder between your upgrades of gitea. Changes between versions can break the web UI due to residual files from earlier versions. 1.21.0 has a breaking change regarding the public assets folder. In case you use a proxying webserver serving the files, you need to update your configuration: https://github.com/go-gitea/gitea/pull/25907
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:
Expand this list (2 items)
Collapse this list.
  1. https://dl.gitea.io/gitea/1.24.2/
  2. https://github.com/go-gitea/gitea/releases/download/v1.24.2/
Collapse this list.
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2023-04-14
    Affects: users of www/gitea
    Author: fernape@FreeBSD.org
    Reason: 
      Gitea 1.19.1 contains a breaking change.
      actions unit has ben renamed to to repo.actions.
    
    

Number of commits found: 182 (showing only 82 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.13.0
04 Dec 2020 16:56:02
Revision:556987Original commit files touched by this commit This port version is marked as vulnerable.
adamw search for other commits by this committer
www/gitea: Update to 1.13.0

PR:		251577
Submitted by:	maintainer
MFH:		2020Q4
Security:	https://blog.gitea.io/2020/12/gitea-1.13.0-is-released
1.12.6
22 Nov 2020 15:48:13
Revision:556058Original commit files touched by this commit This port version is marked as vulnerable.
adamw search for other commits by this committer
www/gitea: Update to 1.12.6

    SECURITY
        Prevent git operations for inactive users (#13527) (#13537)
        Disallow urlencoded new lines in git protocol paths if there is a port
(#13521) (#13525)
    BUGFIXES
        API should only return Json (#13511) (#13564)
        Fix before and since query arguments at API (#13559) (#13560)
        Prevent panic on git blame by limiting lines to 4096 bytes at most
(#13470) (#13492)
        Fix link detection in repository description with tailing '_' (#13407)
(#13408)
        Remove obsolete change of email on profile page (#13341) (#13348)
        Fix permission check on get Reactions API endpoints (#13344) (#13346)
        Add migrated pulls to pull request task queue (#13331) (#13335)
        API deny wrong pull creation options (#13308) (#13327)
        Fix initial commit page & binary munching problem (#13249) (#13259)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.12.5
16 Oct 2020 21:42:14
Revision:552525Original commit files touched by this commit This port version is marked as vulnerable.
adamw search for other commits by this committer
www/gitea: Update to 1.12.5

Changes: https://github.com/go-gitea/gitea/releases/tag/v1.12.5

PR:		250372
Approved by:	maintainer
1.12.4
05 Sep 2020 10:22:59
Revision:547648Original commit files touched by this commit This port version is marked as vulnerable.
adamw search for other commits by this committer
www/gitea: Update to 1.12.4

v1.12.4: * SECURITY
  * Escape provider name in oauth2 provider redirect (#12648) (#12650)
  * Escape Email on password reset page (#12610) (#12612)
  * When reading expired sessions - expire them (#12686) (#12690)
* ENHANCEMENTS
  * StaticRootPath configurable at compile time (#12371) (#12652)
* BUGFIXES
  * Fix to show an issue that is related to a deleted issue (#12651) (#12692)
  * Expire time acknowledged for cache (#12605) (#12611)
  * Fix diff path unquoting (#12554) (#12575)
  * Improve HTML escaping helper (#12562)
  * models: break out of loop (#12386) (#12561)
  * Default empty merger list to those with write permissions (#12535) (#12560)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.12.3
04 Aug 2020 23:44:18
Revision:544189Original commit files touched by this commit This port version is marked as vulnerable.
adamw search for other commits by this committer
gitea: Update to 1.12.3

1.12.3 - 2020-07-28

    BUGFIXES
        Don't change creation date when updating Release (#12343) (#12351)
        Show 404 page when release not found (#12328) (#12332)
        Fix emoji detection in certain cases (#12320) (#12327)
        Reduce emoji size (#12317) (#12327)
        Fix double-indirection bug in logging IDs (#12294) (#12308)
        Link to pull list page on sidebar when view pr (#12256) (#12263)
        Extend Notifications API and return pinned notifications by default
(#12164) (#12232)

PR:		248375
Submitted by:	Greg Fitzgerald
Approved by:	maintainer
1.12.2
18 Jul 2020 12:35:14
Revision:542495Original commit files touched by this commit This port version is marked as vulnerable.
adamw search for other commits by this committer
gitea: Update to 1.12.2

This release fixes a large number of bugs and introduces many new features.

Release notes:
- https://blog.gitea.io/2020/06/gitea-1.12.0-and-1.12.1-are-released/
- https://blog.gitea.io/2020/07/gitea-1.12.2-is-released/

Additional changes to the port:
- Use PORTDATA to avoid enumerating the extensive DATADIR
- Add option to rc file for custom path [1]
- Turn the BINDATA option on by default

PR:		247613, 247989 [1]
Submitted by:	maintainer, mikeg bsd-box net [1]
Approved by:	maintainer [1]
1.11.8
28 Jun 2020 10:04:57
Revision:540697Original commit files touched by this commit This port version is marked as vulnerable.
adamw search for other commits by this committer
www/gitea: Update to 1.11.8

Update Gitea to 1.11.8

This release fixes five bugs.

Release notes: https://blog.gitea.io/2020/06/gitea-1.11.7-is-released/
https://github.com/go-gitea/gitea/releases/tag/v1.11.8

PR:		247612
Submitted by:	maintainer
1.11.6_1
31 May 2020 10:51:55
Revision:537149Original commit files touched by this commit This port version is marked as vulnerable.
adamw search for other commits by this committer
gitea: Update to 1.11.6

Update Gitea to 1.11.6

This release fixes two security issues and 14 bugs.

Release notes: https://github.com/go-gitea/gitea/releases/tag/v1.11.6

And despite /some/ work being done on the invalid Go template syntax for the
Wiki pages, the main bug has not been fixed and merged, so the patch still is
required.

PR:		246892
Submitted by:	maintainer
MFH:		2020Q2
Relnotes:	https://github.com/go-gitea/gitea/releases/tag/v1.11.6
Security:	yes, see Relnotes
1.11.5_1
11 May 2020 16:52:29
Revision:534921Original commit files touched by this commit This port version is marked as vulnerable.
kevans search for other commits by this committer
www/gitea: Fix viewing of branches with a slash in the name

An issue[0] was filed upstream in January that branches with a slash in
their name (e.g. stable/11) result in a 500 error when attempting to view
them.

I tracked down the issue to the fact that read(2) on a directory fd in
FreeBSD will actually succeed, while it will not on Linux/other OS. I have
filed a PR[1] with go-git to remedy the problem there, and then we
(hopefully) convince gitea maintainers to accept the patch as well once it's
upstreamed.

The attached patch brings it into the ports tree as well, so that FreeBSD
users can more immediately get the fix. It should still apply to the version
in 2020Q2, more or less, with version numbers changed to protect the
innocent.

[0] https://github.com/go-gitea/gitea/issues/9938
[1] https://github.com/go-git/go-git/pull/39

PR:		245863
Approved by:	<stb lassitu de> (maintainer)
Aoorived by:	koobs (mentor, ports)
MFH:		2020Q2 (minor bugfix patch)
1.11.5
10 May 2020 18:45:15
Revision:534858Original commit files touched by this commit This port version is marked as vulnerable.
adamw search for other commits by this committer
gitea: Update to 1.11.5

This release fixes 22 bugs, and includes two enhancements.

Release notes: https://github.com/go-gitea/gitea/releases/tag/v1.11.5

PR:		246353
Submitted by:	maintainer
1.11.4_1
04 May 2020 18:16:37
Revision:533935Original commit files touched by this commit This port version is marked as vulnerable.
adamw search for other commits by this committer
gitea: Fix wiki page display

From the PR:

Right now, the version of gitea shipped in ports fails to display wiki
pages. Any wiki page opened results in the following error:

template: repo/wiki/view:48:14: executing "repo/wiki/view" at <(not
$.DisableHTTP) (and (not $.DisableSSH) (or $.IsSigned
$.ExposeAnonSSH))>: can't give argument to non-function not
$.DisableHTTP

This is due to extra parentheses in templates/repo/wiki/view.tmpl and
has already been fixed upstream in [1], [2].
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.11.4
13 Apr 2020 16:06:37
Revision:531613Original commit files touched by this commit This port version is marked as vulnerable.
adamw search for other commits by this committer
gitea: Add GIT_LFS option

Add a GIT_LFS option (on by default) for environments that don't want to
make LFS available.

While here, change the pkg-message UCL to only show when upgrading from
< 1.8.0.

Approved by:	maintainer
1.11.4
13 Apr 2020 15:46:35
Revision:531612Original commit files touched by this commit This port version is marked as vulnerable.
adamw search for other commits by this committer
gitea: Update to 1.1.4

Update Gitea to 1.11.4

This release fixes ten bugs.

Release notes: https://blog.gitea.io/2020/04/gitea-1.11.4-is-released/

PR:		245602
Submitted by:	maintainer
1.11.3
19 Mar 2020 16:23:19
Revision:528732Original commit files touched by this commit This port version is marked as vulnerable.
adamw search for other commits by this committer
gitea: Remove test that snuck in (no functional change)
1.11.3
19 Mar 2020 16:16:35
Revision:528729Original commit files touched by this commit This port version is marked as vulnerable.
adamw search for other commits by this committer
gitea: Update to 1.11.3

This release fixes three bugs.

Release notes: https://blog.gitea.io/2020/03/gitea-1.11.3-and-1.10.6-released/

Also fix LDFLAGS so that the version number (among other things) is built into
the binary correctly, and make the regexp used in the Makefile work with
bsdgrep (both thanks to adamw).

Will MFH due to bsdgrep build failure and stopwatch panic fix.

PR:		244898
Submitted by:	maintainer
MFH:		2020Q1
1.11.2
18 Mar 2020 07:44:56
Revision:528631Original commit files touched by this commit This port version is marked as vulnerable.
tobik search for other commits by this committer
www/gitea: Use OPTIONS_SUB
1.11.2
07 Mar 2020 18:30:04
Revision:527958Original commit files touched by this commit This port version is marked as vulnerable.
adamw search for other commits by this committer
gitea: Update to 1.11.2, contains security fixes

https://blog.gitea.io/2020/02/gitea-1.11.0-is-released
https://blog.gitea.io/2020/02/gitea-1.11.1-is-released
https://blog.gitea.io/2020/02/gitea-1.11.2-is-released

PR:		244025
Submitted by:	maintainer
MFH:		2020Q1
Security:	yes (see links above)
1.10.4
21 Feb 2020 13:48:07
Revision:526626Original commit files touched by this commit This port version is marked as vulnerable.
dmgk search for other commits by this committer
www/gitea: Update to 1.10.4

Changes:	https://github.com/go-gitea/gitea/releases/tag/v1.10.4
PR:		244246
Submitted by:	stb@lassitu.de (maintainer)
1.10.3
20 Jan 2020 14:26:28
Revision:523621Original commit files touched by this commit This port version is marked as vulnerable.
joneum search for other commits by this committer
Update to 1.10.3

PR:		243437
Submitted by:	stb@lassitu.de (maintainer)
MFH:		2020Q1
Security:	a512a412-3a33-11ea-af63-0800274e5f20
Sponsored by:	Netzkommune GmbH
1.10.2
08 Jan 2020 10:51:56
Revision:522372Original commit files touched by this commit This port version is marked as vulnerable.
joneum search for other commits by this committer
Update to 1.10.2

PR:		243061
Submitted by:	stb@lassitu.de (maintainer)
Sponsored by:	Netzkommune GmbH
1.10.1
23 Dec 2019 20:31:19
Revision:520741Original commit files touched by this commit This port version is marked as vulnerable.
dvl search for other commits by this committer
Fixed a typo in the sample configuration file.

Approved by:	maintainer via private email
1.10.1
16 Dec 2019 08:21:14
Revision:520229Original commit files touched by this commit This port version is marked as vulnerable.
tobik search for other commits by this committer
www/gitea: Unbreak on arm64

# golang.org/x/sys/unix
vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go:400:12: undefined: uint128

PR:		242312
1.10.1
07 Dec 2019 09:44:53
Revision:519191Original commit files touched by this commit This port version is marked as vulnerable.
vanilla search for other commits by this committer
Update to 1.10.1.

PR:		242490
Submitted by:	maintainer
1.10.0
22 Nov 2019 17:51:13
Revision:518156Original commit files touched by this commit This port version is marked as vulnerable.
kai search for other commits by this committer
www/gitea: Update to 1.10.0

* Pet portlint by removing empty line at the beginning while I'm here.

Changelog:

https://blog.gitea.io/2019/11/gitea-1.10.0-is-released/

PR:		241981
Submitted by:	Marius Halden <marius.halden@modirum.com>
Reported by:	Nils Johannsen <nilsjohannsen@gmx.de>
Approved by:	stb@lassitu.de (maintainer)
MFH:		2019Q4
Security:	b12a341a-0932-11ea-bf09-080027e0baa0
1.9.5
31 Oct 2019 12:19:09
Revision:516145Original commit files touched by this commit This port version is marked as vulnerable.
dmgk search for other commits by this committer
www/gitea: Update to 1.9.5

Changes:	https://blog.gitea.io/2019/10/gitea-1.9.5-is-released/

PR:		241599
Submitted by:	stb@lassitu.de (maintainer)
Approved by:	tz (mentor, implicit)
MFH:		2019Q4
Security:	fd10aa77-fb5e-11e9-af7b-0800274e5f20
1.9.4
12 Oct 2019 12:33:45
Revision:514330Original commit files touched by this commit This port version is marked as vulnerable.
dmgk search for other commits by this committer
www/gitea: Update to 1.9.4

Changes:	https://blog.gitea.io/2019/10/gitea-1.9.4-is-released/

PR:		241209
Submitted by:	stb@lassitu.de (maintainer)
Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D21991
1.9.3_1
29 Sep 2019 22:34:31
Revision:513276Original commit files touched by this commit This port version is marked as vulnerable.
dmgk search for other commits by this committer
Go ports: cleanup, finish transition to USES=go started with r505321 (cat.
sysutils-x11)

- Remove custom build/install targets left in place after r505321
- Switch to the new GO_TARGET tuple syntax introduced in r512001

Reviewed by:	tobik
Approved by:	araujo (mentor), portmgr (adamw)
Differential Revision:	https://reviews.freebsd.org/D21744
1.9.3_1
23 Sep 2019 22:57:28
Revision:512686Original commit files touched by this commit This port version is marked as vulnerable.
dmgk search for other commits by this committer
www/gitea: Use linker flags to set version instead of patching the source.

PR:		240744
Submitted by:	stb@lassitu.de (maintainer)
Reported by:	Ivan <bsd@abinet.ru>
Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D21771
1.9.3
13 Sep 2019 14:06:10
Revision:511965Original commit files touched by this commit This port version is marked as vulnerable.
swills search for other commits by this committer
www/gitea: Update to 1.9.3

PR:		240479
Submitted by:	stb@lassitu.de (maintainer)
1.9.2
29 Aug 2019 03:29:40
Revision:510133Original commit files touched by this commit This port version is marked as vulnerable.
yuri search for other commits by this committer
www/gitea: Switch to USES=go:modules, fix build with go1.13

PR:		240072
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	portmgr (fix build)
1.9.2
24 Aug 2019 07:36:14
Revision:509712Original commit files touched by this commit This port version is marked as vulnerable.
kai search for other commits by this committer
www/gitea: Update to 1.9.2

Changelog:

https://blog.gitea.io/2019/08/gitea-1.9.2-is-released/

PR:		240046
Submitted by:	stb@lassitu.de (maintainer)
MFH:		2019Q3
Security:	e7392840-c520-11e9-a4ef-0800274e5f20
1.9.1
18 Aug 2019 16:57:19
Revision:509227Original commit files touched by this commit This port version is marked as vulnerable.
pi search for other commits by this committer
www/gitea: upgrade 1.9.0 -> 1.9.1

- This release contains two security fixes, so we highly recommend updating.

PR:		239930
Submitted by:	stb@lassitu.de (maintainer)
MFH:		2019Q3
Relnotes:	https://blog.gitea.io/2019/08/gitea-1.9.1-is-released/
Security:	https://github.com/go-gitea/gitea/pull/7715
		https://github.com/go-gitea/gitea/pull/7762
1.9.0
14 Aug 2019 12:25:09
Revision:508913Original commit files touched by this commit This port version is marked as vulnerable.
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories w)
1.9.0
31 Jul 2019 20:01:41
Revision:507733Original commit files touched by this commit This port version is marked as vulnerable.
kai search for other commits by this committer
www/gitea: Update to 1.9.0

Changelog:

https://blog.gitea.io/2019/07/gitea-1.9.0-is-released/

PR:		239562
Submitted by:	stb@lassitu.de (maintainer)
MFH:		2019Q3
Security:	e7b69694-b3b5-11e9-9bb6-0800274e5f20
1.8.3
22 Jun 2019 08:51:02
Revision:504853Original commit files touched by this commit This port version is marked as vulnerable.
kai search for other commits by this committer
www/gitea: Update to 1.8.3

* Pet portclippy while I'm here.

Changelog:

https://github.com/go-gitea/gitea/releases/tag/v1.8.3

PR:		238738
Submitted by:	stb@lassitu.de (maintainer)
1.8.2
30 May 2019 20:26:30
Revision:503081Original commit files touched by this commit This port version is marked as vulnerable.
kai search for other commits by this committer
www/gitea: Update to 1.8.2

Changelog:

* Fix possbile mysql invalid connnection error
* Handle invalid administrator username on install page
* Disable arm7 builds
* Fix default for allowing new organization creation for new users
* SearchRepositoryByName improvements and unification
* Fix u2f registrationlist ToRegistrations() method
* Allow collaborators to view repo owned by private org
* Use AppURL for Oauth user link
* Escape the commit message on issues update
* Fix regression for API users search
* Handle early git version's lack of get-url
* Fix wrong init dependency on markup extensions

https://github.com/go-gitea/gitea/releases/tag/v1.8.2

PR:		238239
Submitted by:	stb@lassitu.de (maintainer)
MFH:		2019Q2
1.8.1
09 May 2019 16:54:26
Revision:501120Original commit files touched by this commit This port version is marked as vulnerable.
joneum search for other commits by this committer
Update to 1.8.1

Changelog: https://blog.gitea.io/2019/05/gitea-1.8.1-is-released/

PR:		237812
Submitted by:	stb@lassitu.de (maintainer)
Sponsored by:	Netzkommune GmbH
1.8.0
06 May 2019 22:27:58
Revision:500938Original commit files touched by this commit This port version is marked as vulnerable.
tobik search for other commits by this committer
www/gitea: Also clean up distinfo
1.8.0
06 May 2019 22:19:51
Revision:500937Original commit files touched by this commit This port version is marked as vulnerable.
tobik search for other commits by this committer
www/gitea: Do not set DISTVERSION twice
1.8.0
06 May 2019 08:51:35
Revision:500902Original commit files touched by this commit This port version is marked as vulnerable.
joneum search for other commits by this committer
www/gitea: Update to 1.8.0

Changelog: https://blog.gitea.io/2019/04/gitea-1.8.0-is-released/

 - Add UPDATING

PR:		237734
Submitted by:	stb@lassitu.de (maintainer)
MFH:		2019Q2
Security:	a1de4ae9-6fda-11e9-9ba0-4c72b94353b5
Sponsored by:	Netzkommune GmbH
1.7.6
17 Apr 2019 07:52:28
Revision:499158Original commit files touched by this commit This port version is marked as vulnerable.
joneum search for other commits by this committer
Update to 1.7.6

Changelog: https://blog.gitea.io/2019/04/gitea-1.7.6-is-released/

PR:		237303
Submitted by:	stb@lassitu.de (maintainer)
MFH:		2019Q2
Security:	b747783f-5fb6-11e9-b2ac-08002705f877
Sponsored by:	Netzkommune Gmbh
1.7.5
28 Mar 2019 10:40:57
Revision:497010Original commit files touched by this commit This port version is marked as vulnerable.
rodrigo search for other commits by this committer
Upgrade www/gitea from 1.7.4 to 1.7.5

Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.7.5
 BUGFIXES:
  - Fix unitTypeCode not being used in accessLevelUnit
  - Fix bug where manifest.json was being requested without cookies
    and continuously creating new sessions
  - Fix ParsePatch function to work with quoted diff --git strings

PR:		236837
Submitted by:	stb@lassitu.de (maintainer)
1.7.4
20 Mar 2019 11:59:24
Revision:496334Original commit files touched by this commit This port version is marked as vulnerable.
joneum search for other commits by this committer
Update to 1.7.3

Changelog: https://blog.gitea.io/2019/03/gitea-1.7.4-is-released/

PR:		236563
Submitted by:	stb@lassitu.de (maintainer)
MFH:		2019Q1
Security:	8ba7358-4b02-11e9-9ba0-4c72b94353b5
Sponsored by:	Netzkommune GmbH
1.7.3
05 Mar 2019 06:45:11
Revision:494679Original commit files touched by this commit This port version is marked as vulnerable.
joneum search for other commits by this committer
Update to 1.7.3

Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.7.3

PR:		236122
Submitted by:	stb@lassitu.de (maintainer)
Sponsored by:	Netzkommune GmbH
1.7.2
15 Feb 2019 18:03:18
Revision:493006Original commit files touched by this commit This port version is marked as vulnerable.
joneum search for other commits by this committer
Update to 1.7.2

Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.7.2

PR:		235760
Submitted by:	stb@lassitu.de (maintainer)
Sponsored by:	Netzkommune GmbH
1.7.1
02 Feb 2019 01:26:39
Revision:491909Original commit files touched by this commit This port version is marked as vulnerable.
jrm search for other commits by this committer
www/gitea: Update to 1.7.1

This release fixes three security vulnerabilities and ten bugs.
Release Notes: https://blog.gitea.io/2019/02/release-of-1.7.1/

PR:		235399
Submitted by:	stb@lassitu.de (maintainer)
1.7.0
26 Jan 2019 16:25:37
Revision:491299Original commit files touched by this commit This port version is marked as vulnerable.
joneum search for other commits by this committer
www/gitea: Update to 1.7.0 [1]

Add sqlite_unlock_notify tag [2]

PR:		235140 [1], 234709 [2]
Submitted by:	stb@lassitu.de (maintainer) [1]
Reported by:	adamw [2]
Approved by:	maintainer [2]
MFH:		2019Q1
Security:	7f6146aa-2157-11e9-9ba0-4c72b94353b5
Sponsored by:	Netzkommune Gmbh
1.6.4
18 Jan 2019 11:46:27
Revision:490635Original commit files touched by this commit This port version is marked as vulnerable.
swills search for other commits by this committer
www/gitea: update to 1.6.4

PR:		235035
Submitted by:	stb@lassitu.de (maintainer)
1.6.3
06 Jan 2019 16:56:15
Revision:489512Original commit files touched by this commit This port version is marked as vulnerable.
swills search for other commits by this committer
www/gitea: Update to 1.6.3

PR:		234659
Submitted by:	stb@lassitu.de (maintainer)
MFH:		2019Q1
Security:	63e36475-119f-11e9-aba7-080027fee39c
1.6.2
26 Dec 2018 21:06:08
Revision:488444Original commit files touched by this commit This port version is marked as vulnerable.
swills search for other commits by this committer
www/gitea: Update to 1.6.2

PR:		234255
Submitted by:	stb@lassitu.de (maintainer)
MFH:		2018Q4
Security:	29d34524-0542-11e9-a444-080027fee39c
1.6.1
09 Dec 2018 20:30:33
Revision:487084Original commit files touched by this commit This port version is marked as vulnerable.
swills search for other commits by this committer
www/gitea: update to 1.6.1

PR:		233897
Submitted by:	stb@lassitu.de (maintainer)
1.6.0
26 Nov 2018 12:48:04
Revision:485939Original commit files touched by this commit This port version is marked as vulnerable.
decke search for other commits by this committer
Update to 1.6.0

Changelog: https://blog.gitea.io/2018/11/gitea-1.6.0-is-released/

PR:		233475
MFH:		2018Q4
1.5.3
02 Nov 2018 13:32:35
Revision:483807Original commit files touched by this commit This port version is marked as vulnerable.
rene search for other commits by this committer
Remove compatibility code for FreeBSD < 11.2 from all ports.

Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
1.5.3
01 Nov 2018 22:02:20
Revision:483745Original commit files touched by this commit This port version is marked as vulnerable.
flo search for other commits by this committer
Update to 1.5.3

PR:		232897
Submitted by:	stb@lassitu.de (maintainer)
MFH:		2018Q4
Security:	deb4f633-de1d-11e8-a9fb-080027f43a02
1.5.2
11 Oct 2018 15:30:58
Revision:481837Original commit files touched by this commit This port version is marked as vulnerable.
joneum search for other commits by this committer
Update to 1.5.2

changelog: https://blog.gitea.io/2018/10/gitea-1.5.2-is-released/

PR:		232123
Reported by:	maintainer
MFH:		2018Q4
Security:	cb539d4e-cd68-11e8-8819-00e04c1ea73d
Sponsored by:	Netzkommune GmbH
1.5.1
09 Sep 2018 17:47:33
Revision:479324Original commit files touched by this commit This port version is marked as vulnerable.
flo search for other commits by this committer
Update to 1.5.1

PR:		231180
Submitted by:	stb@lassitu.de (maintainer)
Security:	7c750960-b129-11e8-9fcd-080027f43a02
1.5.0
12 Aug 2018 08:00:30
Revision:476977Original commit files touched by this commit This port version is marked as vulnerable.
flo search for other commits by this committer
Update to 1.5.0

PR:		230512
Submitted by:	stb@lassitu.de (maintainer)
Security:	bcf56a42-9df8-11e8-afb0-589cfc0f81b0
1.4.3
28 Jun 2018 05:29:08
Revision:473486Original commit files touched by this commit This port version is marked as vulnerable.
vanilla search for other commits by this committer
Update Gitea to 1.4.3

Release notes: https://blog.gitea.io/2018/06/release-of-1.4.3/

PR:		229379
Submitted by:	maintainer
1.4.2
10 Jun 2018 14:10:38
Revision:472135Original commit files touched by this commit This port version is marked as vulnerable.
flo search for other commits by this committer
- update to 1.4.2 [1]
- correct the daemon(8) invocation to supply the correct syslog process name [2]

PR:		228860 [1], 228784 [2]
Submitted by:	stb@lassitu.de (maintainer) [1], feld [2]
Approved by:	maintainer [2]
1.4.1
05 May 2018 08:23:07
Revision:469092Original commit files touched by this commit This port version is marked as vulnerable.
krion search for other commits by this committer
Update to version 1.4.1

* remove superfluous bash dependency in favor /bin/sh

PR:		227976 [1], 227028 [2]
Submitted by:	maintainer [1], Ivan <bsd@abinet.ru> [2]
Approved by:	maintainer [2]
1.4.0
26 Mar 2018 22:01:21
Revision:465641Original commit files touched by this commit This port version is marked as vulnerable.
yuri search for other commits by this committer
www/gitea: Update 1.3.3 -> 1.4.0

Port changes:
* Silence non-install commands
* Remove unnecessary mkdir
* Change WWW to their official homepage
* Add to description from the homepage

PR:		226941
Submitted by:	stb@lassitu.de (maintainer)
1.3.3
04 Mar 2018 22:27:28
Revision:463605Original commit files touched by this commit This port version is marked as vulnerable.
tobik search for other commits by this committer
www/gitea: Update to 1.3.3

PR:		226342
Approved by:	stb@lassitu.de (maintainer)
Changes:	https://blog.gitea.io/2017/12/release-of-1.3.2/
Changes:	https://blog.gitea.io/2018/02/release-of-1.3.3/
MFH:		2018Q1
1.3.1
09 Dec 2017 18:58:49
Revision:455870Original commit files touched by this commit This port version is marked as vulnerable.
tobik search for other commits by this committer
www/gitea: Update to 1.3.1

Changes:	https://blog.gitea.io/2017/12/release-of-1.3.1/
PR:		224213
Submitted by:	stb@lassitu.de (maintainer)
1.3.0_1
07 Dec 2017 08:10:26
Revision:455695Original commit files touched by this commit This port version is marked as vulnerable.
tobik search for other commits by this committer
www/gitea: Fix pkg-plist after ports r455663

PR:		224159
Submitted by:	stb@lassitu.de (maintainer)
Pointy hat to:	joneum
1.3.0
06 Dec 2017 17:13:20
Revision:455663Original commit files touched by this commit This port version is marked as vulnerable.
joneum search for other commits by this committer
www/gitea: Update from 1.2.3 to 1.3.0

Changelog: https://blog.gitea.io/2017/11/release-of-1.3.0/

PR:		224127
Reported by:	joneum
Approved by:	mentors (implicit), stb@lassitu.de (maintainer)
1.2.3
05 Nov 2017 05:08:05
Revision:453513Original commit files touched by this commit This port version is marked as vulnerable.
joneum search for other commits by this committer
www/gitea: Update from 1.2.2 to 1.2.3

Changelog: https://blog.gitea.io/2017/11/release-of-1.2.3/

 *While here switch to DISTVERSION

PR:		223421
Submitted by:	stb@lassitu.de (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12953
1.2.2_1
29 Oct 2017 07:55:33
Revision:453097Original commit files touched by this commit This port version is marked as vulnerable.
tobik search for other commits by this committer
www/gitea: Fix rc script on FreeBSD 10.x/11.0

On FreeBSD 10.x/11.0 daemon(8) doesn't have -s,-l,-t, so starting
gitea would fail.  We partially revert the change from r453018 and use
the old behavior on these versions and don't log stdout/stderr to
syslog.

PR:		223283
Approved by:	stb@lassitu.de (maintainer)
1.2.2
27 Oct 2017 17:55:25
Revision:453018Original commit files touched by this commit This port version is marked as vulnerable.
tobik search for other commits by this committer
www/gitea: Update to 1.2.2

Also start gitea with its stdout and stderr logged to syslog
(daemon/debug by default) to aid in configuration debugging.

Changes:	https://blog.gitea.io/2017/10/release-of-1.2.2/
PR:		223283
Submitted by:	stb@lassitu.de (maintainer)
1.2.1
19 Oct 2017 07:48:13
Revision:452400Original commit files touched by this commit This port version is marked as vulnerable.
pizzamig search for other commits by this committer
www/gitea: Update to 1.2.1

Release notes: https://blog.gitea.io/2017/10/release-of-1.2.1/

PR:		223067
Submitted by:	stb@lassitu.de (maintainer)
Approved by:	olivier (mentor)
Differential Revision:	https://reviews.freebsd.org/D12721
1.2.0
14 Oct 2017 14:34:31
Revision:452067Original commit files touched by this commit This port version is marked as vulnerable.
wen search for other commits by this committer
- Update to 1.2.0

PR:		223001
Submitted by:	stb@lassitu.de(maintainer)
1.1.4_1
14 Oct 2017 09:28:41
Revision:452050Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
Fix version number in resulting binary

Details:
Gitea releases don't supply the release version number;
the automatic method to obtain the version number in
the Gitea build system only works when sources are checked
out from git.

PR:		222885
Submitted by:	stb@lassitu.de (maintainer)
MFH:		2017Q4
1.1.4
07 Sep 2017 18:18:37
Revision:449412Original commit files touched by this commit This port version is marked as vulnerable.
joneum search for other commits by this committer
- www/gitea: Update from 1.1.3 to 1.1.4
- Changelog:
  * Fix rendering of external links
  * Fix deleted milestone bug
  * Fix 500 error when view an issue which's milestone deleted
  * Fix SHA1 hash linking

PR:		222076
Submitted by:	stb@lassitu.de (maintainer)
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D12245
1.1.3
14 Aug 2017 15:52:17
Revision:447946Original commit files touched by this commit This port version is marked as vulnerable.
joneum search for other commits by this committer
- www/gitea: Update from 1.1.2 to 1.1.3
- Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.1.3

PR:		221371
Submitted by:	stb@lassitu.de (maintainer)
Approved by:	rene (mentor)
MFH:		2017Q3
Differential Revision:	https://reviews.freebsd.org/D11939
1.1.2
16 Jun 2017 14:51:34
Revision:443707Original commit files touched by this commit This port version is marked as vulnerable.
tobik search for other commits by this committer
Update to 1.1.2

Changes:	https://blog.gitea.io/2017/06/release-of-1.1.2/

PR:		220021
Submitted by:	stb@lassitu.de (maintainer)
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D11228
1.1.1
10 May 2017 06:54:20
Revision:440539Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update to 1.1.1

Changes:	https://github.com/go-gitea/gitea/releases
PR:		219171
Submitted by:	Stefan Bethke <stb@lassitu.de> (maintainer)
1.1.0
13 Mar 2017 10:52:26
Revision:436065Original commit files touched by this commit This port version is marked as vulnerable.
tobik search for other commits by this committer
Update to 1.1.0

- Update the sample configuration to add ISSUE_INDEXER_PATH in the new
  [indexer] section.  While here, alphabetize sections and variables
  so future updates are easier to diff.  Also merge duplicate section
  [session].

Changes:	https://blog.gitea.io/2017/03/release-of-1.1.0/

PR:		217694
Submitted by:	stb@lassitu.de (maintainer)
Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D9963
1.0.2
25 Feb 2017 11:32:58
Revision:434796Original commit files touched by this commit This port version is marked as vulnerable.
tobik search for other commits by this committer
Update to 1.0.2

Changes:	https://blog.gitea.io/2017/02/release-of-1.0.2/
PR:		217314
Submitted by:	stb@lassitu.de (maintainer)
Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D9789
1.0.1
10 Jan 2017 11:01:02
Revision:431075Original commit files touched by this commit This port version is marked as vulnerable.
robak search for other commits by this committer
www/gitea: update 1.0.0 -> 1.0.1

PR:		215824
Submitted by:	Stefan Bethke <stb@lassitu.de> (maintainer)
1.0.0
09 Jan 2017 14:42:47
Revision:430964Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Convert to options variable helper

- Add LICENSE_FILE

Approved by:	portmgr (blanket)
1.0.0
31 Dec 2016 08:39:23
Revision:430095Original commit files touched by this commit This port version is marked as vulnerable.
riggs search for other commits by this committer
Update to upstream version 1.0.0

Detailed maintainer log:
- Update gitea to v1.0.0
- Add README, .gitignore templates and locale files
- Provide proper directory for avatar images in the example config file

PR:		215535
Submitted by:	stb@lassitu.de (maintainer)
0.9.100
02 Dec 2016 11:58:22
Revision:427552Original commit files touched by this commit This port version is marked as vulnerable.
mat search for other commits by this committer
Do not use post-stage.  Use post-install instead.

The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
0.9.100
20 Nov 2016 17:34:40
Revision:426608Original commit files touched by this commit This port version is marked as vulnerable.
pi search for other commits by this committer
New port: www/gitea

A self-hosted Git service as fork of https://gogs.io/

WWW: https://github.com/go-gitea/gitea/

PR:		214688
Submitted by:	Stefan Bethke <stb@lassitu.de>

Number of commits found: 182 (showing only 82 on this page)

«  1 | 2