svn commit: r472398 - head/sysutils/password-store

Rene Ladan rene at FreeBSD.org
Thu Jun 14 21:04:08 UTC 2018


Author: rene
Date: Thu Jun 14 21:04:06 2018
New Revision: 472398
URL: https://svnweb.freebsd.org/changeset/ports/472398

Log:
  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.
  
  MFH:		2018Q2
  Security:	https://vuxml.freebsd.org/freebsd/53eb9e1e-7014-11e8-8b1f-3065ec8fd3ec.html

Modified:
  head/sysutils/password-store/Makefile
  head/sysutils/password-store/distinfo
  head/sysutils/password-store/pkg-plist

Modified: head/sysutils/password-store/Makefile
==============================================================================
--- head/sysutils/password-store/Makefile	Thu Jun 14 21:02:30 2018	(r472397)
+++ head/sysutils/password-store/Makefile	Thu Jun 14 21:04:06 2018	(r472398)
@@ -1,16 +1,17 @@
 # $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 at FreeBSD.org
 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 \

Modified: head/sysutils/password-store/distinfo
==============================================================================
--- head/sysutils/password-store/distinfo	Thu Jun 14 21:02:30 2018	(r472397)
+++ head/sysutils/password-store/distinfo	Thu Jun 14 21:04:06 2018	(r472398)
@@ -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

Modified: head/sysutils/password-store/pkg-plist
==============================================================================
--- head/sysutils/password-store/pkg-plist	Thu Jun 14 21:02:30 2018	(r472397)
+++ head/sysutils/password-store/pkg-plist	Thu Jun 14 21:04:06 2018	(r472398)
@@ -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


More information about the svn-ports-all mailing list