Port details on branch 2023Q4 |
- lastpass-cli LastPass command line interface tool
- 1.3.6 security =0 1.3.6Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2023-10-19 07:15:10
- Last Update: 2023-10-19 07:10:08
- Commit Hash: 762e373
- License: GPLv2
- WWW:
- https://lastpass.com/
- 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 = 1693845538
SHA256 (lastpass-lastpass-cli-v1.3.6_GH0.tar.gz) = 6573068abfda02426ba7374c03dde71d8870dcf44c8dc845bc53106be34bfedd
SIZE (lastpass-lastpass-cli-v1.3.6_GH0.tar.gz) = 117267
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- 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
- xmlto : textproc/xmlto
- cmake : devel/cmake-core
- 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.3.6:
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:noninja gnome pkgconfig 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:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.6 19 Oct 2023 07:10:08 |
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
(cherry picked from commit 76da322580253a6aaad9c9ec0fdc6a5427242865) |
Number of commits found: 1
|