notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details on branch 2023Q4
lastpass-cli LastPass command line interface tool
1.3.6 security on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 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 search for ports maintained by this maintainer
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (6 items)
Collapse this list.
  1. bin/lpass
  2. share/bash-completion/completions/lpass
  3. /usr/local/share/man/man1/lpass.1.gz
  4. /usr/local/share/licenses/lastpass-cli-1.3.6/catalog.mk
  5. /usr/local/share/licenses/lastpass-cli-1.3.6/LICENSE
  6. /usr/local/share/licenses/lastpass-cli-1.3.6/GPLv2
Collapse this list.
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: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. bash-completion>=0 : shells/bash-completion
  2. asciidoc : textproc/asciidoc
  3. xmlto : textproc/xmlto
  4. cmake : devel/cmake-core
  5. pkgconf>=1.3.0_1 : devel/pkgconf
Runtime dependencies:
  1. bash-completion>=0 : shells/bash-completion
Library dependencies:
  1. libcurl.so : ftp/curl
  2. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/lastpass/lastpass-cli/tar.gz/v1.3.6?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.3.6
19 Oct 2023 07:10:08
commit hash: 762e37327837dbc4ea55c0c22620fc05907e0c28commit hash: 762e37327837dbc4ea55c0c22620fc05907e0c28commit hash: 762e37327837dbc4ea55c0c22620fc05907e0c28commit hash: 762e37327837dbc4ea55c0c22620fc05907e0c28 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
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