diff options
| author | Matthias Fechner <mfechner@FreeBSD.org> | 2025-11-27 12:34:05 +0000 |
|---|---|---|
| committer | Matthias Fechner <mfechner@FreeBSD.org> | 2025-11-27 15:09:52 +0000 |
| commit | 2e4d871e7a2074deb41dd8f7e041ec0925d5a8bb (patch) | |
| tree | b7524ddc30fe9e7ce159dd935b85353c92fc1bc4 /devel/gitlab-runner/Makefile | |
| parent | 3103179bf7c7511b75b380d10fc59478bfe681ec (diff) | |
devel/gitlab-runner: update to 18.6.2
Include in addition a hotfix for:
Fix bash shell cleanup to support variable expansion in paths
https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/5966
Changes: https://gitlab.com/gitlab-org/gitlab-runner/-/releases
Diffstat (limited to 'devel/gitlab-runner/Makefile')
| -rw-r--r-- | devel/gitlab-runner/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/gitlab-runner/Makefile b/devel/gitlab-runner/Makefile index a50a10ff618f..c3a669e7dc30 100644 --- a/devel/gitlab-runner/Makefile +++ b/devel/gitlab-runner/Makefile @@ -1,7 +1,6 @@ PORTNAME= gitlab-runner DISTVERSIONPREFIX= v -DISTVERSION= 18.6.1 -PORTREVISION= 1 +DISTVERSION= 18.6.2 CATEGORIES= devel MASTER_SITES= https://gitlab-runner-downloads.s3.amazonaws.com/master/docker/:dockerx64 \ https://gitlab-runner-downloads.s3.amazonaws.com/master/docker/:dockerarm @@ -9,7 +8,7 @@ DISTFILES= prebuilt-x86_64.tar.xz:dockerx64 \ prebuilt-arm.tar.xz:dockerarm PATCH_SITES= https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/ -PATCHFILES+= 5961.patch:-p1 # https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/5961, Fix "unable to get password from user" errors in shell executor +PATCHFILES+= 5966.patch:-p1 # https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/5966, Fix bash shell cleanup to support variable expansion in paths #PATCH_SITES= https://gitlab.com/mfechner/gitlab-runner/-/commit/ #PATCHFILES+= 2f12af03ccd5fe875d583ddc8b976329b635fd22.patch:-p1 |
