Created attachment 249162 [details] security-py-passhole-New-port-Secure-hole-for-your-p.patch Description: passhole is a commandline password manager for KeePass inspired by pass. Features: * fill user/pass field in any application via keyboard shortcut * add, delete, move, edit, rename entries and groups * generate alphanumeric, symbolic, or correct horse battery staple style passwords * temporarily cache database password (by default for 10 minutes) * multiple databases * supports KeePass v3 and v4 databases * supports TOTP WWW: https://pypi.org/project/passhole QA: * portlint: OK (looks fine.) * testport: OK (synth: 14.0-RELEASE, amd64)
Created attachment 253761 [details] py-passhole-1.10.0.patch Description: passhole is a commandline password manager for KeePass inspired by pass. Features: * fill user/pass field in any application via keyboard shortcut * add, delete, move, edit, rename entries and groups * generate alphanumeric, symbolic, or correct horse battery staple style passwords * temporarily cache database password (by default for 10 minutes) * multiple databases * supports KeePass v3 and v4 databases * supports TOTP WWW: https://pypi.org/project/passhole QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 14.1-RELEASE, amd64)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6bbcc0722c487d20d9c3b65de621d79a59c9a4ac commit 6bbcc0722c487d20d9c3b65de621d79a59c9a4ac Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2024-09-22 23:23:00 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-09-25 06:29:19 +0000 security/py-passhole: New port: Secure hole for your passwords (KeePass CLI) passhole is a commandline password manager for KeePass inspired by pass. Features: * fill user/pass field in any application via keyboard shortcut * add, delete, move, edit, rename entries and groups * generate alphanumeric, symbolic, or correct horse battery staple style passwords * temporarily cache database password (by default for 10 minutes) * multiple databases * supports KeePass v3 and v4 databases * supports TOTP WWW: https://pypi.org/project/passhole PR: 277696 Event: EuroBSDcon 2024 security/Makefile | 1 + security/py-passhole/Makefile (new) | 28 ++++++++++++++++++++++++++++ security/py-passhole/distinfo (new) | 3 +++ security/py-passhole/pkg-descr (new) | 13 +++++++++++++ 4 files changed, 45 insertions(+)
Thank you for your contribution.