Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Oct 2018 20:01:39 +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: r481062 - head/devel/gitaly
Message-ID:  <201810012001.w91K1dFT066307@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Mon Oct  1 20:01:39 2018
New Revision: 481062
URL: https://svnweb.freebsd.org/changeset/ports/481062

Log:
  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
  MFH:		2018Q4
  Security:	065b3b72-c5ab-11e8-9ae2-001b217b3468

Modified:
  head/devel/gitaly/Makefile
  head/devel/gitaly/distinfo

Modified: head/devel/gitaly/Makefile
==============================================================================
--- head/devel/gitaly/Makefile	Mon Oct  1 19:57:09 2018	(r481061)
+++ head/devel/gitaly/Makefile	Mon Oct  1 20:01:39 2018	(r481062)
@@ -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: head/devel/gitaly/distinfo
==============================================================================
--- head/devel/gitaly/distinfo	Mon Oct  1 19:57:09 2018	(r481061)
+++ head/devel/gitaly/distinfo	Mon Oct  1 20:01:39 2018	(r481062)
@@ -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?201810012001.w91K1dFT066307>