Summary
This is an X11-based passphrase dialog for use with OpenSSH. These dialogs are intended to be called from the ssh-add program and not invoked directly.
Versions
v1.2.4.1-r2 :: 0 :: gentoo
- Modified
- License
- HPND
- Keywords
- amd64 ppc sparc x86 ~alpha ~arm ~arm64 ~ppc64 ~riscv
Dependencies
virtual / ssh : Virtual for SSH client and server
x11-libs / libICE : X.Org Inter-Client Exchange library
x11-libs / libSM : X.Org Session Management library
Runtime Dependencies
virtual / ssh : Virtual for SSH client and server
x11-libs / libICE : X.Org Inter-Client Exchange library
x11-libs / libSM : X.Org Session Management library
Depending packages
app-admin / qtpass : Multi-platform GUI for pass, the standard unix password manager
net-misc / unison : Two-way cross-platform file synchronizer
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
*/*: unkeyword ~ia64
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Xin Yang · gentoo
net-misc/x11-ssh-askpass: keyword riscv 1.2.4.1-r2, #879113
Closes: https://github.com/gentoo/gentoo/pull/28095 Signed-off-by: Xin Yang <yangmame@icloud.com> Signed-off-by: Yixun Lan <dlan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
net-misc/x11-ssh-askpass: force gcc -E for imake's generation
Requires traditional cpp support and is broken in all sort of ways with clang-cpp / -E. Can still use clang & friends for everything else. Ideally these packages need to be built another way or last rited, imake will just accumulate more problems. Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
net-misc/x11-ssh-askpass: remove unneeded command call
simplifying using xmkmf -a here was not a good idea, surprising that it worked at all preventing this from being noticed. Fixes: 9d02b021fb62f75f7df091530f19b0582aa601af Closes: https://bugs.gentoo.org/782988 Signed-off-by: Ionen Wolkens <sudinave@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20391 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
net-misc/x11-ssh-askpass: fix build with -native-symlinks
Closes: https://bugs.gentoo.org/725200 Signed-off-by: Ionen Wolkens <sudinave@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-misc/x11-ssh-askpass: Keyword 1.2.4.1-r2 arm, #749654
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
net-misc/x11-ssh-askpass: update Manifest
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Vladimir Pavljuchenkov (SpiderX) · gentoo
net-misc/x11-ssh-askpass: change upstream url, sort dependencies
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Vladimir Pavljuchenkov <spiderx@spiderx.dp.ua> Closes: https://github.com/gentoo/gentoo/pull/15942 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James (sam_c) · gentoo
net-misc/x11-ssh-askpass: arm64 keyworded (bug #726848)
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
*/*: Drop stable ia64 keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Bump copyright on files touched this year
Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
*/*: Drop stable alpha keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Georgy Yakovlev · gentoo
net-misc/x11-ssh-askpass: keyword on ~ppc64
Bug: https://bugs.gentoo.org/689634 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
net-misc/x11-ssh-askpass: drop old EAPI
* Upstream looks dead but we mirror the sources Signed-off-by: Aaron Bauman <bman@gentoo.org> - Aaron Bauman · gentoo
net-misc/x11-ssh-askpass: ALLARCHES EAPI bump
Signed-off-by: Aaron Bauman <bman@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Vladimir Pavljuchenkov (SpiderX) · gentoo
net-misc/x11-ssh-askpass: EAPI 7, new maintainer
Bug: https://bugs.gentoo.org/697224 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Vladimir Pavljuchenkov <spiderx@spiderx.dp.ua> Closes: https://github.com/gentoo/gentoo/pull/13512 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
*/*: Specify EAPI=0 explicitly, to ease greps
Closes: https://github.com/gentoo/gentoo/pull/8199 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Doug Goldstein · gentoo
net-misc/x11-ssh-askpass: improve build DEPEND
John David <ebo@swcp.com> identified an issue when building with x11-misc/imake-1.0.6 so set the DEPEND to 1.0.7 and newer, which John reports fixes the issue. Gentoo-Bug: 522418 Package-Manager: portage-2.2.26 Signed-off-by: Doug Goldstein <cardoe@gentoo.org> - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed