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 4657855..f186203 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.8.0 +GH_TAGNAME = v0.9.0 CATEGORIES = security MAINTAINER = Bjorn Ketelaars <bjorn.ketela...@hydroxide.nl> diff --git security/lastpass-cli/distinfo security/lastpass-cli/distinfo index 3fe863e..ecf9147 100644 --- security/lastpass-cli/distinfo +++ security/lastpass-cli/distinfo @@ -1,2 +1,2 @@ -SHA256 (lastpass-cli-0.8.0.tar.gz) = xcYHapqA3idff8VyddMDzAxOsh/wb3BWWQR6vAmoWVs= -SIZE (lastpass-cli-0.8.0.tar.gz) = 79167 +SHA256 (lastpass-cli-0.9.0.tar.gz) = 5zFPDf7shq3XwZwFPuNLt6F25GLnFyfSs0VIHS0TaAA= +SIZE (lastpass-cli-0.9.0.tar.gz) = 84433 diff --git security/lastpass-cli/patches/patch-upload-queue_c security/lastpass-cli/patches/patch-upload-queue_c index 35b761a..c09519a 100644 --- security/lastpass-cli/patches/patch-upload-queue_c +++ security/lastpass-cli/patches/patch-upload-queue_c @@ -2,9 +2,9 @@ $OpenBSD: patch-upload-queue_c,v 1.3 2016/01/08 21:00:41 sthen Exp $ cope with 64-bit time_t on 32-bit arches ---- 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 +--- upload-queue.c.orig Wed Mar 2 23:03:40 2016 ++++ upload-queue.c Thu Mar 17 06:08:05 2016 +@@ -128,7 +128,7 @@ static void upload_queue_write_entry(const char *entry for (serial = 0; serial < ULONG_MAX; ++serial) { free(name);