svn commit: r500439 - head/www/gitlab-ce
Matthias Fechner
mfechner at FreeBSD.org
Mon Apr 29 21:14:37 UTC 2019
Author: mfechner
Date: Mon Apr 29 21:14:34 2019
New Revision: 500439
URL: https://svnweb.freebsd.org/changeset/ports/500439
Log:
Security update to 11.10.2.
For more details see here:
https://about.gitlab.com/2019/04/29/security-release-gitlab-11-dot-10-dot-2-released/
Due to required ruby update to version 2.5 this version will not be merged into
the quarterly branch.
Security: 1138b39e-6abb-11e9-a685-001b217b3468
Modified:
head/www/gitlab-ce/Makefile
head/www/gitlab-ce/distinfo
Modified: head/www/gitlab-ce/Makefile
==============================================================================
--- head/www/gitlab-ce/Makefile Mon Apr 29 21:11:28 2019 (r500438)
+++ head/www/gitlab-ce/Makefile Mon Apr 29 21:14:34 2019 (r500439)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gitlab-ce
-PORTVERSION= 11.10.1
+PORTVERSION= 11.10.2
PORTREVISION= 0
CATEGORIES= www devel
@@ -19,7 +19,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
MY_DEPENDS= git>=2.16.2:devel/git \
gitlab-shell>=9.0.0:devel/gitlab-shell \
gitlab-workhorse>=8.5.1:www/gitlab-workhorse \
- gitaly>=1.34.0:devel/gitaly \
+ gitaly>=1.34.1:devel/gitaly \
gitlab-pages>=1.5.0:www/gitlab-pages \
redis>=3.2.12:databases/redis \
yarn>=1.10.0:www/yarn \
@@ -228,7 +228,7 @@ USE_RC_SUBR= gitlab
USE_GITLAB= yes
GL_ACCOUNT= gitlab-org
# Find the here: https://gitlab.com/gitlab-org/gitlab-ce/tags
-GL_COMMIT= 861fe405571e6900ab9aa9f9da867111d93c69f2
+GL_COMMIT= f3e84e78b62450d3fc6beb9191596a22bf271a38
USERS= git
GROUPS= git
Modified: head/www/gitlab-ce/distinfo
==============================================================================
--- head/www/gitlab-ce/distinfo Mon Apr 29 21:11:28 2019 (r500438)
+++ head/www/gitlab-ce/distinfo Mon Apr 29 21:14:34 2019 (r500439)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1556205648
-SHA256 (gitlab-org-gitlab-ce-861fe405571e6900ab9aa9f9da867111d93c69f2_GL0.tar.gz) = 8a7510d2f7d7b80c0e5bcb5dbbfe3c5c61850c89c470f0b8ab277114f9851589
-SIZE (gitlab-org-gitlab-ce-861fe405571e6900ab9aa9f9da867111d93c69f2_GL0.tar.gz) = 62704487
+TIMESTAMP = 1556570767
+SHA256 (gitlab-org-gitlab-ce-f3e84e78b62450d3fc6beb9191596a22bf271a38_GL0.tar.gz) = 18025b7c8afc59bd7f4d24d11eda227885384dfe46541757137d4431a7b61ba9
+SIZE (gitlab-org-gitlab-ce-f3e84e78b62450d3fc6beb9191596a22bf271a38_GL0.tar.gz) = 62703385
More information about the svn-ports-all
mailing list