The diff below brings lastpass-cli to the latest version. Changelog can be found at https://github.com/lastpass/lastpass-cli/releases/tag/v1.2.2
Comments / OK's? -- Björn Ketelaars GPG key: 0x4F0E5F21 diff --git security/lastpass-cli/Makefile security/lastpass-cli/Makefile index d923eed42b7..e4e46ce055a 100644 --- security/lastpass-cli/Makefile +++ security/lastpass-cli/Makefile @@ -4,8 +4,7 @@ COMMENT = LastPass command line interface tool GH_ACCOUNT = lastpass GH_PROJECT = lastpass-cli -GH_TAGNAME = v1.2.1 -REVISION = 0 +GH_TAGNAME = v1.2.2 CATEGORIES = security MAINTAINER = Bjorn Ketelaars <bjorn.ketela...@hydroxide.nl> diff --git security/lastpass-cli/distinfo security/lastpass-cli/distinfo index ace40671eac..2bbf379ee21 100644 --- security/lastpass-cli/distinfo +++ security/lastpass-cli/distinfo @@ -1,2 +1,2 @@ -SHA256 (lastpass-cli-1.2.1.tar.gz) = GkmjemepcyluIYMG5tNsk4M0exgz5ah468CDVbHHdFY= -SIZE (lastpass-cli-1.2.1.tar.gz) = 108780 +SHA256 (lastpass-cli-1.2.2.tar.gz) = Jsk65hCTITnayv8uD5FsVije9Iu0EptAmRAc9ObHxJk= +SIZE (lastpass-cli-1.2.2.tar.gz) = 110045 diff --git security/lastpass-cli/patches/patch-http_c security/lastpass-cli/patches/patch-http_c deleted file mode 100644 index 323bf3aee97..00000000000 --- security/lastpass-cli/patches/patch-http_c +++ /dev/null @@ -1,19 +0,0 @@ -$OpenBSD: patch-http_c,v 1.1 2017/09/29 15:56:40 sthen Exp $ - -From 68cfae08b22954fe952cfe590daa4b81a7f7124b Mon Sep 17 00:00:00 2001 -Date: Fri, 29 Sep 2017 14:06:25 +0200 -Subject: [PATCH] use-after-free bug in http.c - -Index: http.c ---- http.c.orig -+++ http.c -@@ -310,8 +310,8 @@ char *http_post_lastpass_v_noexit(const char *server, - ret = curl_easy_perform(curl); - unset_interrupt_detect(); - -- curl_easy_cleanup(curl); - curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, http_code); -+ curl_easy_cleanup(curl); - *curl_ret = ret; - - if (ret != CURLE_OK) {