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.

Port details
gitaly Smart reverse proxy for GitLab
16.11.1 devel on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 16.11.1Version of this port present on the latest quarterly branch.
Maintainer: mfechner@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2017-08-14 15:48:04
Last Update: 2024-04-26 06:05:19
Commit Hash: d20d02e6
People watching this port, also watch:: cytoscape, openjdk8, tmux, xen-kernel, python311
License: MIT
WWW:
https://gitlab.com/gitlab-org/gitaly
Description:
Gitaly is a Git RPC service for handling all the git calls made by GitLab.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/gitaly-16.11.1/catalog.mk
  2. /usr/local/share/licenses/gitaly-16.11.1/LICENSE
  3. /usr/local/share/licenses/gitaly-16.11.1/MIT
Collapse this list.
Dependency lines:
  • gitaly>0:devel/gitaly
To install the port:
cd /usr/ports/devel/gitaly/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/gitaly
  • pkg install gitaly
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: gitaly
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1713982836 SHA256 (go/devel_gitaly/gitaly-v16.11.1/go.mod) = 701cdacc7cfef68f40611c56a42b322cd4ddce5d2ad0508d51e43013adca7388 SIZE (go/devel_gitaly/gitaly-v16.11.1/go.mod) = 11024

Expand this list (2 items)

Collapse this list.

SHA256 (go/devel_gitaly/gitaly-v16.11.1/gitaly-v16.11.1.tar.bz2) = 99d565a0ba2d819ec1e3a92ccff6b559fc15b1f58513cd0f3f49ffbb01d99ed4 SIZE (go/devel_gitaly/gitaly-v16.11.1/gitaly-v16.11.1.tar.bz2) = 2607377

Collapse this list.


No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. bash>0 : shells/bash
  2. cmake : devel/cmake-core
  3. pcre2>0 : devel/pcre2
  4. http-parser>0 : www/http-parser
  5. git>=2.43.0 : devel/git
  6. gmake>=4.4.1 : devel/gmake
  7. go122 : lang/go122
  8. pkgconf>=1.3.0_1 : devel/pkgconf
Runtime dependencies:
  1. git>=2.43.0 : devel/git
Fetch dependencies:
  1. go122 : lang/go122
This port is required by:
for Build
  1. www/gitlab

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. www/gitlab-ce*
  2. Collapse this list of deleted ports.
for Run
  1. www/gitlab

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. www/gitlab-ce*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
devel_gitaly
USES:
cpe gmake go:modules,no_targets,1.22 iconv pkgconfig ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://gitlab.com/gitlab-org/gitaly/-/archive/v16.11.1/
  2. https://gitlab.com/gitlab-org/gitaly/-/raw/v16.11.1/
Collapse this list.

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

«  1 | 2 | 3  »  

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
15.1.0
25 Jun 2022 12:55:53
commit hash: c52e986cb0d3d1d86af52cb8077a5d7a793ef1f5commit hash: c52e986cb0d3d1d86af52cb8077a5d7a793ef1f5commit hash: c52e986cb0d3d1d86af52cb8077a5d7a793ef1f5commit hash: c52e986cb0d3d1d86af52cb8077a5d7a793ef1f5 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
devel/gitaly: fix build on FreeBSD 13.0

FreeBSD 13.0 seems to not have sha1sum binary, use sha1 instead.
15.1.0
24 Jun 2022 10:20:06
commit hash: 4912f10df8a49d6a0a14dd7ef8955bdf576e1659commit hash: 4912f10df8a49d6a0a14dd7ef8955bdf576e1659commit hash: 4912f10df8a49d6a0a14dd7ef8955bdf576e1659commit hash: 4912f10df8a49d6a0a14dd7ef8955bdf576e1659 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
devel/gitaly: update to 15.1.0

Required for gitlab-ce 15.1
Changelog:
https://gitlab.com/gitlab-org/gitaly/-/blob/master/CHANGELOG.md#1510-2022-06-21

15.1.0 (2022-06-21)

Added (4 changes)

operations: Return structured errors on conflict in UserMergeBranch (merge
request)

praefect: Add list-storages subcommand (merge request)

gitaly/config: Add option to ignore gitconfig files (merge request)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
15.0.3
20 Jun 2022 07:52:36
commit hash: 26745b29a8e3cb488698613e319800caf6b6580bcommit hash: 26745b29a8e3cb488698613e319800caf6b6580bcommit hash: 26745b29a8e3cb488698613e319800caf6b6580bcommit hash: 26745b29a8e3cb488698613e319800caf6b6580b files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
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
13 Jun 2022 10:05:35
commit hash: fc126a95d224088cd797118ea226fcfd37e2991ccommit hash: fc126a95d224088cd797118ea226fcfd37e2991ccommit hash: fc126a95d224088cd797118ea226fcfd37e2991ccommit hash: fc126a95d224088cd797118ea226fcfd37e2991c files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
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
07 Jun 2022 21:56:10
commit hash: 309cdeccd802bb370a42e80cc4468da17c8dab35commit hash: 309cdeccd802bb370a42e80cc4468da17c8dab35commit hash: 309cdeccd802bb370a42e80cc4468da17c8dab35commit hash: 309cdeccd802bb370a42e80cc4468da17c8dab35 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
*/*: Bump port revisons after lang/go{117,118} update
15.0.1
04 Jun 2022 20:01:12
commit hash: 3aa6129f7a492f5e2dfb9a5ca11fbe290b6a1540commit hash: 3aa6129f7a492f5e2dfb9a5ca11fbe290b6a1540commit hash: 3aa6129f7a492f5e2dfb9a5ca11fbe290b6a1540commit hash: 3aa6129f7a492f5e2dfb9a5ca11fbe290b6a1540 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
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
03 Jun 2022 23:36:51
commit hash: 6f6b3b83ebd6507058843a133c6d9d2652fb5069commit hash: 6f6b3b83ebd6507058843a133c6d9d2652fb5069commit hash: 6f6b3b83ebd6507058843a133c6d9d2652fb5069commit hash: 6f6b3b83ebd6507058843a133c6d9d2652fb5069 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/gitaly: Change RUN_DEPENDS from rubygem-faraday to rubygem-faraday1

- Bump PORTREVISION for dependency change
15.0.0
27 May 2022 17:18:31
commit hash: 055d6b1e467efe51bf72c963c9283fc377c2d330commit hash: 055d6b1e467efe51bf72c963c9283fc377c2d330commit hash: 055d6b1e467efe51bf72c963c9283fc377c2d330commit hash: 055d6b1e467efe51bf72c963c9283fc377c2d330 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
devel/gitaly: update to 15.0.0

Required for gitlab-ce 15.0.0.
Relaxe version contraints for rubygem-activesupport.
This is not tested by gitlab, but I found no problems in my tests.

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

PR:		263747
14.10.0
22 Apr 2022 08:44:06
commit hash: b64a8ac875085db30edd95b4ba6413f276a06bf3commit hash: b64a8ac875085db30edd95b4ba6413f276a06bf3commit hash: b64a8ac875085db30edd95b4ba6413f276a06bf3commit hash: b64a8ac875085db30edd95b4ba6413f276a06bf3 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
devel/gitaly: update to 14.10.0

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

14.10.0 (2022-04-21)

Added (9 changes)

Wire metadata verifier in Praefect's main (merge request)

Initial implementation of a metadata verifier (merge request)

Include rate limiter as a middleware in Gitaly (merge request)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
14.9.3_1
16 Apr 2022 04:19:49
commit hash: da92b2a12520842433e5cde16a7500c93631aa55commit hash: da92b2a12520842433e5cde16a7500c93631aa55commit hash: da92b2a12520842433e5cde16a7500c93631aa55commit hash: da92b2a12520842433e5cde16a7500c93631aa55 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/gitaly: 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
commit hash: 249d26c98100203b0115fc17e2bd9e7036b9b66ccommit hash: 249d26c98100203b0115fc17e2bd9e7036b9b66ccommit hash: 249d26c98100203b0115fc17e2bd9e7036b9b66ccommit hash: 249d26c98100203b0115fc17e2bd9e7036b9b66c files touched by this commit
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
14.9.2
04 Apr 2022 15:19:38
commit hash: f4230594947dce3a85c6fd3391ab3f9492f46872commit hash: f4230594947dce3a85c6fd3391ab3f9492f46872commit hash: f4230594947dce3a85c6fd3391ab3f9492f46872commit hash: f4230594947dce3a85c6fd3391ab3f9492f46872 files touched by this commit
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
14.9.1_1
30 Mar 2022 07:01:44
commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653 files touched by this commit
Guangyuan Yang (ygy) search for other commits by this committer
*/*: Bump PORTREVISION after lang/go 1.18 update
14.9.1
26 Mar 2022 07:44:06
commit hash: 620f713d57305379675b78682e116261639c3dc3commit hash: 620f713d57305379675b78682e116261639c3dc3commit hash: 620f713d57305379675b78682e116261639c3dc3commit hash: 620f713d57305379675b78682e116261639c3dc3 files touched by this commit
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))
14.9.0
26 Mar 2022 07:44:04
commit hash: 83b70cb07f6cf361fe7dcf874a3f899cfed14f85commit hash: 83b70cb07f6cf361fe7dcf874a3f899cfed14f85commit hash: 83b70cb07f6cf361fe7dcf874a3f899cfed14f85commit hash: 83b70cb07f6cf361fe7dcf874a3f899cfed14f85 files touched by this commit
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)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
14.8.4
20 Mar 2022 07:18:06
commit hash: 04adada4a590c9ee9130eb1ea4dd57179d792b70commit hash: 04adada4a590c9ee9130eb1ea4dd57179d792b70commit hash: 04adada4a590c9ee9130eb1ea4dd57179d792b70commit hash: 04adada4a590c9ee9130eb1ea4dd57179d792b70 files touched by this commit
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)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
14.8.2
09 Mar 2022 10:07:55
commit hash: 9a92c73bac0f6514df59a57af0b999d3a40ed372commit hash: 9a92c73bac0f6514df59a57af0b999d3a40ed372commit hash: 9a92c73bac0f6514df59a57af0b999d3a40ed372commit hash: 9a92c73bac0f6514df59a57af0b999d3a40ed372 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
devel/gitaly: Update to 14.8.2

Required for gitlab-ce 14.8.2.
14.8.0
09 Mar 2022 10:07:54
commit hash: c5be8a862afc21ac9de0fbf5bcb22016790d1004commit hash: c5be8a862afc21ac9de0fbf5bcb22016790d1004commit hash: c5be8a862afc21ac9de0fbf5bcb22016790d1004commit hash: c5be8a862afc21ac9de0fbf5bcb22016790d1004 files touched by this commit
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)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
14.7.3
15 Feb 2022 15:32:52
commit hash: 756202cc7b0e4dfc66f41e756eed9f3a38aec168commit hash: 756202cc7b0e4dfc66f41e756eed9f3a38aec168commit hash: 756202cc7b0e4dfc66f41e756eed9f3a38aec168commit hash: 756202cc7b0e4dfc66f41e756eed9f3a38aec168 files touched by this commit
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
14.7.1
05 Feb 2022 07:55:37
commit hash: 1737af6ba4a31776bbdd4b896585b50ee3457679commit hash: 1737af6ba4a31776bbdd4b896585b50ee3457679commit hash: 1737af6ba4a31776bbdd4b896585b50ee3457679commit hash: 1737af6ba4a31776bbdd4b896585b50ee3457679 files touched by this commit
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
14.7.0
26 Jan 2022 10:42:58
commit hash: 54b34c40220d4941e267f3702691e42d859d2d44commit hash: 54b34c40220d4941e267f3702691e42d859d2d44commit hash: 54b34c40220d4941e267f3702691e42d859d2d44commit hash: 54b34c40220d4941e267f3702691e42d859d2d44 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
devel/gitaly: update to 14.7.0

Required for gitlab-ce 14.7.
14.6.3
21 Jan 2022 14:00:19
commit hash: f54e59f3051a7ee6d0a2f9f814f591b38d988642commit hash: f54e59f3051a7ee6d0a2f9f814f591b38d988642commit hash: f54e59f3051a7ee6d0a2f9f814f591b38d988642commit hash: f54e59f3051a7ee6d0a2f9f814f591b38d988642 files touched by this commit
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/
14.6.2
13 Jan 2022 11:46:14
commit hash: 07951f933a207f50c0e8553932abb0ef8c39165ecommit hash: 07951f933a207f50c0e8553932abb0ef8c39165ecommit hash: 07951f933a207f50c0e8553932abb0ef8c39165ecommit hash: 07951f933a207f50c0e8553932abb0ef8c39165e files touched by this commit
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
14.6.0
11 Jan 2022 18:47:49
commit hash: 2e5663c777236877cffdd3f93a43c66944782db7commit hash: 2e5663c777236877cffdd3f93a43c66944782db7commit hash: 2e5663c777236877cffdd3f93a43c66944782db7commit hash: 2e5663c777236877cffdd3f93a43c66944782db7 files touched by this commit
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
14.6.0
22 Dec 2021 17:04:25
commit hash: 1cd6234cdf5411d1632f200b50c156e7bf1ce52acommit hash: 1cd6234cdf5411d1632f200b50c156e7bf1ce52acommit hash: 1cd6234cdf5411d1632f200b50c156e7bf1ce52acommit hash: 1cd6234cdf5411d1632f200b50c156e7bf1ce52a files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
devel/gitaly: update to 14.6.0

Required for gitlab-ce 14.6.
14.5.2
07 Dec 2021 08:05:25
commit hash: 4ee40604ccb992c872c28f6b372dc93439f10bc6commit hash: 4ee40604ccb992c872c28f6b372dc93439f10bc6commit hash: 4ee40604ccb992c872c28f6b372dc93439f10bc6commit hash: 4ee40604ccb992c872c28f6b372dc93439f10bc6 files touched by this commit
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
14.5.1
04 Dec 2021 12:07:24
commit hash: e3fe869ce50b2d41e6f03f8c202587f6f22f2d52commit hash: e3fe869ce50b2d41e6f03f8c202587f6f22f2d52commit hash: e3fe869ce50b2d41e6f03f8c202587f6f22f2d52commit hash: e3fe869ce50b2d41e6f03f8c202587f6f22f2d52 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
devel/gitaly: update to 14.5.1

Required for gitlab 14.5
14.4.2_3
22 Nov 2021 15:17:58
commit hash: 0bbacd67dc435bd595e7ef204fb002e2ee2df210commit hash: 0bbacd67dc435bd595e7ef204fb002e2ee2df210commit hash: 0bbacd67dc435bd595e7ef204fb002e2ee2df210commit hash: 0bbacd67dc435bd595e7ef204fb002e2ee2df210 files touched by this commit
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
14.4.2_2
19 Nov 2021 14:37:42
commit hash: 0aac4480b2555d806f449b77e755cf7cfd616707commit hash: 0aac4480b2555d806f449b77e755cf7cfd616707commit hash: 0aac4480b2555d806f449b77e755cf7cfd616707commit hash: 0aac4480b2555d806f449b77e755cf7cfd616707 files touched by this commit
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
14.4.2
16 Nov 2021 11:49:10
commit hash: 2e564d3196df8c0c041c7f5054546b4189142653commit hash: 2e564d3196df8c0c041c7f5054546b4189142653commit hash: 2e564d3196df8c0c041c7f5054546b4189142653commit hash: 2e564d3196df8c0c041c7f5054546b4189142653 files touched by this commit
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.
14.4.2
13 Nov 2021 14:44:45
commit hash: 73b8be01a1957162d7635f299842c8bd29b691cacommit hash: 73b8be01a1957162d7635f299842c8bd29b691cacommit hash: 73b8be01a1957162d7635f299842c8bd29b691cacommit hash: 73b8be01a1957162d7635f299842c8bd29b691ca files touched by this commit
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/
14.4.1
13 Nov 2021 14:44:44
commit hash: eca633b7381c632c8829d69f4ee83649c55c4b33commit hash: eca633b7381c632c8829d69f4ee83649c55c4b33commit hash: eca633b7381c632c8829d69f4ee83649c55c4b33commit hash: eca633b7381c632c8829d69f4ee83649c55c4b33 files touched by this commit
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
14.4.0
27 Oct 2021 06:20:34
commit hash: bebf78bb80770e9e7bb34803ccf6d42235027adfcommit hash: bebf78bb80770e9e7bb34803ccf6d42235027adfcommit hash: bebf78bb80770e9e7bb34803ccf6d42235027adfcommit hash: bebf78bb80770e9e7bb34803ccf6d42235027adf files touched by this commit
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.
14.3.2_1
27 Oct 2021 06:20:24
commit hash: 4a7e890e91522896eb83f1c2f278ce0414175333commit hash: 4a7e890e91522896eb83f1c2f278ce0414175333commit hash: 4a7e890e91522896eb83f1c2f278ce0414175333commit hash: 4a7e890e91522896eb83f1c2f278ce0414175333 files touched by this commit
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.
14.3.2_2
05 Oct 2021 07:40:04
commit hash: f4511dc4a7c439b30c898b75246d314a574f01cbcommit hash: f4511dc4a7c439b30c898b75246d314a574f01cbcommit hash: f4511dc4a7c439b30c898b75246d314a574f01cbcommit hash: f4511dc4a7c439b30c898b75246d314a574f01cb files touched by this commit
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
14.3.2_1
05 Oct 2021 07:40:03
commit hash: 7dcb3ca59065e8f1c74bbed2f64f3bc8100bbc18commit hash: 7dcb3ca59065e8f1c74bbed2f64f3bc8100bbc18commit hash: 7dcb3ca59065e8f1c74bbed2f64f3bc8100bbc18commit hash: 7dcb3ca59065e8f1c74bbed2f64f3bc8100bbc18 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: Revert unapproved modification that broke gitlab
14.3.2
02 Oct 2021 07:49:36
commit hash: c7a5935b859e0598f4b9ebcc08a5fcb0eebfc4c6commit hash: c7a5935b859e0598f4b9ebcc08a5fcb0eebfc4c6commit hash: c7a5935b859e0598f4b9ebcc08a5fcb0eebfc4c6commit hash: c7a5935b859e0598f4b9ebcc08a5fcb0eebfc4c6 files touched by this commit
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/
14.3.1
01 Oct 2021 14:53:39
commit hash: 96e60ab5270da77331e623d6e25635301b101aebcommit hash: 96e60ab5270da77331e623d6e25635301b101aebcommit hash: 96e60ab5270da77331e623d6e25635301b101aebcommit hash: 96e60ab5270da77331e623d6e25635301b101aeb files touched by this commit
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
14.3.0_1
29 Sep 2021 19:31:38
commit hash: 345734b82815305bad860029d315c7a109c734e0commit hash: 345734b82815305bad860029d315c7a109c734e0commit hash: 345734b82815305bad860029d315c7a109c734e0commit hash: 345734b82815305bad860029d315c7a109c734e0 files touched by this commit
Bernhard Froehlich (decke) search for other commits by this committer
devel/gitaly: Fix CPE information

Approved by:	portmgr (blanket)
14.3.0_1
27 Sep 2021 15:56:29
commit hash: f256db7c994a5a0bf6ca28a901c1d2852211a81bcommit hash: f256db7c994a5a0bf6ca28a901c1d2852211a81bcommit hash: f256db7c994a5a0bf6ca28a901c1d2852211a81bcommit hash: f256db7c994a5a0bf6ca28a901c1d2852211a81b files touched by this commit
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
14.3.0
23 Sep 2021 19:42:04
commit hash: 2ddc1148493845364bd66087026afa850046df8ccommit hash: 2ddc1148493845364bd66087026afa850046df8ccommit hash: 2ddc1148493845364bd66087026afa850046df8ccommit hash: 2ddc1148493845364bd66087026afa850046df8c files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
devel/gitaly: Update to 14.3.0

Required for gitlab-ce 14.3.
14.2.2_1
21 Sep 2021 03:47:28
commit hash: eefbf7cfbdc9e7e022b135201682ae24d2889cb5commit hash: eefbf7cfbdc9e7e022b135201682ae24d2889cb5commit hash: eefbf7cfbdc9e7e022b135201682ae24d2889cb5commit hash: eefbf7cfbdc9e7e022b135201682ae24d2889cb5 files touched by this commit
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
14.2.2
31 Aug 2021 21:20:15
commit hash: 4edd9ea5d5ced64dbefab85fab25db83f914968fcommit hash: 4edd9ea5d5ced64dbefab85fab25db83f914968fcommit hash: 4edd9ea5d5ced64dbefab85fab25db83f914968fcommit hash: 4edd9ea5d5ced64dbefab85fab25db83f914968f files touched by this commit
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
14.2.1
31 Aug 2021 09:54:31
commit hash: 422f21b3fbf63cb6466507341f560a678f250918commit hash: 422f21b3fbf63cb6466507341f560a678f250918commit hash: 422f21b3fbf63cb6466507341f560a678f250918commit hash: 422f21b3fbf63cb6466507341f560a678f250918 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
devel/gitaly: Update to 14.2.1

Required for gitlab-ce 14.2.
14.1.2
04 Aug 2021 08:29:40
commit hash: ad51d83d0c1f79bf52e0ab4319022fbf367ecba2commit hash: ad51d83d0c1f79bf52e0ab4319022fbf367ecba2commit hash: ad51d83d0c1f79bf52e0ab4319022fbf367ecba2commit hash: ad51d83d0c1f79bf52e0ab4319022fbf367ecba2 files touched by this commit
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
14.1.1
31 Jul 2021 14:19:17
commit hash: 7dac4c3477587656ddf7ab292927ab36c0f26b7fcommit hash: 7dac4c3477587656ddf7ab292927ab36c0f26b7fcommit hash: 7dac4c3477587656ddf7ab292927ab36c0f26b7fcommit hash: 7dac4c3477587656ddf7ab292927ab36c0f26b7f files touched by this commit
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/
14.1.0
24 Jul 2021 07:08:05
commit hash: 2f2022c478764731a1395596b1d3cae11b0335d5commit hash: 2f2022c478764731a1395596b1d3cae11b0335d5commit hash: 2f2022c478764731a1395596b1d3cae11b0335d5commit hash: 2f2022c478764731a1395596b1d3cae11b0335d5 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
devel/gitaly: Udpate to 14.1.0

Required for gitlab 14.1.
14.0.5
19 Jul 2021 15:41:35
commit hash: 22f67ec34b90a7486ee7fa7d079d71fa173c23bdcommit hash: 22f67ec34b90a7486ee7fa7d079d71fa173c23bdcommit hash: 22f67ec34b90a7486ee7fa7d079d71fa173c23bdcommit hash: 22f67ec34b90a7486ee7fa7d079d71fa173c23bd files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
devel/gitaly: Autogenerate PLIST
14.0.5
10 Jul 2021 08:09:29
commit hash: 5f4b94a21377a8e580cebf0e9f6a92e183dc4c55commit hash: 5f4b94a21377a8e580cebf0e9f6a92e183dc4c55commit hash: 5f4b94a21377a8e580cebf0e9f6a92e183dc4c55commit hash: 5f4b94a21377a8e580cebf0e9f6a92e183dc4c55 files touched by this commit
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
14.0.4
08 Jul 2021 06:49:58
commit hash: 8d5ba0cec7367f31aeb9eb25dd8804536b0c1c8ecommit hash: 8d5ba0cec7367f31aeb9eb25dd8804536b0c1c8ecommit hash: 8d5ba0cec7367f31aeb9eb25dd8804536b0c1c8ecommit hash: 8d5ba0cec7367f31aeb9eb25dd8804536b0c1c8e files touched by this commit
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
14.0.2
03 Jul 2021 06:03:25
commit hash: a0e1c4944ab9197944fe505c000d52bf7a644067commit hash: a0e1c4944ab9197944fe505c000d52bf7a644067commit hash: a0e1c4944ab9197944fe505c000d52bf7a644067commit hash: a0e1c4944ab9197944fe505c000d52bf7a644067 files touched by this commit
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
14.0.1
03 Jul 2021 06:03:23
commit hash: e98b6d8455a815d1bd6099e58a727b1cc24ee083commit hash: e98b6d8455a815d1bd6099e58a727b1cc24ee083commit hash: e98b6d8455a815d1bd6099e58a727b1cc24ee083commit hash: e98b6d8455a815d1bd6099e58a727b1cc24ee083 files touched by this commit
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/
14.0.0
03 Jul 2021 06:03:18
commit hash: 6ff0c4449f9581f7a294c907acf47d0b5a0e7a62commit hash: 6ff0c4449f9581f7a294c907acf47d0b5a0e7a62commit hash: 6ff0c4449f9581f7a294c907acf47d0b5a0e7a62commit hash: 6ff0c4449f9581f7a294c907acf47d0b5a0e7a62 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
devel/gitaly: Update to 14.0.0.

Required for gitlab-ce 14.0.0.
13.12.2
01 Jun 2021 22:37:26
commit hash: 5b56d04e28e5561d6e694f6c3cc7ec269dbb7b1ccommit hash: 5b56d04e28e5561d6e694f6c3cc7ec269dbb7b1ccommit hash: 5b56d04e28e5561d6e694f6c3cc7ec269dbb7b1ccommit hash: 5b56d04e28e5561d6e694f6c3cc7ec269dbb7b1c files touched by this commit
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/
13.12.1
29 May 2021 16:23:59
commit hash: c23015d41328121309efe741d70bdf0e653d08d1commit hash: c23015d41328121309efe741d70bdf0e653d08d1commit hash: c23015d41328121309efe741d70bdf0e653d08d1commit hash: c23015d41328121309efe741d70bdf0e653d08d1 files touched by this commit
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/
13.12.0
29 May 2021 16:23:55
commit hash: 8eb73b9fc99fa8e67b569a09c6a7ff4ebb0fe263commit hash: 8eb73b9fc99fa8e67b569a09c6a7ff4ebb0fe263commit hash: 8eb73b9fc99fa8e67b569a09c6a7ff4ebb0fe263commit hash: 8eb73b9fc99fa8e67b569a09c6a7ff4ebb0fe263 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
devel/gitaly: Update to 13.12.0.

Required for gitlab-ce 13.12.
13.11.4
17 May 2021 08:23:45
commit hash: ceb9a127250ad428c1ac3a1a01eb2e676640c77bcommit hash: ceb9a127250ad428c1ac3a1a01eb2e676640c77bcommit hash: ceb9a127250ad428c1ac3a1a01eb2e676640c77bcommit hash: ceb9a127250ad428c1ac3a1a01eb2e676640c77b files touched by this commit
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/
13.11.3
06 May 2021 21:37:13
commit hash: 04902cce7c5461e5071017126c3ef17994d85050commit hash: 04902cce7c5461e5071017126c3ef17994d85050commit hash: 04902cce7c5461e5071017126c3ef17994d85050commit hash: 04902cce7c5461e5071017126c3ef17994d85050 files touched by this commit
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/
13.11.2
28 Apr 2021 21:57:39
commit hash: a90f2f815473dea018ab5a9e4a1235b5c34936cbcommit hash: a90f2f815473dea018ab5a9e4a1235b5c34936cbcommit hash: a90f2f815473dea018ab5a9e4a1235b5c34936cbcommit hash: a90f2f815473dea018ab5a9e4a1235b5c34936cb files touched by this commit
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
13.11.1
23 Apr 2021 19:06:07
commit hash: a39d3cd20cde6d947125e8db641c73dd0a554f49commit hash: a39d3cd20cde6d947125e8db641c73dd0a554f49commit hash: a39d3cd20cde6d947125e8db641c73dd0a554f49commit hash: a39d3cd20cde6d947125e8db641c73dd0a554f49 files touched by this commit
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.
13.10.3
18 Apr 2021 21:41:15
commit hash: 77d6936ce6b750acc1503f712be7e507b90b5f47commit hash: 77d6936ce6b750acc1503f712be7e507b90b5f47commit hash: 77d6936ce6b750acc1503f712be7e507b90b5f47commit hash: 77d6936ce6b750acc1503f712be7e507b90b5f47 files touched by this commit
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/
13.10.2
10 Apr 2021 06:32:14
commit hash: bac76e3032045008b963d972884a3e1390ebc669commit hash: bac76e3032045008b963d972884a3e1390ebc669commit hash: bac76e3032045008b963d972884a3e1390ebc669commit hash: bac76e3032045008b963d972884a3e1390ebc669 files touched by this commit
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
13.10.1
09 Apr 2021 18:44:23
commit hash: 911f04257e3175fca4e46c7d57bf5ca79767e209commit hash: 911f04257e3175fca4e46c7d57bf5ca79767e209commit hash: 911f04257e3175fca4e46c7d57bf5ca79767e209commit hash: 911f04257e3175fca4e46c7d57bf5ca79767e209 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
Regenerate all distfiles using gitlab as source.

This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.

This commit also applies some small fixes to make sure all ports using
gitlab are buildable.

Reviewed by:	mat
Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D29628
13.10.1
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
13.10.1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
13.10.1
06 Apr 2021 09:43:51
commit hash: 1b802f473e9f400cbfcc0b897a1771cc02cd70f9commit hash: 1b802f473e9f400cbfcc0b897a1771cc02cd70f9commit hash: 1b802f473e9f400cbfcc0b897a1771cc02cd70f9commit hash: 1b802f473e9f400cbfcc0b897a1771cc02cd70f9 files touched by this commit
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
13.10.1
06 Apr 2021 07:51:02
commit hash: 4376e187f101ba09810e3d3b9c7b6beef1bc3efccommit hash: 4376e187f101ba09810e3d3b9c7b6beef1bc3efccommit hash: 4376e187f101ba09810e3d3b9c7b6beef1bc3efccommit hash: 4376e187f101ba09810e3d3b9c7b6beef1bc3efc files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
Update to 13.10.1 which is required for gitlab-ce 13.10.
13.9.4_1
06 Apr 2021 07:51:01
commit hash: e7d94d42f82e4e7dd3da20b59d0174d7e0c33a71commit hash: e7d94d42f82e4e7dd3da20b59d0174d7e0c33a71commit hash: e7d94d42f82e4e7dd3da20b59d0174d7e0c33a71commit hash: e7d94d42f82e4e7dd3da20b59d0174d7e0c33a71 files touched by this commit
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
13.9.4
18 Mar 2021 16:32:56
Revision:568749Original commit files touched by this commit
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
13.9.3
13 Mar 2021 08:59:51
Revision:568237Original commit files touched by this commit
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.
13.9.2_2
08 Mar 2021 11:18:05
Revision:567835Original commit files touched by this commit
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
13.9.2_1
07 Mar 2021 22:56:27
Revision:567793Original commit files touched by this commit
sunpoet search for other commits by this committer
Change RUN_DEPENDS from rubygem-google-protobuf to rubygem-google-protobuf314

- Bump PORTREVISION for dependency change
13.9.2
06 Mar 2021 10:08:30
Revision:567475Original commit files touched by this commit
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
13.9.1
03 Mar 2021 09:26:35
Revision:567035Original commit files touched by this commit
mfechner search for other commits by this committer
Update to 13.9.1 which is required for gitlab-ce upgrade.
13.8.4
12 Feb 2021 14:34:24
Revision:565021Original commit files touched by this commit
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
13.8.3
06 Feb 2021 08:39:20
Revision:564206Original commit files touched by this commit
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/
13.8.2
06 Feb 2021 08:08:25
Revision:564200Original commit files touched by this commit
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
13.8.1_1
06 Feb 2021 01:22:51
Revision:564168Original commit files touched by this commit
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
13.8.1
27 Jan 2021 13:41:52
Revision:563074Original commit files touched by this commit
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/
13.8.0
27 Jan 2021 12:34:21
Revision:563050Original commit files touched by this commit
mfechner search for other commits by this committer
Update to 13.8.0 which is required for gitlab-ce 13.8.
13.7.4
14 Jan 2021 12:06:06
Revision:561552Original commit files touched by this commit
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
13.7.3
09 Jan 2021 20:32:38
Revision:560890Original commit files touched by this commit
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
13.7.1
27 Dec 2020 13:52:45
Revision:559360Original commit files touched by this commit
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.
13.7.0
22 Dec 2020 16:34:10
Revision:558916Original commit files touched by this commit
mfechner search for other commits by this committer
Update to 13.7.0 which is required fpr gitlab 13.7.
13.6.3
12 Dec 2020 08:35:00
Revision:557804Original commit files touched by this commit
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/
13.6.2
10 Dec 2020 17:39:47
Revision:557448Original commit files touched by this commit
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
13.6.1
28 Nov 2020 17:41:30
Revision:556516Original commit files touched by this commit
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/
13.6.0
28 Nov 2020 14:59:34
Revision:556497Original commit files touched by this commit
mfechner search for other commits by this committer
Removed file, was forgotten in commit 556496.
13.6.0
28 Nov 2020 14:58:25
Revision:556496Original commit files touched by this commit
mfechner search for other commits by this committer
Update to 13.6.0 which is required for gitlab-ce 13.6.
13.5.4
18 Nov 2020 20:26:12
Revision:555664Original commit files touched by this commit
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/
13.5.3
10 Nov 2020 11:56:51
Revision:554831Original commit files touched by this commit
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/
13.5.2
03 Nov 2020 07:54:46
Revision:553953Original commit files touched by this commit
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
13.5.1
23 Oct 2020 06:08:09
Revision:553086Original commit files touched by this commit
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/
13.5.0
23 Oct 2020 04:45:55
Revision:553069Original commit files touched by this commit
mfechner search for other commits by this committer
Upgrade to 13.5.0 which is required fAOEr gitlab-ce 13.5.
13.4.4
16 Oct 2020 15:51:30
Revision:552516Original commit files touched by this commit
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/
13.4.3
09 Oct 2020 07:52:30
Revision:551751Original commit files touched by this commit
mfechner search for other commits by this committer
Bugfix update of www/gitlab-ce to 13.4.3.
13.4.2_1
06 Oct 2020 06:29:06
Revision:551560Original commit files touched by this commit
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
13.4.2
02 Oct 2020 13:51:44
Revision:551209Original commit files touched by this commit
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
13.4.1
26 Sep 2020 10:00:40
Revision:550152Original commit files touched by this commit
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/
13.4.0
26 Sep 2020 07:25:51
Revision:550112Original commit files touched by this commit
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

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

«  1 | 2 | 3  »