From owner-svn-ports-head@freebsd.org Wed Dec 11 17:32:01 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B25101DBDB0; Wed, 11 Dec 2019 17:32:01 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47Y3rx4K8Jz4NNx; Wed, 11 Dec 2019 17:32:01 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8F67FEC08; Wed, 11 Dec 2019 17:32:01 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBBHW1mf066918; Wed, 11 Dec 2019 17:32:01 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBBHW1lv066916; Wed, 11 Dec 2019 17:32:01 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201912111732.xBBHW1lv066916@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Wed, 11 Dec 2019 17:32:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519818 - head/www/gitlab-ce X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: head/www/gitlab-ce X-SVN-Commit-Revision: 519818 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Dec 2019 17:32:01 -0000 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