Version: 1.13.0, Package name: gopass-1.13.0 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description 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. |
Filesize: 13.973 KB |
Version History (View Complete History) |
|
2021-11-13 14:58:30 by Stuart Henderson | Files touched by this commit (2) |
Log message: adjust the pledge string in gopass: +- if err := protect.Pledge("stdio rpath wpath cpath tty proc exec"); err != nil { ++ if err := protect.Pledge("stdio rpath wpath cpath fattr tty proc exec"); err != nil { during "gopass fsck" if files or directories are encountered with permissions that are too wide, it will use syscall.Chmod to fix too-open permissions on files or directories. wpath is not enough for this, fattr is needed. |
2021-11-12 17:25:44 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to gopass-1.12.8 |
2021-07-25 05:11:44 by Stuart Henderson | Files touched by this commit (1) |
Log message: set HOMEPAGE |
2021-07-16 14:03:31 by Stuart Henderson | Files touched by this commit (4) |
Log message: update to gopass 1.12.7 and install the manpage that's now included. ok abieber@ "NOTE: This release drops the integrations that were moved to their own repos, i.e. git-credential-gopass, gopass-hibp, gopass-jsonapi and gopass-summon-provider." -- if someone wants any of these, portgen go can probably help. |
2021-03-08 06:59:29 by Stuart Henderson | Files touched by this commit (92) |
Log message: bump the golang ports so that pkg_add -u knows to update them |
2021-01-16 10:26:17 by Aaron Bieber | Files touched by this commit (17) |
Log message: Drop MAINTAINER for a bunch of stuff I no longer use. |
2020-10-22 06:13:39 by Aaron Bieber | Files touched by this commit (3) |
Log message: Bump gopass to v1.10.1 - Include other gopass tools Changes here: https://github.com/gopasspw/gopass/releases/tag/v1.10.1 |
2020-10-05 13:46:18 by Jeremie Courreges-Anglas | Files touched by this commit (44) |
Log message: Remove gnupg-1.4 and replace it with gnupg-2 gnupg-1.4 is not developed actively anymore, and new software expects a modern "gpg" executable, which leads to pointless patches in the ports tree. Move the various users of security/gnupg2 to security/gnupg and zap patches that forced the use of "gpg2". Crusade started by edd@ (security/gnupg maintainer), gnupg->gnupg2 test reports from semarie@, giovanni@ and solene@, input and bulk build by sthen@. ok sthen@ edd@ (maintainer) |
2020-08-01 08:43:32 by Aaron Bieber | Files touched by this commit (2) |
Log message: Update to 1.9.2. Diff from Raymond E. Pasco <ray at ameretat dot dev>. Tweak from me for setting main.version. Thanks Raymond! |