Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jul 2020 12:48:19 +0000 (UTC)
From:      =?UTF-8?Q?Vin=c3=adcius_Zavam?= <egypcio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542500 - head/security/yubikey-agent
Message-ID:  <202007181248.06ICmJs0073752@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: egypcio
Date: Sat Jul 18 12:48:19 2020
New Revision: 542500
URL: https://svnweb.freebsd.org/changeset/ports/542500

Log:
  security/yubikey-agent: update 0.1.2 to 0.1.3
  
    while here, update its Go dependencies
      * golang:crypto:4b2356b1ed79 -> 948cd5f
      * golang:sys:1957bb5e6d1f    -> ddb9806

Modified:
  head/security/yubikey-agent/Makefile
  head/security/yubikey-agent/distinfo

Modified: head/security/yubikey-agent/Makefile
==============================================================================
--- head/security/yubikey-agent/Makefile	Sat Jul 18 12:45:03 2020	(r542499)
+++ head/security/yubikey-agent/Makefile	Sat Jul 18 12:48:19 2020	(r542500)
@@ -2,7 +2,7 @@
 
 PORTNAME=	yubikey-agent
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.1.2
+DISTVERSION=	0.1.3
 CATEGORIES=	security sysutils
 
 MAINTAINER=	egypcio@FreeBSD.org
@@ -21,9 +21,9 @@ USE_GITHUB=	yes
 
 GH_ACCOUNT=	FiloSottile
 		# github.com/go-piv/piv-go/commit/a3e5767 (Add FreeBSD Support)
-GH_TUPLE=	go-piv:piv-go:a3e5767:go_piv_piv_go/vendor/github.com/go-piv/piv-go \
-	golang:crypto:4b2356b1ed79:golang_crypto/vendor/golang.org/x/crypto \
-	golang:sys:1957bb5e6d1f:golang_sys/vendor/golang.org/x/sys \
+GH_TUPLE=	go-piv:piv-go:334df47:go_piv_piv_go/vendor/github.com/go-piv/piv-go \
+	golang:crypto:948cd5f:golang_crypto/vendor/golang.org/x/crypto \
+	golang:sys:ddb9806:golang_sys/vendor/golang.org/x/sys \
 	gopasspw:gopass:v1.9.1:gopasspw_gopass/vendor/github.com/gopasspw/gopass \
 	pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors
 

Modified: head/security/yubikey-agent/distinfo
==============================================================================
--- head/security/yubikey-agent/distinfo	Sat Jul 18 12:45:03 2020	(r542499)
+++ head/security/yubikey-agent/distinfo	Sat Jul 18 12:48:19 2020	(r542500)
@@ -1,12 +1,12 @@
-TIMESTAMP = 1592858568
-SHA256 (FiloSottile-yubikey-agent-v0.1.2_GH0.tar.gz) = 0ce2bb4ca2140d225420e4121b17e2c9fd6ddb1e25f0dc61741ba832e9e857a6
-SIZE (FiloSottile-yubikey-agent-v0.1.2_GH0.tar.gz) = 15776
-SHA256 (go-piv-piv-go-a3e5767_GH0.tar.gz) = a9744ed1332e892656baede675f9a1757f466e15a0e2bab07e6b6999fa2ccc55
-SIZE (go-piv-piv-go-a3e5767_GH0.tar.gz) = 33795
-SHA256 (golang-crypto-4b2356b1ed79_GH0.tar.gz) = c881b4149829d6e249674bed9ff03d61811aeaf7c66708b36599f595a5a31d08
-SIZE (golang-crypto-4b2356b1ed79_GH0.tar.gz) = 1728742
-SHA256 (golang-sys-1957bb5e6d1f_GH0.tar.gz) = 8a20dc325d45d1226aac2ead52786de8d365af90e74ec1cb031f4292ff856643
-SIZE (golang-sys-1957bb5e6d1f_GH0.tar.gz) = 1050651
+TIMESTAMP = 1595074884
+SHA256 (FiloSottile-yubikey-agent-v0.1.3_GH0.tar.gz) = 58c597551daf0c429d7ea63f53e72b464f8017f5d7f88965d4dae397ce2cb70a
+SIZE (FiloSottile-yubikey-agent-v0.1.3_GH0.tar.gz) = 17135
+SHA256 (go-piv-piv-go-334df47_GH0.tar.gz) = 9ef7f5282c0b73afbc7c5e7efde76dfb7fdb14c4e7013296dfd8116e3a408602
+SIZE (go-piv-piv-go-334df47_GH0.tar.gz) = 33796
+SHA256 (golang-crypto-948cd5f_GH0.tar.gz) = ea8e5aa5af90a7621702e75ca128185f0ffe104d9414ff2078155afbad620f82
+SIZE (golang-crypto-948cd5f_GH0.tar.gz) = 1732460
+SHA256 (golang-sys-ddb9806_GH0.tar.gz) = c2f80314640b3c884f8941cfec5656681796dc17332c39ad83991d4dd12df91b
+SIZE (golang-sys-ddb9806_GH0.tar.gz) = 1054331
 SHA256 (gopasspw-gopass-v1.9.1_GH0.tar.gz) = ea9820dbb69d5a510c1c1f8ae561e8e1928f792d764a24cd7eca307e38e2a756
 SIZE (gopasspw-gopass-v1.9.1_GH0.tar.gz) = 418562
 SHA256 (pkg-errors-v0.9.1_GH0.tar.gz) = 56bfd893023daa498508bfe161de1be83299fcf15376035e7df79cbd7d6fa608



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