Index: Makefile =================================================================== --- Makefile (revision 470201) +++ Makefile (working copy) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= lastpass-cli -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.0 +PORTREVISION= 0 DISTVERSIONPREFIX= v CATEGORIES= security Index: distinfo =================================================================== --- distinfo (revision 470201) +++ distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498689347 -SHA256 (lastpass-lastpass-cli-v1.2.1_GH0.tar.gz) = 1a49a37a67a973296e218306e6d36c9383347b1833e5a878ebc08355b1c77456 -SIZE (lastpass-lastpass-cli-v1.2.1_GH0.tar.gz) = 108780 +TIMESTAMP = 1526544326 +SHA256 (lastpass-lastpass-cli-v1.3.0_GH0.tar.gz) = bbcfd673d668287e773eef44da65fbd2f292daa213a39528f31037c528dbcfe4 +SIZE (lastpass-lastpass-cli-v1.3.0_GH0.tar.gz) = 113969 Index: files/patch-pins.h =================================================================== --- files/patch-pins.h (nonexistent) +++ files/patch-pins.h (working copy) @@ -0,0 +1,27 @@ +From b888411b042df9414d1d78d99332b672e65c4eb9 Mon Sep 17 00:00:00 2001 +From: Bob Copeland +Date: Wed, 16 May 2018 16:07:58 -0400 +Subject: [PATCH] Revert "pins: remove GlobalSign R1/R3 pins" + +This reverts commit 46e2a0fb488f4ed7fd8cc3f1c5b64ca009abc5ba. +--- + pins.h | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/pins.h b/pins.h +index e629b6f..7455574 100644 +--- pins.h.orig ++++ pins.h +@@ -5,8 +5,12 @@ const char *PK_PINS[] = { + "HXXQgxueCIU5TTLHob/bPbwcKOKw6DkfsTWYHbxbqTY=", + /* current lastpass.eu primary (AddTrust) */ + "lCppFqbkrlJ3EcVFAkeip0+44VaoJUymbnOaEUk7tEU=", ++ /* future lastpass root CA (GlobalSign R1) */ ++ "K87oWBWM9UZfyddvDfoxL+8lpNyoUB2ptGtn0fv6G2Q=", + /* future lastpass root CA (GlobalSign R2) */ + "iie1VXtL7HzAMF+/PVPR9xzT80kQxdZeJ+zduCB3uj0=", ++ /* future lastpass root CA (GlobalSign R3) */ ++ "cGuxAXyFXFkWm61cF4HPWX8S0srS9j0aSqN0k4AP+4A=", + /* future lastpass.com primary (leaf) */ + "0hkr5YW/WE6Nq5hNTcApxpuaiwlwy5HUFiOt3Qd9VBc=", + /* future lastpass.com backup (leaf) */ Property changes on: files/patch-pins.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property