Please find enclosed a diff for updating security/lastpass-cli to 0.7.0.
Changelog can be found at https://github.com/lastpass/lastpass-cli/releases
Comments, ok?
--
Björn Ketelaars
GPG key: 0x4F0E5F21
diff --git security/lastpass-cli/Makefile security/lastpass-cli/Makefile
index 14a2b59..e272f6d 100644
--- security/lastpass-cli/Makefile
+++ security/lastpass-cli/Makefile
@@ -4,7 +4,7 @@ COMMENT = lastPass command line interface tool
GH_ACCOUNT = lastpass
GH_PROJECT = lastpass-cli
-GH_TAGNAME = v0.6.0
+GH_TAGNAME = v0.7.0
DISTNAME = ${GH_PROJECT}-${GH_TAGNAME:S/v//}
CATEGORIES = security
diff --git security/lastpass-cli/distinfo security/lastpass-cli/distinfo
index 52bee42..1a21d92 100644
--- security/lastpass-cli/distinfo
+++ security/lastpass-cli/distinfo
@@ -1,2 +1,2 @@
-SHA256 (lastpass-cli-0.6.0.tar.gz) =
5I8hCzSgMOi4zvPh0FlXqr51fqTNMb8DxGtw3cgwczw=
-SIZE (lastpass-cli-0.6.0.tar.gz) = 65047
+SHA256 (lastpass-cli-0.7.0.tar.gz) =
Ks+3cj6FRC/KTTB+4CJSbGc9hW9VYLbicIKKFujScCs=
+SIZE (lastpass-cli-0.7.0.tar.gz) = 68188
diff --git security/lastpass-cli/patches/patch-upload-queue_c
security/lastpass-cli/patches/patch-upload-queue_c
index 3b1e70e..9fda475 100644
--- security/lastpass-cli/patches/patch-upload-queue_c
+++ security/lastpass-cli/patches/patch-upload-queue_c
@@ -1,9 +1,9 @@
$OpenBSD: patch-upload-queue_c,v 1.1.1.1 2015/09/02 16:10:06 sthen Exp $
cope with 64-bit time_t on 32-bit arches
---- upload-queue.c.orig Thu Aug 27 17:40:52 2015
-+++ upload-queue.c Thu Aug 27 17:41:27 2015
-@@ -46,7 +46,7 @@ static void upload_queue_write_entry(const char *entry
+--- upload-queue.c.orig Thu Nov 12 21:36:55 2015
++++ upload-queue.c Mon Nov 16 21:32:21 2015
+@@ -75,7 +75,7 @@ static void upload_queue_write_entry(const char *entry
for (serial = 0; serial < ULONG_MAX; ++serial) {
free(name);