svn commit: r491751 - head/devel/gitaly

Matthias Fechner mfechner at FreeBSD.org
Thu Jan 31 18:24:38 UTC 2019


Author: mfechner
Date: Thu Jan 31 18:24:36 2019
New Revision: 491751
URL: https://svnweb.freebsd.org/changeset/ports/491751

Log:
  Upgrade to 1.12.2 which is required for security update of gitlab-ce 11.7.3.

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

Modified: head/devel/gitaly/Makefile
==============================================================================
--- head/devel/gitaly/Makefile	Thu Jan 31 18:23:35 2019	(r491750)
+++ head/devel/gitaly/Makefile	Thu Jan 31 18:24:36 2019	(r491751)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gitaly
-DISTVERSION=	1.12.1
+DISTVERSION=	1.12.2
 CATEGORIES=	devel
 
 MAINTAINER=	mfechner at FreeBSD.org
@@ -40,7 +40,7 @@ USE_RUBY=	yes
 USE_GITLAB=	yes
 GL_ACCOUNT=	gitlab-org
 # Find this here: https://gitlab.com/gitlab-org/gitaly/tags
-GL_COMMIT=	8aacfc36317eaa286d2f04990de4c4acf218aa52
+GL_COMMIT=	2b9c04142a0e7db26c014efa7c6530f4f0f298c9
 
 post-patch:
 	${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/config.toml.example

Modified: head/devel/gitaly/distinfo
==============================================================================
--- head/devel/gitaly/distinfo	Thu Jan 31 18:23:35 2019	(r491750)
+++ head/devel/gitaly/distinfo	Thu Jan 31 18:24:36 2019	(r491751)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1548341561
-SHA256 (gitlab-org-gitaly-8aacfc36317eaa286d2f04990de4c4acf218aa52_GL0.tar.gz) = 0d892261f6cf113a1867fc43d71d782be7c0dd86b05ac4658470f73c020ffd3b
-SIZE (gitlab-org-gitaly-8aacfc36317eaa286d2f04990de4c4acf218aa52_GL0.tar.gz) = 4274878
+TIMESTAMP = 1548955426
+SHA256 (gitlab-org-gitaly-2b9c04142a0e7db26c014efa7c6530f4f0f298c9_GL0.tar.gz) = 55b00ef230b74c0e45532f8b8213280872ad32e4e07a5a73366fd4f969d9b9c8
+SIZE (gitlab-org-gitaly-2b9c04142a0e7db26c014efa7c6530f4f0f298c9_GL0.tar.gz) = 4275786


More information about the svn-ports-all mailing list