This diff updates security/lastpass-cli to the latest release. Changelog:
https://github.com/lastpass/lastpass-cli/releases

OK?

-- 
Björn Ketelaars
GPG key: 0x4F0E5F21


diff --git security/lastpass-cli/Makefile security/lastpass-cli/Makefile
index 0f6cf04..96676cb 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.7.0
+GH_TAGNAME =   v0.8.0
 CATEGORIES =   security
 
 MAINTAINER =   Bjorn Ketelaars <bjorn.ketela...@hydroxide.nl>
diff --git security/lastpass-cli/distinfo security/lastpass-cli/distinfo
index 1a21d92..3fe863e 100644
--- security/lastpass-cli/distinfo
+++ security/lastpass-cli/distinfo
@@ -1,2 +1,2 @@
-SHA256 (lastpass-cli-0.7.0.tar.gz) = 
Ks+3cj6FRC/KTTB+4CJSbGc9hW9VYLbicIKKFujScCs=
-SIZE (lastpass-cli-0.7.0.tar.gz) = 68188
+SHA256 (lastpass-cli-0.8.0.tar.gz) = 
xcYHapqA3idff8VyddMDzAxOsh/wb3BWWQR6vAmoWVs=
+SIZE (lastpass-cli-0.8.0.tar.gz) = 79167
diff --git security/lastpass-cli/patches/patch-upload-queue_c 
security/lastpass-cli/patches/patch-upload-queue_c
index 347d559..d0d161c 100644
--- security/lastpass-cli/patches/patch-upload-queue_c
+++ security/lastpass-cli/patches/patch-upload-queue_c
@@ -2,14 +2,14 @@ $OpenBSD: patch-upload-queue_c,v 1.2 2015/11/16 21:00:00 
sthen Exp $
 
 cope with 64-bit time_t on 32-bit arches
 
---- upload-queue.c.orig        Thu Nov 12 20:36:55 2015
-+++ upload-queue.c     Mon Nov 16 20:56:47 2015
-@@ -75,7 +75,7 @@ static void upload_queue_write_entry(const char *entry
+--- upload-queue.c.orig        Mon Jan  4 19:27:09 2016
++++ upload-queue.c     Fri Jan  8 19:31:38 2016
+@@ -85,7 +85,7 @@ static void upload_queue_write_entry(const char *entry
  
        for (serial = 0; serial < ULONG_MAX; ++serial) {
                free(name);
--              xasprintf(&name, "upload-queue/%lu%lu", time(NULL), serial);
-+              xasprintf(&name, "upload-queue/%lld%lu", (long long)time(NULL), 
serial);
+-              xasprintf(&name, "upload-queue/%lu%04lu", time(NULL), serial);
++              xasprintf(&name, "upload-queue/%llu%04lu", (long 
long)time(NULL), serial);
                if (!config_exists(name))
                        break;
        }

Reply via email to