diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /net-misc/ssh-askpass-fullscreen | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
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
Diffstat (limited to 'net-misc/ssh-askpass-fullscreen')
7 files changed, 179 insertions, 0 deletions
diff --git a/net-misc/ssh-askpass-fullscreen/Manifest b/net-misc/ssh-askpass-fullscreen/Manifest new file mode 100644 index 000000000000..3e7ab19d6189 --- /dev/null +++ b/net-misc/ssh-askpass-fullscreen/Manifest @@ -0,0 +1 @@ +DIST ssh-askpass-fullscreen-1.0.tar.bz2 69301 SHA256 5843f3c580964be64aa40bf20a03d4d7de326fe8957aae213b38c405c5d10b9a SHA512 272b7d8bcbfb997530afcb6c619180b625e6753e1dc86cba30f30fa594cd71ec8bfc522b0fb8aee5842cb7a4532a00fc1e0954def9ac81a1b521360d7140f52b WHIRLPOOL 029b152835dea0f67636f3781cdaf550aa1a3cfb905af233be80a7333606a90a6c635220dc7baf598acd4f4a6b4a66aa07ec4627633c9a0a7ec194a72ef8d2ba diff --git a/net-misc/ssh-askpass-fullscreen/files/99ssh_askpass b/net-misc/ssh-askpass-fullscreen/files/99ssh_askpass new file mode 100644 index 000000000000..8aa186304cd4 --- /dev/null +++ b/net-misc/ssh-askpass-fullscreen/files/99ssh_askpass @@ -0,0 +1,2 @@ +SSH_ASKPASS=/usr/bin/ssh-askpass-fullscreen +SUDO_ASKPASS=${SSH_ASKPASS} diff --git a/net-misc/ssh-askpass-fullscreen/files/ssh-askpass-fullscreen-0.4-fix-grab.patch b/net-misc/ssh-askpass-fullscreen/files/ssh-askpass-fullscreen-0.4-fix-grab.patch new file mode 100644 index 000000000000..ca31e5c0ce3c --- /dev/null +++ b/net-misc/ssh-askpass-fullscreen/files/ssh-askpass-fullscreen-0.4-fix-grab.patch @@ -0,0 +1,23 @@ +http://bugs.gentoo.org/260308 + +--- ssh-askpass-fullscreen-0.4/ssh-askpass-fullscreen.c.orig 2009-02-26 16:48:43.094005225 -0600 ++++ ssh-askpass-fullscreen-0.4/ssh-askpass-fullscreen.c 2009-02-26 16:49:59.804007638 -0600 +@@ -44,7 +44,7 @@ + #include <gtk/gtk.h> + + /* XPM */ +-static char *ocean_stripes[] = { ++static const char *ocean_stripes[] = { + /* columns rows colors chars-per-pixel */ + "64 64 3 1", + " c #A0A9C1", +@@ -247,7 +247,7 @@ + GdkColor color; + gchar *str; + GdkGrabStatus status; +- int grab_tries; ++ int grab_tries = 0; + const char *failed; + + grab_server = (getenv("GNOME_SSH_ASKPASS_GRAB_SERVER") != NULL); + diff --git a/net-misc/ssh-askpass-fullscreen/files/ssh-askpass-fullscreen-1.0-libX11.patch b/net-misc/ssh-askpass-fullscreen/files/ssh-askpass-fullscreen-1.0-libX11.patch new file mode 100644 index 000000000000..eadf2639b7a2 --- /dev/null +++ b/net-misc/ssh-askpass-fullscreen/files/ssh-askpass-fullscreen-1.0-libX11.patch @@ -0,0 +1,27 @@ +From 313871922aefef489115967d634f991edfaad39c Mon Sep 17 00:00:00 2001 +From: Alexandre Rostovtsev <tetromino@gentoo.org> +Date: Fri, 12 Oct 2012 17:10:02 -0400 +Subject: [PATCH] Explicitly link to libX11 for XUngrabServer() + +Prevents underlinking failure when using recent ld.gold and recent +versions of gtk+; see https://bugs.gentoo.org/show_bug.cgi?id=370019 +--- + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/configure.ac b/configure.ac +index 8f46279..01e36dd 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -8,7 +8,7 @@ AC_PROG_CC + AC_CHECK_HEADERS([stdio.h stdlib.h string.h unistd.h]) + AC_CHECK_FUNCS([memset]) + +-PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 2.10.0],, ++PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 2.10.0 x11],, + AC_MSG_ERROR([>=GTK+-2.10 is required to compile ${PACKAGE_NAME}] + )) + +-- +1.7.12.3 + diff --git a/net-misc/ssh-askpass-fullscreen/files/ssh-askpass-fullscreen.1 b/net-misc/ssh-askpass-fullscreen/files/ssh-askpass-fullscreen.1 new file mode 100644 index 000000000000..86f97cde03cd --- /dev/null +++ b/net-misc/ssh-askpass-fullscreen/files/ssh-askpass-fullscreen.1 @@ -0,0 +1,79 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH SSH-ASKPASS-FULLSCREEN 1 "May 8 , 2004" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp <n> insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +ssh-askpass-fullscreen \- A simple replacement for ssh-askpass written with gtk2 +.SH SYNOPSIS +.B ssh-askpass-fullscreen + +.SH DESCRIPTION +This manual page was written for the Debian distribution +because the original program does not have a manual page. +.PP + +.B gnome-ssh-askpass +is a GNOME-based passphrase dialog for use with OpenSSH. It is +intended to be called by the +.B ssh-add(1) +program and not invoked directly. It allows +.B ssh-add(1) +to obtain a passphrase from a user, even if not connected to a terminal +(assuming that an X display is available). This happens auto-matically +in the case where +.B ssh-add +is invoked from one's +.B ~/.xsession or as one of the GNOME startup programs, for example. + +In order to be called automatically by +.B ssh-add, +.B ssh-askpass-fullscreen +should be installed as /usr/bin/ssh-askpass + + +.\" TeX users may be more comfortable with the \fB<whatever>\fP and +.\" \fI<whatever>\fP escape sequences to invode bold face and italics, +.\" respectively. +\fBssh-askpass-fullscreen\fP is a program that... +.SH ENVIRONMENT VARIABLES +The following environment variables are recognized: + +.TP +.IR "GNOME_SSH_ASKPASS_GRAB_SERVER" + Causes gnome-ssh-askpass to grab the X server before +asking for a passphrase. + +.TP +.IR "GNOME_SSH_ASKPASS_GRAB_POINTER" + Causes gnome-ssh-askpass to grab the mouse pointer will be +grabbed too. + +.PP +These may have some benefit to security if you don't trust your X +server. Keyboard is always grabbed. + +.TP + +.SH SEE ALSO +.BR ssh-add (1), +.BR ssh-askpass (1). +.br + +.SH AUTHOR +This manual page was written by Marco Presi (Zufus) <zufus@debian.org>, +for the Debian GNU/Linux system (but may be used by others) and it is +based on that for x11-ssh-askpass by Philip Hands and the one for +gnome-ssh-askpass by Colin Watson <cjwatson@debian.org> diff --git a/net-misc/ssh-askpass-fullscreen/metadata.xml b/net-misc/ssh-askpass-fullscreen/metadata.xml new file mode 100644 index 000000000000..9724727cb6fe --- /dev/null +++ b/net-misc/ssh-askpass-fullscreen/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>gnome</herd> + <upstream> + <remote-id type="github">atj/ssh-askpass-fullscreen</remote-id> + </upstream> +</pkgmetadata> diff --git a/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-1.0-r1.ebuild b/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-1.0-r1.ebuild new file mode 100644 index 000000000000..55cb600f2a6d --- /dev/null +++ b/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-1.0-r1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit autotools eutils + +DESCRIPTION="A small SSH Askpass replacement written with GTK2" +HOMEPAGE="https://github.com/atj/ssh-askpass-fullscreen" +SRC_URI="mirror://github/atj/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-libs/gtk+-2.10.0:2 + x11-libs/libX11" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_prepare() { + # https://github.com/atj/ssh-askpass-fullscreen/pull/1 + epatch "${FILESDIR}/${P}-libX11.patch" + + # automake-1.13 fix, bug #468764 + sed -i -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' configure.ac || die + + eautoreconf +} + +src_install() { + default + # Automatically display the passphrase dialog - see bug #437764 + echo "SSH_ASKPASS='${EPREFIX}/usr/bin/ssh-askpass-fullscreen'" >> "${T}/99ssh_askpass" \ + || die "envd file creation failed" + doenvd "${T}"/99ssh_askpass || die "doenvd failed" +} |