Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jul 2020 15:31:49 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540971 - head/security/teleport
Message-ID:  <202007011531.061FVnER094529@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Wed Jul  1 15:31:48 2020
New Revision: 540971
URL: https://svnweb.freebsd.org/changeset/ports/540971

Log:
  security/teleport: update to 4.2.11
  
  From ChangeLog: https://github.com/gravitational/teleport/releases/tag/v4.2.11
  
   * Fixed an issue that prevented upload of session archives to NFS volumes.
   * Fixed an issue with port forwarding that prevented TCP connections from being
     closed correctly.
   * Fixed an issue in tsh that would cause connections to the Auth Server to fail
     on large clusters. #3872
   * Fixed an issue that prevented the use of Write-Only roles with S3 and GCS.
  
  While here:
  
   * Reorder some variables
   * Remove GH_TAG_COMMIT
  
  Reported by:	portscout

Modified:
  head/security/teleport/Makefile
  head/security/teleport/distinfo

Modified: head/security/teleport/Makefile
==============================================================================
--- head/security/teleport/Makefile	Wed Jul  1 15:24:07 2020	(r540970)
+++ head/security/teleport/Makefile	Wed Jul  1 15:31:48 2020	(r540971)
@@ -2,7 +2,7 @@
 
 PORTNAME=	teleport
 DISTVERSIONPREFIX=	v
-DISTVERSION=	4.2.10
+DISTVERSION=	4.2.11
 CATEGORIES=	security
 
 MAINTAINER=	ports@FreeBSD.org
@@ -19,20 +19,19 @@ USES=		compiler gmake go
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	gravitational
-GH_TAG_COMMIT=	b3f4ecb
 
 USE_RC_SUBR=	teleport
 
+# Extra assets are stored in the binary and must not be inadvertently removed
+STRIP=
+NOPRECIOUSMAKEVARS=	YES
+
 SUB_FILES=	pkg-message
 
 PLIST_FILES=	bin/teleport \
 		bin/tctl \
 		bin/tsh \
 		"@sample etc/teleport.yaml.sample"
-
-# Extra assets are stored in the binary and must not be inadvertently removed
-STRIP=
-NOPRECIOUSMAKEVARS=	YES
 
 GO_TELEPORT_SRC_DIR=	src/github.com/gravitational/teleport
 PRE_GOPATH_DIR=	${PORTNAME}-${DISTVERSION}${DISTVERSIONSUFFIX}

Modified: head/security/teleport/distinfo
==============================================================================
--- head/security/teleport/distinfo	Wed Jul  1 15:24:07 2020	(r540970)
+++ head/security/teleport/distinfo	Wed Jul  1 15:31:48 2020	(r540971)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1590656231
-SHA256 (gravitational-teleport-v4.2.10_GH0.tar.gz) = 487ddde0bb5e303d0e116e3f4d3155f1ed6792b7cfb8d823d8843a69b37ceed9
-SIZE (gravitational-teleport-v4.2.10_GH0.tar.gz) = 55838203
+TIMESTAMP = 1593594956
+SHA256 (gravitational-teleport-v4.2.11_GH0.tar.gz) = e0c8f0123fd2c87fccd5464abc1079a82f0097999efeed32059a01f6fab19616
+SIZE (gravitational-teleport-v4.2.11_GH0.tar.gz) = 55839443



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