Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
17.10.1 26 Mar 2025 19:55:35
    |
Matthias Fechner (mfechner)  |
www/gitlab: security and patch update to 10.7.1
Changes: https://about.gitlab.com/releases/2025/03/26/patch-release-gitlab-17-10-1-released/
Security: 1daa2814-0a6c-11f0-b4e4-2cf05da270f3 |
17.10.0 21 Mar 2025 12:34:53
    |
Matthias Fechner (mfechner)  |
www/gitlab: major upgrade to 17.10.0
Changes: https://about.gitlab.com/releases/2025/03/20/gitlab-17-10-released/
Please follow upgrade manual:
https://gitlab.com/mfechner/freebsd-gitlab-docu/-/blob/master/update/17.9-17.10-freebsd.md |
17.9.2_1 15 Mar 2025 09:05:56
    |
Matthias Fechner (mfechner)  |
www/gitlab: fix regression from 8fdf4e8916af8fe76b78eb4efe50d8f178b29527
Make a dedicated port for rubygem-cssbundling available for gitlab |
17.9.2 15 Mar 2025 09:05:56
    |
Matthias Fechner (mfechner)  |
www/gitlab: fix regression from 40d54199a8b5b902f127d6f3db01ecc250586dc3
Relaxe redis dependency, regarding the redis changelog, there is no
breaking change in the new version.
As the redis gem is also used by rails it does not make sense to
duplicate the complete rails ports for gitlab. |
17.9.2 13 Mar 2025 07:08:00
    |
Matthias Fechner (mfechner)  |
www/gitlab: security and bugfix update to 17.9.2
Changes: https://about.gitlab.com/releases/2025/03/12/patch-release-gitlab-17-9-2-released/
Security: a435609c-ffd5-11ef-b4e4-2cf05da270f3 |
17.9.1 01 Mar 2025 03:55:26
    |
Matthias Fechner (mfechner)  |
www/gitlab: security and bugfix update to 17.9.1
Changes: https://about.gitlab.com/releases/2025/02/26/patch-release-gitlab-17-9-1-released/
Security: 8fb9101e-f58a-11ef-b4e4-2cf05da270f3 |
17.9.0 01 Mar 2025 03:53:49
    |
Matthias Fechner (mfechner)  |
www/gitlab: major upgrade to 17.9
Changes: https://about.gitlab.com/releases/2025/02/20/gitlab-17-9-released/ |
17.8.4 28 Feb 2025 07:23:32
    |
Matthias Fechner (mfechner)  |
www/gitlab: security and bugfix update to 17.8.4
Changes: https://about.gitlab.com/releases/2025/02/26/patch-release-gitlab-17-9-1-released/
Security: 8fb9101e-f58a-11ef-b4e4-2cf05da270f3 |
17.8.2_1 24 Feb 2025 23:53:22
    |
Ashish SHUKLA (ashish)  |
all: Bump after lang/go123 update
PR: 284681 |
17.8.2 13 Feb 2025 07:02:44
    |
Matthias Fechner (mfechner)  |
www/gitlab: security and patch update to 17.8.2
Changes: https://about.gitlab.com/releases/2025/02/12/patch-release-gitlab-17-8-2-released/
Security: 1a8c5720-e9cf-11ef-9e96-2cf05da270f3 |
17.8.1_2 08 Feb 2025 05:27:50
    |
Matthias Fechner (mfechner)  |
www/gitlab: fix problem due to puma upgrade to 6.6.0 |
17.8.1_1 05 Feb 2025 08:22:45
    |
Matthias Fechner (mfechner)  |
www/gitlab: fix error uninitialized constant
ActiveSupport::LoggerThreadSafeLevel::Logger
The upgrade of gem concurrent-ruby to 1.3.5 made a bug in activesupport visible.
The bug seems to be fixed for rails 7.1 and 7.2 but not 7.0 which gitlab uses.
https://github.com/rails/rails/pull/49372
https://github.com/rails/rails/issues/54260
So we import the Logger to fix the error message:
bundler: failed to load command: puma (/usr/local/bin/puma)
/usr/local/lib/ruby/gems/3.2/gems/activesupport-7.0.8.7/lib/active_support/logger_thread_safe_level.rb:12:in
`<module:LoggerThreadSafeLevel>': uninitialized constant
ActiveSupport::LoggerThreadSafeLevel::Logger (NameError)
Logger::Severity.constants.each do |severity|
^^^^^^^^^^
from
/usr/local/lib/ruby/gems/3.2/gems/activesupport-7.0.8.7/lib/active_support/logger_thread_safe_level.rb:9:in
`<module:ActiveSupport>'
from
/usr/local/lib/ruby/gems/3.2/gems/activesupport-7.0.8.7/lib/active_support/logger_thread_safe_level.rb:8:in
`<top (required)>' (Only the first 15 lines of the commit message are shown above ) |
17.8.1 23 Jan 2025 09:44:39
    |
Matthias Fechner (mfechner)  |
www/gitlab: security and bugfix update to 17.8.1
Changes: https://about.gitlab.com/releases/2025/01/22/patch-release-gitlab-17-8-1-released/
Security: 24c93a28-d95b-11ef-b6b2-2cf05da270f3 |
17.8.0_3 21 Jan 2025 22:21:11
    |
Ashish SHUKLA (ashish)  |
all: Bump after lang/go122 update
PR: 284181
MFH: 2025Q1 |
17.8.0_2 18 Jan 2025 12:33:23
    |
Matthias Fechner (mfechner)  |
www/gitlab: make it possible to define the log level of gitlab
For only warnings, just execute:
sysrc gitlab_log_level="warn"
and restart gitlab:
service gitlab restart
Possible values are:
debug
info
warn
error |
17.8.0_1 17 Jan 2025 21:21:24
    |
Vladimir Druzenko (vvd)  |
www/gitlab: Update "kerberos off" patch for gitlab 17.8.0
Approved by: mfechner (maintainer, implicit) |
17.8.0_1 17 Jan 2025 16:08:23
    |
Matthias Fechner (mfechner)  |
www/gitlab: fixed permission database.yml and failing backup |
17.8.0 16 Jan 2025 15:55:00
    |
Matthias Fechner (mfechner)  |
www/gitlab: major upgrade to 17.8.0
Changes: https://about.gitlab.com/releases/2025/01/16/gitlab-17-8-released/ |
17.7.2 15 Jan 2025 07:07:00
    |
Matthias Fechner (mfechner)  |
www/gitlab: update to 17.7.2
Changes: https://gitlab.com/gitlab-org/gitlab/-/blob/master/CHANGELOG.md |
17.7.1 08 Jan 2025 21:19:37
    |
Matthias Fechner (mfechner)  |
www/gitlab: security and bugfix update to 17.7.1
Changes: https://about.gitlab.com/releases/2025/01/08/patch-release-gitlab-17-7-1-released/
Security: 2bfde261-cdf2-11ef-b6b2-2cf05da270f3 |
17.7.0_3 31 Dec 2024 15:57:08
    |
Po-Chuan Hsieh (sunpoet)  |
www/gitlab: Change RUN_DEPENDS from rubygem-google-apis-iam_v1 to
rubygem-google-apis-iam_v1-gitlab
- Bump PORTREVISION for dependency change |
17.7.0_2 26 Dec 2024 11:49:27
    |
Matthias Fechner (mfechner)  |
www/gitlab: further isolate port from rexml gem |
17.7.0_1 26 Dec 2024 10:12:06
    |
Matthias Fechner (mfechner)  |
www/gitlab: fix regression from 001ec8e60d233781c71246f5434306c06cafb453
Error message:
===> gitlab-ce-17.7.0 depends on package: rubygem-rexml>=3.3.2<3.4 - not found
Make rubygem-rexml version 3.3 available for a specific port for gitlab. |
17.7.0 19 Dec 2024 06:18:03
    |
Matthias Fechner (mfechner)  |
www/gitlab: major upgrade to 17.7.0
Changes: https://gitlab.com/gitlab-org/gitlab/-/blob/master/CHANGELOG.md |
17.6.2 12 Dec 2024 05:36:38
    |
Matthias Fechner (mfechner)  |
www/gitlab: security and patch update to 17.6.2
Changes: https://about.gitlab.com/releases/2024/12/11/patch-release-gitlab-17-6-2-released/
Security: 275ac414-b847-11ef-9877-2cf05da270f3 |
17.6.1_3 04 Dec 2024 12:49:38
    |
Matthias Fechner (mfechner)  |
devel/rubygem-licensee: fix another conflict with faraday
further isolation ports required for gitlab to work around update by
335fc7c38d61142727cb9f01fd9e401c476e4ad8
This should fix the problem if the two ports are installed:
sysutils/rubygem-vagrant_cloud
devel/rubygem-licensee
PR: 283073 |
17.6.1_2 03 Dec 2024 17:34:35
    |
Po-Chuan Hsieh (sunpoet)  |
nodejs: Bump PORTREVISION for dependency change
USES=nodejs defaults to www/node22 now. |
17.6.1_1 03 Dec 2024 06:07:14
    |
Matthias Fechner (mfechner)  |
www/gitlab: fix deeper regression from 8a2d8fae15f9c9986ad48a54e36ad58635c85cb4
Seperate the ports a little bit more.
Patch was mostly provided by sunpoet. |
17.6.1 27 Nov 2024 05:39:27
    |
Matthias Fechner (mfechner)  |
www/gitlab: security and patch release 17.6.1
Changes: https://about.gitlab.com/releases/2024/11/26/patch-release-gitlab-17-6-1-released/
Security: 2263ea04-ac81-11ef-998c-2cf05da270f3 |
17.6.0 22 Nov 2024 13:43:10
    |
Matthias Fechner (mfechner)  |
www/gitlab: fix regression from 40691dbd41e40322ae815af89216b2f459784cb6
Gitlab requires kramdown version 2.4.x |
17.6.0 22 Nov 2024 13:15:15
    |
Matthias Fechner (mfechner)  |
www/gitlab: fix regression from 335fc7c38d61142727cb9f01fd9e401c476e4ad8
Gitlab requires net-http 0.4.1:
Because faraday >= 2, < 2.5 could not be found in locally installed gems
and faraday >= 2.5, < 2.12.1 could not be found in locally installed gems,
faraday >= 2, < 2.12.1 cannot be used.
And because faraday >= 2.12.1 depends on faraday-net_http >= 2.0, < 3.5,
faraday >= 2 requires faraday-net_http >= 2.0, < 3.5.
Because faraday-net_http >= 3.4.0 depends on net-http >= 0.5.0
and faraday-net_http >= 2.0, < 3.4.0 could not be found in locally installed
gems,
faraday-net_http >= 2.0 requires net-http >= 0.5.0.
Thus, faraday >= 2 requires net-http >= 0.5.0.
So, because Gemfile depends on faraday ~> 2
and Gemfile depends on net-http = 0.4.1,
version solving has failed.
While fixing the problem, moved gitlab used packages to own package names with a
PKGNAMESUFFIX of `-gitlab`.
This should make the gitlab package much more stable if updates in the ports are
done. |
17.6.0 22 Nov 2024 13:11:14
    |
Matthias Fechner (mfechner)  |
www/gitlab: update to 17.6.0
Changes: https://gitlab.com/gitlab-org/gitlab/-/blob/master/CHANGELOG.md?expanded=true&viewer=simple
Changes: https://about.gitlab.com/releases/2024/11/21/gitlab-17-6-released/ |
17.5.2_1 21 Nov 2024 13:39:54
    |
Po-Chuan Hsieh (sunpoet)  |
www/gitlab: Update RUN_DEPENDS
- Change RUN_DEPENDS from rubygem-json to rubygem-json27
- Change RUN_DEPENDS from rubygem-net-http to rubygem-net-http041
- Bump PORTREVISION for dependency change |
17.5.2 14 Nov 2024 05:04:36
    |
Matthias Fechner (mfechner)  |
www/gitlab: security and bugfix update to 17.5.2
Changes: https://about.gitlab.com/releases/2024/11/13/patch-release-gitlab-17-5-2-released/
Security: 1eb4d32c-a245-11ef-998c-2cf05da270f3 |
17.5.1_3 08 Nov 2024 20:58:46
    |
Ashish SHUKLA (ashish)  |
all: Bump after lang/go122 update
PR: 281842 |
17.5.1_2 05 Nov 2024 08:43:56
    |
Matthias Fechner (mfechner)  |
www/gitlab: fix regression from 372f5ebfd99a96b7060145c632e350b5870b8c7d
===> gitlab-ce-17.5.1_1 depends on package: rubygem-webrick>=1.8.1<1.9 - not
found
*** Error code 1 |
17.5.1_1 02 Nov 2024 08:35:45
    |
Matthias Fechner (mfechner)  |
www/gitlab: use LOCALBASE instead of PREFIX for dirs/files not part of gitlab
package
Reported by: arrowd |
17.5.1_1 02 Nov 2024 07:53:13
    |
Matthias Fechner (mfechner)  |
www/gitlab: use %%PREFIX%% in the startup script for shell path |
17.5.1_1 30 Oct 2024 11:22:12
    |
Matthias Fechner (mfechner)  |
www/gitlab: unbreak build
fixes dependency issues caused by:
5be56f86c88a5f043568ef3bbf2385798f3574a5
f79209ce44089dabaf319913ffd2365b890ca751
35f8b875d522febb1d34e748bc75bc061b7a34d5 |
17.5.1 24 Oct 2024 05:32:07
    |
Matthias Fechner (mfechner)  |
www/gitlab: security and patch update to 17.5.1
Changes: https://about.gitlab.com/releases/2024/10/23/patch-release-gitlab-17-5-1-released/
Security: 78e6c113-91c1-11ef-a904-2cf05da270f3 |
17.5.0 23 Oct 2024 04:15:14
    |
Matthias Fechner (mfechner)  |
www/gitlab: fixed dependency version range for coverband |
17.5.0 17 Oct 2024 19:09:46
    |
Matthias Fechner (mfechner)  |
www/gitlab: update to 17.5.0
Changes: https://about.gitlab.com/releases/2024/10/17/gitlab-17-5-released/ |
17.4.2_1 14 Oct 2024 05:26:29
    |
Po-Chuan Hsieh (sunpoet)  |
www/gitlab: Change RUN_DEPENDS from rubygem-sys-filesystem to
rubygem-sys-filesystem14
- Bump PORTREVISION for dependency change |
17.4.2 10 Oct 2024 05:28:03
    |
Matthias Fechner (mfechner)  |
www/gitlab: security and patch update to 17.4.2
Changes: https://about.gitlab.com/releases/2024/10/09/patch-release-gitlab-17-4-2-released/
Security: cc1ac01e-86b0-11ef-9369-2cf05da270f3 |
17.4.1_2 10 Oct 2024 05:28:03
    |
Matthias Fechner (mfechner)  |
www/gitlab: fix problems related to aws-sdk* package upgrades
Gitlab uses now dedicated packages it requires with the specific version.
PR: 281980 |
17.4.1_1 04 Oct 2024 10:20:35
    |
Matthias Fechner (mfechner)  |
www/gitlab: fix regression from 0cd77d5e59481973c44a127c62331d8ff41350f8
Sprockets detected. This patch can likely be removed."}
bundler: failed to load command: puma (/usr/local/bin/puma)
/usr/local/www/gitlab/config/initializers/sprockets_patch.rb:12:in `<top
(required)>': New version of Sprockets detected. This patch can likely be
removed. (RuntimeError)
from
/usr/local/lib/ruby/gems/3.2/gems/railties-7.0.8.4/lib/rails/engine.rb:667:in
`load'
from
/usr/local/lib/ruby/gems/3.2/gems/railties-7.0.8.4/lib/rails/engine.rb:667:in
`block in load_config_initializer'
from
/usr/local/lib/ruby/gems/3.2/gems/activesupport-7.0.8.4/lib/active_support/notifications.rb:208:in
`instrument'
from
/usr/local/lib/ruby/gems/3.2/gems/railties-7.0.8.4/lib/rails/engine.rb:666:in
`load_config_initializer'
from
/usr/local/lib/ruby/gems/3.2/gems/railties-7.0.8.4/lib/rails/engine.rb:620:in
`block (2 levels) in <class:Engine>'
from
/usr/local/lib/ruby/gems/3.2/gems/railties-7.0.8.4/lib/rails/engine.rb:619:in
`each'
from
/usr/local/lib/ruby/gems/3.2/gems/railties-7.0.8.4/lib/rails/engine.rb:619:in
`block in <class:Engine>'
from
/usr/local/lib/ruby/gems/3.2/gems/railties-7.0.8.4/lib/rails/initializable.rb:32:in
`instance_exec'
from
/usr/local/lib/ruby/gems/3.2/gems/railties-7.0.8.4/lib/rails/initializable.rb:32:in
`run'
from
/usr/local/lib/ruby/gems/3.2/gems/railties-7.0.8.4/lib/rails/initializable.rb:61:in
`block in run_initializers' (Only the first 15 lines of the commit message are shown above ) |
17.4.1 26 Sep 2024 12:15:01
    |
Matthias Fechner (mfechner)  |
www/gitlab: security and patch update to 17.4.1
Changes: https://about.gitlab.com/releases/2024/09/25/patch-release-gitlab-17-4-1-released/
Security: 4b7ed61f-7bbf-11ef-9369-2cf05da270f3 |
17.4.0_1 25 Sep 2024 04:23:03
    |
Po-Chuan Hsieh (sunpoet)  |
+www/gitlab: Change RUN_DEPENDS from rubygem-rouge to rubygem-rouge43
- Bump PORTREVISION for dependency change |
17.4.0 20 Sep 2024 05:18:40
    |
Matthias Fechner (mfechner)  |
www/gitlab: major update to 17.4.0
Changes: https://about.gitlab.com/releases/2024/09/19/gitlab-17-4-released/ |
17.3.3 17 Sep 2024 07:03:59
    |
Matthias Fechner (mfechner)  |
www/gitlab: update to 17.3.3
Added a unique PORTREVISION tag to be in sync with all gitlab related ports.
Please increase in www/gitlab/Makefile.common GITLAB_PORTREVISION if required. |
17.3.2 17 Sep 2024 07:03:58
    |
Matthias Fechner (mfechner)  |
www/gitlab: fix regression related to sprockets 3.7.4 update
Fixes regression introduced by f7c2675d77c75a5da13ecb49577d0a815760dad2 |
17.3.2 12 Sep 2024 17:52:00
    |
Matthias Fechner (mfechner)  |
www/gitlab: security and patch update to 17.3.2
Changes: https://about.gitlab.com/releases/2024/09/11/patch-release-gitlab-17-3-2-released/
Security: bcc8b21e-7122-11ef-bece-2cf05da270f3 |
17.3.1_1 08 Sep 2024 18:40:28
    |
Po-Chuan Hsieh (sunpoet)  |
www/gitlab: Update RUN_DEPENDS
- Change RUN_DEPENDS from rubygem-google-cloud-storage_transfer to
rubygem-google-cloud-storage_transfer12
- Change RUN_DEPENDS from rubygem-redis to rubygem-redis52
- Change RUN_DEPENDS from rubygem-redis-clustering to rubygem-redis-clustering52
- Bump PORTREVISION for dependency change |
17.3.1 07 Sep 2024 04:51:00
    |
Matthias Fechner (mfechner)  |
www/gitlab: major upgrade to 17.3.1
This commit includes also a suggestion from Robert Nagy <robert@openbsd.org>
to use the git version from gitlab in the gitaly port which is now required.
Thanks again for this contributation!
Put the gitlab and git version into a common Makefile that is included in every
port that requires the same version like gitlab has.
Changes: https://about.gitlab.com/releases/2024/07/18/gitlab-17-2-released/
Changes: https://about.gitlab.com/releases/2024/08/15/gitlab-17-3-released/ |
17.1.6 27 Aug 2024 20:23:03
    |
Matthias Fechner (mfechner)  |
www/gitlab: mirror documentation to GitLab |
17.1.6 25 Aug 2024 09:11:12
    |
Matthias Fechner (mfechner)  |
www/gitlab: security and patch update to 17.1.6
Changes: https://about.gitlab.com/releases/2024/08/21/patch-release-gitlab-17-3-1-released/
Security: 49ef501c-62b6-11ef-bba5-2cf05da270f3 |
17.1.4 07 Aug 2024 14:44:28
    |
Matthias Fechner (mfechner)  |
www/gitlab: security and bugfix update to 17.1.4
Changes: https://about.gitlab.com/releases/2024/08/07/patch-release-gitlab-17-2-2-released/
Security: 729008b9-54bf-11ef-a61b-2cf05da270f3 |
17.1.3_3 07 Aug 2024 07:37:05
    |
Matthias Fechner (mfechner)  |
www/gitlab: fix regression from 09d7eada6c2c214adac9780307f2dd7689ab8660
Gitlab requires cssbundling 1.4.0.
As changelog of cssbundling seems not to have a breaking change, allow 1.4.x.
PR: 280621
Tested by: Админ всея АСУ-ВЭИ <admin@asu-vei.ru> |
17.1.3_3 07 Aug 2024 07:37:05
    |
Matthias Fechner (mfechner)  |
www/gitlab: fix regression from 09d7eada6c2c214adac9780307f2dd7689ab8660
Gitlab requires cssbundling 1.4.0.
As changelog of cssbundling seems not to have a breaking change, allow 1.4.x.
That patch is not approved from upstream and needs to be tested carefully.
PR: 280621 |
17.1.3_2 04 Aug 2024 17:14:30
    |
Po-Chuan Hsieh (sunpoet)  |
www/gitlab: Change RUN_DEPENDS from rubygem-gettext_i18n_rails to
rubygem-gettext_i18n_rails112
- Bump PORTREVISION for dependency change |
17.1.3_1 30 Jul 2024 13:36:07
    |
Po-Chuan Hsieh (sunpoet)  |
www/gitlab: Change RUN_DEPENDS from rubygem-google-protobuf to
rubygem-google-protobuf3
- Bump PORTREVISION for dependency change |
17.1.3 26 Jul 2024 07:13:15
    |
Matthias Fechner (mfechner)  |
www/gitlab: security and patch update to 17.1.3
Changes: https://about.gitlab.com/releases/2024/07/24/patch-release-gitlab-17-2-1-released/
Security: 24c88add-4a3e-11ef-86d7-001b217b3468 |
17.1.2_2 19 Jul 2024 05:13:34
    |
Matthias Fechner (mfechner)  |
www/gitlab: install local bundle binaries to .bin/ directory
PR: 280273 |
17.1.2_1 16 Jul 2024 15:39:22
    |
Po-Chuan Hsieh (sunpoet)  |
www/gitlab: Change RUN_DEPENDS from rubygem-mini_magick to rubygem-mini_magick4
- Bump PORTREVISION for dependency change |
17.1.2 11 Jul 2024 13:36:44
    |
Matthias Fechner (mfechner)  |
www/gitlab: security and patch update to 17.1.2
Changes: https://about.gitlab.com/releases/2024/07/10/patch-release-gitlab-17-1-2-released/
Security: acb4eab6-3f6d-11ef-8657-001b217b3468 |
17.1.1 03 Jul 2024 07:42:25
    |
Matthias Fechner (mfechner)  |
www/gitlab: security and patch update to 17.1.1
Changes: https://about.gitlab.com/releases/2024/06/26/patch-release-gitlab-17-1-1-released/
Security: 589de937-343f-11ef-8a7b-001b217b3468 |
17.1.0 03 Jul 2024 07:42:25
    |
Matthias Fechner (mfechner)  |
www/gitlab: major upgrade to 17.1.0
Remove vendored sidekiq gem as it breaks gitlab for FreeBSD.
The vendored gem is used to keep gitlab compatible to redis 6.
See also:
https://gitlab.com/gitlab-org/gitlab/-/issues/468435
Changes: https://about.gitlab.com/releases/2024/06/20/gitlab-17-1-released/ |
17.0.3 27 Jun 2024 05:59:00
    |
Matthias Fechner (mfechner)  |
www/gitlab: security and patch update to 17.0.3
Changes: https://about.gitlab.com/releases/2024/06/26/patch-release-gitlab-17-1-1-released/
Security: 589de937-343f-11ef-8a7b-001b217b3468 |
17.0.2_2 27 Jun 2024 04:38:59
    |
Matthias Fechner (mfechner)  |
www/gitlab: fix regression from 656f3fb43c1edac1b2ba32fce8a36a35f62d6daa
Use grape 2.0
PR: 279905 |
17.0.2_1 18 Jun 2024 04:05:03
    |
Po-Chuan Hsieh (sunpoet)  |
www/gitlab: Update RUN_DEPENDS
- Change RUN_DEPENDS from rubygem-octokit to rubygem-octokit8
- Change RUN_DEPENDS from rubygem-rexml to rubygem-rexml32
- Change RUN_DEPENDS from rubygem-rouge to rubygem-rouge42
- Bump PORTREVISION for dependency change |
17.0.2 13 Jun 2024 06:46:17
    |
Matthias Fechner (mfechner)  |
www/gitlab: security and patch update to 17.0.2
Changes: https://about.gitlab.com/releases/2024/06/12/patch-release-gitlab-17-0-2-released/
Security: 92cd1c03-2940-11ef-bc02-001b217b3468 |
17.0.1_3 09 Jun 2024 06:29:47
    |
Matthias Fechner (mfechner)  |
www/gitlab: maek the rc script service jail ready |
17.0.1_2 03 Jun 2024 02:40:55
    |
Po-Chuan Hsieh (sunpoet)  |
www/gitlab: Change RUN_DEPENDS from rubygem-elasticsearch-rails to
rubygem-elasticsearch-rails7
- Bump PORTREVISION for dependency change |
17.0.1_1 30 May 2024 08:42:13
    |
Matthias Fechner (mfechner)  |
www/gitlab: fix regression from dbc3f874de613640cbc2151dcc4fa39ce6433461
bundler: failed to load command: puma (/usr/local/bin/puma)
/usr/local/www/gitlab/config/initializers/redis_client_patch.rb:8:in `<top
(required)>': New version of redis-client detected, please remove this file
(RuntimeError) |
17.0.1 24 May 2024 06:35:01
    |
Matthias Fechner (mfechner)  |
www/gitlab: fix distinfo |
17.0.1 23 May 2024 05:02:19
    |
Matthias Fechner (mfechner)  |
www/gitlab: security and patch update to 17.0.1
Changes: https://about.gitlab.com/releases/2024/05/22/patch-release-gitlab-17-0-1-released/
Security: f848ef90-1848-11ef-9850-001b217b3468 |
17.0.0_2 22 May 2024 14:38:20
    |
Matthias Fechner (mfechner)  |
www/gitlab: added gmake and python as runtime dependency
the are required for the asset compilation |
17.0.0_1 21 May 2024 08:24:51
    |
Matthias Fechner (mfechner)  |
www/gitlab: fix database migration error
main: -- execute("ALTER TABLE \"ci_pipelines\" DROP CONSTRAINT
\"ci_pipelines_pkey\" \n")
main: == [advisory_lock_connection] object_id: 52240, pg_backend_pid: 3944
rake aborted!
StandardError: An error has occurred, all later migrations canceled:
(StandardError)
PG::DependentObjectsStillExist: ERROR: cannot drop constraint ci_pipelines_pkey
on table ci_pipelines because other objects depend on it
DETAIL: constraint fk_c262d728d4 on table p_ci_builds depends on index
ci_pipelines_pkey
HINT: Use DROP ... CASCADE to drop the dependent objects too.
https://gitlab.com/gitlab-org/gitlab/-/issues/462591#top
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/153560 |
17.0.0 21 May 2024 08:24:43
    |
Matthias Fechner (mfechner)  |
www/gitlab: major update to 17.0.0
Make sure you update to 16.11.x before!
Changes: https://about.gitlab.com/releases/2024/05/16/gitlab-17-0-released/ |
16.11.2_1 19 May 2024 17:18:32
    |
Po-Chuan Hsieh (sunpoet)  |
www/gitlab: Update RUN_DEPENDS
- Change RUN_DEPENDS from rubygem-browser to rubygem-browser5
- Change RUN_DEPENDS from rubygem-grape-swagger to rubygem-grape-swagger20
- Change RUN_DEPENDS from rubygem-httparty to rubygem-httparty021
- Change RUN_DEPENDS from rubygem-semver_dialects to rubygem-semver_dialects2
- Bump PORTREVISION for dependency change |
16.11.2 10 May 2024 03:34:07
    |
Matthias Fechner (mfechner)  |
www/gitlab: security and bugfix update to 16.11.2
Changes: https://about.gitlab.com/releases/2024/05/08/patch-release-gitlab-16-11-2-released/
MFH: 2024Q2
Security: fbc2c629-0dc5-11ef-9850-001b217b3468 |
16.11.1 26 Apr 2024 06:05:19
    |
Matthias Fechner (mfechner)  |
www/gitlab: security and patch update to 16.11.1
Changes: https://about.gitlab.com/releases/2024/04/24/patch-release-gitlab-16-11-1-released/
MFH: 2024Q2
Security: b857606c-0266-11ef-8681-001b217b3468 |
16.11.0 21 Apr 2024 10:57:58
    |
Matthias Fechner (mfechner)  |
www/gitlab: major upgrade to 16.11.0
Please note, that this version changes the installation path.
Make sure you follow the upgrade manual very carefully:
https://gitlab.fechner.net/mfechner/Gitlab-docu/-/blob/master/update/16.10-16.11-freebsd.md
Changes: https://about.gitlab.com/releases/2024/04/18/gitlab-16-11-released/ |
16.10.2 21 Apr 2024 10:57:57
    |
Matthias Fechner (mfechner)  |
www/gitlab: add flavor support to also support the EE version
By default the port will build the CE edition.
If you use pkg, you will install it as usual with:
pkg install gitlab-ce
If you need the EE edition you can install it with:
pkg install gitlab-ee |
16.10.2_2 21 Apr 2024 10:57:57
    |
Matthias Fechner (mfechner)  |
www/gitlab-ce: rename port to gitlab in preparation to add flavor support |
10.8.5 04 Jul 2018 17:38:29
  |
mfechner  |
Updated gitlab to 11.0.2.
For detailed list of changes please see here:
https://about.gitlab.com/2018/06/22/gitlab-11-0-released/
Please make sure before you upgrade you read the entry in UPDATING.
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D16127 |
10.8.5 29 Jun 2018 15:01:31
  |
mfechner  |
Security update to 10.8.5.
This update was blocked as it requires version 2.7.1, 2.7.2 fails which is a
gitlab core bug:
https://gitlab.com/gitlab-org/gitlab-ce/issues/48415
Reviewed by: tz (mentor)
Approved by: tz (mentor)
Security: b950a83b-789e-11e8-8545-d8cb8abf62dd
Differential Revision: https://reviews.freebsd.org/D16009 |
10.8.4 21 Jun 2018 15:45:20
  |
mfechner  |
Update www/gitlab to 10.8.4.
Incremental rollouts, plus open source push mirroring
See here for all details:
https://about.gitlab.com/2018/05/22/gitlab-10-8-released/
Reviewed by: mat, swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D15950 |
10.7.5_1 02 Jun 2018 22:27:30
  |
sunpoet  |
Change RUN_DEPENDS from rubygem-net-ssh to rubygem-net-ssh4
- Bump PORTREVISION for dependency change |
10.7.5 31 May 2018 13:48:40
  |
mfechner  |
Applied security upgrade to gitlab 10.7.5.
Fixed bug with wrong path for gitlab-workhouse that should fix artifacts
(reported by Felix <mail@felix.flornet.de>). This was fix upstream but is not
included in this version yet:
https://gitlab.com/gitlab-org/gitlab-ce/issues/46763
Update net/rubygem-grpc to 1.11.1 which is required for gitlab 10.7.5.
Sync dep net/rubygem-grpc with gitlab which uses now 1.11.1.
Added gitlab-pages again to dependencies as the new version builds again.
Reported by: Felix <mail@felix.flornet.de>
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D15631 |
10.7.3_2 19 May 2018 11:08:12
  |
sunpoet  |
Change RUN_DEPENDS from rubygem-fog-aws to rubygem-fog-aws2
- Bump PORTREVISION for dependency change |
10.7.3_1 16 May 2018 16:14:31
  |
mfechner  |
Fixed dependency problem to textproc/rubygem-html-pipeline version 2.7.x.
Reported by: tz
Reviewed by: tz (mentor)
Approved by: tz (mentor)
Differential Revision: https://reviews.freebsd.org/D15445 |
10.7.3 14 May 2018 18:05:05
  |
mfechner  |
Update gitlab to 10.7.3.
For list of changes look here:
https://about.gitlab.com/2018/04/22/gitlab-10-7-released/
Please note that gitlab-pages is temporarily removed and will be added later if
upstream bug is fixed.
To not update to this version if you require gitlab-pages.
The Gemfile.lock is now generated on gitlab startup, so this should help with
Gemfile issues.
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D15314 |
10.6.5 09 May 2018 10:43:26
  |
mfechner  |
Changed the MAINTAINER of all my ports to have mfechner@FreeBSD.org listed.
Reviewed by: tz (mentor)
Approved by: tz (mentor)
Differential Revision: https://reviews.freebsd.org/D15270 |
10.6.5 02 May 2018 10:43:24
  |
mfechner  |
Security update for gitlab to 10.6.5.
Reviewed by: eugen_grosbein.net, tz (mentor)
Approved by: eugen_grosbein.net, tz (mentor)
MFC after: 1 day
MFH: 2018Q2
Security: 9dfe61c8-4d15-11e8-8f2f-d8cb8abf62dd
Differential Revision: https://reviews.freebsd.org/D15249 |
10.6.4 14 Apr 2018 16:33:28
  |
mfechner  |
Update gitlab to version 10.6.4.
For detailed new feature with the major version please check
https://about.gitlab.com/2018/03/22/gitlab-10-6-released/
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D15038 |
10.5.7_3 13 Apr 2018 19:45:57
  |
sunpoet  |
Fix rubygem-default_value_for dependency
- Revert r467193
- Change RUN_DEPENDS from rubygem-default_value_for to
rubygem-default_value_for30
- Bump PORTREVISION for dependency and package change
Requested by: mfechner |
10.5.7_2 12 Apr 2018 18:33:55
  |
sunpoet  |
Fix Gemfile for rubygem-default_value_for 3.1.0 update
- Bump PORTREVISION for package change |
10.5.7_1 11 Apr 2018 19:40:10
  |
sunpoet  |
Change RUN_DEPENDS from rubygem-omniauth-facebook to rubygem-omniauth-facebook4
- Bump PORTREVISION for dependency change |
10.5.7 06 Apr 2018 16:41:09
  |
mfechner  |
The commit r466676 failed to remove an obsolete file, this commit fixes this.
Reviewed by: tz (mentor)
Approved by: tz (mentor)
Differential Revision: https://reviews.freebsd.org/D14963 |