Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/pam_ssh: ChangeLog pam_ssh-1.97-r2.ebuild pam_ssh-1.97.ebuild pam_ssh-1.92.ebuild
Date: Wed, 29 Sep 2010 21:20:19
Message-Id: 20100929212013.6A89620051@flycatcher.gentoo.org
1 flameeyes 10/09/29 21:20:13
2
3 Modified: ChangeLog pam_ssh-1.97-r2.ebuild
4 Removed: pam_ssh-1.97.ebuild pam_ssh-1.92.ebuild
5 Log:
6 Fix dependencies over OpenSSH (bug #282993; thanks to Csaba Tóth for reporting and Constanze Hausner for the solution). Also cleanup old versions.
7
8 (Portage version: 2.2_rc88/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.39 sys-auth/pam_ssh/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ssh/ChangeLog?rev=1.39&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ssh/ChangeLog?rev=1.39&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ssh/ChangeLog?r1=1.38&r2=1.39
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v
20 retrieving revision 1.38
21 retrieving revision 1.39
22 diff -u -r1.38 -r1.39
23 --- ChangeLog 7 Aug 2010 12:45:27 -0000 1.38
24 +++ ChangeLog 29 Sep 2010 21:20:13 -0000 1.39
25 @@ -1,6 +1,14 @@
26 # ChangeLog for sys-auth/pam_ssh
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.38 2010/08/07 12:45:27 flameeyes Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.39 2010/09/29 21:20:13 flameeyes Exp $
30 +
31 + 29 Sep 2010; Diego E. Pettenò <flameeyes@g.o>
32 + -files/pam_ssh-1.91-debian.patch, -files/pam_ssh-1.91-openssl-0.9.8.patch,
33 + -files/pam_ssh-1.91-syslog.patch, -pam_ssh-1.92.ebuild,
34 + -pam_ssh-1.97.ebuild, pam_ssh-1.97-r2.ebuild, -files/system-auth.example:
35 + Fix dependencies over OpenSSH (bug #282993; thanks to Csaba Tóth for
36 + reporting and Constanze Hausner for the solution). Also cleanup old
37 + versions.
38
39 07 Aug 2010; Diego E. Pettenò <flameeyes@g.o>
40 pam_ssh-1.97-r2.ebuild:
41
42
43
44 1.3 sys-auth/pam_ssh/pam_ssh-1.97-r2.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.97-r2.ebuild?rev=1.3&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.97-r2.ebuild?rev=1.3&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.97-r2.ebuild?r1=1.2&r2=1.3
49
50 Index: pam_ssh-1.97-r2.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.97-r2.ebuild,v
53 retrieving revision 1.2
54 retrieving revision 1.3
55 diff -u -r1.2 -r1.3
56 --- pam_ssh-1.97-r2.ebuild 7 Aug 2010 12:45:27 -0000 1.2
57 +++ pam_ssh-1.97-r2.ebuild 29 Sep 2010 21:20:13 -0000 1.3
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2010 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.97-r2.ebuild,v 1.2 2010/08/07 12:45:27 flameeyes Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.97-r2.ebuild,v 1.3 2010/09/29 21:20:13 flameeyes Exp $
63
64 EAPI=2
65
66 @@ -15,12 +15,13 @@
67 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
68 IUSE=""
69
70 -# Doesn't work on OpenPAM.
71 -DEPEND="sys-libs/pam
72 - sys-devel/libtool"
73 -
74 +# Doesn't work on OpenPAM; looks for OpenSSH at build time (bug
75 +# #282993) and won't work with other implementations either
76 RDEPEND="sys-libs/pam
77 - virtual/ssh"
78 + net-misc/openssh"
79 +
80 +DEPEND="${RDEPEND}
81 + sys-devel/libtool"
82
83 src_prepare() {
84 epatch "${FILESDIR}/${P}-doublefree.patch"