Port details |
- lastpass-cli LastPass command line interface tool
- 1.6.1 security =3 1.6.0Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2014-11-04 17:11:13
- Last Update: 2024-11-21 13:37:58
- Commit Hash: 581ffca
- People watching this port, also watch:: nagios-check_hdd_health, nuitka-py311, monit, py39-beautifulsoup, openmdns
- License: GPLv2
- WWW:
- https://lastpass.com/
- https://github.com/lastpass/lastpass-cli
- Description:
- lastpass-cli is an open-source command-line interface to the popular LastPass
password management service.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- lastpass-cli>0:security/lastpass-cli
- To install the port:
- cd /usr/ports/security/lastpass-cli/ && make install clean
- To add the package, run one of these commands:
- pkg install security/lastpass-cli
- pkg install lastpass-cli
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lastpass-cli
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1731679174
SHA256 (lastpass-cli-1.6.1.tar.gz) = 5e4ff5c9fef8aa924547c565c44e5b4aa31e63d642873847b8e40ce34558a5e1
SIZE (lastpass-cli-1.6.1.tar.gz) = 125881
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bash-completion>=0 : shells/bash-completion
- asciidoc : textproc/asciidoc
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- bash-completion>=0 : shells/bash-completion
- Library dependencies:
-
- libcurl.so : ftp/curl
- libxml2.so : textproc/libxml2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for lastpass-cli-1.6.1:
BASH=on: Install programmable completions for Bash
MANPAGES=on: Build and/or install manual pages
PINENTRY=off: Use pinentry for password entry
XCLIP=off: Use xclip for interacting with X11 clipboard
XSEL=off: Use xsel for interacting with X11 clipboard
===> Use 'make config' to modify these settings
- Options name:
- security_lastpass-cli
- USES:
- cmake gnome pkgconfig shebangfix ssl
- pkg-message:
- For install:
- Before using the 'edit' subcommand interactively, it's recommended to set the
SECURE_TMPDIR environment variable to a location that isn't written to disk,
such as a tmpfs mount, ideally using encrypted swap:
https://docs.freebsd.org/en/books/handbook/disks/#swap-encrypting
Also keep in mind your editor may create temporary files and backups in other
locations - consider disabling these features for files matching the pattern
lpass.* or within your $SECURE_TMPDIR. For example, with vim:
autocmd BufRead lpass.* setlocal noundofile nowritebackup noswapfile
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6.1 21 Nov 2024 13:37:58 |
Po-Chuan Hsieh (sunpoet) |
security/lastpass-cli: Update to 1.6.1
Changes: https://github.com/lastpass/lastpass-cli/releases |
1.6.0 05 Sep 2024 06:17:47 |
Po-Chuan Hsieh (sunpoet) |
security/lastpass-cli: Update to 1.6.0
Changes: https://github.com/lastpass/lastpass-cli/releases |
1.3.7 14 Nov 2023 17:15:34 |
Po-Chuan Hsieh (sunpoet) |
security/lastpass-cli: Update to 1.3.7
- Update MASTER_SITES: use upstream release tarball
- Update WWW
- Convert REINPLACE_CMD to patch files
- Take maintainership
Changes: https://github.com/lastpass/lastpass-cli/releases |
1.3.6 19 Oct 2023 07:07:27 |
Robert Clausecker (fuz) Author: John W. O'Brien |
security/lastpass-cli: ensure consistent OpenSSL usage
The recent change, switching security/openssl from 1.1.1w to 3.0.11
uncovered a latent bug in security/lastpass-cli, which always uses
OpenSSL from base regardless of the ssl setting in DEFAULT_VERSIONS.
With DEFAULT_VERSIONS+=ssl=openssl, the configure phase reports
"Installing openssl-3.0.11,1" and subsequently
-- Found OpenSSL: /usr/lib/libcrypto.so (found version "1.1.1t")
This patch fixes the bug and ensures the same OpenSSL version is used
throughout.
PR: 274507
MFH: 2023Q4 |
1.3.6 10 Sep 2023 16:12:58 |
Robert Clausecker (fuz) Author: Thomas Hurst |
security/lastpass-cli: Update to 1.3.6 and drop maintainership
- Patch for upstream issue #532 has been refreshed to appease portlint
- MFH as update contains new pinned CA hashes
- Drop maintainership - I no longer use LastPass
Changelog: https://github.com/lastpass/lastpass-cli/releases/tag/v1.3.5
PR: 273498
MFH: 2023Q3 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.3.3_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.3.3_2 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.3.3_2 16 May 2022 06:49:43 |
Loïc Bartoletti (lbartoletti) |
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine |
1.3.3_2 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
1.3.3_1 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
1.3.3 18 Jul 2021 17:54:40 |
Po-Chuan Hsieh (sunpoet) |
security/lastpass-cli: Update URL after FreeBSD Documentation transition
Approved by: portmgr (blanket) |
1.3.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.3 02 Sep 2020 04:53:06 |
swills |
security/lastpass-cli: Fix build with -fno-common
PR: 249021
Submitted by: Thomas Hurst <tom@hur.st> (maintainer) |
1.3.3 16 Aug 2019 18:12:01 |
sunpoet |
Update to 1.3.3
- Add USES=gnome
- Add BASH option
Changes: https://github.com/lastpass/lastpass-cli/releases
PR: 239537
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 17 days) |
1.3.1_1 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
1.3.1_1 04 May 2019 09:22:25 |
tobik |
security/lastpass-cli: Switch to x11/xsel-conrad
lastpass-cli calls xsel with --clipboard and --input arguments which
the expiring x11/xsel does not support. Use x11/xsel-conrad instead
which does support them and is also the version that is mentioned
in README.md. |
1.3.1 18 May 2018 06:39:29 |
gahr |
security/lastpass-cli: fix distinfo after my latest update
Reported by: antoine |
1.3.1 17 May 2018 12:24:28 |
gahr |
security/lastpass-cli: update to 1.3.1
Fixes https://github.com/lastpass/lastpass-cli/issues/409
PR: 228310
Approved by: portmgr (mat) |
1.2.1 30 Jun 2017 22:15:08 |
sunpoet |
Update to 1.2.1
Changes: https://github.com/lastpass/lastpass-cli/releases
PR: 220362
Submitted by: Thomas Hurst <tom@hur.st> (maintainer) |
1.1.2 13 Feb 2017 00:15:16 |
adamw |
Update to 1.1.2; now builds with cmake [1]
Remove no-longer-accurate block from pkg-message [2]
PR: 217018 [1]
Submitted by: adamw [1], maintainer [2]
Approved by: maintainer (Thomas Hurst) |
1.0.0 04 Aug 2016 14:41:32 |
pawel |
- Update to version 1.0.0 [1]
- Convert to USES=ssl [2]
PR: 211427 [1] [2]
Submitted by: cmt [1], maintainer [2]
Approved by: Thomas Hurst (maintainer) [1] |
0.9.0 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.9.0 15 Mar 2016 22:43:33 |
cmt |
update security/lastpass-cli to 0.9.0
PR: 207891
Approved by: rene (mentor)
Approved by: tom@hur.st (Maintainer) |
0.8.0 10 Jan 2016 10:16:27 |
miwi |
- Update to 0.8.0
PR: 206052
Submitted by: maintainer |
0.6.0 08 Sep 2015 23:43:57 |
cs |
Update to 0.6.0
PR: 202512
Submitted by: Thomas Hurst (maintainer) |
0.5.1 30 May 2015 21:25:07 |
mat |
Cleanup USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight |
0.5.1 05 May 2015 06:51:22 |
wen |
- Update to 0.5.1
PR: 199615
Submitted by: tom@hur.st(maintainer) |
0.5.0 02 Apr 2015 17:42:19 |
amdmi3 |
- Update to 0.5.0
PR: 198974
Submitted by: tom@hur.st (maintainer) |
0.4.0 19 Mar 2015 16:44:59 |
bdrewery |
Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr |
0.4.0 24 Nov 2014 19:15:54 |
danilo |
- Update to 0.4.0
PR: 195338
Submitted by: Thomas Hurst <tom@hur.st> (maintainer) |
0.3.0.20141031 04 Nov 2014 17:11:05 |
marino |
Add new port security/lastpass-cli
PR: 194594
Submitted by: Thomas Hurst
lastpass-cli is an open-source command-line interface to the popular
LastPass password management service. |