| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Changes: https://about.gitlab.com/releases/2025/06/25/patch-release-gitlab-18-1-1-released/
MFH: 2025Q2
Security: d45dabd9-5232-11f0-9ca4-2cf05da270f3
|
|
|
|
| |
Changes: https://about.gitlab.com/releases/2025/06/19/gitlab-18-1-released/
|
| |
|
|
|
|
|
|
| |
Changes: https://about.gitlab.com/releases/2025/06/11/patch-release-gitlab-18-0-2-released/
Security: ae028662-475e-11f0-9ca4-2cf05da270f3
|
|
|
|
| |
- Bump PORTREVISION for dependency change
|
|
|
|
|
| |
Changes: https://about.gitlab.com/releases/2025/05/21/patch-release-gitlab-18-0-1-released/
Security: a1a1b0c2-3791-11f0-8600-2cf05da270f3
|
|
|
|
| |
Changes: https://about.gitlab.com/releases/2025/05/15/gitlab-18-0-released/
|
| |
|
|
|
|
| |
- Bump PORTREVISION for dependency change
|
|
|
|
| |
Changes: https://gitlab.com/gitlab-org/gitlab/-/raw/master/CHANGELOG.md?ref_type=heads
|
|
|
|
|
|
| |
rubygem-icalendar-gitlab
- Bump PORTREVISION for dependency change
|
|
|
|
|
|
|
| |
This makes it possible to upgrade www/rubygem-rqrcode to version 3
which unbreaks it due to update of www/rubygem-rqrcode_core.
PR: 286372
|
|
|
|
|
| |
Changes: https://about.gitlab.com/releases/2025/04/23/patch-release-gitlab-17-11-1-released/
Security: 11b71871-20ba-11f0-9471-2cf05da270f3
|
|
|
|
| |
Changes: https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent/-/blob/master/CHANGELOG.md
|
|
|
|
| |
Changes: https://about.gitlab.com/releases/2025/04/17/gitlab-17-11-released/
|
|
|
|
|
|
|
| |
- Change RUN_DEPENDS from rubygem-devfile to rubygem-devfile-gitlab
- Change RUN_DEPENDS from rubygem-httparty to rubygem-httparty-gitlab
- Change RUN_DEPENDS from rubygem-logger to rubygem-logger-gitlab
- Bump PORTREVISION for dependency change
|
|
|
|
|
| |
Changes: https://about.gitlab.com/releases/2025/04/09/patch-release-gitlab-17-10-4-released/
Security: ed602f8b-15c2-11f0-b4e4-2cf05da270f3
|
| |
|
|
|
|
| |
Changes: https://about.gitlab.com/releases/2025/04/02/gitlab-17-10-3-released/
|
|
|
|
| |
Changes: https://gitlab.com/gitlab-org/gitlab/-/blob/master/CHANGELOG.md?ref_type=heads#17102-2025-04-02
|
|
|
|
|
| |
Changes: https://about.gitlab.com/releases/2025/03/26/patch-release-gitlab-17-10-1-released/
Security: 1daa2814-0a6c-11f0-b4e4-2cf05da270f3
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Make a dedicated port for rubygem-cssbundling available for gitlab
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Changes: https://about.gitlab.com/releases/2025/03/12/patch-release-gitlab-17-9-2-released/
Security: a435609c-ffd5-11ef-b4e4-2cf05da270f3
|
|
|
|
|
| |
Changes: https://about.gitlab.com/releases/2025/02/26/patch-release-gitlab-17-9-1-released/
Security: 8fb9101e-f58a-11ef-b4e4-2cf05da270f3
|
|
|
|
| |
Changes: https://about.gitlab.com/releases/2025/02/20/gitlab-17-9-released/
|
|
|
|
|
| |
Changes: https://about.gitlab.com/releases/2025/02/26/patch-release-gitlab-17-9-1-released/
Security: 8fb9101e-f58a-11ef-b4e4-2cf05da270f3
|
|
|
|
| |
PR: 284681
|
|
|
|
|
| |
Changes: https://about.gitlab.com/releases/2025/02/12/patch-release-gitlab-17-8-2-released/
Security: 1a8c5720-e9cf-11ef-9e96-2cf05da270f3
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)>'
from <internal:/usr/local/lib/ruby/site_ruby/3.2/rubygems/core_ext/kernel_require.rb>:37:in `require'
from <internal:/usr/local/lib/ruby/site_ruby/3.2/rubygems/core_ext/kernel_require.rb>:37:in `require'
from /usr/local/lib/ruby/gems/3.2/gems/activesupport-7.0.8.7/lib/active_support/logger_silence.rb:5:in `<top (required)>'
from <internal:/usr/local/lib/ruby/site_ruby/3.2/rubygems/core_ext/kernel_require.rb>:37:in `require'
from <internal:/usr/local/lib/ruby/site_ruby/3.2/rubygems/core_ext/kernel_require.rb>:37:in `require'
from /usr/local/lib/ruby/gems/3.2/gems/activesupport-7.0.8.7/lib/active_support/logger.rb:3:in `<top (required)>'
from <internal:/usr/local/lib/ruby/site_ruby/3.2/rubygems/core_ext/kernel_require.rb>:37:in `require'
from <internal:/usr/local/lib/ruby/site_ruby/3.2/rubygems/core_ext/kernel_require.rb>:37:in `require'
from /usr/local/lib/ruby/gems/3.2/gems/activesupport-7.0.8.7/lib/active_support.rb:29:in `<top (required)>'
from <internal:/usr/local/lib/ruby/site_ruby/3.2/rubygems/core_ext/kernel_require.rb>:37:in `require'
from <internal:/usr/local/lib/ruby/site_ruby/3.2/rubygems/core_ext/kernel_require.rb>:37:in `require'
from /usr/local/lib/ruby/gems/3.2/gems/activesupport-7.0.8.7/lib/active_support/all.rb:3:in `<top (required)>'
from <internal:/usr/local/lib/ruby/site_ruby/3.2/rubygems/core_ext/kernel_require.rb>:37:in `require'
from <internal:/usr/local/lib/ruby/site_ruby/3.2/rubygems/core_ext/kernel_require.rb>:37:in `require'
from /usr/local/www/gitlab/gems/gitlab-utils/lib/gitlab/utils.rb:4:in `<top (required)>'
from /usr/local/www/gitlab/gems/gitlab-utils/lib/gitlab/utils/all.rb:3:in `require_relative'
from /usr/local/www/gitlab/gems/gitlab-utils/lib/gitlab/utils/all.rb:3:in `<top (required)>'
from <internal:/usr/local/lib/ruby/site_ruby/3.2/rubygems/core_ext/kernel_require.rb>:37:in `require'
from <internal:/usr/local/lib/ruby/site_ruby/3.2/rubygems/core_ext/kernel_require.rb>:37:in `require'
from /usr/local/www/gitlab/lib/gitlab/cluster/lifecycle_events.rb:3:in `<top (required)>'
from /usr/local/www/gitlab/config/puma.rb:38:in `require_relative'
from /usr/local/www/gitlab/config/puma.rb:38:in `_load_from'
from /usr/local/lib/ruby/gems/3.2/gems/puma-6.5.0/lib/puma/dsl.rb:135:in `instance_eval'
from /usr/local/lib/ruby/gems/3.2/gems/puma-6.5.0/lib/puma/dsl.rb:135:in `_load_from'
from /usr/local/lib/ruby/gems/3.2/gems/puma-6.5.0/lib/puma/configuration.rb:246:in `block in load'
from /usr/local/lib/ruby/gems/3.2/gems/puma-6.5.0/lib/puma/configuration.rb:246:in `each'
from /usr/local/lib/ruby/gems/3.2/gems/puma-6.5.0/lib/puma/configuration.rb:246:in `load'
from /usr/local/lib/ruby/gems/3.2/gems/puma-6.5.0/lib/puma/launcher.rb:56:in `initialize'
from /usr/local/lib/ruby/gems/3.2/gems/puma-6.5.0/lib/puma/cli.rb:66:in `new'
from /usr/local/lib/ruby/gems/3.2/gems/puma-6.5.0/lib/puma/cli.rb:66:in `initialize'
from /usr/local/lib/ruby/gems/3.2/gems/puma-6.5.0/bin/puma:8:in `new'
from /usr/local/lib/ruby/gems/3.2/gems/puma-6.5.0/bin/puma:8:in `<top (required)>'
from /usr/local/bin/puma:25:in `load'
from /usr/local/bin/puma:25:in `<top (required)>'
from /usr/local/lib/ruby/gems/3.2/gems/bundler-2.6.3/lib/bundler/cli/exec.rb:59:in `load'
from /usr/local/lib/ruby/gems/3.2/gems/bundler-2.6.3/lib/bundler/cli/exec.rb:59:in `kernel_load'
from /usr/local/lib/ruby/gems/3.2/gems/bundler-2.6.3/lib/bundler/cli/exec.rb:23:in `run'
from /usr/local/lib/ruby/gems/3.2/gems/bundler-2.6.3/lib/bundler/cli.rb:452:in `exec'
from /usr/local/lib/ruby/gems/3.2/gems/bundler-2.6.3/lib/bundler/vendor/thor/lib/thor/command.rb:28:in `run'
from /usr/local/lib/ruby/gems/3.2/gems/bundler-2.6.3/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
from /usr/local/lib/ruby/gems/3.2/gems/bundler-2.6.3/lib/bundler/vendor/thor/lib/thor.rb:538:in `dispatch'
from /usr/local/lib/ruby/gems/3.2/gems/bundler-2.6.3/lib/bundler/cli.rb:35:in `dispatch'
from /usr/local/lib/ruby/gems/3.2/gems/bundler-2.6.3/lib/bundler/vendor/thor/lib/thor/base.rb:584:in `start'
from /usr/local/lib/ruby/gems/3.2/gems/bundler-2.6.3/lib/bundler/cli.rb:29:in `start'
from /usr/local/lib/ruby/gems/3.2/gems/bundler-2.6.3/exe/bundle:28:in `block in <top (required)>'
from /usr/local/lib/ruby/gems/3.2/gems/bundler-2.6.3/lib/bundler/friendly_errors.rb:117:in `with_friendly_errors'
from /usr/local/lib/ruby/gems/3.2/gems/bundler-2.6.3/exe/bundle:20:in `<top (required)>'
from /usr/local/bin/bundle:25:in `load'
from /usr/local/bin/bundle:25:in `<main>'
|
|
|
|
|
| |
Changes: https://about.gitlab.com/releases/2025/01/22/patch-release-gitlab-17-8-1-released/
Security: 24c93a28-d95b-11ef-b6b2-2cf05da270f3
|
|
|
|
|
| |
PR: 284181
MFH: 2025Q1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For only warnings, just execute:
sysrc gitlab_log_level="warn"
and restart gitlab:
service gitlab restart
Possible values are:
debug
info
warn
error
|
|
|
|
| |
Approved by: mfechner (maintainer, implicit)
|
| |
|
|
|
|
| |
Changes: https://about.gitlab.com/releases/2025/01/16/gitlab-17-8-released/
|
|
|
|
| |
Changes: https://gitlab.com/gitlab-org/gitlab/-/blob/master/CHANGELOG.md
|
|
|
|
|
| |
Changes: https://about.gitlab.com/releases/2025/01/08/patch-release-gitlab-17-7-1-released/
Security: 2bfde261-cdf2-11ef-b6b2-2cf05da270f3
|
|
|
|
|
|
| |
rubygem-google-apis-iam_v1-gitlab
- Bump PORTREVISION for dependency change
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Changes: https://gitlab.com/gitlab-org/gitlab/-/blob/master/CHANGELOG.md
|
|
|
|
|
| |
Changes: https://about.gitlab.com/releases/2024/12/11/patch-release-gitlab-17-6-2-released/
Security: 275ac414-b847-11ef-9877-2cf05da270f3
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
USES=nodejs defaults to www/node22 now.
|
|
|
|
|
| |
Seperate the ports a little bit more.
Patch was mostly provided by sunpoet.
|
|
|
|
|
| |
Changes: https://about.gitlab.com/releases/2024/11/26/patch-release-gitlab-17-6-1-released/
Security: 2263ea04-ac81-11ef-998c-2cf05da270f3
|
|
|
|
| |
Gitlab requires kramdown version 2.4.x
|