notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: www/gitlab-ce/files/patch-Gemfile
SVNWeb

Number of commits found: 93

Sun, 28 May 2023
[ 17:03 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:62db6915cf9a609c50f053bd2f0a714dab43c954  commit hash:62db6915cf9a609c50f053bd2f0a714dab43c954  commit hash:62db6915cf9a609c50f053bd2f0a714dab43c954  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) search for other commits by this committer ]    commit hash:10a220d880a7019c719d98343d1ad478b3526e29  commit hash:10a220d880a7019c719d98343d1ad478b3526e29  commit hash:10a220d880a7019c719d98343d1ad478b3526e29  10a220d  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:3e1d8d19939fde72de940c299466438ec7b80911  commit hash:3e1d8d19939fde72de940c299466438ec7b80911  commit hash:3e1d8d19939fde72de940c299466438ec7b80911  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) search for other commits by this committer ]    commit hash:f3e532069a198a3bd72cd8e688cda52a5925e3aa  commit hash:f3e532069a198a3bd72cd8e688cda52a5925e3aa  commit hash:f3e532069a198a3bd72cd8e688cda52a5925e3aa  f3e5320  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:2ee60176b3d870ad44ec4ec664d2e2f27ddf205b  commit hash:2ee60176b3d870ad44ec4ec664d2e2f27ddf205b  commit hash:2ee60176b3d870ad44ec4ec664d2e2f27ddf205b  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) search for other commits by this committer ]    commit hash:5c3f9ae047646edf5b6b89093ffd56aeac94bf90  commit hash:5c3f9ae047646edf5b6b89093ffd56aeac94bf90  commit hash:5c3f9ae047646edf5b6b89093ffd56aeac94bf90  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) search for other commits by this committer ]    commit hash:078d7d3a395afc789a08116dcb9d1b3684a53e5b  commit hash:078d7d3a395afc789a08116dcb9d1b3684a53e5b  commit hash:078d7d3a395afc789a08116dcb9d1b3684a53e5b  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) search for other commits by this committer ]    commit hash:a996b5d8e9f736b9c47b3cf4fc7bda445ef2a4cf  commit hash:a996b5d8e9f736b9c47b3cf4fc7bda445ef2a4cf  commit hash:a996b5d8e9f736b9c47b3cf4fc7bda445ef2a4cf  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) search for other commits by this committer ]    commit hash:3691c737b760e3918103e62ad804d0b84b6df5ce  commit hash:3691c737b760e3918103e62ad804d0b84b6df5ce  commit hash:3691c737b760e3918103e62ad804d0b84b6df5ce  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) search for other commits by this committer ]    commit hash:92e26e167985700b7383fccefc809dddf680b904  commit hash:92e26e167985700b7383fccefc809dddf680b904  commit hash:92e26e167985700b7383fccefc809dddf680b904  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) search for other commits by this committer ]    commit hash:8b09bb700cff6ce7e269ad0981566dcfb010cc22  commit hash:8b09bb700cff6ce7e269ad0981566dcfb010cc22  commit hash:8b09bb700cff6ce7e269ad0981566dcfb010cc22  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) search for other commits by this committer ]    commit hash:87a1ca93449a1b28c231161082b9402e10844a67  commit hash:87a1ca93449a1b28c231161082b9402e10844a67  commit hash:87a1ca93449a1b28c231161082b9402e10844a67  87a1ca9 
www/gitlab-ce: Unbreak build

Break was introduced by aaa945714f7184e527915c4fce6ab37f33e0ac39
[ 07:09 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:666fb21358a8f751f0f573f7d25b75eb0010211b  commit hash:666fb21358a8f751f0f573f7d25b75eb0010211b  commit hash:666fb21358a8f751f0f573f7d25b75eb0010211b  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) search for other commits by this committer ]    commit hash:94d26d39ae18582ddc6182788d52bd34f8b80c74  commit hash:94d26d39ae18582ddc6182788d52bd34f8b80c74  commit hash:94d26d39ae18582ddc6182788d52bd34f8b80c74  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) search for other commits by this committer ]    commit hash:b1c6bdab1b1e3686e7d6612ac5a6aaa5fb0dc22c  commit hash:b1c6bdab1b1e3686e7d6612ac5a6aaa5fb0dc22c  commit hash:b1c6bdab1b1e3686e7d6612ac5a6aaa5fb0dc22c  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) search for other commits by this committer ]    commit hash:31523ef381563b463919675f4dc3a7d62a381f94  commit hash:31523ef381563b463919675f4dc3a7d62a381f94  commit hash:31523ef381563b463919675f4dc3a7d62a381f94  31523ef  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:41e3f042ffe87016d356f0d3cf61c679282a2e51  commit hash:41e3f042ffe87016d356f0d3cf61c679282a2e51  commit hash:41e3f042ffe87016d356f0d3cf61c679282a2e51  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) search for other commits by this committer ]    commit hash:23eb2343e2704431f00b8c616eb482857bc0225c  commit hash:23eb2343e2704431f00b8c616eb482857bc0225c  commit hash:23eb2343e2704431f00b8c616eb482857bc0225c  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) search for other commits by this committer ]    commit hash:aa5b3808af6d02ec44c3d6604c12945156cda8d8  commit hash:aa5b3808af6d02ec44c3d6604c12945156cda8d8  commit hash:aa5b3808af6d02ec44c3d6604c12945156cda8d8  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) search for other commits by this committer ]    commit hash:35d750f806d4539ed73ccc03bc3d2e4cc14e9afa  commit hash:35d750f806d4539ed73ccc03bc3d2e4cc14e9afa  commit hash:35d750f806d4539ed73ccc03bc3d2e4cc14e9afa  35d750f 
www/gitlab-ce: fixed broken patch file
[ 17:18 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:3719f5e06662079e80fd9698370ef32a2b75469c  commit hash:3719f5e06662079e80fd9698370ef32a2b75469c  commit hash:3719f5e06662079e80fd9698370ef32a2b75469c  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) search for other commits by this committer ]    commit hash:0a21afb9691268d1160b9ed468595325cff94237  commit hash:0a21afb9691268d1160b9ed468595325cff94237  commit hash:0a21afb9691268d1160b9ed468595325cff94237  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 View all of this commit message)
Sat, 26 Mar 2022
[ 07:44 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:c617954a6bbee45b93954a1374a57b55e4a5e0b5  commit hash:c617954a6bbee45b93954a1374a57b55e4a5e0b5  commit hash:c617954a6bbee45b93954a1374a57b55e4a5e0b5  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 View all of this commit message)
Wed, 9 Mar 2022
[ 10:07 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:d45ce823b33f09815dd6549a1b974e31e6c1d77c  commit hash:d45ce823b33f09815dd6549a1b974e31e6c1d77c  commit hash:d45ce823b33f09815dd6549a1b974e31e6c1d77c  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 View all of this commit message)
Wed, 26 Jan 2022
[ 10:43 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:d87992a6174b82811a3caf678647784d77c1c045  commit hash:d87992a6174b82811a3caf678647784d77c1c045  commit hash:d87992a6174b82811a3caf678647784d77c1c045  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) search for other commits by this committer ]    commit hash:7f5c1fd58ab53af05129c4dbeb96a6a6e6fffe38  commit hash:7f5c1fd58ab53af05129c4dbeb96a6a6e6fffe38  commit hash:7f5c1fd58ab53af05129c4dbeb96a6a6e6fffe38  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) search for other commits by this committer ]    commit hash:a59c3bf8a31f17d91f05b0ef628ba3e0f78e912f  commit hash:a59c3bf8a31f17d91f05b0ef628ba3e0f78e912f  commit hash:a59c3bf8a31f17d91f05b0ef628ba3e0f78e912f  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) search for other commits by this committer ]    commit hash:59c3b95df7f36c76360bcbf889e040df9260702f  commit hash:59c3b95df7f36c76360bcbf889e040df9260702f  commit hash:59c3b95df7f36c76360bcbf889e040df9260702f  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) search for other commits by this committer ]    commit hash:0bbacd67dc435bd595e7ef204fb002e2ee2df210  commit hash:0bbacd67dc435bd595e7ef204fb002e2ee2df210  commit hash:0bbacd67dc435bd595e7ef204fb002e2ee2df210  0bbacd6  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:04b93d19f5f78cac3b1c2a088440e24f556f8d50  commit hash:04b93d19f5f78cac3b1c2a088440e24f556f8d50  commit hash:04b93d19f5f78cac3b1c2a088440e24f556f8d50  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) search for other commits by this committer ]    commit hash:eca633b7381c632c8829d69f4ee83649c55c4b33  commit hash:eca633b7381c632c8829d69f4ee83649c55c4b33  commit hash:eca633b7381c632c8829d69f4ee83649c55c4b33  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) search for other commits by this committer ]    commit hash:46b95c05501c643fada4e953533f5eb9ff3caba6  commit hash:46b95c05501c643fada4e953533f5eb9ff3caba6  commit hash:46b95c05501c643fada4e953533f5eb9ff3caba6  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) search for other commits by this committer ]    commit hash:7dcb3ca59065e8f1c74bbed2f64f3bc8100bbc18  commit hash:7dcb3ca59065e8f1c74bbed2f64f3bc8100bbc18  commit hash:7dcb3ca59065e8f1c74bbed2f64f3bc8100bbc18  7dcb3ca5 
www/gitlab-ce: Revert unapproved modification that broke gitlab
Mon, 27 Sep 2021
[ 15:56 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:bb4b4cf9ca48617f4dc8f888ee65e0717637ccd0  commit hash:bb4b4cf9ca48617f4dc8f888ee65e0717637ccd0  commit hash:bb4b4cf9ca48617f4dc8f888ee65e0717637ccd0  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) search for other commits by this committer ]    commit hash:fa814a6e9e3d770ffec356a07b3ed381a2e385b0  commit hash:fa814a6e9e3d770ffec356a07b3ed381a2e385b0  commit hash:fa814a6e9e3d770ffec356a07b3ed381a2e385b0  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) search for other commits by this committer ]    commit hash:4edd9ea5d5ced64dbefab85fab25db83f914968f  commit hash:4edd9ea5d5ced64dbefab85fab25db83f914968f  commit hash:4edd9ea5d5ced64dbefab85fab25db83f914968f  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) search for other commits by this committer ]    commit hash:2f757d6c4401f88ceef7ed05d9583de44159fb62  commit hash:2f757d6c4401f88ceef7ed05d9583de44159fb62  commit hash:2f757d6c4401f88ceef7ed05d9583de44159fb62  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) search for other commits by this committer ]    commit hash:3729fba860ebf1802b3883e7ca7e32ac9d35a210  commit hash:3729fba860ebf1802b3883e7ca7e32ac9d35a210  commit hash:3729fba860ebf1802b3883e7ca7e32ac9d35a210  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) search for other commits by this committer ]    commit hash:943cc2e9f0474989ac172ceeef8994265e3dddb6  commit hash:943cc2e9f0474989ac172ceeef8994265e3dddb6  commit hash:943cc2e9f0474989ac172ceeef8994265e3dddb6  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) search for other commits by this committer ]    commit hash:da75672c1fa6ed42eb2413b52aa7bcb0b1117ed3  commit hash:da75672c1fa6ed42eb2413b52aa7bcb0b1117ed3  commit hash:da75672c1fa6ed42eb2413b52aa7bcb0b1117ed3  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) search for other commits by this committer ]    commit hash:a0e1c4944ab9197944fe505c000d52bf7a644067  commit hash:a0e1c4944ab9197944fe505c000d52bf7a644067  commit hash:a0e1c4944ab9197944fe505c000d52bf7a644067  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) search for other commits by this committer ]    commit hash:ef4b2158071b50bec91852efdca886d5c35bd72c  commit hash:ef4b2158071b50bec91852efdca886d5c35bd72c  commit hash:ef4b2158071b50bec91852efdca886d5c35bd72c  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) search for other commits by this committer ]    commit hash:6104340f64f758efc669a64f259acb598c1b1c54  commit hash:6104340f64f758efc669a64f259acb598c1b1c54  commit hash:6104340f64f758efc669a64f259acb598c1b1c54  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) search for other commits by this committer ]    commit hash:b838d9b5daf4897d9952cb41f277a801c858776d  commit hash:b838d9b5daf4897d9952cb41f277a801c858776d  commit hash:b838d9b5daf4897d9952cb41f277a801c858776d  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) search for other commits by this committer ]    commit hash:9b79896e8f150befb82aa29e57c0713c17199345  commit hash:9b79896e8f150befb82aa29e57c0713c17199345  commit hash:9b79896e8f150befb82aa29e57c0713c17199345  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 search for other commits by this committer ] Original commit   Revision:567833
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 search for other commits by this committer ] Original commit   Revision:567475
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 search for other commits by this committer ] Original commit   Revision:567055
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 search for other commits by this committer ] Original commit   Revision:563070
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 search for other commits by this committer ] Original commit   Revision:558926
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 search for other commits by this committer ] Original commit   Revision:556511
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 search for other commits by this committer ] Original commit   Revision:553082
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 search for other commits by this committer ] Original commit   Revision:551751
Bugfix update of www/gitlab-ce to 13.4.3.
Mon, 5 Oct 2020
[ 07:52 mfechner search for other commits by this committer ] Original commit   Revision:551480
Fix dependecy problem with upgrade of rdoc to 6.2.1.

PR:		250086
Sat, 26 Sep 2020
[ 07:36 mfechner search for other commits by this committer ] Original commit   Revision:550131
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 search for other commits by this committer ] Original commit   Revision:546177
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 search for other commits by this committer ] Original commit   Revision:543231
Update to 13.2.
Changelog:
https://about.gitlab.com/releases/2020/07/22/gitlab-13-2-released/
Mon, 22 Jun 2020
[ 18:36 mfechner search for other commits by this committer ] Original commit   Revision:539901
Update to 13.1.
Changelog:
https://about.gitlab.com/releases/2020/06/22/gitlab-13-1-released/
Thu, 4 Jun 2020
[ 20:07 mfechner search for other commits by this committer ] Original commit   Revision:537954
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 search for other commits by this committer ] Original commit   Revision:535982
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 search for other commits by this committer ] Original commit   Revision:532068 (Only the first 10 of 59 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:529724
Fix Gemfile for rubygem-rails60 6.0.2.2 update

- Update RUN_DEPENDS to match Gemfile
- Bump PORTREVISION for package change
[ 09:10 mfechner search for other commits by this committer ] Original commit   Revision:529323
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 search for other commits by this committer ] Original commit   Revision:527094
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 search for other commits by this committer ] Original commit   Revision:524831
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 search for other commits by this committer ] Original commit   Revision:524700
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 search for other commits by this committer ] Original commit   Revision:521198
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 search for other commits by this committer ] Original commit   Revision:521005
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 search for other commits by this committer ] Original commit   Revision:519777
Fixed problem with upgraded rails 5.2.4 version.
Sat, 23 Nov 2019
[ 08:53 mfechner search for other commits by this committer ] Original commit   Revision:518204
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 search for other commits by this committer ] Original commit   Revision:515492
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 search for other commits by this committer ] Original commit   Revision:513440
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 search for other commits by this committer ] Original commit   Revision:511619
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 search for other commits by this committer ] Original commit   Revision:510253
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 search for other commits by this committer ] Original commit   Revision:506124
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 search for other commits by this committer ] Original commit   Revision:504025
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 search for other commits by this committer ] Original commit   Revision:502884
Gitlab upgrade to 11.11.
Changelog:
https://about.gitlab.com/2019/05/22/gitlab-11-11-released/
Thu, 25 Apr 2019
[ 19:16 mfechner search for other commits by this committer ] Original commit   Revision:500067
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 search for other commits by this committer ] Original commit   Revision:500007
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 search for other commits by this committer ] Original commit   Revision:499731
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 search for other commits by this committer ] Original commit   Revision:496676
Upgrade to 11.9.0.
Changelog:
https://about.gitlab.com/2019/03/22/gitlab-11-9-released/
Wed, 20 Mar 2019
[ 13:58 mfechner search for other commits by this committer ] Original commit   Revision:496342
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 search for other commits by this committer ] Original commit   Revision:494397
Update to 11.8.0.
Changelog:
https://about.gitlab.com/2019/02/22/gitlab-11-8-released/
Thu, 31 Jan 2019
[ 14:28 mfechner search for other commits by this committer ] Original commit   Revision:491734
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 search for other commits by this committer ] Original commit   Revision:489831
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 search for other commits by this committer ] Original commit   Revision:488215
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 search for other commits by this committer ] Original commit   Revision:486558
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 search for other commits by this committer ] Original commit   Revision:486197
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 search for other commits by this committer ] Original commit   Revision:485672
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 search for other commits by this committer ] Original commit   Revision:480522
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 search for other commits by this committer ] Original commit   Revision:479140
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 search for other commits by this committer ] Original commit   Revision:475377
- 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 search for other commits by this committer ] Original commit   Revision:473910 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
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