2023-05-05 21:37:45 by Benny Siegert | Files touched by this commit (134) | |
Log message:
Revbump all Go packages after go120 security update
|
2023-04-27 21:18:28 by Nikita | Files touched by this commit (3) | |
Log message:
gopass: update to version 1.15.5
Changelog:
1.15.5 / 2023-04-07
Use Go1.20 (#2567)
[ENHANCEMENT] Add internal pager (ov). (#2510)
[cleanup] Stop requiring RELEASE_NOTES (#2580)
[postrel] Pull before updating integrations
|
2023-04-05 22:48:01 by Benny Siegert | Files touched by this commit (140) | |
Log message:
Revbump all Go packages after yesterday's go120 security update
|
2023-03-08 21:31:11 by Nikita | Files touched by this commit (3) | |
Log message:
gopass: update to version 1.15.4
ChangeLog (taken from https://github.com/gopasspw/gopass/releases):
1.15.4 / 2023-02-12
[BUGFIX] Also accept lower case CTE headers. (#2539, #2518)
[BUGFIX] Commit changes to mount config changes. (#2542, #2530)
[BUGFIX] Do not restrict pwlen when maxlen is zero. (#2537, #2536)
[BUGFIX] Fix fossilfs sync (#2549, #2516)
[BUGFIX] Fix recipients check for age. (#2545, #2544)
[BUGFIX] Hide harmless git error messages. (#2547, #2543)
[BUGFIX] Improve error handling for gopass convert (#2548, #2520)
[ENHANCEMENT] Add edit.auto-create (#2538)
1.15.3 / 2023-01-07
[BUGFIX] Check recipients before launching editor. (#2488, #1565)
[BUGFIX] Fix possible concurrency issues in fsck. (#2486, #2459)
[BUGFIX] Honor core.autosync (#2497, #2495)
[BUGFIX] Honor fuzzy search abort (#2491, #2490)
[ENHANCEMENT] Add nicer gopass audit HTML output (#2508)
[ENHANCEMENT] Check recipients before adding a new one. (#2487, #1918)
[ENHANCEMENT] Do not enforce lower case keys (#2489, #1777)
[ENHANCEMENT] Do not rewrite ~. (#2496, #2083)
[ENHANCEMENT] Rewrite gopass audit. Add HTML and CSV (#2506, #2504)
[ENHANCEMENT] gitconfig: Support MultiVars (#2476, #2457)
|
2023-03-08 14:39:00 by Benny Siegert | Files touched by this commit (131) | |
Log message:
Revbump all Go packages after go119 security update
|
2023-02-16 16:02:10 by Benny Siegert | Files touched by this commit (129) | |
Log message:
Revbump all Go packages after go119 update
|
2023-01-11 18:28:38 by Benny Siegert | Files touched by this commit (123) | |
Log message:
Revbump all Go packages after go119 update
|
2022-12-28 19:56:17 by Nikita | Files touched by this commit (3) |
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)
|
2022-12-08 17:14:27 by Benny Siegert | Files touched by this commit (122) | |
Log message:
Revbump all Go packages after go119 security update
|
2022-11-05 14:42:58 by Nikita | Files touched by this commit (5) |
Log message:
Import wip/gopass as security/gopass.
Add gopass version 1.14.9, packaged by Iku Iwasa.
gopass is a rewrite of the pass password manager in Go with the aim of
making it cross-platform and adding additional features. Our target
audience are professional developers and sysadmins (and especially teams of
those) who are well versed with a command line interface. One explicit
goal for this project is to make it more approachable to non-technical
users. We go by the UNIX philosophy and try to do one thing and do it
well, providing a stellar user experience and a sane, simple interface.
|