Date: Wed, 11 Dec 2019 17:32:01 +0000 (UTC) From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519818 - head/www/gitlab-ce Message-ID: <201912111732.xBBHW1lv066916@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Wed Dec 11 17:32:00 2019 New Revision: 519818 URL: https://svnweb.freebsd.org/changeset/ports/519818 Log: www/gitlab-ce security update to 12.5.4. Changelog: https://about.gitlab.com/blog/2019/12/10/critical-security-release-gitlab-12-5-4-released/ Security: 21944144-1b90-11ea-a2d4-001b217b3468 Modified: head/www/gitlab-ce/Makefile head/www/gitlab-ce/distinfo Modified: head/www/gitlab-ce/Makefile ============================================================================== --- head/www/gitlab-ce/Makefile Wed Dec 11 17:18:27 2019 (r519817) +++ head/www/gitlab-ce/Makefile Wed Dec 11 17:32:00 2019 (r519818) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= gitlab-ce -PORTVERSION= 12.5.3 -PORTREVISION= 1 +PORTVERSION= 12.5.4 +PORTREVISION= 0 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE # the rubygems of RUN_DEPENDS matches the order of the Gemfile # which makes maintaining this long list much easier! -MY_DEPENDS= git>=2.21.0:devel/git \ +MY_DEPENDS= git>=2.22.2:devel/git \ gitlab-shell>=10.2.0:devel/gitlab-shell \ gitlab-workhorse>=8.14.1:www/gitlab-workhorse \ gitaly>=1.72.1:devel/gitaly \ @@ -239,7 +239,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= 225d2e5bb899067bde3caedb1319d39c46d94dc0 +GL_COMMIT= 63af04cacf5e2f2d8446b2dc5367b415884921a6 USERS= git GROUPS= git Modified: head/www/gitlab-ce/distinfo ============================================================================== --- head/www/gitlab-ce/distinfo Wed Dec 11 17:18:27 2019 (r519817) +++ head/www/gitlab-ce/distinfo Wed Dec 11 17:32:00 2019 (r519818) @@ -1,3 +1,3 @@ -TIMESTAMP = 1575707464 -SHA256 (gitlab-org-gitlab-foss-225d2e5bb899067bde3caedb1319d39c46d94dc0_GL0.tar.gz) = 1abe32e67e9ea98d347fc6a5ed519356f9bc6718c1177345ef9f575e66d36ef5 -SIZE (gitlab-org-gitlab-foss-225d2e5bb899067bde3caedb1319d39c46d94dc0_GL0.tar.gz) = 102138040 +TIMESTAMP = 1576084147 +SHA256 (gitlab-org-gitlab-foss-63af04cacf5e2f2d8446b2dc5367b415884921a6_GL0.tar.gz) = f8d277c5e6399fc89a6cb03b417a51454928950f8bd331d68e64f7baa666db36 +SIZE (gitlab-org-gitlab-foss-63af04cacf5e2f2d8446b2dc5367b415884921a6_GL0.tar.gz) = 102135254
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912111732.xBBHW1lv066916>