non port: www/gitlab-ce/files/patch-Gemfile |
SVNWeb
|
Number of commits found: 93 |
Sun, 28 May 2023
|
[ 17:03 Matthias Fechner (mfechner) ] 62db691
www/gitlab-ce: major upgrade to 16.0.0
Changelog:
https://about.gitlab.com/releases/2023/05/22/gitlab-16-0-released/
|
Sun, 14 May 2023
|
[ 17:25 Matthias Fechner (mfechner) ] 10a220d (Only the first 10 of 16 ports in this commit are shown above. )
www/gitlab-ce: major update to 15.11.3
Changelog:
https://about.gitlab.com/releases/2023/04/22/gitlab-15-11-released/
|
Wed, 12 Apr 2023
|
[ 14:31 Matthias Fechner (mfechner) ] 3e1d8d1
www/gitlab-ce: switch to newer grpc version
Problems are maybe fixed with the rubygem-google-protobuf that is hiding
the internal symbols.
Tested together with the 15.10.2 update.
|
[ 14:31 Matthias Fechner (mfechner) ] f3e5320 (Only the first 10 of 13 ports in this commit are shown above. )
www/gitlab-ce: update to 15.10.2
Changelog:
https://about.gitlab.com/releases/2023/04/05/gitlab-15-10-2-released/
|
Mon, 3 Apr 2023
|
[ 10:01 Matthias Fechner (mfechner) ] 2ee6017
www/gitlab-ce: major upgrade to 15.9.0
Changelog:
https://about.gitlab.com/releases/2023/02/22/gitlab-15-9-released/
|
Sun, 26 Mar 2023
|
[ 15:07 Matthias Fechner (mfechner) ] 5c3f9ae
www/gitlab-ce: fix dependency problem
Starting gitlab fails with error:
rake aborted!
NoMethodError: undefined method `active_record_options' for
#<Doorkeeper::Config:0x000000081fb0f0c8 @orm=:active_record,
@default_generator_method=:hex,
@authenticate_resource_owner=#<Proc:0x000000081fb0ed80
/usr/local/www/gitlab-ce/config/initializers/doorkeeper.rb:13>,
@resource_owner_from_credentials=#<Proc:0x000000081fb0ec68
/usr/local/www/gitlab-ce/config/initializers/doorkeeper.rb:25>,
@refresh_token_enabled=true, @enforce_configured_scopes=true,
@force_ssl_in_redirect_uri=false, @forbid_redirect_uri=#<Proc:0x000000081fb0ea10
/usr/local/www/gitlab-ce/config/initializers/doorkeeper.rb:67>,
@enable_application_owner=true,
@default_scopes=#<Doorkeeper::OAuth::Scopes:0x000000081fb17e30 @scopes=["api"]>,
@optional_scopes=#<Doorkeeper::OAuth::Scopes:0x000000081fb177f0
@scopes=["read_api", "read_user", "read_repository", "write_repository", "sudo",
"openid", "profile", "email"]>, @access_token_methods=[:from_access_token_param,
:from_bearer_authorization, :from_bearer_param],
@token_secret_strategy=Gitlab::DoorkeeperSecretStoring::Token::Pbkdf2Sha512,
@token_secret_fallback_strategy=Doorkeeper::SecretStoring::Plain,
@application_secret_strategy=Gitlab::DoorkeeperSecretStoring::Secret::Pbkdf2Sha512,
@application_secret_fallback_strategy=Doorkeeper::SecretStoring::Plain,
@grant_flows=["authorization_code", "password", "client_credentials"],
@skip_authorization=#<Proc:0x000000081fb1ce58
/usr/local/www/gitlab-ce/config/initializers/doorkeeper.rb:109>,
@base_controller="::Gitlab::BaseDoorkeeperController",
@skip_client_authentication_for_password_grant=true,
@application_model=Doorkeeper::Application(id: integer, name: string, uid:
string, secret: string, redirect_uri: text, scopes: string, created_at:
datetime, updated_at: datetime, owner_id: integer, owner_type: string, trusted:
boolean, confidential: boolean, expire_access_tokens: boolean),
@access_grant_model=Doorkeeper::AccessGrant(id: integer, resource_owner_id:
integer, application_id: integer, token: string, expires_in: integer,
redirect_uri: text, created_at: datetime, revoked_at: datetime, scopes: string,
code_challenge: text, code_challenge_method: text),
@access_token_model=Doorkeeper::AccessToken(id: integer, resource_owner_id:
integer, application_id: integer, token: string, refresh_token: string,
expires_in: integer, revoked_at: datetime, created_at: datetime, scopes:
string)>
if
Doorkeeper.configuration.active_record_options[:establish_connection]
^^^^^^^^^^^^^^^^^^^^^^
/usr/local/www/gitlab-ce/config/environment.rb:7:in `<top (required)>'
This is caused by a breaking change in doorkeeper 5.6.3, so fix on version 5.6.2
for now.
https://github.com/doorkeeper-gem/doorkeeper/blob/main/CHANGELOG.md
An upgrade of doorkeeper-openid_connect to 1.8.5 is not possible, as this brings
another breaking dependency shift from json-jwt to jwt, which causes again other
dependecy breaks.
Downgrading doorkeeper is for now the best solution.
|
Thu, 16 Mar 2023
|
[ 09:37 Matthias Fechner (mfechner) ] 078d7d3
www/gitlab-ce: make it working with ruby 3.1
Ruby 3.1 did some breaking changes:
https://www.ruby-lang.org/en/news/2021/12/25/ruby-3-1-0-released/
With the help of @yasu I added some work-arounds that should
make gitlab work again with ruby 3.1.
They can be removed after gitlab support ruby 3.1 upstream.
PR: 270252
|
Wed, 1 Feb 2023
|
[ 09:21 Matthias Fechner (mfechner) ] a996b5d
www/gitlab-ce: major upgrade to 15.8.0
This release includes a hotfix for issue described here:
https://gitlab.com/gitlab-org/gitlab/-/issues/389843
Changelog:
https://about.gitlab.com/releases/2023/01/22/gitlab-15-8-released/
|
Mon, 30 Jan 2023
|
[ 21:25 Matthias Fechner (mfechner) ] 3691c73
www/gitlab-ce: major upgrade to 15.7.5
Changelog:
https://about.gitlab.com/releases/2022/12/22/gitlab-15-7-released/
https://about.gitlab.com/releases/2023/01/05/gitlab-15-7-1-released/
https://about.gitlab.com/releases/2023/01/09/security-release-gitlab-15-7-2-released/
https://about.gitlab.com/releases/2023/01/11/gitlab-15-7-3-released/
https://about.gitlab.com/releases/2023/01/17/critical-security-release-gitlab-15-7-5-released/
|
Wed, 11 Jan 2023
|
[ 11:54 Matthias Fechner (mfechner) ] 92e26e1
www/gitlab-ce: security update to 15.6.4
Changelog:
https://about.gitlab.com/releases/2022/11/30/security-release-gitlab-15-6-1-released/
https://about.gitlab.com/releases/2022/12/02/gitlab-15-6-2-released/
https://about.gitlab.com/releases/2022/12/16/gitlab-15-6-3-released/
https://about.gitlab.com/releases/2023/01/09/security-release-gitlab-15-7-2-released/
|
[ 11:54 Matthias Fechner (mfechner) ] 8b09bb7
www/gitlab-ce: major upgrade to 15.6.0
Changelog:
https://about.gitlab.com/releases/2022/11/22/gitlab-15-6-released/
|
Sun, 1 Jan 2023
|
[ 07:09 Matthias Fechner (mfechner) ] 87a1ca9
www/gitlab-ce: Unbreak build
Break was introduced by aaa945714f7184e527915c4fce6ab37f33e0ac39
|
[ 07:09 Matthias Fechner (mfechner) ] 666fb21
www/gitlab-ce: allow usage of rails 6.1.7
This fixes the change introduced by a041be369883d6cb11f2b13060a9999377116557
|
Thu, 8 Dec 2022
|
[ 07:15 Matthias Fechner (mfechner) ] 94d26d3
www/gitlab-ce: security update to 15.5.6
Changelog:
https://about.gitlab.com/releases/2022/11/30/security-release-gitlab-15-6-1-released/
PR: 268103
Security: 3cde510a-7135-11ed-a28b-bff032704f00
|
Tue, 22 Nov 2022
|
[ 09:38 Matthias Fechner (mfechner) ] b1c6bda
www/gitlab-ce: major upgrade to 15.5.4
Changelog:
https://about.gitlab.com/releases/2022/10/22/gitlab-15-5-released/
https://about.gitlab.com/releases/2022/10/24/gitlab-15-5-1-released/
https://about.gitlab.com/releases/2022/11/02/security-release-gitlab-15-5-2-released/
https://about.gitlab.com/releases/2022/11/08/gitlab-15-5-3-released/
https://about.gitlab.com/releases/2022/11/14/gitlab-15-5-4-released/
|
Mon, 7 Nov 2022
|
[ 15:41 Matthias Fechner (mfechner) ] 31523ef (Only the first 10 of 11 ports in this commit are shown above. )
www/gitlab-ce: Major upgrade to 15.4.2
Changelog:
https://about.gitlab.com/releases/2022/09/22/gitlab-15-4-released/
https://about.gitlab.com/releases/2022/09/29/security-release-gitlab-15-4-1-released/
https://about.gitlab.com/releases/2022/09/29/security-release-gitlab-15-4-1-released/
|
Wed, 5 Oct 2022
|
[ 02:02 Muhammad Moinur Rahman (bofh) ] 41e3f04
www/gitlab-ce: Update version 15.2.5=>15.3.4
Approved by: mfechner (By private mail)
Relnotes: https://gitlab.com/gitlab-org/gitlab-foss/-/tags/v15.3.4
Sponsored by: Bounce Experts
|
Wed, 24 Aug 2022
|
[ 04:22 Matthias Fechner (mfechner) ] 23eb234
www/gitlab-ce: major update to 15.2.0
Allow devise 4.8 to fix omniauth problem, merge into 15.2.0 commit.
Changelog:
https://about.gitlab.com/releases/2022/07/22/gitlab-15-2-released/
|
Fri, 24 Jun 2022
|
[ 10:20 Matthias Fechner (mfechner) ] aa5b380
www/gitlab-ce: Major update to 15.1.0
Changelog:
https://about.gitlab.com/releases/2022/06/22/gitlab-15-1-released/
|
Fri, 27 May 2022
|
[ 19:17 Matthias Fechner (mfechner) ] 35d750f
www/gitlab-ce: fixed broken patch file
|
[ 17:18 Matthias Fechner (mfechner) ] 3719f5e
www/gitlab-ce: major update to 15.0.0
Changelog:
https://about.gitlab.com/releases/2022/05/22/gitlab-15-0-released/
This commit also includes a not so strict restriction on rails61.
This is not tested by gitlab itself, but my tests showed that it should work.
This fixes a regression introduced by:
2dd5a4751e19c9a02911d797d67fff6ec9f09da4
PR: 263688
|
Fri, 22 Apr 2022
|
[ 08:44 Matthias Fechner (mfechner) ] 0a21afb
www/gitlab-ce: major upgrade to 14.10.0
Changelog:
https://gitlab.com/gitlab-org/gitlab-foss/-/blob/master/CHANGELOG.md
14.10.0 (2022-04-21)
Added (141 changes)
Add a dropdown to switch language in code blocks (merge request)
Wraps Jupyter Notebook Diff in a feature flag (merge request)
Track related epics blocked added on usage data (merge request) GitLab
Enterprise Edition
(Only the first 15 lines of the commit message are shown above )
|
Sat, 26 Mar 2022
|
[ 07:44 Matthias Fechner (mfechner) ] c617954
www/gitlab-ce: update to 14.9.0
Changelog:
https://about.gitlab.com/releases/2022/03/22/gitlab-14-9-released/
14.9.0 (2022-03-21)
Added (119 changes)
- [Toggle the related_epics_widge feature
flag](gitlab-org/gitlab@8f64bbbc5c485fcdb7453f3c42949a37e030a71f) ([merge
request](gitlab-org/gitlab!82333)) **GitLab Enterprise Edition**
- [Add Time to Restore Service DORA
metric](gitlab-org/gitlab@0ccf5b4ae6bca2fa1ea128228e14bb63153283ce) ([merge
request](gitlab-org/gitlab!82510)) **GitLab Enterprise Edition**
- [Added possiblity to create new token from the
UI](gitlab-org/gitlab@8f36ef50c87ea78e33409c3ddcbbb04782fa5e15) ([merge
request](gitlab-org/gitlab!82690))
- [Add param to Wiki REST endpoint to retrieve different page
versions](gitlab-org/gitlab@53b8b9fe4952d7c11a80cd52f4dab8e6d8bfa7de) ([merge
request](gitlab-org/gitlab!82838))
- [Add Harbor
integration](gitlab-org/gitlab@bcb79d53fd54e545cf80416beb77360e06262c22) by
@prajnamas ([merge request](gitlab-org/gitlab!80999))
- [MR widget: update merge commit message when default
changed](gitlab-org/gitlab@b005b8e80ba8691ec24a5063e4a133d21e56532e) by @trakos
([merge request](gitlab-org/gitlab!77425))
- [Support agent registration without
config](gitlab-org/gitlab@388f87faad5adf5c68ba4850a82b1d4433290b0f) ([merge
request](gitlab-org/gitlab!82036))
- [Add `RestrictGitlabSchema` that enforces
`restrict_gitlab_migration`](gitlab-org/gitlab@6bdac41133bebcf66c308dc31f589046b1dc0725)
([merge request](gitlab-org/gitlab!73756)) (Only the first 15 lines of the commit message are shown above )
|
Wed, 9 Mar 2022
|
[ 10:07 Matthias Fechner (mfechner) ] d45ce82
www/gitlab-ce: Update to 14.8.0
Changelog:
https://about.gitlab.com/releases/2022/02/22/gitlab-14-8-released/
GitLab chart improvements (self-managed only): Cloud Native Installation
Omnibus improvements (self-managed only): Omnibus Package
Invite members and groups by using a modal: Authentication and Authorization
Manage
Delete groups at the parent group level: Subgroups
(Only the first 15 lines of the commit message are shown above )
|
Wed, 26 Jan 2022
|
[ 10:43 Matthias Fechner (mfechner) ] d87992a
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
|
[ 10:43 Matthias Fechner (mfechner) ] 7f5c1fd
www/gitlab-ce: major update to 14.7.0
Changelog:
https://about.gitlab.com/releases/2022/01/22/gitlab-14-7-released/
|
Wed, 22 Dec 2021
|
[ 17:04 Matthias Fechner (mfechner) ] a59c3bf
www/gitlab-ce: update to 14.6.0
Changelog:
https://about.gitlab.com/releases/2021/12/22/gitlab-14-6-released/
|
Sat, 4 Dec 2021
|
[ 12:07 Matthias Fechner (mfechner) ] 59c3b95
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/
|
Mon, 22 Nov 2021
|
[ 15:17 Matthias Fechner (mfechner) ] 0bbacd6 (Only the first 10 of 23 ports in this commit are shown above. )
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
|
Sat, 13 Nov 2021
|
[ 14:52 Matthias Fechner (mfechner) ] 04b93d1
www/gitlab-ce: use new version of snowplow-tracker
The new version of snowplow-tracker does not have any dependency anymore
|
[ 14:44 Matthias Fechner (mfechner) ] eca633b
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
|
Wed, 27 Oct 2021
|
[ 06:20 Matthias Fechner (mfechner) ] 46b95c05
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
|
Tue, 5 Oct 2021
|
[ 07:40 Matthias Fechner (mfechner) ] 7dcb3ca5
www/gitlab-ce: Revert unapproved modification that broke gitlab
|
Mon, 27 Sep 2021
|
[ 15:56 Po-Chuan Hsieh (sunpoet) ] bb4b4cf
www/gitlab-ce: Fix Gemfile for rubygem-rails61 6.1.4.1 update
- Bump PORTREVISION for package change
|
Thu, 23 Sep 2021
|
[ 19:42 Matthias Fechner (mfechner) ] fa814a6
www/gitlab-ce: Update to 14.3.0
Changelog:
https://about.gitlab.com/releases/2021/09/22/gitlab-14-3-released/
|
Tue, 31 Aug 2021
|
[ 21:20 Matthias Fechner (mfechner) ] 4edd9ea
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
|
[ 09:54 Matthias Fechner (mfechner) ] 2f757d6
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/
|
Sat, 24 Jul 2021
|
[ 07:08 Matthias Fechner (mfechner) ] 3729fba
www/gitlab-ce: Update to 14.1.0
Changelog:
https://about.gitlab.com/releases/2021/07/22/gitlab-14-1-released/
|
Tue, 6 Jul 2021
|
[ 09:52 Matthias Fechner (mfechner) ] 943cc2e
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
|
Sat, 3 Jul 2021
|
[ 07:50 Matthias Fechner (mfechner) ] da75672
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)
|
[ 06:03 Matthias Fechner (mfechner) ] a0e1c49
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
|
[ 06:03 Matthias Fechner (mfechner) ] ef4b215
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/
|
Sat, 29 May 2021
|
[ 16:23 Matthias Fechner (mfechner) ] 6104340
www/gitlab-ce: Update to 13.12.0.
Changelog:
https://about.gitlab.com/releases/2021/05/22/gitlab-13-12-released/
|
Fri, 23 Apr 2021
|
[ 19:06 Matthias Fechner (mfechner) ] b838d9b
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/
|
Tue, 6 Apr 2021
|
[ 07:51 Matthias Fechner (mfechner) ] 9b79896
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/
|
Mon, 8 Mar 2021
|
[ 11:07 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
|
Sat, 6 Mar 2021
|
[ 10:08 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
|
Wed, 3 Mar 2021
|
[ 09:50 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/
|
Wed, 27 Jan 2021
|
[ 12:52 mfechner ]
Major upgrade to gitlab-ce 13.8.
Changelog:
https://about.gitlab.com/releases/2021/01/22/gitlab-13-8-released/
|
Tue, 22 Dec 2020
|
[ 16:51 mfechner ]
Major update to 13.7.
Changelog:
https://about.gitlab.com/releases/2020/12/22/gitlab-13-7-released/
|
Sat, 28 Nov 2020
|
[ 15:09 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.
|
Fri, 23 Oct 2020
|
[ 04:57 mfechner ]
Major upgrade to 13.5.0.
Changelog:
https://about.gitlab.com/releases/2020/10/22/gitlab-13-5-released/
|
Fri, 9 Oct 2020
|
[ 07:52 mfechner ]
Bugfix update of www/gitlab-ce to 13.4.3.
|
Mon, 5 Oct 2020
|
[ 07:52 mfechner ]
Fix dependecy problem with upgrade of rdoc to 6.2.1.
PR: 250086
|
Sat, 26 Sep 2020
|
[ 07:36 mfechner ]
Major upgrade to 13.4.
Changelog:
https://about.gitlab.com/releases/2020/09/22/gitlab-13-4-released/
|
Tue, 25 Aug 2020
|
[ 13:09 mfechner ]
Update to 13.3.0.
This version already fixes security issues which version 13.2.3 should have
fixed.
Please see here also:
https://gitlab.com/gitlab-org/gitlab/-/issues/233881
The securty record will be updated accordingly with a next commit.
https://about.gitlab.com/releases/2020/08/22/gitlab-13-3-released/
|
Fri, 24 Jul 2020
|
[ 09:18 mfechner ]
Update to 13.2.
Changelog:
https://about.gitlab.com/releases/2020/07/22/gitlab-13-2-released/
|
Mon, 22 Jun 2020
|
[ 18:36 mfechner ]
Update to 13.1.
Changelog:
https://about.gitlab.com/releases/2020/06/22/gitlab-13-1-released/
|
Thu, 4 Jun 2020
|
[ 20:07 mfechner ]
Update to gitlab-ce 13.0.5.
Changelog:
https://about.gitlab.com/releases/2020/05/06/gitlab-com-13-0-breaking-changes/
https://about.gitlab.com/releases/2020/05/22/gitlab-13-0-released/
https://about.gitlab.com/releases/2020/05/27/security-release-13-0-1-released/
https://about.gitlab.com/releases/2020/05/29/gitlab-13-0-3-released/
https://about.gitlab.com/releases/2020/06/03/critical-security-release-13-0-4-released/
Make sure you read the upgrade manual very carefully, there is a manual change
in file:
/usr/local/share/gitaly/config.toml
required that the diff does not show.
|
Wed, 20 May 2020
|
[ 06:14 mfechner ]
Update to 12.10.6.
Changelogs:
https://about.gitlab.com/releases/2020/04/22/gitlab-12-10-released/
https://about.gitlab.com/releases/2020/04/24/gitlab-12-10-1-released/
https://about.gitlab.com/releases/2020/04/30/security-release-12-10-2-released/
https://about.gitlab.com/releases/2020/05/04/gitlab-12-10-3-released/
https://about.gitlab.com/releases/2020/05/13/gitlab-12-10-5-released/
https://about.gitlab.com/releases/2020/05/15/gitlab-12-10-6-released/
|
Sun, 19 Apr 2020
|
[ 03:55 tobik ] (Only the first 10 of 59 ports in this commit are shown above. )
devel/libgit2: Update to 1.0.0
Changes: https://github.com/libgit2/libgit2/releases/tag/v1.0.0
ABI: https://abi-laboratory.pro/tracker/timeline/libgit2
Approved by: mfechner (maintainer)
Differential Revision: https://reviews.freebsd.org/D24471
|
Sat, 28 Mar 2020
|
[ 13:33 sunpoet ]
Fix Gemfile for rubygem-rails60 6.0.2.2 update
- Update RUN_DEPENDS to match Gemfile
- Bump PORTREVISION for package change
|
[ 09:10 mfechner ]
Update to 12.9.1.
Changelog:
https://about.gitlab.com/releases/2020/03/22/gitlab-12-9-released/
|
Tue, 25 Feb 2020
|
[ 15:54 mfechner ]
Update to 12.8.1.
Changelog:
https://about.gitlab.com/releases/2020/02/22/gitlab-12-8-released/
https://about.gitlab.com/releases/2020/02/24/gitlab-12-8-1-released/
|
Sun, 2 Feb 2020
|
[ 08:33 mfechner ]
Update to 12.7.5.
Changelog:
https://about.gitlab.com/releases/2020/01/22/gitlab-12-7-released/
https://about.gitlab.com/releases/2020/01/24/gitlab-12-7-2-released/
https://about.gitlab.com/releases/2020/01/30/security-release-gitlab-12-7-4-released/
https://about.gitlab.com/releases/2020/01/31/gitlab-12-7-5-released/
|
Fri, 31 Jan 2020
|
[ 12:24 mfechner ]
Security update to 12.6.6.
Changelog:
https://about.gitlab.com/releases/2020/01/30/security-release-gitlab-12-7-4-released/
MFH: 2020Q1
Security: c5bd9068-440f-11ea-9cdb-001b217b3468
|
Sat, 28 Dec 2019
|
[ 07:42 sunpoet ]
Fix Gemfile for rubygem-rails52 5.2.4.1 update
- Update RUN_DEPENDS to match Gemfile
- Bump PORTREVISION for package change
|
Fri, 27 Dec 2019
|
[ 15:41 mfechner ]
Update to 12.6.0.
Changelog:
https://about.gitlab.com/blog/2019/12/22/gitlab-12-6-released/
|
Tue, 10 Dec 2019
|
[ 20:50 mfechner ]
Fixed problem with upgraded rails 5.2.4 version.
|
Sat, 23 Nov 2019
|
[ 08:53 mfechner ]
Update to 12.5.0.
Changelog:
https://about.gitlab.com/blog/2019/11/22/gitlab-12-5-released/
|
Thu, 24 Oct 2019
|
[ 17:05 mfechner ]
www/gitlab-ce: upgrade to 12.4.0.
Changelog:
https://about.gitlab.com/blog/2019/10/22/gitlab-12-4-released/
|
Mon, 30 Sep 2019
|
[ 22:47 mfechner ]
www/gitlab-ce: upgrade to 12.3.1.
Changelog:
https://about.gitlab.com/2019/09/22/gitlab-12-3-released/
https://about.gitlab.com/2019/09/24/gitlab-12-3-1-released/
|
Mon, 9 Sep 2019
|
[ 10:29 mfechner ]
www/gitlab-ce: upgrade to 12.2.4.
Changelog:
https://about.gitlab.com/2019/08/22/gitlab-12-2-released/
https://about.gitlab.com/2019/08/23/gitlab-12-2-1-released/
https://about.gitlab.com/2019/09/02/gitlab-12-2-4-released/
|
Fri, 30 Aug 2019
|
[ 07:50 mfechner ]
www/gitlab-ce: Upgrade to next major version 12.1
It requires PostgreSQL version 10.7, so make sure you upgrade PostgreSQL first.
I recommand to go to version 11 as described in UPDATING entry 20190829.
MySQL support was now completely removed upstream.
Changelogs:
https://about.gitlab.com/2019/07/22/gitlab-12-1-released/
https://about.gitlab.com/2019/07/24/gitlab-12-1-1-released/
https://about.gitlab.com/2019/07/29/security-release-gitlab-12-dot-1-dot-2-released/
https://about.gitlab.com/2019/07/31/gitlab-12-1-3-released/
https://about.gitlab.com/2019/08/06/gitlab-12-1-4-released/
https://about.gitlab.com/2019/08/12/critical-security-release-gitlab-12-dot-1-dot-6-released/
https://about.gitlab.com/2019/08/29/security-release-gitlab-12-dot-2-dot-3-released/
|
Sun, 7 Jul 2019
|
[ 10:03 mfechner ]
Upgrade to www/gitlab-ce version 12.0.3.
This is a major upgrade at required version 11.11.5 to be installed before.
Make sure you follow the UPDATING entry.
Changelog:
https://about.gitlab.com/2019/06/22/gitlab-12-0-released/
|
Wed, 12 Jun 2019
|
[ 16:18 mfechner ]
Bugfix upgrade to 11.11.3.
Changelog:
https://about.gitlab.com/2019/06/10/gitlab-11-11-3-released/
|
Tue, 28 May 2019
|
[ 10:50 mfechner ]
Gitlab upgrade to 11.11.
Changelog:
https://about.gitlab.com/2019/05/22/gitlab-11-11-released/
|
Thu, 25 Apr 2019
|
[ 19:16 mfechner ]
Bugfix upgrade to 11.10.1.
For more details please see here:
https://about.gitlab.com/2019/04/24/gitlab-11-10-1-released/
|
[ 14:50 mfechner ]
Added some more deps and remove them from the patch that removes the gems from
the Gemfile.
As no new functionality is added, no version bump is required.
|
Tue, 23 Apr 2019
|
[ 08:27 mfechner ]
Upgrade to 11.10.
For full log see:
https://about.gitlab.com/2019/04/22/gitlab-11-10-released/
WARNING, this release switches the path were the repositories are
stored back to the default git home dir. Make sure you read the
UPDATING 20190423 entry and follow the update maual very carefully!
|
Sat, 23 Mar 2019
|
[ 17:47 mfechner ]
Upgrade to 11.9.0.
Changelog:
https://about.gitlab.com/2019/03/22/gitlab-11-9-released/
|
Wed, 20 Mar 2019
|
[ 13:58 mfechner ]
Update to 11.8.2.
Changelog:
https://about.gitlab.com/2019/03/14/gitlab-11-8-2-released/
|
Sat, 2 Mar 2019
|
[ 11:56 mfechner ]
Update to 11.8.0.
Changelog:
https://about.gitlab.com/2019/02/22/gitlab-11-8-released/
|
Thu, 31 Jan 2019
|
[ 14:28 mfechner ]
Upgrade to 11.7.0.
For detailed changelog see:
https://about.gitlab.com/2019/01/22/gitlab-11-7-released/
|
Wed, 9 Jan 2019
|
[ 22:09 mfechner ]
Upgrade to version 11.6.3.
For more details see here:
https://about.gitlab.com/2019/01/03/gitlab-11-6-2-released/
https://about.gitlab.com/2019/01/05/gitlab-11-6-3-released/
Approved by: mentors (implicit)
|
Sun, 23 Dec 2018
|
[ 12:49 mfechner ]
Upgrade to 11.6.0.
https://about.gitlab.com/2018/12/22/gitlab-11-6-released/
Approved by: mentors (implicit)
|
Mon, 3 Dec 2018
|
[ 22:04 mfechner ]
Updated the Gemfile to work with the upgraded rails 4.2.11 which includes
security fixes.
Approved by: mentors (implicit)
|
Thu, 29 Nov 2018
|
[ 16:55 mfechner ]
Fixed problem that gitlab-ce does not work with rubygem-grape version 1.2.x.
The problem is also reported upstream:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23451
Approved by: mentors (implicit)
|
Fri, 23 Nov 2018
|
[ 15:04 mfechner ]
Upgrade to version 11.5.
For details see here please:
https://about.gitlab.com/2018/11/22/gitlab-11-5-released/
Approved by: mentors (implicit)
|
Sun, 23 Sep 2018
|
[ 18:25 mfechner ]
Update www/gitlab-ce to version 11.3.0.
Changelog: https://about.gitlab.com/2018/09/22/gitlab-11-3-released/
Approved by: mentors (implicit)
|
Thu, 6 Sep 2018
|
[ 19:09 mfechner ]
Update www/gitlab-ce to 11.2.3.
For a detailed changelog please see here:
https://about.gitlab.com/2018/08/22/gitlab-11-2-released/
https://about.gitlab.com/2018/08/23/gitlab-11-2-1-released/
https://about.gitlab.com/2018/08/28/security-release-gitlab-11-dot-2-dot-2-released/
Approved by: mentors (implicit)
|
Thu, 26 Jul 2018
|
[ 13:56 mfechner ]
- Update to 11.1.1, for more details please check:
https://about.gitlab.com/2018/07/22/gitlab-11-1-released/
- Fixed a typo in config/gitlab.yml.example that was introduced by the prefix
update.
Approved by: mentors (implicit)
|
Wed, 4 Jul 2018
|
[ 17:38 mfechner ] (Only the first 10 of 15 ports in this commit are shown above. )
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
|
Number of commits found: 93 |