From owner-svn-ports-all@freebsd.org Tue Sep 17 18:31:07 2019 Return-Path: Delivered-To: svn-ports-all@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 3B15012B5E8; Tue, 17 Sep 2019 18:31:07 +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 46XsBM0q0gz4WK1; Tue, 17 Sep 2019 18:31:07 +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 D9E3518DD4; Tue, 17 Sep 2019 18:31:06 +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 x8HIV6qN044409; Tue, 17 Sep 2019 18:31:06 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8HIV6hI044408; Tue, 17 Sep 2019 18:31:06 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201909171831.x8HIV6hI044408@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Tue, 17 Sep 2019 18:31:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512226 - 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: 512226 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Sep 2019 18:31:07 -0000 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