Summary: | www/gitlab: update to 7.4.1_1 fails | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | gwright |
Component: | Individual Port(s) | Assignee: | Matthias Fechner <mfechner> |
Status: | Closed FIXED | ||
Severity: | Affects Some People | Flags: | bugzilla:
maintainer-feedback?
(mfechner) |
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
gwright
2024-10-09 22:45:00 UTC
I think I have a solution for this, I will commit it shortly as I currently test version 17.4.2 which is an important security update. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=487036c6007f3f7393a3737b20c3ece45042e7a4 commit 487036c6007f3f7393a3737b20c3ece45042e7a4 Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2024-10-10 05:18:21 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2024-10-10 05:28:03 +0000 www/gitlab: fix problems related to aws-sdk* package upgrades Gitlab uses now dedicated packages it requires with the specific version. PR: 281980 devel/Makefile | 4 ++++ .../Makefile (new) | 20 +++++++++++++++++++ .../distinfo (new) | 3 +++ .../pkg-descr (new) | 1 + devel/rubygem-aws-sdk-core-gitlab/Makefile (new) | 23 ++++++++++++++++++++++ devel/rubygem-aws-sdk-core-gitlab/distinfo (new) | 3 +++ devel/rubygem-aws-sdk-core-gitlab/pkg-descr (new) | 2 ++ devel/rubygem-aws-sdk-kms-gitlab/Makefile (new) | 21 ++++++++++++++++++++ devel/rubygem-aws-sdk-kms-gitlab/distinfo (new) | 3 +++ devel/rubygem-aws-sdk-kms-gitlab/pkg-descr (new) | 1 + devel/rubygem-aws-sdk-s3-gitlab/Makefile (new) | 22 +++++++++++++++++++++ devel/rubygem-aws-sdk-s3-gitlab/distinfo (new) | 3 +++ devel/rubygem-aws-sdk-s3-gitlab/pkg-descr (new) | 1 + www/gitlab/Makefile | 8 ++++---- www/gitlab/files/patch-Gemfile | 14 +------------ 15 files changed, 112 insertions(+), 17 deletions(-) A commit in branch 2024Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=68b6289ca0f6f152cdfff1e81d21845982551d68 commit 68b6289ca0f6f152cdfff1e81d21845982551d68 Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2024-10-10 05:18:21 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2024-10-10 07:06:49 +0000 www/gitlab: fix problems related to aws-sdk* package upgrades Gitlab uses now dedicated packages it requires with the specific version. PR: 281980 (cherry picked from commit 487036c6007f3f7393a3737b20c3ece45042e7a4) devel/Makefile | 4 ++++ .../Makefile (new) | 20 +++++++++++++++++++ .../distinfo (new) | 3 +++ .../pkg-descr (new) | 1 + devel/rubygem-aws-sdk-core-gitlab/Makefile (new) | 23 ++++++++++++++++++++++ devel/rubygem-aws-sdk-core-gitlab/distinfo (new) | 3 +++ devel/rubygem-aws-sdk-core-gitlab/pkg-descr (new) | 2 ++ devel/rubygem-aws-sdk-kms-gitlab/Makefile (new) | 21 ++++++++++++++++++++ devel/rubygem-aws-sdk-kms-gitlab/distinfo (new) | 3 +++ devel/rubygem-aws-sdk-kms-gitlab/pkg-descr (new) | 1 + devel/rubygem-aws-sdk-s3-gitlab/Makefile (new) | 22 +++++++++++++++++++++ devel/rubygem-aws-sdk-s3-gitlab/distinfo (new) | 3 +++ devel/rubygem-aws-sdk-s3-gitlab/pkg-descr (new) | 1 + www/gitlab/Makefile | 8 ++++---- www/gitlab/files/patch-Gemfile | 14 +------------ 15 files changed, 112 insertions(+), 17 deletions(-) |