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-libs/pam: pam-1.1.1-r2.ebuild ChangeLog
Date: Sun, 01 Aug 2010 04:02:24
Message-Id: 20100801034744.88F9F2CF37@corvid.gentoo.org
1 flameeyes 10/08/01 03:47:44
2
3 Modified: pam-1.1.1-r2.ebuild ChangeLog
4 Log:
5 Add a 'few' more messages at postinst, one warning against common problems with long-running software, and and the other about the bugged pam_tally2.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.8 sys-libs/pam/pam-1.1.1-r2.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/pam-1.1.1-r2.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/pam-1.1.1-r2.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/pam-1.1.1-r2.ebuild?r1=1.7&r2=1.8
14
15 Index: pam-1.1.1-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.1-r2.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- pam-1.1.1-r2.ebuild 31 Jul 2010 21:56:09 -0000 1.7
22 +++ pam-1.1.1-r2.ebuild 1 Aug 2010 03:47:44 -0000 1.8
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.1-r2.ebuild,v 1.7 2010/07/31 21:56:09 hwoarang Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.1.1-r2.ebuild,v 1.8 2010/08/01 03:47:44 flameeyes Exp $
28
29 EAPI="3"
30
31 @@ -184,3 +184,20 @@
32 pkg_preinst() {
33 check_old_modules || die "deprecated PAM modules still used"
34 }
35 +
36 +pkg_postinst() {
37 + ewarn "Some software with pre-loaded PAM libraries might experience"
38 + ewarn "warnings or failures related to missing symbols and/or versions"
39 + ewarn "after any update. While unfortunate this is a limit of the"
40 + ewarn "implementation of PAM and the software, and it requires you to"
41 + ewarn "restart the software manually after the update."
42 + ewarn ""
43 + ewarn "You can get a list of such software running a command like"
44 + ewarn " lsof / | egrep 'DEL.*libpam\\.so'"
45 + elog ""
46 + elog "Because of a bug present up to version 1.1.1-r2, you might have"
47 + elog "an executable /var/log/tallylog file. If it is so, you can safely"
48 + elog "correct it by running the command"
49 + elog " chmod -x /var/log/tallylog"
50 + elog ""
51 +}
52
53
54
55 1.264 sys-libs/pam/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.264&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.264&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/ChangeLog?r1=1.263&r2=1.264
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v
64 retrieving revision 1.263
65 retrieving revision 1.264
66 diff -u -r1.263 -r1.264
67 --- ChangeLog 31 Jul 2010 21:56:09 -0000 1.263
68 +++ ChangeLog 1 Aug 2010 03:47:44 -0000 1.264
69 @@ -1,6 +1,10 @@
70 # ChangeLog for sys-libs/pam
71 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.263 2010/07/31 21:56:09 hwoarang Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.264 2010/08/01 03:47:44 flameeyes Exp $
74 +
75 + 01 Aug 2010; Diego E. Pettenò <flameeyes@g.o> pam-1.1.1-r2.ebuild:
76 + Add a 'few' more messages at postinst, one warning against common problems
77 + with long-running software, and and the other about the bugged pam_tally2.
78
79 31 Jul 2010; Markos Chandras <hwoarang@g.o> pam-1.1.1-r2.ebuild:
80 Stable on amd64 wrt bug #329931