Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jun 2018 14:21:50 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r472605 - branches/2018Q2/sysutils/password-store
Message-ID:  <201806171421.w5HELoT5028675@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sun Jun 17 14:21:49 2018
New Revision: 472605
URL: https://svnweb.freebsd.org/changeset/ports/472605

Log:
  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)

Modified:
  branches/2018Q2/sysutils/password-store/Makefile
  branches/2018Q2/sysutils/password-store/distinfo
  branches/2018Q2/sysutils/password-store/pkg-plist
Directory Properties:
  branches/2018Q2/   (props changed)

Modified: branches/2018Q2/sysutils/password-store/Makefile
==============================================================================
--- branches/2018Q2/sysutils/password-store/Makefile	Sun Jun 17 13:46:20 2018	(r472604)
+++ branches/2018Q2/sysutils/password-store/Makefile	Sun Jun 17 14:21:49 2018	(r472605)
@@ -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@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: branches/2018Q2/sysutils/password-store/distinfo
==============================================================================
--- branches/2018Q2/sysutils/password-store/distinfo	Sun Jun 17 13:46:20 2018	(r472604)
+++ branches/2018Q2/sysutils/password-store/distinfo	Sun Jun 17 14:21:49 2018	(r472605)
@@ -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: branches/2018Q2/sysutils/password-store/pkg-plist
==============================================================================
--- branches/2018Q2/sysutils/password-store/pkg-plist	Sun Jun 17 13:46:20 2018	(r472604)
+++ branches/2018Q2/sysutils/password-store/pkg-plist	Sun Jun 17 14:21:49 2018	(r472605)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806171421.w5HELoT5028675>