diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2022-06-24 10:12:49 +0000 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2022-06-24 10:20:06 +0000 |
commit | dffde878fdeaa05ce343d6f5206939d9c0208144 (patch) | |
tree | 6350cc84c3a023e9913ffc677df02f901300399a | |
parent | 4912f10df8a49d6a0a14dd7ef8955bdf576e1659 (diff) |
devel/gitlab-shell: update to 14.7.4
Required for gitlab-ce 15.1
Changelog:
https://gitlab.com/gitlab-org/gitlab-shell/-/blob/main/CHANGELOG
v14.7.4
- gitlab-sshd: Update crypto module to fix RSA keys with old gpg-agent !662
v14.7.3
- Ignore "not our ref" errors from gitlab-sshd error metrics !656
v14.7.2
- Exclude disallowed command from error rate !654
v14.7.1
- Log gitlab-sshd session level indicator errors !650
- Improve establish session duration metrics !651
v14.7.0
- Abort long-running unauthenticated SSH connections !647
- Close the connection when context is canceled !646
v14.6.1
- Return support for diffie-hellman-group14-sha1 !644
v14.6.0
- Exclude Gitaly unavailable error from error rate !641
- Downgrade auth EOF messages from warning to debug !641
- Display constistently in gitlab-sshd and gitlab-shell !641
- Downgrade host key mismatch messages from warning to debug !639
- Introduce a GitLab-SSHD server version during handshake !640
- Narrow supported kex algorithms !638
v14.5.0
- Make ProxyHeaderTimeout configurable !635
v14.4.0
- Allow configuring SSH server algorithms !633
- Update gitlab-org/golang-crypto module version !632
v14.3.1
- Exclude API errors from error rate !630
-rw-r--r-- | devel/gitlab-shell/Makefile | 5 | ||||
-rw-r--r-- | devel/gitlab-shell/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/gitlab-shell/Makefile b/devel/gitlab-shell/Makefile index eaddd2a621eb..b75cd9247d87 100644 --- a/devel/gitlab-shell/Makefile +++ b/devel/gitlab-shell/Makefile @@ -1,8 +1,7 @@ # Created by: Torsten Zuehlsdorff <tz@FreeBSD.org> PORTNAME= gitlab-shell -PORTVERSION= 14.3.0 -PORTREVISION= 1 +PORTVERSION= 14.7.4 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org @@ -15,7 +14,7 @@ USES= gmake go:modules,no_targets USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-shell/tags -GL_COMMIT= 42796af90647d55bf2c349a994fd8b9b27526b55 +GL_COMMIT= 44c66836a9e00ad691871050af98e92142aa95ea USERS= git GROUPS= git diff --git a/devel/gitlab-shell/distinfo b/devel/gitlab-shell/distinfo index 931b8a6d532c..3ea4b3a1e407 100644 --- a/devel/gitlab-shell/distinfo +++ b/devel/gitlab-shell/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1653639840 -SHA256 (go/devel_gitlab-shell/gitlab-org-gitlab-shell-42796af90647d55bf2c349a994fd8b9b27526b55_GL0/go.mod) = 753443c8ae3c1ade4a830d7a6822010b00c4604fc8302d79e291af8745d0a238 -SIZE (go/devel_gitlab-shell/gitlab-org-gitlab-shell-42796af90647d55bf2c349a994fd8b9b27526b55_GL0/go.mod) = 4052 -SHA256 (go/devel_gitlab-shell/gitlab-org-gitlab-shell-42796af90647d55bf2c349a994fd8b9b27526b55_GL0/gitlab-org-gitlab-shell-42796af90647d55bf2c349a994fd8b9b27526b55_GL0.tar.gz) = f9d563348f25f25ba91f7f8ccc0b28940b088488da0df8014885c758d7aaaa56 -SIZE (go/devel_gitlab-shell/gitlab-org-gitlab-shell-42796af90647d55bf2c349a994fd8b9b27526b55_GL0/gitlab-org-gitlab-shell-42796af90647d55bf2c349a994fd8b9b27526b55_GL0.tar.gz) = 151737 +TIMESTAMP = 1655735514 +SHA256 (go/devel_gitlab-shell/gitlab-org-gitlab-shell-44c66836a9e00ad691871050af98e92142aa95ea_GL0/go.mod) = 7521fa542b3003dea68d918d8d6e595b34f46c5d58ab00b6d7939d5aa602fa27 +SIZE (go/devel_gitlab-shell/gitlab-org-gitlab-shell-44c66836a9e00ad691871050af98e92142aa95ea_GL0/go.mod) = 4040 +SHA256 (go/devel_gitlab-shell/gitlab-org-gitlab-shell-44c66836a9e00ad691871050af98e92142aa95ea_GL0/gitlab-org-gitlab-shell-44c66836a9e00ad691871050af98e92142aa95ea_GL0.tar.gz) = 047d80e93f857cfd6526f70d288b2b403d730d284fab0f38e4e339fb6689065e +SIZE (go/devel_gitlab-shell/gitlab-org-gitlab-shell-44c66836a9e00ad691871050af98e92142aa95ea_GL0/gitlab-org-gitlab-shell-44c66836a9e00ad691871050af98e92142aa95ea_GL0.tar.gz) = 155002 |