Skip to content

Commit

Permalink
www/gitlab-ce: security update to 15.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mfechner committed May 6, 2023
1 parent d27543f commit c9b398d
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions devel/gitaly/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= gitaly
DISTVERSION= 15.10.5
DISTVERSION= 15.10.6
DISTVERSIONPREFIX= v
CATEGORIES= devel

Expand Down Expand Up @@ -48,7 +48,7 @@ MAKE_ENV+= ${GO_ENV}
USE_GITLAB= yes
GL_ACCOUNT= gitlab-org
# Find this here: https://gitlab.com/gitlab-org/gitaly/-/tags
GL_COMMIT= a9c3c871b2dd0de203705fcc37e89dba3464e9d1
GL_COMMIT= cd86fed226530143a2ccc39b6d5911fa3f67e2ab

# for go dependencies
# Gitlab hosts there dependencies on their own platform and not on go-proxy
Expand Down
10 changes: 5 additions & 5 deletions devel/gitaly/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TIMESTAMP = 1683058455
SHA256 (go/devel_gitaly/gitlab-org-gitaly-a9c3c871b2dd0de203705fcc37e89dba3464e9d1_GL0/go.mod) = f9e62b5491c17780d343f8de6921e04e1012858cd7ad6de24a77d38e6d941235
SIZE (go/devel_gitaly/gitlab-org-gitaly-a9c3c871b2dd0de203705fcc37e89dba3464e9d1_GL0/go.mod) = 10320
SHA256 (go/devel_gitaly/gitlab-org-gitaly-a9c3c871b2dd0de203705fcc37e89dba3464e9d1_GL0/gitlab-org-gitaly-a9c3c871b2dd0de203705fcc37e89dba3464e9d1_GL0.tar.gz) = 33c8b34e55fa07299da3cbbb45b9be7eada79c27df737a852adf1db0482c58e3
SIZE (go/devel_gitaly/gitlab-org-gitaly-a9c3c871b2dd0de203705fcc37e89dba3464e9d1_GL0/gitlab-org-gitaly-a9c3c871b2dd0de203705fcc37e89dba3464e9d1_GL0.tar.gz) = 3096557
TIMESTAMP = 1683353069
SHA256 (go/devel_gitaly/gitlab-org-gitaly-cd86fed226530143a2ccc39b6d5911fa3f67e2ab_GL0/go.mod) = f9e62b5491c17780d343f8de6921e04e1012858cd7ad6de24a77d38e6d941235
SIZE (go/devel_gitaly/gitlab-org-gitaly-cd86fed226530143a2ccc39b6d5911fa3f67e2ab_GL0/go.mod) = 10320
SHA256 (go/devel_gitaly/gitlab-org-gitaly-cd86fed226530143a2ccc39b6d5911fa3f67e2ab_GL0/gitlab-org-gitaly-cd86fed226530143a2ccc39b6d5911fa3f67e2ab_GL0.tar.gz) = bf45c0f46b380bd88c2a54c56c89ecfb20bdc0ce2bb11bace4e9f52db7e31719
SIZE (go/devel_gitaly/gitlab-org-gitaly-cd86fed226530143a2ccc39b6d5911fa3f67e2ab_GL0/gitlab-org-gitaly-cd86fed226530143a2ccc39b6d5911fa3f67e2ab_GL0.tar.gz) = 3096514
4 changes: 2 additions & 2 deletions www/gitlab-ce/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= gitlab-ce
PORTVERSION= 15.10.5
PORTVERSION= 15.10.6
CATEGORIES= www devel

MAINTAINER= mfechner@FreeBSD.org
Expand Down Expand Up @@ -288,7 +288,7 @@ USE_GITLAB= yes
GL_ACCOUNT= gitlab-org
GL_PROJECT= gitlab-foss
# Find the here: https://gitlab.com/gitlab-org/gitlab-foss/-/tags
GL_COMMIT= 22f3fab9f647bb1ea6e19330b5ca0e877d7ff344
GL_COMMIT= 402db7bb72f2b4fbaf269ddd95652213e0f3a343

USERS= git
GROUPS= git
Expand Down
6 changes: 3 additions & 3 deletions www/gitlab-ce/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1683058444
SHA256 (gitlab-org-gitlab-foss-22f3fab9f647bb1ea6e19330b5ca0e877d7ff344_GL0.tar.gz) = 55e036cb012276cd06f2be3e2d87c1039dd7a9530dfa572c75be261fe703df61
SIZE (gitlab-org-gitlab-foss-22f3fab9f647bb1ea6e19330b5ca0e877d7ff344_GL0.tar.gz) = 101632911
TIMESTAMP = 1683352937
SHA256 (gitlab-org-gitlab-foss-402db7bb72f2b4fbaf269ddd95652213e0f3a343_GL0.tar.gz) = d1d2be3a3c922d857cc63134d7e8db707ff607925d2f478946f73e56e869f78a
SIZE (gitlab-org-gitlab-foss-402db7bb72f2b4fbaf269ddd95652213e0f3a343_GL0.tar.gz) = 101627654
4 changes: 2 additions & 2 deletions www/gitlab-pages/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= gitlab-pages
PORTVERSION= 15.10.5
PORTVERSION= 15.10.6
DISTVERSIONPREFIX= v
CATEGORIES= www
MASTER_SITES+= https://gitlab.com/gitlab-org/gitlab-pages/-/raw/v${DISTVERSION}/
Expand All @@ -18,7 +18,7 @@ GO_MODULE= gitlab.com/gitlab-org/gitlab-pages
USE_GITLAB= yes
GL_ACCOUNT= gitlab-org
# Find this here: https://gitlab.com/gitlab-org/gitlab-pages/-/tags/
GL_COMMIT= 62555063515213b6d329c09e551ffe239071a179
GL_COMMIT= 4b7605c87b9557402ec508c72404129f7edac0ea

GO_BUILDFLAGS= -ldflags="-X 'main.VERSION=${PORTVERSION}' -X 'main.REVISION=${GL_COMMIT}'"

Expand Down
10 changes: 5 additions & 5 deletions www/gitlab-pages/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TIMESTAMP = 1683058526
SHA256 (go/www_gitlab-pages/gitlab-org-gitlab-pages-62555063515213b6d329c09e551ffe239071a179_GL0/go.mod) = 46db8658c6f0351191e106a870b9570de4ab97b900b450daa66ea74ec805f1f5
SIZE (go/www_gitlab-pages/gitlab-org-gitlab-pages-62555063515213b6d329c09e551ffe239071a179_GL0/go.mod) = 3020
SHA256 (go/www_gitlab-pages/gitlab-org-gitlab-pages-62555063515213b6d329c09e551ffe239071a179_GL0/gitlab-org-gitlab-pages-62555063515213b6d329c09e551ffe239071a179_GL0.tar.gz) = 7885c2835e131768234facd16e8572e3e2d1b0a9e4210e3ab53d0265f0df0bee
SIZE (go/www_gitlab-pages/gitlab-org-gitlab-pages-62555063515213b6d329c09e551ffe239071a179_GL0/gitlab-org-gitlab-pages-62555063515213b6d329c09e551ffe239071a179_GL0.tar.gz) = 227644
TIMESTAMP = 1683353145
SHA256 (go/www_gitlab-pages/gitlab-org-gitlab-pages-4b7605c87b9557402ec508c72404129f7edac0ea_GL0/go.mod) = 46db8658c6f0351191e106a870b9570de4ab97b900b450daa66ea74ec805f1f5
SIZE (go/www_gitlab-pages/gitlab-org-gitlab-pages-4b7605c87b9557402ec508c72404129f7edac0ea_GL0/go.mod) = 3020
SHA256 (go/www_gitlab-pages/gitlab-org-gitlab-pages-4b7605c87b9557402ec508c72404129f7edac0ea_GL0/gitlab-org-gitlab-pages-4b7605c87b9557402ec508c72404129f7edac0ea_GL0.tar.gz) = 2f68b68221f7e4a39811b165596c91094b91508ff7affc450e6a787039f6b5dc
SIZE (go/www_gitlab-pages/gitlab-org-gitlab-pages-4b7605c87b9557402ec508c72404129f7edac0ea_GL0/gitlab-org-gitlab-pages-4b7605c87b9557402ec508c72404129f7edac0ea_GL0.tar.gz) = 227636
4 changes: 2 additions & 2 deletions www/gitlab-workhorse/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= gitlab-workhorse
PORTVERSION= 15.10.5
PORTVERSION= 15.10.6
PORTREVISION= 0
DISTVERSIONPREFIX= v
CATEGORIES= www
Expand All @@ -25,7 +25,7 @@ USE_GITLAB= yes
GL_ACCOUNT= gitlab-org
GL_PROJECT= gitlab-foss
# Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-foss/-/tags
GL_COMMIT= 22f3fab9f647bb1ea6e19330b5ca0e877d7ff344
GL_COMMIT= 402db7bb72f2b4fbaf269ddd95652213e0f3a343

# for go dependencies
# Gitlab hosts there dependencies on their own platform and not on go-proxy
Expand Down
10 changes: 5 additions & 5 deletions www/gitlab-workhorse/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TIMESTAMP = 1683058366
SHA256 (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-22f3fab9f647bb1ea6e19330b5ca0e877d7ff344_GL0/go.mod) = 9fdf8cb254d815b1e1887360684bc8b5969b03cdaacbc9a7c8628e2828622458
SIZE (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-22f3fab9f647bb1ea6e19330b5ca0e877d7ff344_GL0/go.mod) = 6201
SHA256 (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-22f3fab9f647bb1ea6e19330b5ca0e877d7ff344_GL0/gitlab-org-gitlab-foss-22f3fab9f647bb1ea6e19330b5ca0e877d7ff344_GL0.tar.gz) = 55e036cb012276cd06f2be3e2d87c1039dd7a9530dfa572c75be261fe703df61
SIZE (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-22f3fab9f647bb1ea6e19330b5ca0e877d7ff344_GL0/gitlab-org-gitlab-foss-22f3fab9f647bb1ea6e19330b5ca0e877d7ff344_GL0.tar.gz) = 101632911
TIMESTAMP = 1683352945
SHA256 (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-402db7bb72f2b4fbaf269ddd95652213e0f3a343_GL0/go.mod) = 9fdf8cb254d815b1e1887360684bc8b5969b03cdaacbc9a7c8628e2828622458
SIZE (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-402db7bb72f2b4fbaf269ddd95652213e0f3a343_GL0/go.mod) = 6201
SHA256 (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-402db7bb72f2b4fbaf269ddd95652213e0f3a343_GL0/gitlab-org-gitlab-foss-402db7bb72f2b4fbaf269ddd95652213e0f3a343_GL0.tar.gz) = d1d2be3a3c922d857cc63134d7e8db707ff607925d2f478946f73e56e869f78a
SIZE (go/www_gitlab-workhorse/gitlab-org-gitlab-foss-402db7bb72f2b4fbaf269ddd95652213e0f3a343_GL0/gitlab-org-gitlab-foss-402db7bb72f2b4fbaf269ddd95652213e0f3a343_GL0.tar.gz) = 101627654

0 comments on commit c9b398d

Please sign in to comment.