* [gentoo-commits] gentoo-x86 commit in sys-auth/pam_ssh: pam_ssh-2.1.ebuild ChangeLog
@ 2015-07-07 8:44 Mike Frysinger (vapier)
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2015-07-07 8:44 UTC (permalink / raw
To: gentoo-commits
vapier 15/07/07 08:44:52
Modified: ChangeLog
Added: pam_ssh-2.1.ebuild
Log:
Version bump #503424 by David Heidelberg.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path
1.57 sys-auth/pam_ssh/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ssh/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ssh/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ssh/ChangeLog?r1=1.56&r2=1.57
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog 23 Dec 2013 09:14:48 -0000 1.56
+++ ChangeLog 7 Jul 2015 08:44:52 -0000 1.57
@@ -1,6 +1,12 @@
# ChangeLog for sys-auth/pam_ssh
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.56 2013/12/23 09:14:48 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.57 2015/07/07 08:44:52 vapier Exp $
+
+*pam_ssh-2.1 (07 Jul 2015)
+
+ 07 Jul 2015; Mike Frysinger <vapier@gentoo.org>
+ +files/pam_ssh-2.1-dot-ssh-check.patch, +pam_ssh-2.1.ebuild:
+ Version bump #503424 by David Heidelberg.
23 Dec 2013; Mike Frysinger <vapier@gentoo.org> pam_ssh-1.98.ebuild:
Mark alpha/ia64 stable #459960.
1.1 sys-auth/pam_ssh/pam_ssh-2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ssh/pam_ssh-2.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ssh/pam_ssh-2.1.ebuild?rev=1.1&content-type=text/plain
Index: pam_ssh-2.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-2.1.ebuild,v 1.1 2015/07/07 08:44:52 vapier Exp $
EAPI="5"
inherit pam eutils flag-o-matic readme.gentoo
DESCRIPTION="Uses ssh-agent to provide single sign-on"
HOMEPAGE="http://pam-ssh.sourceforge.net/"
SRC_URI="mirror://sourceforge/pam-ssh/${P}.tar.xz"
LICENSE="BSD-2 BSD ISC"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
IUSE=""
# Only supports OpenSSH via `ssh-agent` #282993
DEPEND="virtual/pam
dev-libs/openssl:0="
RDEPEND="${DEPEND}
net-misc/openssh"
DOC_CONTENTS="
You can enable pam_ssh for system authentication by enabling
the pam_ssh USE flag on sys-auth/pambase.
"
src_prepare() {
epatch "${FILESDIR}"/${P}-dot-ssh-check.patch #503424#c5
}
src_configure() {
# hide all the otherwise-exported symbols that may clash with
# other software loading the PAM modules (see bug #274924 as an
# example).
append-ldflags -Wl,--version-script="${FILESDIR}"/pam_symbols.ver
# Set the cache var so the configure script doesn't go probing hardcoded
# file system paths and picking up the wrong thing.
export ac_cv_openssldir=''
# Avoid cross-compiling funkiness and requiring openssh at build time.
export PATH_SSH_AGENT="${EPREFIX}/usr/bin/ssh-agent"
econf \
"--with-pam-dir=$(getpam_mod_dir)"
}
src_install() {
default
prune_libtool_files --modules
readme.gentoo_create_doc
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-auth/pam_ssh: pam_ssh-2.1.ebuild ChangeLog
@ 2015-07-13 4:51 Mike Frysinger (vapier)
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2015-07-13 4:51 UTC (permalink / raw
To: gentoo-commits
vapier 15/07/13 04:51:16
Modified: pam_ssh-2.1.ebuild ChangeLog
Log:
Add notice for upstream changes wrt ~/.ssh/login-keys.d/ #554150 by walt.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path
1.2 sys-auth/pam_ssh/pam_ssh-2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ssh/pam_ssh-2.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ssh/pam_ssh-2.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ssh/pam_ssh-2.1.ebuild?r1=1.1&r2=1.2
Index: pam_ssh-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pam_ssh-2.1.ebuild 7 Jul 2015 08:44:52 -0000 1.1
+++ pam_ssh-2.1.ebuild 13 Jul 2015 04:51:16 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-2.1.ebuild,v 1.1 2015/07/07 08:44:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-2.1.ebuild,v 1.2 2015/07/13 04:51:16 vapier Exp $
EAPI="5"
@@ -52,3 +52,10 @@
prune_libtool_files --modules
readme.gentoo_create_doc
}
+
+pkg_preinst() {
+ if has_version "<${CATEGORY}/${PN}-2.0" ; then #554150
+ ewarn "Upstream pam_ssh has changed where ssh keys live. Only keys in your"
+ ewarn "~/.ssh/login-keys.d/ will be accepted for authentication."
+ fi
+}
1.58 sys-auth/pam_ssh/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ssh/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ssh/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ssh/ChangeLog?r1=1.57&r2=1.58
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog 7 Jul 2015 08:44:52 -0000 1.57
+++ ChangeLog 13 Jul 2015 04:51:16 -0000 1.58
@@ -1,6 +1,9 @@
# ChangeLog for sys-auth/pam_ssh
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.57 2015/07/07 08:44:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.58 2015/07/13 04:51:16 vapier Exp $
+
+ 13 Jul 2015; Mike Frysinger <vapier@gentoo.org> pam_ssh-2.1.ebuild:
+ Add notice for upstream changes wrt ~/.ssh/login-keys.d/ #554150 by walt.
*pam_ssh-2.1 (07 Jul 2015)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-13 4:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-07 8:44 [gentoo-commits] gentoo-x86 commit in sys-auth/pam_ssh: pam_ssh-2.1.ebuild ChangeLog Mike Frysinger (vapier)
-- strict thread matches above, loose matches on Subject: below --
2015-07-13 4:51 Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox