View | Details | Raw Unified | Return to bug 228310 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	lastpass-cli
4
PORTNAME=	lastpass-cli
5
PORTVERSION=	1.2.1
5
PORTVERSION=	1.3.0
6
PORTREVISION=	0
6
DISTVERSIONPREFIX=	v
7
DISTVERSIONPREFIX=	v
7
CATEGORIES=	security
8
CATEGORIES=	security
8
9
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1498689347
1
TIMESTAMP = 1526544326
2
SHA256 (lastpass-lastpass-cli-v1.2.1_GH0.tar.gz) = 1a49a37a67a973296e218306e6d36c9383347b1833e5a878ebc08355b1c77456
2
SHA256 (lastpass-lastpass-cli-v1.3.0_GH0.tar.gz) = bbcfd673d668287e773eef44da65fbd2f292daa213a39528f31037c528dbcfe4
3
SIZE (lastpass-lastpass-cli-v1.2.1_GH0.tar.gz) = 108780
3
SIZE (lastpass-lastpass-cli-v1.3.0_GH0.tar.gz) = 113969
(-)files/patch-pins.h (+27 lines)
Line 0 Link Here
1
From b888411b042df9414d1d78d99332b672e65c4eb9 Mon Sep 17 00:00:00 2001
2
From: Bob Copeland <copeland@lastpass.com>
3
Date: Wed, 16 May 2018 16:07:58 -0400
4
Subject: [PATCH] Revert "pins: remove GlobalSign R1/R3 pins"
5
6
This reverts commit 46e2a0fb488f4ed7fd8cc3f1c5b64ca009abc5ba.
7
---
8
 pins.h | 4 ++++
9
 1 file changed, 4 insertions(+)
10
11
diff --git a/pins.h b/pins.h
12
index e629b6f..7455574 100644
13
--- pins.h.orig
14
+++ pins.h
15
@@ -5,8 +5,12 @@ const char *PK_PINS[] = {
16
 	"HXXQgxueCIU5TTLHob/bPbwcKOKw6DkfsTWYHbxbqTY=",
17
 	/* current lastpass.eu primary (AddTrust) */
18
 	"lCppFqbkrlJ3EcVFAkeip0+44VaoJUymbnOaEUk7tEU=",
19
+	/* future lastpass root CA (GlobalSign R1) */
20
+	"K87oWBWM9UZfyddvDfoxL+8lpNyoUB2ptGtn0fv6G2Q=",
21
 	/* future lastpass root CA (GlobalSign R2) */
22
 	"iie1VXtL7HzAMF+/PVPR9xzT80kQxdZeJ+zduCB3uj0=",
23
+	/* future lastpass root CA (GlobalSign R3) */
24
+	"cGuxAXyFXFkWm61cF4HPWX8S0srS9j0aSqN0k4AP+4A=",
25
 	/* future lastpass.com primary (leaf) */
26
 	"0hkr5YW/WE6Nq5hNTcApxpuaiwlwy5HUFiOt3Qd9VBc=",
27
 	/* future lastpass.com backup (leaf) */

Return to bug 228310