Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Oct 2018 06:20:32 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r481097 - branches/2018Q4/devel/gitaly
Message-ID:  <201810020620.w926KWHg029987@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Tue Oct  2 06:20:32 2018
New Revision: 481097
URL: https://svnweb.freebsd.org/changeset/ports/481097

Log:
  MFH: r481062
  
  devel/gitaly upgrade to 0.120.1 which is required for gitlab-ce 11.3.1 security update.
  
  Approved by:	mentors (implicit)
  MFC after:	0d
  Security:	065b3b72-c5ab-11e8-9ae2-001b217b3468
  
  Approved by:	ports-secteam (miwi)

Modified:
  branches/2018Q4/devel/gitaly/Makefile
  branches/2018Q4/devel/gitaly/distinfo
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/devel/gitaly/Makefile
==============================================================================
--- branches/2018Q4/devel/gitaly/Makefile	Tue Oct  2 04:01:36 2018	(r481096)
+++ branches/2018Q4/devel/gitaly/Makefile	Tue Oct  2 06:20:32 2018	(r481097)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gitaly
-DISTVERSION=	0.120.0
+DISTVERSION=	0.120.1
 CATEGORIES=	devel
 
 MAINTAINER=	mfechner@FreeBSD.org
@@ -41,7 +41,7 @@ USE_RUBY=	yes
 USE_GITLAB=	yes
 GL_ACCOUNT=	gitlab-org
 # Find this here: https://gitlab.com/gitlab-org/gitaly/tags
-GL_COMMIT=	8a8daada771e4659baeb6fc08178179ea78010a6
+GL_COMMIT=	5a739d657452de73137c2a0cb7d171c40fa3557a
 
 post-patch:
 	${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/config.toml.example

Modified: branches/2018Q4/devel/gitaly/distinfo
==============================================================================
--- branches/2018Q4/devel/gitaly/distinfo	Tue Oct  2 04:01:36 2018	(r481096)
+++ branches/2018Q4/devel/gitaly/distinfo	Tue Oct  2 06:20:32 2018	(r481097)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1537566136
-SHA256 (gitlab-org-gitaly-8a8daada771e4659baeb6fc08178179ea78010a6_GL0.tar.gz) = 172816c471e65f2da09eb51066624d115c7b4db05a8983dbb4d6943ab24f197e
-SIZE (gitlab-org-gitaly-8a8daada771e4659baeb6fc08178179ea78010a6_GL0.tar.gz) = 3608782
+TIMESTAMP = 1538419557
+SHA256 (gitlab-org-gitaly-5a739d657452de73137c2a0cb7d171c40fa3557a_GL0.tar.gz) = 1bc5e27bef1ae2ff6c69f8a04afbd8db954562d3888398226e281a4004ea5ea0
+SIZE (gitlab-org-gitaly-5a739d657452de73137c2a0cb7d171c40fa3557a_GL0.tar.gz) = 3608844



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810020620.w926KWHg029987>