Re: UPDATE: security/lastpass-cli 1.0.0

2016-08-27 Thread Daniel Jakots
On Tue, 2 Aug 2016 11:55:07 +0200, Björn Ketelaars
 wrote:

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

Thanks committed (and sorry for the lag). I removed pthread in WANTLIB
as it was marked as extra by make lib-depends-check.

Cheers,
Daniel



Re: UPDATE: security/lastpass-cli 1.0.0

2016-08-21 Thread Björn Ketelaars
On Thu 11/08/2016 09:21, Björn Ketelaars wrote:
> On Tue 02/08/2016 11:55, Björn Ketelaars wrote:
> > This diff updates security/lastpass-cli to the latest release. Changelog:
> > https://github.com/lastpass/lastpass-cli/releases
> > 
> > OK?
> 
> Ping

Ping...

-- 
Björn Ketelaars
GPG key: 0x4F0E5F21


diff --git security/lastpass-cli/Makefile security/lastpass-cli/Makefile
index f56a3ea..b0e53bd 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.9.0
+GH_TAGNAME =   v1.0.0
 CATEGORIES =   security
 
 MAINTAINER =   Bjorn Ketelaars 
diff --git security/lastpass-cli/distinfo security/lastpass-cli/distinfo
index ecf9147..d80a8fa 100644
--- security/lastpass-cli/distinfo
+++ security/lastpass-cli/distinfo
@@ -1,2 +1,2 @@
-SHA256 (lastpass-cli-0.9.0.tar.gz) = 
5zFPDf7shq3XwZwFPuNLt6F25GLnFyfSs0VIHS0TaAA=
-SIZE (lastpass-cli-0.9.0.tar.gz) = 84433
+SHA256 (lastpass-cli-1.0.0.tar.gz) = 
QglsC9OXKw6cyc7zL78UHkewS54jh/s6vosQXhNftB4=
+SIZE (lastpass-cli-1.0.0.tar.gz) = 92311
diff --git security/lastpass-cli/patches/patch-Makefile 
security/lastpass-cli/patches/patch-Makefile
index 80dab4a..7732b17 100644
--- security/lastpass-cli/patches/patch-Makefile
+++ security/lastpass-cli/patches/patch-Makefile
@@ -1,7 +1,7 @@
 $OpenBSD: patch-Makefile,v 1.1.1.1 2015/09/02 16:10:06 sthen Exp $
 Makefile.orig  Tue Aug 11 19:42:03 2015
-+++ Makefile   Thu Aug 27 17:37:15 2015
-@@ -6,7 +6,7 @@ MANDIR ?= $(PREFIX)/share/man
+--- Makefile.orig  Wed Jul 20 14:46:49 2016
 Makefile   Tue Aug  2 11:45:58 2016
+@@ -7,7 +7,7 @@ COMPDIR ?= $(shell pkg-config --variable=completionsdi
  
  CFLAGS ?= -O3 -march=native -fomit-frame-pointer -pipe
  CFLAGS += -std=gnu99 -D_GNU_SOURCE
diff --git security/lastpass-cli/patches/patch-upload-queue_c 
security/lastpass-cli/patches/patch-upload-queue_c
index 447b8af..d2b9f24 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.4 2016/04/17 09:16:43 landry 
Exp $
 
 cope with 64-bit time_t on 32-bit arches
 
 upload-queue.c.origWed 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
+--- upload-queue.c.origWed Jul 20 14:46:49 2016
 upload-queue.c Tue Aug  2 11:45:58 2016
+@@ -86,7 +86,7 @@ static void upload_queue_write_entry(const char *entry
  
for (serial = 0; serial < ULONG_MAX; ++serial) {
free(name);



Re: UPDATE: security/lastpass-cli 1.0.0

2016-08-11 Thread Björn Ketelaars
On Tue 02/08/2016 11:55, Björn Ketelaars wrote:
> This diff updates security/lastpass-cli to the latest release. Changelog:
> https://github.com/lastpass/lastpass-cli/releases
> 
> OK?

Ping

-- 
Björn Ketelaars
GPG key: 0x4F0E5F21


diff --git security/lastpass-cli/Makefile security/lastpass-cli/Makefile
index f56a3ea..b0e53bd 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.9.0
+GH_TAGNAME =   v1.0.0
 CATEGORIES =   security
 
 MAINTAINER =   Bjorn Ketelaars 
diff --git security/lastpass-cli/distinfo security/lastpass-cli/distinfo
index ecf9147..d80a8fa 100644
--- security/lastpass-cli/distinfo
+++ security/lastpass-cli/distinfo
@@ -1,2 +1,2 @@
-SHA256 (lastpass-cli-0.9.0.tar.gz) = 
5zFPDf7shq3XwZwFPuNLt6F25GLnFyfSs0VIHS0TaAA=
-SIZE (lastpass-cli-0.9.0.tar.gz) = 84433
+SHA256 (lastpass-cli-1.0.0.tar.gz) = 
QglsC9OXKw6cyc7zL78UHkewS54jh/s6vosQXhNftB4=
+SIZE (lastpass-cli-1.0.0.tar.gz) = 92311
diff --git security/lastpass-cli/patches/patch-Makefile 
security/lastpass-cli/patches/patch-Makefile
index 80dab4a..7732b17 100644
--- security/lastpass-cli/patches/patch-Makefile
+++ security/lastpass-cli/patches/patch-Makefile
@@ -1,7 +1,7 @@
 $OpenBSD: patch-Makefile,v 1.1.1.1 2015/09/02 16:10:06 sthen Exp $
 Makefile.orig  Tue Aug 11 19:42:03 2015
-+++ Makefile   Thu Aug 27 17:37:15 2015
-@@ -6,7 +6,7 @@ MANDIR ?= $(PREFIX)/share/man
+--- Makefile.orig  Wed Jul 20 14:46:49 2016
 Makefile   Tue Aug  2 11:45:58 2016
+@@ -7,7 +7,7 @@ COMPDIR ?= $(shell pkg-config --variable=completionsdi
  
  CFLAGS ?= -O3 -march=native -fomit-frame-pointer -pipe
  CFLAGS += -std=gnu99 -D_GNU_SOURCE
diff --git security/lastpass-cli/patches/patch-upload-queue_c 
security/lastpass-cli/patches/patch-upload-queue_c
index 447b8af..d2b9f24 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.4 2016/04/17 09:16:43 landry 
Exp $
 
 cope with 64-bit time_t on 32-bit arches
 
 upload-queue.c.origWed 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
+--- upload-queue.c.origWed Jul 20 14:46:49 2016
 upload-queue.c Tue Aug  2 11:45:58 2016
+@@ -86,7 +86,7 @@ static void upload_queue_write_entry(const char *entry
  
for (serial = 0; serial < ULONG_MAX; ++serial) {
free(name);