Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
14.7.1 05 Feb 2022 07:55:37 |
Matthias Fechner (mfechner) |
www/gitlab-ce: security update to 14.7.1
Changelog:
https://about.gitlab.com/releases/2022/02/03/security-release-gitlab-14-7-1-released/
Security: 3507bfb3-85d5-11ec-8c9c-001b217b3468 |
14.7.0 28 Jan 2022 23:27:02 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Fix version requirement of RUN_DEPENDS
from Gemfile:
gem 'sidekiq', '~> 6.3'
Reference: https://gitlab.com/gitlab-org/gitlab-foss/-/blob/v14.7.0/Gemfile#L198 |
14.7.0 26 Jan 2022 10:43:02 |
Matthias Fechner (mfechner) |
www/gitlab-ce: fix database migration
The current gitlab version misses a gem, we add it here.
Refer to:
https://gitlab.com/gitlab-org/gitlab/-/issues/350866 |
14.7.0 26 Jan 2022 10:43:01 |
Matthias Fechner (mfechner) |
www/gitlab-ce: major update to 14.7.0
Changelog:
https://about.gitlab.com/releases/2022/01/22/gitlab-14-7-released/ |
14.6.3_2 25 Jan 2022 19:51:16 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Change RUN_DEPENDS from rubygem-bootsnap to rubygem-bootsnap19
- Bump PORTREVISION for dependency change |
14.6.3_1 23 Jan 2022 19:09:47 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Change RUN_DEPENDS from rubygem-mini_magick to
rubygem-mini_magick410
- Bump PORTREVISION for dependency change |
14.6.3 21 Jan 2022 14:00:19 |
Matthias Fechner (mfechner) |
www/gitlab-ce: bugfix update to 14.6.3
Changelog:
https://about.gitlab.com/releases/2022/01/17/gitlab-14-6-3-released/ |
14.6.2 20 Jan 2022 14:55:27 |
Stefan Eßer (se) |
www/gitlab-ce: fix CONFLICTS_INSTALL |
14.6.2 13 Jan 2022 11:46:14 |
Matthias Fechner (mfechner) |
www/gitlab-ce: security update to 14.6.2
Changelog:
https://about.gitlab.com/releases/2022/01/04/gitlab-14-6-1-released/
https://about.gitlab.com/releases/2022/01/11/security-release-gitlab-14-6-2-released/
MFH: 2022Q1
Security: 43f84437-73ab-11ec-a587-001b217b3468 |
14.6.0_2 11 Jan 2022 18:47:50 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Change RUN_DEPENDS from rubygem-rouge to rubygem-rouge326
- Bump PORTREVISION for dependency change |
14.6.0_1 11 Jan 2022 18:47:50 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Fix build with rubygem-rails61 6.1.4.4 update
- Fix version requirement of RUN_DEPENDS
from Gemfile:
gem 'rails', '~> 6.1.4.1'
Reference: https://gitlab.com/gitlab-org/gitlab-foss/-/blob/v14.6.0/Gemfile#L5 |
14.6.0_1 27 Dec 2021 09:04:03 |
Matthias Fechner (mfechner) |
www/gitlab-ce: fix rubygem-rdoc problem
The upgrade of rubygem-rdoc to 6.4 in commit
1a6659dcb611aab06e7e9ba3adee8c81ce3f9d93
broke gitlab.
Use version rdoc 6.4 does not work due to segfaults, please see
commit log of devel/rubygem-rdoc63 for more details.
PR: 260679
Reported by: lysfjord.daniel@smokepit.net |
14.6.0 22 Dec 2021 17:04:26 |
Matthias Fechner (mfechner) |
www/gitlab-ce: update to 14.6.0
Changelog:
https://about.gitlab.com/releases/2021/12/22/gitlab-14-6-released/ |
14.5.2_1 21 Dec 2021 18:54:55 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Change RUN_DEPENDS from rubygem-sidekiq to rubygem-sidekiq62
- Bump PORTREVISION for dependency change |
14.5.2 07 Dec 2021 08:05:25 |
Matthias Fechner (mfechner) |
www/gitlab-ce: security update to 14.5.2
Changelog:
https://about.gitlab.com/releases/2021/12/06/security-release-gitlab-14-5-2-released/
Security: b299417a-5725-11ec-a587-001b217b3468 |
14.5.1 04 Dec 2021 12:07:29 |
Matthias Fechner (mfechner) |
www/gitlab-ce: update to 14.5.1
Changelog:
https://about.gitlab.com/releases/2021/11/22/gitlab-14-5-released/
https://about.gitlab.com/releases/2021/12/01/gitlab-14-5-1-released/ |
14.4.2_2 25 Nov 2021 21:40:11 |
Stefan Eßer (se) |
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
14.4.2_2 22 Nov 2021 15:17:58 |
Matthias Fechner (mfechner) |
www/gitlab-ce: fix segfaults
Accessing the project page or doing anything that is related to a license
file caused segfault in gitaly.
Upgrading now the gems to this specific version fixed the problem.
As we need to use a prerelease of rubygem-grpc, it is added as extra port.
Please see also upstream here:
https://gitlab.com/gitlab-org/gitlab/-/issues/345693
PR: 259848
Reported by: admin@asu-vei.ru |
14.4.2_1 19 Nov 2021 14:37:42 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Use grpc 1.30.2
We currently see problems and gitlab suggested to use grpc 1.30.2:
https://gitlab.com/gitlab-org/gitlab/-/issues/345693#note_734676746
Newer version of grpc and google-protobuf have known bugs.
The open bug that license files cannot not be handled is tracked here:
https://gitlab.com/gitlab-org/gitlab/-/issues/345693
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259848 |
14.4.2_1 13 Nov 2021 14:52:08 |
Matthias Fechner (mfechner) |
www/gitlab-ce: use new version of snowplow-tracker
The new version of snowplow-tracker does not have any dependency anymore |
14.4.2 13 Nov 2021 14:44:45 |
Matthias Fechner (mfechner) |
www/gitlab-ce: upgrade to 14.4.2
Changelog:
https://about.gitlab.com/releases/2021/11/08/gitlab-14-4-2-released/ |
14.4.1 13 Nov 2021 14:44:44 |
Matthias Fechner (mfechner) |
www/gitlab-ce: security upgrade to 14.4.1
This version has a problem showing files like .md files (e.g. README.md on the
start page of a project).
But as this bug is already present on version 14.4.0
I will deploy this now, to fix the security problems.
We need to find the source why this happens and fix it later.
Changelog:
https://about.gitlab.com/releases/2021/10/28/security-release-gitlab-14-4-1-released/
Security: 33557582-3958-11ec-90ba-001b217b3468 |
14.4.0_1 12 Nov 2021 05:54:51 |
Matthias Fechner (mfechner) |
*/*: use new nodejs USES flag
Simply define which nodejs version is required using the nodejs USES flag.
PR: 259783
Differential Revision: https://reviews.freebsd.org/D32790 |
14.4.0_1 29 Oct 2021 06:33:39 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Fix sidekiq-cron problem disable log to console
The FreeBSD ports is having sidekiq-cron gem version 1.2 which is not
compatible with gitlab yet.
See issue:
https://gitlab.com/gitlab-org/gitlab/-/issues/343695
Following MR is included:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/73093 |
14.4.0 29 Oct 2021 06:33:39 |
Matthias Fechner (mfechner) |
www/gitlab-ce: force gitlab-ce to use node16
As www/node was upgrade to version 17 it causes the upgrade process
of gitlab-ce to fail. Gitlab requires yarn which requires node
but the modules gitlab is using are not supporting node 17 yet. |
14.4.0 27 Oct 2021 06:20:37 |
Matthias Fechner (mfechner) |
databases/rubygem-redis44: make version 4.4.x available
Required for gitlab-ce. |
14.4.0 27 Oct 2021 06:20:37 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Update to 14.4.0
Changelog:
https://about.gitlab.com/releases/2021/10/22/gitlab-14-4-released/
I included the following patch to fix a problem with
sidekiq-cron gem version 1.2.0:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/73093 |
14.3.2_3 27 Oct 2021 06:20:24 |
Matthias Fechner (mfechner) |
*/*: Revert "*/*: Make rails 6.1.3 available"
This reverts commit f4511dc4a7c439b30c898b75246d314a574f01cb.
Add MOVED entries.
These ports are not required anymore as gitlab 14.4.0 has upgrade
now to rails 6.1.4.1. |
14.3.2_3 05 Oct 2021 10:24:07 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Readded a by mistake removed directory for PLIST |
14.3.2_2 05 Oct 2021 10:14:41 |
Matthias Fechner (mfechner) |
www/gitlab-ce: fix default backup configuration
PR: 258922 |
14.3.2_1 05 Oct 2021 07:40:04 |
Matthias Fechner (mfechner) |
*/*: Make rails 6.1.3 available
The upgrade of rails to 6.1.4 broke www/gitlab-ce.
PR: 258855 |
14.3.2 05 Oct 2021 07:40:03 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Revert unapproved modification that broke gitlab |
14.3.2 02 Oct 2021 07:49:36 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Bugfix update 14.3.2
Changelog:
https://about.gitlab.com/releases/2021/10/01/gitlab-14-3-2-released/ |
14.3.1 01 Oct 2021 14:53:39 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Security update to 14.3.1
Changelog:
https://about.gitlab.com/releases/2021/09/30/security-release-gitlab-14-3-1-released/
Security: 1bdd4db6-2223-11ec-91be-001b217b3468 |
14.3.0_1 27 Sep 2021 15:56:30 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Fix Gemfile for rubygem-rails61 6.1.4.1 update
- Bump PORTREVISION for package change |
14.3.0 23 Sep 2021 19:42:07 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Update to 14.3.0
Changelog:
https://about.gitlab.com/releases/2021/09/22/gitlab-14-3-released/ |
14.2.2_1 21 Sep 2021 03:47:28 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Change RUN_DEPENDS from rubygem-google-protobuf to
rubygem-google-protobuf317
- Bump PORTREVISION for dependency change |
14.2.2 31 Aug 2021 21:20:15 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Security update to 14.2.2
Changelog:
https://about.gitlab.com/releases/2021/08/31/security-release-gitlab-14-2-2-released/
Security: 6c22bb39-0a9a-11ec-a265-001b217b3468 |
14.2.1 31 Aug 2021 09:54:32 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Update to 14.2.1
Changelog:
https://about.gitlab.com/releases/2021/08/22/gitlab-14-2-released/
https://about.gitlab.com/releases/2021/08/23/gitlab-14-2-1-released/ |
14.1.2 16 Aug 2021 15:33:19 |
Gleb Popov (arrowd) |
www/gitlab-ce: Remove ?= assignments.
There was a slave port planned in https://reviews.freebsd.org/D25763 , but
I gave up on it. |
14.1.2 04 Aug 2021 08:29:40 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Security update to 14.1.2
Changelog:
https://about.gitlab.com/releases/2021/08/03/security-release-gitlab-14-1-2-released/
Security: 1d651770-f4f5-11eb-ba49-001b217b3468 |
14.1.1 31 Jul 2021 14:19:17 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Bugfix update to 14.1.1
Changelog:
https://about.gitlab.com/releases/2021/07/28/gitlab-14-1-1-released/ |
14.1.0 24 Jul 2021 07:08:06 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Update to 14.1.0
Changelog:
https://about.gitlab.com/releases/2021/07/22/gitlab-14-1-released/ |
14.0.5_2 19 Jul 2021 11:22:22 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Autogenerate PLIST
Most of the work was done by bofh, I had only to fix some small issues. |
14.0.5_2 15 Jul 2021 20:47:44 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Change RUN_DEPENDS from rubygem-flipper to rubygem-flipper021
- Bump PORTREVISION for dependency change |
14.0.5_1 14 Jul 2021 16:11:01 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
- Bump PORTREVISION for dependency change |
14.0.5 10 Jul 2021 08:09:29 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Bugfix update to 14.0.5
Changelog:
https://about.gitlab.com/releases/2021/07/08/gitlab-14-0-5-released/
MFH: 2021Q3 |
14.0.4 08 Jul 2021 06:49:58 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Security update to 14.0.4
Changelog:
https://about.gitlab.com/releases/2021/07/07/critical-security-release-gitlab-14-0-4-released/
Security: 01974420-dfaf-11eb-ba49-001b217b3468 |
14.0.2_2 06 Jul 2021 09:52:35 |
Matthias Fechner (mfechner) |
databases/rubygem-pg_query: Update to 2.1.0
This upgrade included patches upstream.
Changelog:
https://github.com/pganalyze/pg_query/blob/main/CHANGELOG.md |
14.0.2_1 03 Jul 2021 07:50:19 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Fixed problem with asset compilation
The old autoprefixer gem used by gitlab cause at the upgrade the
following error message (cause by newer execjs gem):
Done in 0.68s.
rake aborted!
ExecJS::ProgramError: TypeError: Cannot read property 'version' of undefined
eval (eval at <anonymous> ((execjs):1:213), <anonymous>:1:10)
(execjs):1:213
(execjs):19:14
(execjs):1:40
Object.<anonymous> ((execjs):1:58)
Module._compile (node:internal/modules/cjs/loader:1109:14)
Object.Module._extensions..js (node:internal/modules/cjs/loader:1138:10)
Module.load (node:internal/modules/cjs/loader:989:32)
Function.Module._load (node:internal/modules/cjs/loader:829:14)
Function.executeUserEntryPoint [as runMain]
(node:internal/modules/run_main:76:12)
/usr/local/www/gitlab-ce/lib/gitlab/task_helpers.rb:18:in `invoke_and_time_task'
/usr/local/www/gitlab-ce/lib/tasks/gitlab/assets.rake:59:in `each'
/usr/local/www/gitlab-ce/lib/tasks/gitlab/assets.rake:59:in `block (3 levels) in
<top (required)>'
/usr/local/bin/bundle:23:in `load'
/usr/local/bin/bundle:23:in `<main>'
Tasks: TOP => assets:precompile
(See full trace by running task with --trace) |
14.0.2 03 Jul 2021 06:03:25 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Security update to 14.0.2
Changelog:
https://about.gitlab.com/releases/2021/07/01/security-release-gitlab-14-0-2-released/
Security: 8ba8278d-db06-11eb-ba49-001b217b3468 |
14.0.1 03 Jul 2021 06:03:23 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Patch update to 14.0.1.
Changelog:
https://about.gitlab.com/releases/2021/06/24/gitlab-14-0-1-released/ |
14.0.0 03 Jul 2021 06:03:23 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Major upgrade to 14.0.0.
Make sure you upgrade first to 13.12.2, otherwise you will lose your
advanced search index.
Upgrade instructions as usual:
https://gitlab.fechner.net/mfechner/Gitlab-docu/-/blob/master/update/13.12-14.0-freebsd.md
Changelog:
https://about.gitlab.com/releases/2021/06/22/gitlab-14-0-released/ |
13.12.2_1 10 Jun 2021 14:46:24 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Change RUN_DEPENDS from rubygem-rack-proxy to
rubygem-rack-proxy06
- Bump PORTREVISION for dependency change |
13.12.2 01 Jun 2021 22:37:26 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Security related update to 13.12.2.
Changelog:
https://about.gitlab.com/releases/2021/06/01/security-release-gitlab-13-12-2-released/ |
13.12.1_1 01 Jun 2021 07:18:52 |
Matthias Fechner (mfechner) |
net/gitlab-agent: Update to 13.12.2.
Old version has some build problem that were fixed upstream. |
13.12.1 29 May 2021 16:23:59 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Update to 13.12.1.
Changelog:
https://about.gitlab.com/releases/2021/05/25/gitlab-13-12-1-released/ |
13.12.0 29 May 2021 16:23:59 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Update to 13.12.0.
Changelog:
https://about.gitlab.com/releases/2021/05/22/gitlab-13-12-released/ |
13.11.4 17 May 2021 08:23:45 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Bugfix update to 13.11.4.
Changelog:
https://about.gitlab.com/releases/2021/05/14/gitlab-13-11-4-released/ |
13.11.3_1 11 May 2021 21:47:33 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Change RUN_DEPENDS from rubygem-autoprefixer-rails to
rubygem-autoprefixer-rails1020
- Bump PORTREVISION for dependency change |
13.11.3 07 May 2021 09:39:44 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Fix RUN_DEPENDS
It matches the Gemfile (~> 6.0.3.6). |
13.11.3 06 May 2021 21:37:13 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Bugfixupdate to 13.11.3
Changelog:
https://about.gitlab.com/releases/2021/04/30/gitlab-13-11-3-released/ |
13.11.2_1 02 May 2021 19:47:26 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Change RUN_DEPENDS from rubygem-devise-rails60 to
rubygem-devise47-rails60
- Bump PORTREVISION for dependency change |
13.11.2 28 Apr 2021 21:57:39 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Security update to 13.11.2.
Changelog:
https://about.gitlab.com/releases/2021/04/28/security-release-gitlab-13-11-2-released/
Security: 518a119c-a864-11eb-8ddb-001b217b3468 |
13.11.1 23 Apr 2021 19:06:09 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Major upgrade to 13.11.1.
Changelog:
https://about.gitlab.com/releases/2021/04/22/gitlab-13-11-released/
https://about.gitlab.com/releases/2021/04/23/gitlab-13-11-1-released/ |
13.10.3 18 Apr 2021 21:41:15 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Security update to 13.10.3.
Changelog:
https://about.gitlab.com/releases/2021/04/14/security-release-gitlab-13-10-3-released/ |
13.10.2 10 Apr 2021 06:32:14 |
Matthias Fechner (mfechner) |
www/gitlab-ce: bugfix update to 13.10.2.
Changelog:
https://about.gitlab.com/releases/2021/04/01/gitlab-13-10-2-released/
MFH: 2021Q2 |
13.10.1 09 Apr 2021 18:44:23 |
Matthias Fechner (mfechner) |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
13.10.1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
13.10.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
13.10.1 06 Apr 2021 09:43:51 |
Matthias Fechner (mfechner) |
Removed svn keywords again.
They went in by accident while merging older commits.
Reported by: jbeich |
13.10.1 06 Apr 2021 07:51:05 |
Matthias Fechner (mfechner) |
Major upgrade to 13.10 which includes security related upgrade to 13.10.1.
Changelog:
https://about.gitlab.com/releases/2021/03/22/gitlab-13-10-released/
https://about.gitlab.com/releases/2021/03/31/security-release-gitlab-13-10-1-released/ |
13.9.4 18 Mar 2021 16:32:56 |
mfechner |
Security update to 13.9.4.
Changelog:
https://about.gitlab.com/releases/2021/03/17/security-release-gitlab-13-9-4-released/
Security: 50e59056-87f2-11eb-b6a2-001b217b3468 |
13.9.3 13 Mar 2021 08:59:51 |
mfechner |
Bugfix update to 13.9.3.
Changelog:
https://about.gitlab.com/releases/2021/03/08/gitlab-13-9-3-released/
This commit also includes the script to generate the pkg-plist so we have in one
place. |
13.9.2_2 08 Mar 2021 11:07:10 |
mfechner |
Make sure gitlab uses a version of google-protobuf that works.
Version 3.15.x is causing segfaults.
Problem is also reported upstream:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/55972 |
13.9.2_1 07 Mar 2021 22:56:38 |
sunpoet |
Change RUN_DEPENDS from rubygem-google-protobuf to rubygem-google-protobuf314
- While I'm here, use = instead of ?= because gitlab-ce does not have slave port
(r564168) [1]
- Bump PORTREVISION for dependency change
Approved by: mfechner (r564168) [1] |
13.9.2 06 Mar 2021 10:08:30 |
mfechner |
Security update to gitlab-ce 13.9.2.
Changelog:
https://about.gitlab.com/releases/2021/03/04/security-release-gitlab-13-9-2-released/
This commit also enforces an older version of devel/rubygem-google-protobuf of
version 3.14.0.
This also linked PR.
This ensures that users to not upgrade by accident to a version that is core
dumping.
So it is wanted that this port is currently not buildable to protect users from
an update.
If you want to this upgrade, wait till devel/rubygem-google-protobuf is fixed or
downgrade it to 3.14.0.
PR: 254014 254010
Security: 8bf856ea-7df7-11eb-9aad-001b217b3468 |
13.9.1 03 Mar 2021 09:50:29 |
mfechner |
Major upgrade to 13.9.1.
Changelog:
https://about.gitlab.com/releases/2021/02/22/gitlab-13-9-released/
https://about.gitlab.com/releases/2021/02/23/gitlab-13-9-1-released/ |
13.8.4_1 16 Feb 2021 22:22:28 |
mfechner |
Changed the startup script to be able to work together with cbsd.
Parts of it where written by Oleg Ginzburg I only had to do some small
modifications, thanks for this support.
Submitted by: Oleg Ginzburg |
13.8.4 12 Feb 2021 14:34:24 |
mfechner |
Security update to 13.8.4.
Changelog:
https://about.gitlab.com/releases/2021/02/11/security-release-gitlab-13-8-4-released/
Security: 1020d401-6d2d-11eb-ab0b-001b217b3468 |
13.8.3_1 06 Feb 2021 15:34:28 |
mfechner |
Added a configuration variable gitlab_wait to configure how long to wait that
gitlab is started.
By default the value is 120 second.
PR: 253289
Submitted by: vvd@unislabs.com |
13.8.3 06 Feb 2021 08:39:20 |
mfechner |
Bugfix update to 13.8.3.
Changelog:
https://about.gitlab.com/releases/2021/02/05/gitlab-13-8-3-released/ |
13.8.2 06 Feb 2021 08:08:25 |
mfechner |
Security upgrade to 13.8.2.
Changelog:
https://about.gitlab.com/releases/2021/02/01/security-release-gitlab-13-8-2-released/
Security: 66d1c277-652a-11eb-bb3f-001b217b3468 |
13.8.1_2 06 Feb 2021 01:22:51 |
sunpoet |
Fix grpc issue in gitlab-ce
- While I'm here, use = instead of ?= because gitlab-ce does not have slave port
- Bump PORTREVISION for dependency change
gitlab-ce has some runtime issue with grpc versions, especially upb stuff.
Move all gitlab-ce dependencies to specific grpc/rubygem-grpc versions in order
to keep gitlab-ce port more robust.
The changes are as follows:
- Add devel/grpc134 (copied from devel/grpc)
- Add net/rubygem-grpc130 (copied from net/rubygem-grpc)
- Move gitlab-ce and its dependencies to grpc134 and rubygem-grpc130
Differential Revision: https://reviews.freebsd.org/D28491
Submitted by: sunpoet (myself)
Approved by: mfechner
Tested by: mfechner |
13.8.1_1 30 Jan 2021 12:36:06 |
sunpoet |
Change RUN_DEPENDS from rubygem-oj to rubygem-oj310
- Bump PORTREVISION for dependency change |
13.8.1 27 Jan 2021 13:41:52 |
mfechner |
Bugfix update to gitlab-ce 13.8.1.
Changelog:
https://about.gitlab.com/releases/2021/01/26/gitlab-13-8-1-released/ |
13.8.0 27 Jan 2021 12:52:38 |
mfechner |
Major upgrade to gitlab-ce 13.8.
Changelog:
https://about.gitlab.com/releases/2021/01/22/gitlab-13-8-released/ |
13.7.4 14 Jan 2021 12:06:06 |
mfechner |
Security update to 13.7.4.
Changelog:
https://about.gitlab.com/releases/2021/01/14/critical-security-release-gitlab-13-7-4-released/
Security: 0a8ebf4a-5660-11eb-b4e2-001b217b3468 |
13.7.3_1 13 Jan 2021 16:13:24 |
osa |
Update databases/redis to the recent stable version 6.0.10.
Update CONFLICTS for:
o) databases/redis4
o) databases/redis5
o) databases/redis
o) databases/redis-devel
Connect databases/redis5 to the build.
Bump PORTREVISIONs for dependant ports. |
13.7.3 09 Jan 2021 20:32:38 |
mfechner |
Security update to 13.7.2:
https://about.gitlab.com/releases/2021/01/07/security-release-gitlab-13-7-2-released/
Bugfix update to 13.7.3:
https://about.gitlab.com/releases/2021/01/08/gitlab-13-7-3-released/
Security: a2a2b34d-52b4-11eb-87cb-001b217b3468 |
13.7.1 29 Dec 2020 23:25:59 |
mfechner |
Removed a duplicated dep line for gtar.
PR: 252269
Reported by: vvd@unislabs.com |
13.7.1 27 Dec 2020 13:52:45 |
mfechner |
Bugfix update to 13.7.1.
Changelog:
https://about.gitlab.com/releases/2020/12/23/gitlab-13-7-1-released/
This release also fixes a problem with an upgrade related to rubygem-rdoc. |
13.7.0 22 Dec 2020 16:51:09 |
mfechner |
Major update to 13.7.
Changelog:
https://about.gitlab.com/releases/2020/12/22/gitlab-13-7-released/ |
13.6.3_1 13 Dec 2020 14:51:51 |
sunpoet |
Change RUN_DEPENDS from rubygem-rouge to rubygem-rouge325
- Bump PORTREVISION for dependency change |
13.6.3 12 Dec 2020 08:35:00 |
mfechner |
Bugfix update to gitlab-ce 13.6.3.
Changelog:
https://about.gitlab.com/releases/2020/12/10/gitlab-13-6-3-released/ |
13.6.2 10 Dec 2020 17:39:47 |
mfechner |
Security update to 13.6.2.
Changelog:
https://about.gitlab.com/releases/2020/12/07/security-release-gitlab-13-6-2-released/
Security: 5d5e5cda-38e6-11eb-bbbf-001b217b3468 |
13.6.1 28 Nov 2020 17:41:30 |
mfechner |
Bugfix update to gitlab 13.6.1.
Changelog:
https://about.gitlab.com/releases/2020/11/23/gitlab-13-6-1-released/ |
13.6.0 28 Nov 2020 15:09:27 |
mfechner |
Major upgrade to 13.6.0.
Changelog:
https://about.gitlab.com/releases/2020/11/22/gitlab-13-6-released/
Please note, this version requires ruby 2.7 so do not change the default version
of ruby. |
13.5.4_1 21 Nov 2020 09:45:06 |
sunpoet |
Change RUN_DEPENDS from rubygem-erubi to rubygem-erubi19
- Bump PORTREVISION for dependency change |
13.5.4 18 Nov 2020 20:26:12 |
mfechner |
Bugfix release to 13.5.4.
Changelog:
https://about.gitlab.com/releases/2020/11/13/gitlab-13-5-4-released/ |