Path to this page:
Subject: CVS commit: pkgsrc/security/gopass
From: Nikita
Date: 2022-12-28 19:56:17
Message id: 20221228185617.B577AFA90@cvs.NetBSD.org
Log Message:
gopass: Update to version 1.15.2
1.15.2 / 2022-12-18
[BUGFIX] [gitconfig] Properly parse Key-Value pairs with (#2482, #2479)
[ENHANCEMENT] Add --force-regen flag to generate (#2475, #2474)
[ENHANCEMENT] Add recipients hash checking. (#2481, #2478)
1.15.1 / 2022-12-11
[BUGFIX] Fix domain alias lookup (#2455, #2453)
[BUGFIX] Fix vim invocation. (#2456, #2424)
[CLEANUP] Unhide fscopy and fsmove (#2444, #1831)
[ENHANCEMENT] Add DirName template (#2452)
[ENHANCEMENT] Add generate.symbols and generate.length (#2443, #2151)
[ENHANCEMENT] Add template docs (#2445, #1562)
[ENHANCEMENT] Document supported secret formats. (#2439, #1585)
[ENHANCEMENT] Pre-populate ID with git values (#2442, #968)
[ENHANCEMENT] Support german language in the password (#2454, #2451)
1.15.0 / 2022-12-03
[BREAKING] New config format based on git config. (#2395, #1567, #1764, \
#1819, #1878, #2387, #2418)
[BUGFIX] Fix symlink deduplication. (#2437, #2402)
[ENHANCEMENT] Maintain secret structure when parsing (#2433, #2431)
[ENHANCEMENT] Retain recipients file format (#2432, #2430)
New config format: gitconfg
Gopass is getting a new config format based on the one use by git itself.
The new implementation is much more flexible and extensible and will allow us
to more easily support new config options going forward. It does also support
a hierachy of configs. That means we can now support system wide defaults
as well as per mount config options.
The system wide configuration gives package maintainers and admins of multi
user deployments the option to pre-set certain options to their liking.
New default secret format
The default secret format has been rewritten to replace two of the existing
ones (KV and Plain). The new format puts a strong emphasis on retaining the
input as close as possible. And small change that might be visible in some
corner cases is that every secret now contains a terminating new line.
Recipient files can now contain comments
The parsing of the recipients files (.gpg-id) has become more flexible and
can now contain comments. These will be retained when updating these files
through gopass as well.
1.14.10 / 2022-11-09
[BUGFIX] Correctly handle key removal on Windows (#2372, #2371)
[DOCUMENTATION] (#1878)
[ENHANCEMENT] Ignore comments in recipient files. (#2394, #2393)
[ENHANCEMENT] Improve key expiration handling (#2383, #2369)
[ENHANCEMENT] allow re-encrypting entire directory when (#2373)
Files: