MFH: r472398
sysutils/password-store: update to version 1.7.2. Switch to xz format to enable comparing the checksum of the downloaded file with the checksum given in the GPG-signed release email. Security: https://vuxml.freebsd.org/freebsd/53eb9e1e-7014-11e8-8b1f-3065ec8fd3ec.html Approved by: ports-secteam (riggs)
This commit is contained in:
parent
7975ea832f
commit
a2667f0cfc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q2/; revision=472605
@ -1,10 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= password-store
|
||||
PORTVERSION= 1.7.1
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.7.2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://git.zx2c4.com/password-store/snapshot/
|
||||
MASTER_SITES= https://git.zx2c4.com/password-store/snapshot/
|
||||
|
||||
MAINTAINER= rene@FreeBSD.org
|
||||
COMMENT= Stores, retrieves, generates, and synchronizes passwords securely
|
||||
@ -12,6 +11,8 @@ COMMENT= Stores, retrieves, generates, and synchronizes passwords securely
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= tar:xz
|
||||
|
||||
RUN_DEPENDS= bash:shells/bash \
|
||||
getopt>=0:misc/getopt \
|
||||
gnupg>=2:security/gnupg \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1494164140
|
||||
SHA256 (password-store-1.7.1.tar.gz) = 3f7eadf5032ad7f966b408000827251b79cd5f3cfc0a0ba0c9d012764d0c303d
|
||||
SIZE (password-store-1.7.1.tar.gz) = 70522
|
||||
TIMESTAMP = 1529007518
|
||||
SHA256 (password-store-1.7.2.tar.xz) = 4768c5e1965c4d2aeb28818681e484fb105b6f46cbd75a97608615c4ec6980ea
|
||||
SIZE (password-store-1.7.2.tar.xz) = 63620
|
||||
|
@ -5,6 +5,7 @@ man/man1/pass.1.gz
|
||||
%%CONTRIB%%%%DATADIR%%/dmenu/README.md
|
||||
%%CONTRIB%%%%DATADIR%%/dmenu/passmenu
|
||||
%%CONTRIB%%%%DATADIR%%/emacs/Cask
|
||||
%%CONTRIB%%%%DATADIR%%/emacs/CHANGELOG.md
|
||||
%%CONTRIB%%%%DATADIR%%/emacs/README.md
|
||||
%%CONTRIB%%%%DATADIR%%/emacs/password-store.el
|
||||
%%CONTRIB%%%%DATADIR%%/importers/1password2pass.rb
|
||||
@ -25,7 +26,8 @@ man/man1/pass.1.gz
|
||||
%%CONTRIB%%%%DATADIR%%/pass.bash-completion
|
||||
%%CONTRIB%%%%DATADIR%%/pass.fish-completion
|
||||
%%CONTRIB%%%%DATADIR%%/pass.zsh-completion
|
||||
%%CONTRIB%%%%DATADIR%%/vim/noplaintext.vim
|
||||
%%CONTRIB%%%%DATADIR%%/vim/redact_pass.txt
|
||||
%%CONTRIB%%%%DATADIR%%/vim/redact_pass.vim
|
||||
%%CONTRIB%%etc/bash_completion.d/password-store
|
||||
%%CONTRIB%%share/fish/completions/password-store.fish
|
||||
%%CONTRIB%%share/zsh/site-functions/_pass
|
||||
|
Loading…
Reference in New Issue
Block a user