pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gnu-pw-mgr gnu-pw-mgr: Update to 2.7.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c844a184b82b
branches:  trunk
changeset: 448462:c844a184b82b
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Mar 08 12:39:33 2021 +0000

description:
gnu-pw-mgr: Update to 2.7.4

* Use pkgsrc libtool.
* Use MASTER_SITE_GNU as MASTER_SITES.

Changelog:
New in 2.7.4 - September 2020
New in 2.4 - August, 2018

disable the --use-pbkdf2 option and implement --rehash as replacement

* the default "rehash" count is printed with --status output
* security question answers can now be stable across password
  changes. Two answers are now printed: the deprecated version
  that changes with the rehash count, and the new version that
  is stable.

New in 2.2 - June, 2018

* Chase Bank has added the password restriction that no three characters
  may be in sequence. So look for that and fix it, if need be.

* Let people know when they last modified a password.
  Mark the day when the pbkdf2 count is modified.

* The confirmation value printed out is a hash based on the confirmation
  string and the current password. So, if the password changes, then
  so does the confirmation string. Not ideal. This change restricts
  the hashing source to just the password id and the confirmation
  string.

* Users may now specify a config file other than the default.

New in 2.0 - May, 2016

* A new option --shared to implement sharing passwords.
  This allows shared logins with secure passwords and still
  keeps all the other passwords very secret.  See the docs for
  the rationale and usage.

diffstat:

 security/gnu-pw-mgr/Makefile |   7 ++++---
 security/gnu-pw-mgr/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r 347b486f54ff -r c844a184b82b security/gnu-pw-mgr/Makefile
--- a/security/gnu-pw-mgr/Makefile      Mon Mar 08 11:51:11 2021 +0000
+++ b/security/gnu-pw-mgr/Makefile      Mon Mar 08 12:39:33 2021 +0000
@@ -1,14 +1,15 @@
-# $NetBSD: Makefile,v 1.3 2020/01/18 23:35:06 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2021/03/08 12:39:33 ryoon Exp $
 
-DISTNAME=      gnu-pw-mgr-1.5
+DISTNAME=      gnu-pw-mgr-2.7.4
 CATEGORIES=    security
-MASTER_SITES=  ftp://ftp.gnu.org/gnu/gnu-pw-mgr/
+MASTER_SITES=  ${MASTER_SITE_GNU:=gnu-pw-mgr/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.gnu.org/software/gnu-pw-mgr/
 COMMENT=       Password manager
 LICENSE=       gnu-gpl-v3
 
+USE_LIBTOOL=   yes
 GNU_CONFIGURE= yes
 INFO_FILES=    yes
 
diff -r 347b486f54ff -r c844a184b82b security/gnu-pw-mgr/distinfo
--- a/security/gnu-pw-mgr/distinfo      Mon Mar 08 11:51:11 2021 +0000
+++ b/security/gnu-pw-mgr/distinfo      Mon Mar 08 12:39:33 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 01:17:45 agc Exp $
+$NetBSD: distinfo,v 1.4 2021/03/08 12:39:33 ryoon Exp $
 
-SHA1 (gnu-pw-mgr-1.5.tar.gz) = a5c372bef293a6aa24718c61e6a3c12c946426d7
-RMD160 (gnu-pw-mgr-1.5.tar.gz) = 94afb7b8e4abf46f6caa0e9a8c538cc300cf9fe2
-SHA512 (gnu-pw-mgr-1.5.tar.gz) = 79d61733acf10c5da50c541ef11f41608043a13a2905f6e1610041643e732a931b65fd941f888fbfff8e452e8878bba9aac1d0996ca0ce0551eb02e3d59b3c54
-Size (gnu-pw-mgr-1.5.tar.gz) = 1156033 bytes
+SHA1 (gnu-pw-mgr-2.7.4.tar.gz) = a6ca847141620b6d2819b99b113ea119b15d1e5e
+RMD160 (gnu-pw-mgr-2.7.4.tar.gz) = abb1174c837c1c28659e03f5c91ba3849297a212
+SHA512 (gnu-pw-mgr-2.7.4.tar.gz) = 706c0f6d1dc0b299de73445afae57fac83b1b9bceb360305eeb094f764bce19bae6dc8ee114d8b601d95b6e3a89aef9eb911394c27b2375174bb08b38132d03b
+Size (gnu-pw-mgr-2.7.4.tar.gz) = 1616138 bytes



Home | Main Index | Thread Index | Old Index