Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
15.10.3 20 Apr 2023 10:50:16 |
Matthias Fechner (mfechner) |
www/gitlab-ce: bugfix update to 15.10.3
Changelog:
https://about.gitlab.com/releases/2023/04/14/gitlab-15-10-3-released/ |
15.10.2 12 Apr 2023 14:31:54 |
Matthias Fechner (mfechner) |
www/gitlab-ce: update to 15.10.2
Changelog:
https://about.gitlab.com/releases/2023/04/05/gitlab-15-10-2-released/ |
15.10.1 12 Apr 2023 14:31:54 |
Matthias Fechner (mfechner) |
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. |
15.10.1 12 Apr 2023 14:31:54 |
Matthias Fechner (mfechner) |
www/gitlab-ce: major update to 15.10.1
Changelog:
https://about.gitlab.com/releases/2023/03/22/gitlab-15-10-released/
https://about.gitlab.com/releases/2023/03/30/security-release-gitlab-15-10-1-released/ |
15.9.4_4 09 Apr 2023 20:41:51 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Change RUN_DEPENDS from rubygem-net-ldap to rubygem-net-ldap017
- Bump PORTREVISION for dependency change |
15.9.4_3 09 Apr 2023 13:37:35 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Update RUN_DEPENDS
- Change RUN_DEPENDS from rubygem-aws-sdk-core to rubygem-aws-sdk-core3170
- Change RUN_DEPENDS from rubygem-aws-sdk-s3 to rubygem-aws-sdk-s31119
- Change RUN_DEPENDS from rubygem-loofah to rubygem-loofah219
- Bump PORTREVISION for dependency change |
15.9.4_2 08 Apr 2023 15:13:25 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{119,120} update |
15.9.4_1 05 Apr 2023 17:31:59 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Change RUN_DEPENDS from rubygem-rouge to rubygem-rouge3
- Bump PORTREVISION for dependency change |
15.9.4 03 Apr 2023 10:01:11 |
Matthias Fechner (mfechner) |
www/gitlab-ce: security update to 15.9.4
Changelog:
https://about.gitlab.com/releases/2023/03/30/security-release-gitlab-15-10-1-released/ |
15.9.3 03 Apr 2023 10:01:11 |
Matthias Fechner (mfechner) |
www/gitlab-ce: update to 15.9.3
Changelog:
https://about.gitlab.com/releases/2023/02/24/gitlab-15-9-1-released/
https://about.gitlab.com/releases/2023/03/02/security-release-gitlab-15-9-2-released/
https://about.gitlab.com/releases/2023/03/09/gitlab-15-9-3-released/ |
15.9.0 03 Apr 2023 10:01:10 |
Matthias Fechner (mfechner) |
www/gitlab-ce: major upgrade to 15.9.0
Changelog:
https://about.gitlab.com/releases/2023/02/22/gitlab-15-9-released/ |
15.8.5 01 Apr 2023 05:14:08 |
Matthias Fechner (mfechner) |
www/gitlab-ce: security update to 15.8.5
Changelog:
https://about.gitlab.com/releases/2023/03/30/security-release-gitlab-15-10-1-released/
Security: 54006796-cf7b-11ed-a5d5-001b217b3468 |
15.8.4_4 26 Mar 2023 15:07:51 |
Matthias Fechner (mfechner) |
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. |
15.8.4_3 21 Mar 2023 19:22:36 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Update RUN_DEPENDS
- Change RUN_DEPENDS from rubygem-rack-oauth2 to rubygem-rack-oauth21
- Bump PORTREVISION for dependency change |
15.8.4_2 16 Mar 2023 09:37:02 |
Matthias Fechner (mfechner) |
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 |
15.8.4_1 10 Mar 2023 10:20:00 |
Matthias Fechner (mfechner) |
www/gitlab-ce: fix a problem in the asset compile step
Make sure that files having an executable bit keep this executable bit.
This fixes a problem of the last step in the asset compile step fails
due to missing executable permission on a script.
It does not have any impact on the installation itself as the last step is just
failing
which is just a check which is done after all assets are compiled.
Thanks a lot to @tz and @moin pointing to it and helping to understand the
source for it. |
15.8.4_1 09 Mar 2023 19:18:07 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after Go ports update |
15.8.4 04 Mar 2023 05:50:32 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Security update to 15.8.4
Changelog:
https://about.gitlab.com/releases/2023/03/02/security-release-gitlab-15-9-2-released/
Security: f7c5b3a9-b9fb-11ed-99c6-001b217b3468 |
15.8.3 16 Feb 2023 16:59:42 |
Matthias Fechner (mfechner) |
www/gitlab-ce: security update to 15.8.3
Changelog:
https://about.gitlab.com/releases/2023/02/14/critical-security-release-gitlab-15-8-2-released/
Enforces git >= 2.39.2. |
15.8.1_3 15 Feb 2023 19:06:01 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{119,120} update |
15.8.1_2 09 Feb 2023 21:55:23 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after GO_DEFAULT update. |
15.8.1_1 05 Feb 2023 15:50:16 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Update RUN_DEPENDS
- Change RUN_DEPENDS from rubygem-aws-sdk-core to rubygem-aws-sdk-core3168
- Change RUN_DEPENDS from rubygem-aws-sdk-s3 to rubygem-aws-sdk-s31117
- Change RUN_DEPENDS from rubygem-bootsnap to rubygem-bootsnap115
- Change RUN_DEPENDS from rubygem-webrick to rubygem-webrick17
- Update version requirement of RUN_DEPENDS
- Bump PORTREVISION for dependency change |
15.8.1 01 Feb 2023 09:21:09 |
Matthias Fechner (mfechner) |
www/gitlab-ce: security update to 15.8.1
Changelog:
https://about.gitlab.com/releases/2023/01/31/security-release-gitlab-15-8-1-released/
Security: ee890be3-a1ec-11ed-a81d-001b217b3468 |
15.8.0 01 Feb 2023 09:21:09 |
Matthias Fechner (mfechner) |
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/ |
15.7.5 30 Jan 2023 21:25:39 |
Matthias Fechner (mfechner) |
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/ |
15.6.4_2 30 Jan 2023 13:02:42 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Update RUN_DEPENDS
- Change RUN_DEPENDS from rubygem-bootsnap to rubygem-bootsnap114
- Change RUN_DEPENDS from rubygem-flipper to rubygem-flipper025
- Change RUN_DEPENDS from rubygem-fugit to rubygem-fugit17
- Change RUN_DEPENDS from rubygem-jwt to rubygem-jwt25
- Change RUN_DEPENDS from rubygem-mail to rubygem-mail27
- Change RUN_DEPENDS from rubygem-redis-namespace to rubygem-redis-namespace19
- Change RUN_DEPENDS from rubygem-sidekiq to rubygem-sidekiq6
- Change RUN_DEPENDS from rubygem-sidekiq-cron to rubygem-sidekiq-cron18
- Update version requirement of RUN_DEPENDS
- Bump PORTREVISION for dependency change |
15.6.4_1 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
15.6.4_1 14 Jan 2023 11:31:17 |
Dmitri Goutnik (dmgk) |
all: Bump PORTVERSION after lang/go{118,119} update |
15.6.4 11 Jan 2023 11:54:14 |
Matthias Fechner (mfechner) |
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/ |
15.6.0 11 Jan 2023 11:54:13 |
Matthias Fechner (mfechner) |
www/gitlab-ce: major upgrade to 15.6.0
Changelog:
https://about.gitlab.com/releases/2022/11/22/gitlab-15-6-released/ |
15.5.6_4 01 Jan 2023 07:09:36 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Unbreak build
Break was introduced by aaa945714f7184e527915c4fce6ab37f33e0ac39 |
15.5.6_3 01 Jan 2023 07:09:35 |
Matthias Fechner (mfechner) |
www/gitlab-ce: allow usage of rails 6.1.7
This fixes the change introduced by a041be369883d6cb11f2b13060a9999377116557 |
15.5.6_2 30 Dec 2022 09:06:31 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Change RUN_DEPENDS from rubygem-gettext_i18n_rails to
rubygem-gettext_i18n_rails18
- Bump PORTREVISION for dependency change |
15.5.6_1 23 Dec 2022 07:31:48 |
Yasuhiro Kimura (yasu) |
*/*: Update dependency
For all ports that isn't compatible with rack 3.x, update dependency
from www/rubygem-rack to www/rubygem-rack22.
PR: 268057 |
15.5.6_1 11 Dec 2022 11:17:27 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{118,119} update |
15.5.6 08 Dec 2022 07:15:17 |
Matthias Fechner (mfechner) |
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 |
15.5.4_1 30 Nov 2022 21:43:39 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Update RUN_DEPENDS
- Change RUN_DEPENDS from rubygem-aws-sdk-core to rubygem-aws-sdk-core3159
- Change RUN_DEPENDS from rubygem-aws-sdk-s3 to rubygem-aws-sdk-s31114
- Bump PORTREVISION for dependency change |
15.5.4 22 Nov 2022 09:38:30 |
Matthias Fechner (mfechner) |
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/ |
15.4.4 07 Nov 2022 15:41:50 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Security update to 15.4.4
Changelog:
https://about.gitlab.com/releases/2022/10/19/gitlab-15-4-3-released/
https://about.gitlab.com/releases/2022/11/02/security-release-gitlab-15-5-2-released/
MFH: 2022Q4
Security: 16f7ec68-5cce-11ed-9be7-454b1dd82c64 |
15.4.2 07 Nov 2022 15:41:49 |
Matthias Fechner (mfechner) |
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/ |
15.3.4_1 06 Oct 2022 19:24:26 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{118,119} update |
15.3.4 05 Oct 2022 02:02:05 |
Muhammad Moinur Rahman (bofh) |
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 |
15.2.5_1 04 Oct 2022 19:00:58 |
Matthias Fechner (mfechner) |
www/gitlab-ce: use required loofah version 2.18 |
15.2.5 04 Oct 2022 03:36:11 |
Matthias Fechner (mfechner) |
www/gitlab-ce: security update to 15.2.5
Changelog:
https://about.gitlab.com/releases/2022/09/29/security-release-gitlab-15-4-1-released/
MFH: 2022Q4
Security: 04422df1-40d8-11ed-9be7-454b1dd82c64 |
15.2.4 30 Sep 2022 15:51:34 |
Matthias Fechner (mfechner) |
www/gitlab-ce: security update to 15.2.4
Security: e6b994e2-2891-11ed-9be7-454b1dd82c64 |
15.2.3_4 08 Sep 2022 16:33:18 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{118,119} update |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
15.2.3_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
15.2.3_3 04 Sep 2022 03:48:21 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Change RUN_DEPENDS from rubygem-aws-sdk-core to
rubygem-aws-sdk-core3131
- Bump PORTREVISION for dependency change |
15.2.3_2 31 Aug 2022 18:50:03 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Change RUN_DEPENDS from rubygem-redis to rubygem-redis4
- Bump PORTREVISION for dependency change |
15.2.3_1 31 Aug 2022 11:41:55 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Update RUN_DEPENDS
- Change RUN_DEPENDS from rubygem-asana to rubygem-asana0
- Change RUN_DEPENDS from rubygem-redis-namespace to rubygem-redis-namespace18
- Bump PORTREVISION for dependency change |
15.2.3 24 Aug 2022 04:22:29 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Security update to 15.2.3
Changelog:
https://about.gitlab.com/releases/2022/08/22/critical-security-release-gitlab-15-3-1-released/
MFH: 2022Q3
Security: 8a0cd618-22a0-11ed-b1e7-001b217b3468 |
15.2.2 24 Aug 2022 04:22:29 |
Matthias Fechner (mfechner) |
www/gitlab-ce: security update to 15.2.2
Changelog:
https://about.gitlab.com/releases/2022/07/28/security-release-gitlab-15-2-1-released/
https://about.gitlab.com/releases/2022/08/01/gitlab-15-2-2-released/ |
15.2.0 24 Aug 2022 04:22:28 |
Matthias Fechner (mfechner) |
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/ |
15.1.4_3 24 Aug 2022 04:22:27 |
Matthias Fechner (mfechner) Author: Yasuhito FUTATSUKI |
www/gitlab-ce: whitelist classes to fix problem related to rails 6.1.6.1
PR: 265314 |
15.1.4_3 03 Aug 2022 21:35:13 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after Go update
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update. |
15.1.4_2 30 Jul 2022 21:00:27 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Change RUN_DEPENDS from rubygem-rouge to rubygem-rouge329
- Bump PORTREVISION for dependency change |
15.1.4_1 30 Jul 2022 19:26:53 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Change RUN_DEPENDS from rubygem-bootsnap to rubygem-bootsnap112
- Bump PORTREVISION for dependency change |
15.1.4 30 Jul 2022 06:52:20 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Security update to 15.1.4
MFH: 2022Q3
Security: 4c26f668-0fd2-11ed-a83d-001b217b3468 |
15.1.3 30 Jul 2022 06:50:08 |
Matthias Fechner (mfechner) |
www/gitlab-ce: bugfix update to 15.1.3
Changelog:
https://about.gitlab.com/releases/2022/07/19/gitlab-15-1-3-released/ |
15.1.2_2 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
15.1.2_2 14 Jul 2022 12:46:05 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{117,118} update |
15.1.2_1 11 Jul 2022 13:51:30 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Change RUN_DEPENDS from rubygem-rack to rubygem-rack223
- Bump PORTREVISION for dependency change |
15.1.2 09 Jul 2022 06:29:30 |
Matthias Fechner (mfechner) |
www/gitlab-ce: security update to 15.1.2
Changelog:
https://about.gitlab.com/releases/2022/06/30/critical-security-release-gitlab-15-1-1-released/
https://about.gitlab.com/releases/2022/07/04/gitlab-15-1-2-released/
MFH: 2022Q3
Security: d1b35142-ff4a-11ec-8be3-001b217b3468 |
15.1.0 08 Jul 2022 07:07:35 |
Matthias Fechner (mfechner) |
www/gitlab-ce: provide a working database.yml.sample file
This fixes a problem with my vagrant test setup.
Gitlab changed the database.yml syntax, the new sample file reflects now these
changes.
No need to change anything for an already existing installation. |
15.1.0 24 Jun 2022 10:20:07 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Major update to 15.1.0
Changelog:
https://about.gitlab.com/releases/2022/06/22/gitlab-15-1-released/ |
15.0.3_1 21 Jun 2022 20:58:50 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Change RUN_DEPENDS from rubygem-oauth2 to rubygem-oauth21
- Bump PORTREVISION for dependency change |
15.0.3 20 Jun 2022 07:52:36 |
Matthias Fechner (mfechner) |
www/gitlab-ce: update to 15.0.3
Add GitLab agent image tag to install command
Resolve "Add documentation for Opensearch Indexing paused."
Disconnect alternates when unlinking from a repository pool
Add version information for new fields in members API
Upgrade to bundler v2.3.15
cgroups: Handle nil repo
catfile: Backport patches to fix leaking catfile processes
Changelog:
https://about.gitlab.com/releases/2022/06/16/gitlab-15-0-3-released/ |
15.0.2_1 16 Jun 2022 14:02:33 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Update RUN_DEPENDS
- Change RUN_DEPENDS from rubygem-asciidoctor-plantuml to
rubygem-asciidoctor-plantuml00
- Change RUN_DEPENDS from rubygem-jira-ruby to rubygem-jira-ruby21
- Bump PORTREVISION for dependency change |
15.0.2 13 Jun 2022 10:05:35 |
Matthias Fechner (mfechner) |
www/gitlab-ce: bugfix update to 15.0.2
Changelog:
https://about.gitlab.com/releases/2022/06/06/gitlab-15-0-2-released/ |
15.0.1_1 13 Jun 2022 10:05:34 |
Matthias Fechner (mfechner) |
www/gitlab-ce: fix problem with sidekiq
Gitlab does not work with sidekiq 6.5, use version 6.4
Fixes a regression introduced by:
01b52c7a7338a97e7677e2186ac4183549e3ad7c |
15.0.1_1 07 Jun 2022 21:56:10 |
Dmitri Goutnik (dmgk) |
*/*: Bump port revisons after lang/go{117,118} update |
15.0.1 04 Jun 2022 20:01:12 |
Matthias Fechner (mfechner) |
www/gitlab-ce: security update to 15.0.1
Changelog:
https://about.gitlab.com/releases/2022/06/01/critical-security-release-gitlab-15-0-1-released/
Security: f414d69f-e43d-11ec-9ea4-001b217b3468 |
15.0.0_3 03 Jun 2022 23:36:56 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Change RUN_DEPENDS from rubygem-faraday to rubygem-faraday1
- Bump PORTREVISION for dependency change |
15.0.0_2 03 Jun 2022 17:25:48 |
Matthias Fechner (mfechner) |
www/gitlab-ce: fix regression with faraday upgrade to 1.10
Triggered by commit
6e2b87104fa9a5a87b129478c3196db0704daa91 |
15.0.0_1 03 Jun 2022 09:01:07 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Change RUN_DEPENDS from rubygem-bootsnap to rubygem-bootsnap111
- Bump PORTREVISION for dependency change |
15.0.0 31 May 2022 15:49:39 |
Matthias Fechner (mfechner) Author: VVD |
www/gitlab-ce: added possibility to disabled kerberos
As this does not change the behaviour of port, no revision bump.
PR: 263688 |
15.0.0 27 May 2022 19:17:48 |
Matthias Fechner (mfechner) |
www/gitlab-ce: fixed broken patch file |
15.0.0 27 May 2022 17:18:33 |
Matthias Fechner (mfechner) |
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 |
14.10.0_2 13 May 2022 11:40:16 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Change RUN_DEPENDS from rubygem-json to rubygem-json25
- Bump PORTREVISION for dependency change |
14.10.0_1 26 Apr 2022 15:01:54 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Change RUN_DEPENDS from rubygem-kramdown to rubygem-kramdown23
- Bump PORTREVISION for dependency change |
14.10.0 22 Apr 2022 08:44:13 |
Matthias Fechner (mfechner) |
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 ) |
14.9.3_1 16 Apr 2022 04:19:52 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Change RUN_DEPENDS from rubygem-google-protobuf to
rubygem-google-protobuf319
- Bump PORTREVISION for dependency change |
14.9.3 15 Apr 2022 03:32:42 |
Matthias Fechner (mfechner) |
www/gitlab-ce: bugfix update to 14.9.3
Changelog:
https://about.gitlab.com/releases/2022/04/12/gitlab-14-9-3-released/
MFH: 2022Q2 |
14.9.2 04 Apr 2022 15:19:38 |
Matthias Fechner (mfechner) |
www/gitlab-ce: security update to 14.9.2
Changelog:
https://about.gitlab.com/releases/2022/03/31/critical-security-release-gitlab-14-9-2-released/
MFH: 2022Q2
Security: 8657eedd-b423-11ec-9559-001b217b3468 |
14.9.1_1 31 Mar 2022 15:42:56 |
Matthias Fechner (mfechner) |
www/gitlab-ce: fix dep to rubygem-redis-actionpack-rails61
Gitlab requires redis-actionpack < 5.3.
This fixes a regression by 02cb228542acaad368401d4d9c1e1c4e5d6c9b95 |
14.9.1_1 31 Mar 2022 15:42:56 |
Matthias Fechner (mfechner) |
www/gitlab-ce: fix dep for devel/rubygem-fog-core210
This allows now to also use 2.1.0_1 of rubygem-fog-core210. |
14.9.1_1 30 Mar 2022 07:01:44 |
Guangyuan Yang (ygy) |
*/*: Bump PORTREVISION after lang/go 1.18 update |
14.9.1 26 Mar 2022 07:44:07 |
Matthias Fechner (mfechner) |
www/gitlab-ce: relaxe dependency to devel/rubygem-bootsnap
This will fix build problems caused by a90d49a4e388ec5f2e6738e08ba23e0b3e9d3438 |
14.9.1 26 Mar 2022 07:44:06 |
Matthias Fechner (mfechner) |
www/gitlab-ce: bugfix update to 14.9.1
Changelog:
https://about.gitlab.com/releases/2022/03/23/gitlab-14-9-1-released/
14.9.1 (2022-03-23)
Fixed (1 change)
- [Fix backups not working when feature_flags table does not
exist](gitlab-org/gitlab@4cc3cd6cf6eb256a9837ef92a6fdb4991cd1642c) ([merge
request](gitlab-org/gitlab!83388))
Changed (1 change)
- [Alias user_email_lookup_limit to
search_rate_limit](gitlab-org/gitlab@424c277fc4c994df60ea68acb8988537526108e4)
([merge request](gitlab-org/gitlab!83388)) |
14.9.0 26 Mar 2022 07:44:06 |
Matthias Fechner (mfechner) |
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 ) |
14.8.4 20 Mar 2022 07:18:06 |
Matthias Fechner (mfechner) |
www/gitlab-ce: bugfix update to 14.8.4
Changelog:
https://about.gitlab.com/releases/2022/03/15/gitlab-14-8-3-released/
https://about.gitlab.com/releases/2022/03/16/gitlab-14-8-4-released/
14.8.3 (2022-03-14)
Fixed (3 changes)
Fix rake task to setup the Geo tracking database (merge request) GitLab
Enterprise Edition
Fix handling of resource iteration events when deleting a User (merge request)
GitLab Enterprise Edition
Ensure cleanup job artifacts task does not include pipeline artifacts (merge
request) (Only the first 15 lines of the commit message are shown above ) |
14.8.2_1 10 Mar 2022 16:47:12 |
Matthias Fechner (mfechner) Author: VVD |
www/gitlab-ce: add option to remove kerberos dep
I understand that this option can be helpful, but I do not suggest to use it.
If it breaks due to new version and the patch does not apply anymore,
please send a PR then I will update this feature accordingly.
But I will not testbuild gitlab with many option combinations.
PR: 262191 |
14.8.2 09 Mar 2022 10:07:56 |
Matthias Fechner (mfechner) |
www/gitlab-ce: disable database migration check for Google::Apis::VERSION 0.50.0
Current package version is using rubygem-google-api-client-0.53.0.
Executing the database migration will show:
```
rake aborted!
NameError: uninitialized constant Google::Apis::VERSION
Did you mean? VersionCheck
/usr/local/www/gitlab-ce/config/initializers/google_api_client_patch.rb:5:in
`<top (required)>'
/usr/local/www/gitlab-ce/config/environment.rb:7:in `<top (required)>'
Tasks: TOP => db:migrate => db:load_config => environment
(See full trace by running task with --trace)
```
I tested it successfully with version 0.53.0. |
14.8.2 09 Mar 2022 10:07:56 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Security update to 14.8.2
Changelog:
https://about.gitlab.com/releases/2022/02/23/gitlab-14-8-1-released/
https://about.gitlab.com/releases/2022/02/25/critical-security-release-gitlab-14-8-2-released/
https://gitlab.com/gitlab-org/gitlab-foss/-/blob/master/CHANGELOG.md
14.8.2 (2022-02-25)
Security (8 changes)
Limit commands_changes to certain keys (merge request)
Add runners_token prefix to Group and Project (merge request)
(Only the first 15 lines of the commit message are shown above ) |
14.8.0 09 Mar 2022 10:07:56 |
Matthias Fechner (mfechner) |
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 ) |
14.7.3_2 09 Mar 2022 10:07:54 |
Matthias Fechner (mfechner) |
www/gitlab-ce: depend on redis in startup script
This ensures that gitlab is not started before redis is available.
PR: 262338
Reported by: majo-bugs.freebsd.org@cerny.sk |
14.7.3_2 07 Mar 2022 18:13:24 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Change RUN_DEPENDS from rubygem-rouge to rubygem-rouge327
- Bump PORTREVISION for dependency change |
14.7.3_1 28 Feb 2022 12:46:43 |
Po-Chuan Hsieh (sunpoet) |
www/gitlab-ce: Change RUN_DEPENDS from rubygem-grape to rubygem-grape15
- Bump PORTREVISION for dependency change |
14.7.3 15 Feb 2022 15:32:52 |
Matthias Fechner (mfechner) |
www/gitlab-ce: bugfix update to 14.7.3
Changelog:
https://about.gitlab.com/releases/2022/02/08/gitlab-14-7-2-released/
https://about.gitlab.com/releases/2022/02/14/gitlab-14-7-3-released/
GitLab Community Edition and Enterprise Edition
Create 14.7 What's New entry
Fix cluster integration HTTP adapter
Revert "Merge branch 'wc-gitaly-keepalive-limit' into 'master'"
Fix broken mermaid diagrams
GitLab Version - CE Admin Dashboard [RUN ALL RSPEC] [RUN AS-IF-FOSS]
Geo: Fix verification failures of remote stored files
Update to ruby-magic v0.5.4 (Only the first 15 lines of the commit message are shown above ) |