Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jan 2019 22:08:14 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r490762 - branches/2019Q1/sysutils/helm
Message-ID:  <201901192208.x0JM8ERa018765@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Sat Jan 19 22:08:13 2019
New Revision: 490762
URL: https://svnweb.freebsd.org/changeset/ports/490762

Log:
  MFH: r490608
  
  - Update to 2.12.2
  
  It is a security release: https://helm.sh/blog/helm-security-notice-2019/index.html
  
  Approved by:	portmgr (miwi)

Modified:
  branches/2019Q1/sysutils/helm/Makefile
  branches/2019Q1/sysutils/helm/distinfo
Directory Properties:
  branches/2019Q1/   (props changed)

Modified: branches/2019Q1/sysutils/helm/Makefile
==============================================================================
--- branches/2019Q1/sysutils/helm/Makefile	Sat Jan 19 20:42:45 2019	(r490761)
+++ branches/2019Q1/sysutils/helm/Makefile	Sat Jan 19 22:08:13 2019	(r490762)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	helm
-PORTVERSION=	2.12.1
+PORTVERSION=	2.12.2
 CATEGORIES=	sysutils
 MASTER_SITES=	LOCAL/danilo
 
@@ -30,7 +30,7 @@ do-build:
 	cd ${WRKDIR}/src/k8s.io/helm/cmd/${cmd} ; \
 		GOPATH=${WRKDIR} go build \
 		-ldflags="-X k8s.io/helm/pkg/version.Version=v${PORTVERSION} \
-		-X k8s.io/helm/pkg/version.GitCommit=d325d2a9c179b33af1a024cdb5a4472b6288016a \
+		-X k8s.io/helm/pkg/version.GitCommit=7d2b0c73d734f6586ed222a567c5d103fed435be \
 		-X k8s.io/helm/pkg/version.BuildMetadata="
 .endfor
 

Modified: branches/2019Q1/sysutils/helm/distinfo
==============================================================================
--- branches/2019Q1/sysutils/helm/distinfo	Sat Jan 19 20:42:45 2019	(r490761)
+++ branches/2019Q1/sysutils/helm/distinfo	Sat Jan 19 22:08:13 2019	(r490762)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1545599535
-SHA256 (helm-2.12.1.tar.xz) = 994bddc09d596cb639bef7fc98a907e52157df0774ee865ac4b5af5041e18094
-SIZE (helm-2.12.1.tar.xz) = 39446588
+TIMESTAMP = 1547766363
+SHA256 (helm-2.12.2.tar.xz) = 262e5f6e3aa34d0ad96cb9cd5fc4b4d91428aecdfd78ea7d3f09f88e5ed9a231
+SIZE (helm-2.12.2.tar.xz) = 39560896



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