svn commit: r512226 - head/www/gitlab-ce
Matthias Fechner
mfechner at FreeBSD.org
Tue Sep 17 18:31:07 UTC 2019
Author: mfechner
Date: Tue Sep 17 18:31:06 2019
New Revision: 512226
URL: https://svnweb.freebsd.org/changeset/ports/512226
Log:
www/gitlab-ce: security update to 12.2.5.
Changelog:
https://about.gitlab.com/2019/09/10/critical-security-release-gitlab-12-dot-2-dot-5-released/
Security: b2789b2d-d521-11e9-86e9-001b217b3468
Modified:
head/www/gitlab-ce/Makefile
head/www/gitlab-ce/distinfo
Modified: head/www/gitlab-ce/Makefile
==============================================================================
--- head/www/gitlab-ce/Makefile Tue Sep 17 18:30:46 2019 (r512225)
+++ head/www/gitlab-ce/Makefile Tue Sep 17 18:31:06 2019 (r512226)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gitlab-ce
-PORTVERSION= 12.2.4
+PORTVERSION= 12.2.5
PORTREVISION= 0
CATEGORIES= www devel
@@ -18,7 +18,7 @@ MY_DEPENDS= git>=2.21.0:devel/git \
gitlab-shell>=9.3.0:devel/gitlab-shell \
gitlab-workhorse>=8.8.1:www/gitlab-workhorse \
gitaly>=1.59.2:devel/gitaly \
- gitlab-pages>=1.7.1:www/gitlab-pages \
+ gitlab-pages>=1.7.2:www/gitlab-pages \
redis>=3.2.12:databases/redis \
yarn>=1.10.0:www/yarn \
rubygem-rails52>=5.2.3:www/rubygem-rails52 \
@@ -206,7 +206,7 @@ MY_DEPENDS= git>=2.21.0:devel/git \
rubygem-flipper-active_record013>=0.13.0<0.14.0:databases/rubygem-flipper-active_record013 \
rubygem-flipper-active_support_cache_store013>=0.13.0<0.14.0:devel/rubygem-flipper-active_support_cache_store013 \
rubygem-lograge-rails52>=0.5<1.0:www/rubygem-lograge-rails52 \
- rubygem-grape_logging181>=1.7<2.0:devel/rubygem-grape_logging181
+ rubygem-grape_logging>=1.7<2.0:devel/rubygem-grape_logging
BUILD_DEPENDS= gem:devel/ruby-gems \
${MY_DEPENDS}
@@ -224,8 +224,9 @@ USE_RUBY= yes
USE_RC_SUBR= gitlab
USE_GITLAB= yes
GL_ACCOUNT= gitlab-org
-# Find the here: https://gitlab.com/gitlab-org/gitlab-ce/tags
-GL_COMMIT= fcd107681ab480f87d5328367d25734ef5b81046
+GL_PROJECT= gitlab-foss
+# Find the here: https://gitlab.com/gitlab-org/gitlab-foss/-/tags
+GL_COMMIT= 09f8edbc29a2e489e7dfefacdcb589affc5fae0f
USERS= git
GROUPS= git
Modified: head/www/gitlab-ce/distinfo
==============================================================================
--- head/www/gitlab-ce/distinfo Tue Sep 17 18:30:46 2019 (r512225)
+++ head/www/gitlab-ce/distinfo Tue Sep 17 18:31:06 2019 (r512226)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1568022609
-SHA256 (gitlab-org-gitlab-ce-fcd107681ab480f87d5328367d25734ef5b81046_GL0.tar.gz) = 685f777499b6689282d0743d38e06e6cdf7756226248c0356cac15485548e85c
-SIZE (gitlab-org-gitlab-ce-fcd107681ab480f87d5328367d25734ef5b81046_GL0.tar.gz) = 76157261
+TIMESTAMP = 1568722551
+SHA256 (gitlab-org-gitlab-foss-09f8edbc29a2e489e7dfefacdcb589affc5fae0f_GL0.tar.gz) = 619bcffee72a4926d0af14bde932b40b4f6952d3012fcfb868c0da63ce37c72a
+SIZE (gitlab-org-gitlab-foss-09f8edbc29a2e489e7dfefacdcb589affc5fae0f_GL0.tar.gz) = 76164390
More information about the svn-ports-all
mailing list