notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/gitaly/Makefile

Number of commits found: 284 (showing only 100 on this page)

«  1 | 2 | 3  »  

Friday, 15 Apr 2022
03:32 Matthias Fechner (mfechner) search for other commits by this committer
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
commit hash: 249d26c98100203b0115fc17e2bd9e7036b9b66c commit hash: 249d26c98100203b0115fc17e2bd9e7036b9b66c commit hash: 249d26c98100203b0115fc17e2bd9e7036b9b66c commit hash: 249d26c98100203b0115fc17e2bd9e7036b9b66c 249d26c
Monday, 4 Apr 2022
15:19 Matthias Fechner (mfechner) search for other commits by this committer
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
commit hash: f4230594947dce3a85c6fd3391ab3f9492f46872 commit hash: f4230594947dce3a85c6fd3391ab3f9492f46872 commit hash: f4230594947dce3a85c6fd3391ab3f9492f46872 commit hash: f4230594947dce3a85c6fd3391ab3f9492f46872 f423059
Wednesday, 30 Mar 2022
07:01 Guangyuan Yang (ygy) search for other commits by this committer
*/*: Bump PORTREVISION after lang/go 1.18 update
commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653 commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653 commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653 commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653 d690b51
Saturday, 26 Mar 2022
07:44 Matthias Fechner (mfechner) search for other commits by this committer
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))
commit hash: 620f713d57305379675b78682e116261639c3dc3 commit hash: 620f713d57305379675b78682e116261639c3dc3 commit hash: 620f713d57305379675b78682e116261639c3dc3 commit hash: 620f713d57305379675b78682e116261639c3dc3 620f713
07:44 Matthias Fechner (mfechner) search for other commits by this committer
devel/gitaly: update to 14.9.0

Required for gitlab-ce 14.9
Changelog:
https://gitlab.com/gitlab-org/gitaly/-/blob/master/CHANGELOG.md

14.9.0 (2022-03-21)

Added (7 changes)

Repository: allow opting for --mirror for CreateRepositoryFromURL (merge
request)

housekeeping: Track what kind of repacks OptimizeRepository does (merge request)

housekeeping: Expose pruned stale files via Prometheus metric (merge request)

proto: Add structured error types for UserRebaseCofirmable (merge request)

git2go: Add squash parameter to MergeCommand by @trakos (merge request)

git: Support bundled Git v2.35.1.gl1 (merge request)

proto: Add structured error types for UserSquash RPC (merge request)

Fixed (14 changes)

housekeeping: Don't prune recent objects (merge request)

repository: Fix indeterministic voting when creating new repos (merge request)

operations: Fix wrong error code when UserSquash conflicts (merge request)

cgroups: Remove paths field (merge request)

Extend invalid metadata deletion logic to repos existin on target (merge
request)

localrepo: Unlock symbolic refs when the update fails (merge request)

git: Verify that bundled Git binaries exist and are executable (merge request)

git: Reject config with bundled Git and missing binary directories (merge
request)

praefect: Pass feature flags to Gitaly when executing ServerInfo (merge request)

Hooks: eagerly delete sidechannel socket dir (merge request)

Handle backchannel connection closing idempotently (merge request)

repository: Fix indetermenistic voting order in ReplicateRepository (merge
request)

gitaly: Fix missing housekeeping manager dependency (merge request)

repository: Ignore missing refs in CreateBundleFromRefList (merge request)

Changed (10 changes)

housekeeping: Generalize counter for pruned empty directories (merge request)

repository: Allow CreateRepository to take default_branch (merge request)

operations: Return error from UserSquash when merging fails (merge request)

operations: Return error from UserSquash on conflict (merge request)

operations: Return error from UserSquash when resolving revisions fails (merge
request)

git: Enable use of bundled Git by default (merge request)

localrepo: Remove flag to switch to sidechannels for internal fetches (merge
request)

localrepo: Do transactional vote in SetDefaultBranch (merge request)

repository: Use optional auth token for cloning (merge request)

log: Disable gRPC HealthCheck message logging (merge request)

Deprecated (3 changes)

proto: Deprecate PreReceiveError field in UserMergeBranchResponse (merge
request)

proto: Deprecate PreReceiveError field in UserMergeToRefResponse (merge request)

proto: Deprecate fine-grained repository maintenance RPCs (merge request)

Removed (2 changes)

operations: Remove deprecated squash_id from UserSquash RPC (merge request)

git: Remove support for the Ruby hooks directory (merge request)

Performance (2 changes)

Makefile: Add more patches to speed up git-fetch(1) to v2.35.1.gl1 (merge
request)

git: Convert internal fetches to use sidechannel (merge request)
commit hash: 83b70cb07f6cf361fe7dcf874a3f899cfed14f85 commit hash: 83b70cb07f6cf361fe7dcf874a3f899cfed14f85 commit hash: 83b70cb07f6cf361fe7dcf874a3f899cfed14f85 commit hash: 83b70cb07f6cf361fe7dcf874a3f899cfed14f85 83b70cb
Sunday, 20 Mar 2022
07:18 Matthias Fechner (mfechner) search for other commits by this committer
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)

Changed (1 change)

Remove runners token prefix feature flags (merge request)

14.8.4 (2022-03-16)

Added (1 change)

Detect and fix artifacts with backfilled expire_at (merge request)

Fixed (1 change)

Pass issue ID to merge request creation form (merge request)

Changed (1 change)

Enable feature flags to resume artifact removal on self-managed (merge request)
commit hash: 04adada4a590c9ee9130eb1ea4dd57179d792b70 commit hash: 04adada4a590c9ee9130eb1ea4dd57179d792b70 commit hash: 04adada4a590c9ee9130eb1ea4dd57179d792b70 commit hash: 04adada4a590c9ee9130eb1ea4dd57179d792b70 04adada
Wednesday, 9 Mar 2022
10:07 Matthias Fechner (mfechner) search for other commits by this committer
devel/gitaly: Update to 14.8.2

Required for gitlab-ce 14.8.2.
commit hash: 9a92c73bac0f6514df59a57af0b999d3a40ed372 commit hash: 9a92c73bac0f6514df59a57af0b999d3a40ed372 commit hash: 9a92c73bac0f6514df59a57af0b999d3a40ed372 commit hash: 9a92c73bac0f6514df59a57af0b999d3a40ed372 9a92c73
10:07 Matthias Fechner (mfechner) search for other commits by this committer
devel/gitaly: update to 14.8.0

Required for gitlab-ce 14.8.

Changelog:
https://gitlab.com/gitlab-org/gitaly/-/blob/master/CHANGELOG.md

14.8.0 (2022-02-21)

Added (9 changes)

repository: Add new RPC to prune unreachable objects (merge request)

limithandler: Add metrics for queue limiting (merge request)

migrate: Add -verbose flag to sql-migrate (merge request)

Added json output for gitaly-backup by @imskr (merge request)

limithandler: enable max queue wait time (merge request)

limithandler: add concurrency queue limit (merge request)

proto: Add detailed errors when updating references fails (merge request)

feat: Detect SSH signed objects (merge request)

cmd/praefect: Check of the system clock synchronization (merge request)

Fixed (10 changes)

Propagate NotFound error returned by GetRepoPath (merge request)

coordinator: Fix error comparison causing excessive replication jobs (merge
request)

Handle CreateObjectPool as a repository creation RPC (merge request)

Makefile: Use pkg-config if available to set LIBPCREDIR (merge request)

demo: Fix deletion of Praefect Cloud SQL instance (merge request)

operations: Skip rebasing commits which become empty (merge request)

housekeeping: Fix pruning of "remote.*.prune" config key (merge request)

operations: Always respect committer timezone in UserApplyPatch (merge request)

Shorten server keepalive period to 5 minutes (merge request)

operations: Respect timezone of committer in UserApplyPatch (merge request)

Changed (14 changes)

Update actionpack and related Ruby gems (merge request)

ci: Upgrade CI images to Debian bullseye (merge request)

repository: Clean up worktrees in OptimizeRepository (merge request)

repository: Use heuristic to pack refs in OptimizeRepository (merge request)

repository: Use heuristic to prune objects in OptimizeRepository (merge request)

repository: Use heuristic for incremental repacks in OptimizeRepository (merge
request)

repository: Use heuristic for full repacks in OptimizeRepository (merge request)

migrate: Print execution time of migrations (merge request)

replicator: Log number of stale jobs deleted (merge request)

fetch: Stop writing FETCH_HEAD (merge request)

config: Exclude DB metrics by default (merge request)

hooks: Don't use Ruby hooks by default (merge request)

cmd/gitaly-git2go: Upgrade to libgit2 v1.3.0 (merge request)

operations: Return detailed error when reference update fails in merge (merge
request)

Deprecated (1 change)

operations: Deprecate the rebase ID (merge request)

Performance (7 changes)

git: Backport patches to speed up git-fetch(1) in repos with many refs (merge
request)

datastore: Clean completed & dead replication jobs (merge request)

repository: Avoid spawning Git command if there is no worktree to prune (merge
request)

localrepo: Use protocol v2 for internal fetches (merge request)

repository: Use skipping negotiation algorithm for replication (merge request)

housekeeping: Strip empty config sections (merge request)

Expand flat paths only for the returned page in GetTreeEntries (merge request)

Other (2 changes)

chore: Add ssh signature test case (merge request)

client: Expose sidechannel server methods (merge request)
commit hash: c5be8a862afc21ac9de0fbf5bcb22016790d1004 commit hash: c5be8a862afc21ac9de0fbf5bcb22016790d1004 commit hash: c5be8a862afc21ac9de0fbf5bcb22016790d1004 commit hash: c5be8a862afc21ac9de0fbf5bcb22016790d1004 c5be8a8
Tuesday, 15 Feb 2022
15:32 Matthias Fechner (mfechner) search for other commits by this committer
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
    Geo: Fix reverify object stored files
    Update PG runtime conf before restarting
    Ensure EE services are added when gitlab-ee::config recipe is included

GitLab Community Edition and Enterprise Edition

    Properly exclude pending_destruction packages when creating one
    Update Import/Export ObjectBuilder for merge requests
    Fix Geo checksummable check failing when file is nil
    Update GitHub PRs Importer to force update repository
    Update Mattermost to 6.2.2 (GitLab 14.7)
    Specify fetch_workers config option to omnibus
    Update Omnibus to v8.2.1.7
commit hash: 756202cc7b0e4dfc66f41e756eed9f3a38aec168 commit hash: 756202cc7b0e4dfc66f41e756eed9f3a38aec168 commit hash: 756202cc7b0e4dfc66f41e756eed9f3a38aec168 commit hash: 756202cc7b0e4dfc66f41e756eed9f3a38aec168 756202c
Saturday, 5 Feb 2022
07:55 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: security update to 14.7.1

Changelog:
https://about.gitlab.com/releases/2022/02/03/security-release-gitlab-14-7-1-released/

Security:	3507bfb3-85d5-11ec-8c9c-001b217b3468
commit hash: 1737af6ba4a31776bbdd4b896585b50ee3457679 commit hash: 1737af6ba4a31776bbdd4b896585b50ee3457679 commit hash: 1737af6ba4a31776bbdd4b896585b50ee3457679 commit hash: 1737af6ba4a31776bbdd4b896585b50ee3457679 1737af6
Wednesday, 26 Jan 2022
10:42 Matthias Fechner (mfechner) search for other commits by this committer
devel/gitaly: update to 14.7.0

Required for gitlab-ce 14.7.
commit hash: 54b34c40220d4941e267f3702691e42d859d2d44 commit hash: 54b34c40220d4941e267f3702691e42d859d2d44 commit hash: 54b34c40220d4941e267f3702691e42d859d2d44 commit hash: 54b34c40220d4941e267f3702691e42d859d2d44 54b34c4
Friday, 21 Jan 2022
14:00 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: bugfix update to 14.6.3

Changelog:
https://about.gitlab.com/releases/2022/01/17/gitlab-14-6-3-released/
commit hash: f54e59f3051a7ee6d0a2f9f814f591b38d988642 commit hash: f54e59f3051a7ee6d0a2f9f814f591b38d988642 commit hash: f54e59f3051a7ee6d0a2f9f814f591b38d988642 commit hash: f54e59f3051a7ee6d0a2f9f814f591b38d988642 f54e59f
Thursday, 13 Jan 2022
11:46 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: security update to 14.6.2

Changelog:
https://about.gitlab.com/releases/2022/01/04/gitlab-14-6-1-released/
https://about.gitlab.com/releases/2022/01/11/security-release-gitlab-14-6-2-released/

MFH:		2022Q1
Security:	43f84437-73ab-11ec-a587-001b217b3468
commit hash: 07951f933a207f50c0e8553932abb0ef8c39165e commit hash: 07951f933a207f50c0e8553932abb0ef8c39165e commit hash: 07951f933a207f50c0e8553932abb0ef8c39165e commit hash: 07951f933a207f50c0e8553932abb0ef8c39165e 07951f9
Tuesday, 11 Jan 2022
18:47 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/gitaly: Fix build with rubygem-activesupport61 6.1.4.4 update

- Fix version requirement of RUN_DEPENDS

from ruby/Gemfile:
gem 'activesupport', '~> 6.1.4.1'

Reference:	https://gitlab.com/gitlab-org/gitaly/-/blob/v14.6.0/ruby/Gemfile#L6
commit hash: 2e5663c777236877cffdd3f93a43c66944782db7 commit hash: 2e5663c777236877cffdd3f93a43c66944782db7 commit hash: 2e5663c777236877cffdd3f93a43c66944782db7 commit hash: 2e5663c777236877cffdd3f93a43c66944782db7 2e5663c
Wednesday, 22 Dec 2021
17:04 Matthias Fechner (mfechner) search for other commits by this committer
devel/gitaly: update to 14.6.0

Required for gitlab-ce 14.6.
commit hash: 1cd6234cdf5411d1632f200b50c156e7bf1ce52a commit hash: 1cd6234cdf5411d1632f200b50c156e7bf1ce52a commit hash: 1cd6234cdf5411d1632f200b50c156e7bf1ce52a commit hash: 1cd6234cdf5411d1632f200b50c156e7bf1ce52a 1cd6234
Tuesday, 7 Dec 2021
08:05 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: security update to 14.5.2

Changelog:
https://about.gitlab.com/releases/2021/12/06/security-release-gitlab-14-5-2-released/

Security:	b299417a-5725-11ec-a587-001b217b3468
commit hash: 4ee40604ccb992c872c28f6b372dc93439f10bc6 commit hash: 4ee40604ccb992c872c28f6b372dc93439f10bc6 commit hash: 4ee40604ccb992c872c28f6b372dc93439f10bc6 commit hash: 4ee40604ccb992c872c28f6b372dc93439f10bc6 4ee4060
Saturday, 4 Dec 2021
12:07 Matthias Fechner (mfechner) search for other commits by this committer
devel/gitaly: update to 14.5.1

Required for gitlab 14.5
commit hash: e3fe869ce50b2d41e6f03f8c202587f6f22f2d52 commit hash: e3fe869ce50b2d41e6f03f8c202587f6f22f2d52 commit hash: e3fe869ce50b2d41e6f03f8c202587f6f22f2d52 commit hash: e3fe869ce50b2d41e6f03f8c202587f6f22f2d52 e3fe869
Monday, 22 Nov 2021
15:17 Matthias Fechner (mfechner) search for other commits by this committer
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
commit hash: 0bbacd67dc435bd595e7ef204fb002e2ee2df210 commit hash: 0bbacd67dc435bd595e7ef204fb002e2ee2df210 commit hash: 0bbacd67dc435bd595e7ef204fb002e2ee2df210 commit hash: 0bbacd67dc435bd595e7ef204fb002e2ee2df210 0bbacd6
Friday, 19 Nov 2021
14:37 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: Use grpc 1.30.2

We currently see problems and gitlab suggested to use grpc 1.30.2:
https://gitlab.com/gitlab-org/gitlab/-/issues/345693#note_734676746

Newer version of grpc and google-protobuf have known bugs.

The open bug that license files cannot not be handled is tracked here:
https://gitlab.com/gitlab-org/gitlab/-/issues/345693
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259848
commit hash: 0aac4480b2555d806f449b77e755cf7cfd616707 commit hash: 0aac4480b2555d806f449b77e755cf7cfd616707 commit hash: 0aac4480b2555d806f449b77e755cf7cfd616707 commit hash: 0aac4480b2555d806f449b77e755cf7cfd616707 0aac448
Tuesday, 16 Nov 2021
11:49 Matthias Fechner (mfechner) search for other commits by this committer
devel/gitaly: include patch

It seems that gitlab generate the patch on request on file size is different
for fetches.
commit hash: 2e564d3196df8c0c041c7f5054546b4189142653 commit hash: 2e564d3196df8c0c041c7f5054546b4189142653 commit hash: 2e564d3196df8c0c041c7f5054546b4189142653 commit hash: 2e564d3196df8c0c041c7f5054546b4189142653 2e564d3
Saturday, 13 Nov 2021
14:44 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: upgrade to 14.4.2

Changelog:
https://about.gitlab.com/releases/2021/11/08/gitlab-14-4-2-released/
commit hash: 73b8be01a1957162d7635f299842c8bd29b691ca commit hash: 73b8be01a1957162d7635f299842c8bd29b691ca commit hash: 73b8be01a1957162d7635f299842c8bd29b691ca commit hash: 73b8be01a1957162d7635f299842c8bd29b691ca 73b8be0
14:44 Matthias Fechner (mfechner) search for other commits by this committer
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
commit hash: eca633b7381c632c8829d69f4ee83649c55c4b33 commit hash: eca633b7381c632c8829d69f4ee83649c55c4b33 commit hash: eca633b7381c632c8829d69f4ee83649c55c4b33 commit hash: eca633b7381c632c8829d69f4ee83649c55c4b33 eca633b
Wednesday, 27 Oct 2021
06:20 Matthias Fechner (mfechner) search for other commits by this committer
devel/gitaly: Update to 14.4.0

Is required for gitlab-ce 14.4.0.
commit hash: bebf78bb80770e9e7bb34803ccf6d42235027adf commit hash: bebf78bb80770e9e7bb34803ccf6d42235027adf commit hash: bebf78bb80770e9e7bb34803ccf6d42235027adf commit hash: bebf78bb80770e9e7bb34803ccf6d42235027adf bebf78b
06:20 Matthias Fechner (mfechner) search for other commits by this committer
*/*: Revert "*/*: Make rails 6.1.3 available"

This reverts commit f4511dc4a7c439b30c898b75246d314a574f01cb.
Add MOVED entries.
These ports are not required anymore as gitlab 14.4.0 has upgrade
now to rails 6.1.4.1.
commit hash: 4a7e890e91522896eb83f1c2f278ce0414175333 commit hash: 4a7e890e91522896eb83f1c2f278ce0414175333 commit hash: 4a7e890e91522896eb83f1c2f278ce0414175333 commit hash: 4a7e890e91522896eb83f1c2f278ce0414175333 4a7e890
Tuesday, 5 Oct 2021
07:40 Matthias Fechner (mfechner) search for other commits by this committer
*/*: Make rails 6.1.3 available

The upgrade of rails to 6.1.4 broke www/gitlab-ce.
PR:		258855
commit hash: f4511dc4a7c439b30c898b75246d314a574f01cb commit hash: f4511dc4a7c439b30c898b75246d314a574f01cb commit hash: f4511dc4a7c439b30c898b75246d314a574f01cb commit hash: f4511dc4a7c439b30c898b75246d314a574f01cb f4511dc
07:40 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: Revert unapproved modification that broke gitlab
commit hash: 7dcb3ca59065e8f1c74bbed2f64f3bc8100bbc18 commit hash: 7dcb3ca59065e8f1c74bbed2f64f3bc8100bbc18 commit hash: 7dcb3ca59065e8f1c74bbed2f64f3bc8100bbc18 commit hash: 7dcb3ca59065e8f1c74bbed2f64f3bc8100bbc18 7dcb3ca5
Saturday, 2 Oct 2021
07:49 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: Bugfix update 14.3.2

Changelog:
https://about.gitlab.com/releases/2021/10/01/gitlab-14-3-2-released/
commit hash: c7a5935b859e0598f4b9ebcc08a5fcb0eebfc4c6 commit hash: c7a5935b859e0598f4b9ebcc08a5fcb0eebfc4c6 commit hash: c7a5935b859e0598f4b9ebcc08a5fcb0eebfc4c6 commit hash: c7a5935b859e0598f4b9ebcc08a5fcb0eebfc4c6 c7a5935
Friday, 1 Oct 2021
14:53 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: Security update to 14.3.1

Changelog:
https://about.gitlab.com/releases/2021/09/30/security-release-gitlab-14-3-1-released/

Security:	1bdd4db6-2223-11ec-91be-001b217b3468
commit hash: 96e60ab5270da77331e623d6e25635301b101aeb commit hash: 96e60ab5270da77331e623d6e25635301b101aeb commit hash: 96e60ab5270da77331e623d6e25635301b101aeb commit hash: 96e60ab5270da77331e623d6e25635301b101aeb 96e60ab
Wednesday, 29 Sep 2021
19:31 Bernhard Froehlich (decke) search for other commits by this committer
devel/gitaly: Fix CPE information

Approved by:	portmgr (blanket)
commit hash: 345734b82815305bad860029d315c7a109c734e0 commit hash: 345734b82815305bad860029d315c7a109c734e0 commit hash: 345734b82815305bad860029d315c7a109c734e0 commit hash: 345734b82815305bad860029d315c7a109c734e0 345734b
Monday, 27 Sep 2021
15:56 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/gitaly: Fix Gemfile for rubygem-activesupport61 6.1.4.1 update

- Bump PORTREVISION for package change
commit hash: f256db7c994a5a0bf6ca28a901c1d2852211a81b commit hash: f256db7c994a5a0bf6ca28a901c1d2852211a81b commit hash: f256db7c994a5a0bf6ca28a901c1d2852211a81b commit hash: f256db7c994a5a0bf6ca28a901c1d2852211a81b f256db7
Thursday, 23 Sep 2021
19:42 Matthias Fechner (mfechner) search for other commits by this committer
devel/gitaly: Update to 14.3.0

Required for gitlab-ce 14.3.
commit hash: 2ddc1148493845364bd66087026afa850046df8c commit hash: 2ddc1148493845364bd66087026afa850046df8c commit hash: 2ddc1148493845364bd66087026afa850046df8c commit hash: 2ddc1148493845364bd66087026afa850046df8c 2ddc114
Tuesday, 21 Sep 2021
03:47 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/gitaly: Change RUN_DEPENDS from rubygem-google-protobuf to
rubygem-google-protobuf317

- Bump PORTREVISION for dependency change
commit hash: eefbf7cfbdc9e7e022b135201682ae24d2889cb5 commit hash: eefbf7cfbdc9e7e022b135201682ae24d2889cb5 commit hash: eefbf7cfbdc9e7e022b135201682ae24d2889cb5 commit hash: eefbf7cfbdc9e7e022b135201682ae24d2889cb5 eefbf7c
Tuesday, 31 Aug 2021
21:20 Matthias Fechner (mfechner) search for other commits by this committer
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
commit hash: 4edd9ea5d5ced64dbefab85fab25db83f914968f commit hash: 4edd9ea5d5ced64dbefab85fab25db83f914968f commit hash: 4edd9ea5d5ced64dbefab85fab25db83f914968f commit hash: 4edd9ea5d5ced64dbefab85fab25db83f914968f 4edd9ea
09:54 Matthias Fechner (mfechner) search for other commits by this committer
devel/gitaly: Update to 14.2.1

Required for gitlab-ce 14.2.
commit hash: 422f21b3fbf63cb6466507341f560a678f250918 commit hash: 422f21b3fbf63cb6466507341f560a678f250918 commit hash: 422f21b3fbf63cb6466507341f560a678f250918 commit hash: 422f21b3fbf63cb6466507341f560a678f250918 422f21b
Wednesday, 4 Aug 2021
08:29 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: Security update to 14.1.2

Changelog:
https://about.gitlab.com/releases/2021/08/03/security-release-gitlab-14-1-2-released/

Security:	1d651770-f4f5-11eb-ba49-001b217b3468
commit hash: ad51d83d0c1f79bf52e0ab4319022fbf367ecba2 commit hash: ad51d83d0c1f79bf52e0ab4319022fbf367ecba2 commit hash: ad51d83d0c1f79bf52e0ab4319022fbf367ecba2 commit hash: ad51d83d0c1f79bf52e0ab4319022fbf367ecba2 ad51d83
Saturday, 31 Jul 2021
14:19 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: Bugfix update to 14.1.1

Changelog:
https://about.gitlab.com/releases/2021/07/28/gitlab-14-1-1-released/
commit hash: 7dac4c3477587656ddf7ab292927ab36c0f26b7f commit hash: 7dac4c3477587656ddf7ab292927ab36c0f26b7f commit hash: 7dac4c3477587656ddf7ab292927ab36c0f26b7f commit hash: 7dac4c3477587656ddf7ab292927ab36c0f26b7f 7dac4c3
Saturday, 24 Jul 2021
07:08 Matthias Fechner (mfechner) search for other commits by this committer
devel/gitaly: Udpate to 14.1.0

Required for gitlab 14.1.
commit hash: 2f2022c478764731a1395596b1d3cae11b0335d5 commit hash: 2f2022c478764731a1395596b1d3cae11b0335d5 commit hash: 2f2022c478764731a1395596b1d3cae11b0335d5 commit hash: 2f2022c478764731a1395596b1d3cae11b0335d5 2f2022c
Monday, 19 Jul 2021
15:41 Matthias Fechner (mfechner) search for other commits by this committer
devel/gitaly: Autogenerate PLIST
commit hash: 22f67ec34b90a7486ee7fa7d079d71fa173c23bd commit hash: 22f67ec34b90a7486ee7fa7d079d71fa173c23bd commit hash: 22f67ec34b90a7486ee7fa7d079d71fa173c23bd commit hash: 22f67ec34b90a7486ee7fa7d079d71fa173c23bd 22f67ec
Saturday, 10 Jul 2021
08:09 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: Bugfix update to 14.0.5

Changelog:
https://about.gitlab.com/releases/2021/07/08/gitlab-14-0-5-released/
MFH:		2021Q3
commit hash: 5f4b94a21377a8e580cebf0e9f6a92e183dc4c55 commit hash: 5f4b94a21377a8e580cebf0e9f6a92e183dc4c55 commit hash: 5f4b94a21377a8e580cebf0e9f6a92e183dc4c55 commit hash: 5f4b94a21377a8e580cebf0e9f6a92e183dc4c55 5f4b94a
Thursday, 8 Jul 2021
06:49 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: Security update to 14.0.4

Changelog:
https://about.gitlab.com/releases/2021/07/07/critical-security-release-gitlab-14-0-4-released/

Security:	01974420-dfaf-11eb-ba49-001b217b3468
commit hash: 8d5ba0cec7367f31aeb9eb25dd8804536b0c1c8e commit hash: 8d5ba0cec7367f31aeb9eb25dd8804536b0c1c8e commit hash: 8d5ba0cec7367f31aeb9eb25dd8804536b0c1c8e commit hash: 8d5ba0cec7367f31aeb9eb25dd8804536b0c1c8e 8d5ba0c
Saturday, 3 Jul 2021
06:03 Matthias Fechner (mfechner) search for other commits by this committer
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
commit hash: a0e1c4944ab9197944fe505c000d52bf7a644067 commit hash: a0e1c4944ab9197944fe505c000d52bf7a644067 commit hash: a0e1c4944ab9197944fe505c000d52bf7a644067 commit hash: a0e1c4944ab9197944fe505c000d52bf7a644067 a0e1c49
06:03 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: Patch update to 14.0.1.

Changelog:
https://about.gitlab.com/releases/2021/06/24/gitlab-14-0-1-released/
commit hash: e98b6d8455a815d1bd6099e58a727b1cc24ee083 commit hash: e98b6d8455a815d1bd6099e58a727b1cc24ee083 commit hash: e98b6d8455a815d1bd6099e58a727b1cc24ee083 commit hash: e98b6d8455a815d1bd6099e58a727b1cc24ee083 e98b6d84
06:03 Matthias Fechner (mfechner) search for other commits by this committer
devel/gitaly: Update to 14.0.0.

Required for gitlab-ce 14.0.0.
commit hash: 6ff0c4449f9581f7a294c907acf47d0b5a0e7a62 commit hash: 6ff0c4449f9581f7a294c907acf47d0b5a0e7a62 commit hash: 6ff0c4449f9581f7a294c907acf47d0b5a0e7a62 commit hash: 6ff0c4449f9581f7a294c907acf47d0b5a0e7a62 6ff0c444
Tuesday, 1 Jun 2021
22:37 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: Security related update to 13.12.2.

Changelog:
https://about.gitlab.com/releases/2021/06/01/security-release-gitlab-13-12-2-released/
commit hash: 5b56d04e28e5561d6e694f6c3cc7ec269dbb7b1c commit hash: 5b56d04e28e5561d6e694f6c3cc7ec269dbb7b1c commit hash: 5b56d04e28e5561d6e694f6c3cc7ec269dbb7b1c commit hash: 5b56d04e28e5561d6e694f6c3cc7ec269dbb7b1c 5b56d04
Saturday, 29 May 2021
16:23 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: Update to 13.12.1.

Changelog:
https://about.gitlab.com/releases/2021/05/25/gitlab-13-12-1-released/
commit hash: c23015d41328121309efe741d70bdf0e653d08d1 commit hash: c23015d41328121309efe741d70bdf0e653d08d1 commit hash: c23015d41328121309efe741d70bdf0e653d08d1 commit hash: c23015d41328121309efe741d70bdf0e653d08d1 c23015d
16:23 Matthias Fechner (mfechner) search for other commits by this committer
devel/gitaly: Update to 13.12.0.

Required for gitlab-ce 13.12.
commit hash: 8eb73b9fc99fa8e67b569a09c6a7ff4ebb0fe263 commit hash: 8eb73b9fc99fa8e67b569a09c6a7ff4ebb0fe263 commit hash: 8eb73b9fc99fa8e67b569a09c6a7ff4ebb0fe263 commit hash: 8eb73b9fc99fa8e67b569a09c6a7ff4ebb0fe263 8eb73b9
Monday, 17 May 2021
08:23 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: Bugfix update to 13.11.4.

Changelog:
https://about.gitlab.com/releases/2021/05/14/gitlab-13-11-4-released/
commit hash: ceb9a127250ad428c1ac3a1a01eb2e676640c77b commit hash: ceb9a127250ad428c1ac3a1a01eb2e676640c77b commit hash: ceb9a127250ad428c1ac3a1a01eb2e676640c77b commit hash: ceb9a127250ad428c1ac3a1a01eb2e676640c77b ceb9a12
Thursday, 6 May 2021
21:37 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: Bugfixupdate to 13.11.3

Changelog:
https://about.gitlab.com/releases/2021/04/30/gitlab-13-11-3-released/
commit hash: 04902cce7c5461e5071017126c3ef17994d85050 commit hash: 04902cce7c5461e5071017126c3ef17994d85050 commit hash: 04902cce7c5461e5071017126c3ef17994d85050 commit hash: 04902cce7c5461e5071017126c3ef17994d85050 04902cc
Wednesday, 28 Apr 2021
21:57 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: Security update to 13.11.2.

Changelog:
https://about.gitlab.com/releases/2021/04/28/security-release-gitlab-13-11-2-released/

Security:	518a119c-a864-11eb-8ddb-001b217b3468
commit hash: a90f2f815473dea018ab5a9e4a1235b5c34936cb commit hash: a90f2f815473dea018ab5a9e4a1235b5c34936cb commit hash: a90f2f815473dea018ab5a9e4a1235b5c34936cb commit hash: a90f2f815473dea018ab5a9e4a1235b5c34936cb a90f2f8
Friday, 23 Apr 2021
19:06 Matthias Fechner (mfechner) search for other commits by this committer
devel/gitaly: Update to 13.11.1.

This update is required for gitlab-ce 13.11 upgrade.
commit hash: a39d3cd20cde6d947125e8db641c73dd0a554f49 commit hash: a39d3cd20cde6d947125e8db641c73dd0a554f49 commit hash: a39d3cd20cde6d947125e8db641c73dd0a554f49 commit hash: a39d3cd20cde6d947125e8db641c73dd0a554f49 a39d3cd
Sunday, 18 Apr 2021
21:41 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: Security update to 13.10.3.

Changelog:
https://about.gitlab.com/releases/2021/04/14/security-release-gitlab-13-10-3-released/
commit hash: 77d6936ce6b750acc1503f712be7e507b90b5f47 commit hash: 77d6936ce6b750acc1503f712be7e507b90b5f47 commit hash: 77d6936ce6b750acc1503f712be7e507b90b5f47 commit hash: 77d6936ce6b750acc1503f712be7e507b90b5f47 77d6936
Saturday, 10 Apr 2021
06:32 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: bugfix update to 13.10.2.

Changelog:
https://about.gitlab.com/releases/2021/04/01/gitlab-13-10-2-released/

MFH:		2021Q2
commit hash: bac76e3032045008b963d972884a3e1390ebc669 commit hash: bac76e3032045008b963d972884a3e1390ebc669 commit hash: bac76e3032045008b963d972884a3e1390ebc669 commit hash: bac76e3032045008b963d972884a3e1390ebc669 bac76e3
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
09:43 Matthias Fechner (mfechner) search for other commits by this committer
Removed svn keywords again.
They went in by accident while merging older commits.
Reported by:	jbeich
commit hash: 1b802f473e9f400cbfcc0b897a1771cc02cd70f9 commit hash: 1b802f473e9f400cbfcc0b897a1771cc02cd70f9 commit hash: 1b802f473e9f400cbfcc0b897a1771cc02cd70f9 commit hash: 1b802f473e9f400cbfcc0b897a1771cc02cd70f9 1b802f4
07:51 Matthias Fechner (mfechner) search for other commits by this committer
Update to 13.10.1 which is required for gitlab-ce 13.10.
commit hash: 4376e187f101ba09810e3d3b9c7b6beef1bc3efc commit hash: 4376e187f101ba09810e3d3b9c7b6beef1bc3efc commit hash: 4376e187f101ba09810e3d3b9c7b6beef1bc3efc commit hash: 4376e187f101ba09810e3d3b9c7b6beef1bc3efc 4376e18
07:51 Matthias Fechner (mfechner) search for other commits by this committer
Update libgit2 to 1.1.0.
This update is also required for www/gitlab-ce 13.10 upgrade.

Changelog:
https://github.com/libgit2/libgit2/releases/tag/v1.1.0

PR:		252098
commit hash: e7d94d42f82e4e7dd3da20b59d0174d7e0c33a71 commit hash: e7d94d42f82e4e7dd3da20b59d0174d7e0c33a71 commit hash: e7d94d42f82e4e7dd3da20b59d0174d7e0c33a71 commit hash: e7d94d42f82e4e7dd3da20b59d0174d7e0c33a71 e7d94d4
Thursday, 18 Mar 2021
16:32 mfechner search for other commits by this committer
Security update to 13.9.4.
Changelog:
https://about.gitlab.com/releases/2021/03/17/security-release-gitlab-13-9-4-released/

Security:	50e59056-87f2-11eb-b6a2-001b217b3468
Original commitRevision:568749 
Saturday, 13 Mar 2021
08:59 mfechner search for other commits by this committer
Bugfix update to 13.9.3.
Changelog:
https://about.gitlab.com/releases/2021/03/08/gitlab-13-9-3-released/

This commit also includes the script to generate the pkg-plist so we have in one
place.
Original commitRevision:568237 
Monday, 8 Mar 2021
11:18 mfechner search for other commits by this committer
Make sure we use google-protobug version that does not segfault.

Is also reported upstream:
https://gitlab.com/gitlab-org/gitaly/-/merge_requests/3233
Original commitRevision:567835 
Sunday, 7 Mar 2021
22:56 sunpoet search for other commits by this committer
Change RUN_DEPENDS from rubygem-google-protobuf to rubygem-google-protobuf314

- Bump PORTREVISION for dependency change
Original commitRevision:567793 
Saturday, 6 Mar 2021
10:08 mfechner search for other commits by this committer
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
Original commitRevision:567475 
Wednesday, 3 Mar 2021
09:26 mfechner search for other commits by this committer
Update to 13.9.1 which is required for gitlab-ce upgrade.
Original commitRevision:567035 
Friday, 12 Feb 2021
14:34 mfechner search for other commits by this committer
Security update to 13.8.4.
Changelog:
https://about.gitlab.com/releases/2021/02/11/security-release-gitlab-13-8-4-released/

Security:	1020d401-6d2d-11eb-ab0b-001b217b3468
Original commitRevision:565021 
Saturday, 6 Feb 2021
08:39 mfechner search for other commits by this committer
Bugfix update to 13.8.3.
Changelog:
https://about.gitlab.com/releases/2021/02/05/gitlab-13-8-3-released/
Original commitRevision:564206 
08:08 mfechner search for other commits by this committer
Security upgrade to 13.8.2.
Changelog:
https://about.gitlab.com/releases/2021/02/01/security-release-gitlab-13-8-2-released/

Security:	66d1c277-652a-11eb-bb3f-001b217b3468
Original commitRevision:564200 
01:22 sunpoet search for other commits by this committer
Fix grpc issue in gitlab-ce

- While I'm here, use = instead of ?= because gitlab-ce does not have slave port
- Bump PORTREVISION for dependency change

gitlab-ce has some runtime issue with grpc versions, especially upb stuff.
Move all gitlab-ce dependencies to specific grpc/rubygem-grpc versions in order
to keep gitlab-ce port more robust.

The changes are as follows:
- Add devel/grpc134 (copied from devel/grpc)
- Add net/rubygem-grpc130 (copied from net/rubygem-grpc)
- Move gitlab-ce and its dependencies to grpc134 and rubygem-grpc130

Differential Revision:	https://reviews.freebsd.org/D28491
Submitted by:	sunpoet (myself)
Approved by:	mfechner
Tested by:	mfechner
Original commitRevision:564168 
Wednesday, 27 Jan 2021
13:41 mfechner search for other commits by this committer
Bugfix update to gitlab-ce 13.8.1.
Changelog:
https://about.gitlab.com/releases/2021/01/26/gitlab-13-8-1-released/
Original commitRevision:563074 
12:34 mfechner search for other commits by this committer
Update to 13.8.0 which is required for gitlab-ce 13.8.
Original commitRevision:563050 
Thursday, 14 Jan 2021
12:06 mfechner search for other commits by this committer
Security update to 13.7.4.
Changelog:
https://about.gitlab.com/releases/2021/01/14/critical-security-release-gitlab-13-7-4-released/

Security:	0a8ebf4a-5660-11eb-b4e2-001b217b3468
Original commitRevision:561552 
Saturday, 9 Jan 2021
20:32 mfechner search for other commits by this committer
Security update to 13.7.2:
https://about.gitlab.com/releases/2021/01/07/security-release-gitlab-13-7-2-released/
Bugfix update to 13.7.3:
https://about.gitlab.com/releases/2021/01/08/gitlab-13-7-3-released/

Security:	a2a2b34d-52b4-11eb-87cb-001b217b3468
Original commitRevision:560890 
Sunday, 27 Dec 2020
13:52 mfechner search for other commits by this committer
Bugfix update to 13.7.1.
Changelog:
https://about.gitlab.com/releases/2020/12/23/gitlab-13-7-1-released/

This release also fixes a problem with an upgrade related to rubygem-rdoc.
Original commitRevision:559360 
Tuesday, 22 Dec 2020
16:34 mfechner search for other commits by this committer
Update to 13.7.0 which is required fpr gitlab 13.7.
Original commitRevision:558916 
Saturday, 12 Dec 2020
08:35 mfechner search for other commits by this committer
Bugfix update to gitlab-ce 13.6.3.
Changelog:
https://about.gitlab.com/releases/2020/12/10/gitlab-13-6-3-released/
Original commitRevision:557804 
Thursday, 10 Dec 2020
17:39 mfechner search for other commits by this committer
Security update to 13.6.2.
Changelog:
https://about.gitlab.com/releases/2020/12/07/security-release-gitlab-13-6-2-released/

Security:	5d5e5cda-38e6-11eb-bbbf-001b217b3468
Original commitRevision:557448 
Saturday, 28 Nov 2020
17:41 mfechner search for other commits by this committer
Bugfix update to gitlab 13.6.1.

Changelog:
https://about.gitlab.com/releases/2020/11/23/gitlab-13-6-1-released/
Original commitRevision:556516 
14:58 mfechner search for other commits by this committer
Update to 13.6.0 which is required for gitlab-ce 13.6.
Original commitRevision:556496 
Wednesday, 18 Nov 2020
20:26 mfechner search for other commits by this committer
Bugfix release to 13.5.4.
Changelog:
https://about.gitlab.com/releases/2020/11/13/gitlab-13-5-4-released/
Original commitRevision:555664 
Tuesday, 10 Nov 2020
11:56 mfechner search for other commits by this committer
Bugfix update for www/gitlab-ce to 13.5.3.
Changelog:
https://about.gitlab.com/releases/2020/11/03/gitlab-13-5-3-released/
Original commitRevision:554831 
Tuesday, 3 Nov 2020
07:54 mfechner search for other commits by this committer
Security update of www/gitlab-ce to version 13.5.2.
Changelog:
https://about.gitlab.com/releases/2020/11/02/security-release-gitlab-13-5-2-released/

Security:	174e466b-1d48-11eb-bd0f-001b217b3468
Original commitRevision:553953 
Friday, 23 Oct 2020
06:08 mfechner search for other commits by this committer
www/gitlab-ce: bugfix update to 13.5.1.
Changelog:
https://about.gitlab.com/releases/2020/10/22/gitlab-13-5-1-released/
Original commitRevision:553086 
04:45 mfechner search for other commits by this committer
Upgrade to 13.5.0 which is required fAOEr gitlab-ce 13.5.
Original commitRevision:553069 
Friday, 16 Oct 2020
15:51 mfechner search for other commits by this committer
Bugfix update of www/gitlab-ce to 13.4.4.
Changelog:
https://about.gitlab.com/releases/2020/10/15/gitlab-13-4-4-released/
Original commitRevision:552516 
Friday, 9 Oct 2020
07:52 mfechner search for other commits by this committer
Bugfix update of www/gitlab-ce to 13.4.3.
Original commitRevision:551751 
Tuesday, 6 Oct 2020
06:29 mfechner search for other commits by this committer
Update location for depedency codahale:hdrhistogram.
The source was moved from:
https://github.com/codahale/hdrhistogram
to
https://github.com/HdrHistogram/hdrhistogram-go

PR:		250140
Reported by:	hakan@siktas.com
Original commitRevision:551560 
Friday, 2 Oct 2020
13:51 mfechner search for other commits by this committer
Security update to 13.4.2.
Changelog:
https://about.gitlab.com/releases/2020/10/01/security-release-13-4-2-release/

MFH:		2020Q4
Security:	a3495e61-047f-11eb-86ea-001b217b3468
Original commitRevision:551209 
Saturday, 26 Sep 2020
10:00 mfechner search for other commits by this committer
www/gitlab-ce: Bugfix upgrade to 13.4.1.
Changelog:
https://about.gitlab.com/releases/2020/09/24/gitlab-13-4-1-released/
Original commitRevision:550152 
07:25 mfechner search for other commits by this committer
Update to gitaly 13.4 which is required for gitlab-ce 13.4.
This commit also includes the MR to be able to compile against to standard
libgit2 port:
https://gitlab.com/gitlab-org/gitaly/-/merge_requests/2600
Original commitRevision:550112 
Wednesday, 16 Sep 2020
10:23 mfechner search for other commits by this committer
Bugfix update to 13.3.6.
Changelog:
https://about.gitlab.com/releases/2020/09/14/gitlab-13-3-6-released/
Original commitRevision:548776 
Friday, 4 Sep 2020
18:28 mfechner search for other commits by this committer
Bugfix update to 13.3.5.
Changelog:
https://about.gitlab.com/releases/2020/09/04/gitlab-13-3-5-released/
Original commitRevision:547562 
Thursday, 3 Sep 2020
13:07 mfechner search for other commits by this committer
Security update to 13.3.4.
This upgrade includes what was missing in 13.3.3 and fixes now all open
vulnerabilities.
Changelog:
https://about.gitlab.com/releases/2020/09/02/security-release-gitlab-13-3-3-released/

Security:	1fb13175-ed52-11ea-8b93-001b217b3468
Original commitRevision:547443 
Wednesday, 2 Sep 2020
20:18 mfechner search for other commits by this committer
Security update to 13.3.3.
This security update does not fix all problems, we have to wait here for 13.3.4.
Changelog:
https://about.gitlab.com/releases/2020/09/02/security-release-gitlab-13-3-3-released/

Security:	1fb13175-ed52-11ea-8b93-001b217b3468
Original commitRevision:547388 
Friday, 28 Aug 2020
20:09 mfechner search for other commits by this committer
Bugfix update to 13.3.2.
Changelog:
https://about.gitlab.com/releases/2020/08/25/gitlab-13-3-1-released/
https://about.gitlab.com/releases/2020/08/28/gitlab-13-3-2-released/
Original commitRevision:546816 
Tuesday, 25 Aug 2020
13:01 mfechner search for other commits by this committer
Upgrade to 13.3.0 which is required for gitlab 13.3.
Original commitRevision:546168 
Sunday, 9 Aug 2020
07:26 mfechner search for other commits by this committer
Update to 13.2.3.
This release fixes some security issues, but not all:
https://about.gitlab.com/releases/2020/08/05/gitlab-13-2-3-released/

I opened an issue upstream for this problem:
https://gitlab.com/gitlab-org/gitlab/-/issues/233881

Maybe the vulnerability entry a003b74f-d7b3-11ea-9df1-001b217b3468
has to be updated accordingly.

Security:	a003b74f-d7b3-11ea-9df1-001b217b3468
Original commitRevision:544546 
Sunday, 2 Aug 2020
07:06 mfechner search for other commits by this committer
Bugfix update of www/gitlab-ce to 13.2.2.
Changelog:
https://about.gitlab.com/releases/2020/07/30/gitlab-13-2-2-released/
Original commitRevision:543930 
Saturday, 25 Jul 2020
12:01 mfechner search for other commits by this committer
Bugfix update of www/gitlab-ce to 12.3.1.
Changelog:
https://about.gitlab.com/releases/2020/07/24/gitlab-13-2-1-released/
Original commitRevision:543412 
Friday, 24 Jul 2020
09:10 mfechner search for other commits by this committer
Update to 13.2.0 which is required for gitlab-ce 13.2.
Original commitRevision:543223 
Friday, 10 Jul 2020
06:20 mfechner search for other commits by this committer
Bugfix update to 13.1.4.
Changelog:
https://about.gitlab.com/releases/2020/07/09/gitlab-13-1-4-released/
Original commitRevision:541843 
Tuesday, 7 Jul 2020
10:34 mfechner search for other commits by this committer
Security update to 13.1.3.
Changelog:
https://about.gitlab.com/releases/2020/07/06/critical-security-release-gitlab-13-1-3-released/

MFH:		2020Q3
Security:	f7a97d43-c039-11ea-a051-001b217b3468
Original commitRevision:541403 

Number of commits found: 284 (showing only 100 on this page)

«  1 | 2 | 3  »