From owner-svn-ports-all@freebsd.org Wed Jul 1 15:31:49 2020 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 A49CD355705; Wed, 1 Jul 2020 15:31:49 +0000 (UTC) (envelope-from fernape@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49xlZY3P8gz4f59; Wed, 1 Jul 2020 15:31:49 +0000 (UTC) (envelope-from fernape@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 57D0FB999; Wed, 1 Jul 2020 15:31:49 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 061FVnmK094530; Wed, 1 Jul 2020 15:31:49 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 061FVnER094529; Wed, 1 Jul 2020 15:31:49 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202007011531.061FVnER094529@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Wed, 1 Jul 2020 15:31:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r540971 - head/security/teleport X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/security/teleport X-SVN-Commit-Revision: 540971 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.33 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: Wed, 01 Jul 2020 15:31:49 -0000 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