aboutsummaryrefslogtreecommitdiffstats
path: root/community/gitea
Commit message (Collapse)AuthorAgeFilesLines
* community/gitea: upgrade to 1.11.365432020-03-131-3/+3
|
* community/gitea: fix adding to options on x86* and s390xRasmus Thomsen2020-03-081-1/+1
|
* community/gitea: disable tests on x86_64Leo2020-03-081-2/+2
| | | | They pass on CI
* various: bump pkgrel due to rewritten commitsKevin Daudt2020-03-081-1/+1
| | | | | Due to an accidental force push, the commits for these packages were rewritten. Make sure they are rebuilt so that the commit hash matches what's in aports.
* community/gitea: upgrade to 1.11.265432020-03-081-2/+2
|
* community/gitea: upgrade to 1.11.165432020-02-161-2/+2
|
* community/gitea: upgrade to 1.11.065432020-02-132-14/+13
|
* community/gitea: upgrade to 1.10.3Michał Polański2020-01-201-5/+4
|
* community/gitea: upgrade to 1.10.265432020-01-031-2/+2
|
* community/gitea: upgrade to 1.10.165432019-12-061-2/+3
|
* community/gitea: upgrade to 1.10.065432019-11-161-4/+3
|
* community/gitea: upgrade to 1.9.5Bwko2019-11-021-2/+2
|
* community/gitea: upgrade to 1.9.465432019-10-132-19/+17
| | | | | | | * Add aarch64 again - to test it with CI - Delete problem (https://github.com/go-gitea/gitea/issues/5324) from image file * fix make test - Exclude tests
* community/gitea: disable check on armhfSören Tempel2019-08-181-0/+4
| | | | | Tests are aborted for some reason, currently don't have access to a hardware platform using this architecture. Disabling for now.
* community/[various]: rebuild against go 1.12.8-r0Sören Tempel2019-08-181-1/+1
| | | | | | | go recently received a security upgrade to 1.12.8 (f4894bf9) this upgrade fixes various CVEs in go standard libraries, for instance in HTTP/2 functionality. Since go is statically linked packages using this functionality need to be rebuild.
* community/gitea: upgrade to 1.8.3TBK2019-06-231-15/+14
|
* community/gitea: start after databaseKevin Daudt2019-06-182-3/+3
| | | | | | | Make sure that the service is started after any of the supported databases. Fixes RM: #10469
* community/gitea: upgrade to 1.8.2TBK2019-05-291-2/+2
|
* community/gitea: upgrade to 1.8.1Adam Dobrawy2019-05-211-2/+2
|
* community/gitea: upgrade to 1.8.0TBK2019-04-212-5/+5
|
* community/gitea: upgrade to 1.7.6TBK2019-04-131-3/+3
| | | | | | | | | | SECURITY - Prevent remote code execution vulnerability with mirror repo URL settings (#6593) (#6595) BUGFIXES - Allow resend of confirmation email when logged in (#6482) (#6487) https://github.com/go-gitea/gitea/releases/tag/v1.7.6
* community/gitea: add missing build tagMura Li2019-04-051-2/+2
|
* community/gitea: upgrade to 1.7.5Andy Postnikov2019-04-051-2/+2
|
* community/gitea: upgrade to 1.7.3prspkt2019-02-281-2/+2
|
* community/gitea: upgrade to 1.7.2Andy Postnikov2019-02-161-2/+2
|
* community/gitea: upgrade to 1.7.1Carlo Landmeter2019-02-011-2/+2
|
* community/gitea: upgrade to 1.6.3Roberto Oliveira2019-01-061-2/+2
|
* community/gitea: security upgrade to 1.6.2Bwko2018-12-221-2/+2
|
* community/gitea: upgrade to 1.6.1Bwko2018-12-101-2/+2
|
* community/gitea upgrade to 1.6.0Bwko2018-11-231-2/+2
|
* community/gitea: upgrade to 1.5.0Carlo Landmeter2018-08-122-18/+14
|
* community/gitea: upgrade to 1.4.3Carlo Landmeter2018-06-271-2/+3
|
* community/gitea: upgrade to 1.4.2Sascha Paunovic2018-06-071-2/+2
|
* community/gitea: upgrade to 1.4.1, switch upstream URL to httpsprspkt2018-06-011-3/+3
|
* community/gitea: upgrade to 1.4.0Andy Postnikov2018-03-301-2/+2
|
* community/gitea: upgrade to 1.3.3Carlo Landmeter2018-02-211-2/+2
|
* community/gitea: upgrade to 1.3.2Carlo Landmeter2018-01-041-2/+2
|
* community/gitea: upgrade to 1.3.1Carlo Landmeter2017-12-131-2/+2
|
* community/gitea: enable build on s390xRoberto Oliveira2017-11-281-1/+1
| | | | Seems currently version of gitea builds fine on s390x
* community/gitea: upgrade to 1.2.3TBK2017-11-072-9/+9
|
* community/gitea: upgrade to 1.2.2Carlo Landmeter2017-10-311-3/+3
| | | | take maintainership
* community/gitea: upgrade to 1.2.1Carlo Landmeter2017-10-201-3/+3
|
* community/gitea: upgrade to 1.1.4Roberto Oliveira2017-09-171-2/+2
|
* community/gitea: various fixes/changesCarlo Landmeter2017-06-153-40/+27
| | | | | | | | modernize abuild change permission var/lib/gitea set APP_DATA_PATH and make this default for data files set GITEA_WORK_DIR as environment variable switch to openrc supervise-daemon
* community/gitea: upgrade to 1.1.2Carlo Landmeter2017-06-141-3/+3
|
* community/gitea: rebuild with go 1.8, enable ppc64leNatanael Copa2017-05-161-2/+2
|
* community/gitea: disable on s390xNatanael Copa2017-05-121-1/+1
|
* community/gitea: dont hide error messages in checkNatanael Copa2017-05-121-1/+1
|
* community/gitea: upgrade to 1.1.1Carlo Landmeter2017-05-101-3/+3
|
* community/<go packages>: Do not compile on ppc64leBreno Leitao2017-04-101-1/+1
| | | | | | | Currently ppc64le does not have go, thus, disabling the build of the packages that depends on golang. This patch should be reverted once we have go enabled on ppc64le.