Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/base/pam: upgrade-0.99.xml
Date: Thu, 22 Nov 2007 21:24:45
Message-Id: E1IvJXM-0006Ab-Ku@stork.gentoo.org
1 flameeyes 07/11/22 21:24:40
2
3 Modified: upgrade-0.99.xml
4 Log:
5 Update the information about pam_console, as it's now masked for
6 removal and thus no more available for users to install separately.
7
8 Revision Changes Path
9 1.11 xml/htdocs/proj/en/base/pam/upgrade-0.99.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/pam/upgrade-0.99.xml?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/pam/upgrade-0.99.xml?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/pam/upgrade-0.99.xml?r1=1.10&r2=1.11
14
15 Index: upgrade-0.99.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/pam/upgrade-0.99.xml,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- upgrade-0.99.xml 1 Nov 2007 13:51:22 -0000 1.10
22 +++ upgrade-0.99.xml 22 Nov 2007 21:24:40 -0000 1.11
23 @@ -1,6 +1,6 @@
24 <?xml version="1.0" encoding="UTF-8"?>
25 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/pam/upgrade-0.99.xml,v 1.10 2007/11/01 13:51:22 flameeyes Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/pam/upgrade-0.99.xml,v 1.11 2007/11/22 21:24:40 flameeyes Exp $ -->
28
29 <guide link="/proj/en/base/pam/upgrade-0.99.xml" lang="en">
30 <title>Linux-PAM 0.99 upgrade guide</title>
31 @@ -18,8 +18,8 @@
32 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
33 <license/>
34
35 -<version>1.6</version>
36 -<date>2007-11-1</date>
37 +<version>1.7</version>
38 +<date>2007-11-22</date>
39
40 <chapter>
41 <title>Upgrade guide</title>
42 @@ -138,8 +138,8 @@
43 Additionally, the <b>berkdb</b> USE flag, used to build the <c>pam_userdb</c>
44 module was removed; in its stead you will have to manually merge the
45 <c>sys-auth/pam_userdb</c> package that provides the module with the same name.
46 -The same goes for <b>pam_console</b>, although this one is also deprecated; see its
47 -own section for more details.
48 +Also the <b>pam_console</b> USE flag was removed, and the module is no longer
49 +available, please see this in its own section.
50 </p>
51
52 <p>
53 @@ -157,23 +157,25 @@
54 <p>
55 The <c>pam_console</c> module was designed by RedHat to allow setting different
56 permissions on devices for users logging in via hardware access (either in X
57 -through the various graphical login applications, or through the console login).
58 -This approach caused more than a few problems in the past with users unable to
59 -get their devices working, and was then disabled by default, linked to a
60 -<b>pam_console</b> USE flag for those needing it.
61 +through the various graphical login applications, or through the console
62 +login).This approach caused more than a few problems in the past with users
63 +unable to get their devices working, and was then disabled by default, linked to
64 +a <b>pam_console</b> USE flag for those needing it.
65 </p>
66
67 <p>
68 As of version 0.99 of Linux-PAM the whole RedHat patchset was dropped.
69 -<c>pam_console</c> is no longer shipped with the main package; for the people
70 -needing it, it's available in <c>sys-auth/pam_console</c>, although the need for
71 -this is being reduced gradually, as HAL switched to a
72 -<c>pam_consolekit</c>-based approach (in <c>sys-auth/consolekit</c>).
73 +<c>pam_console</c> is no longer shipped with this package. Although for a while
74 +available as <c>sys-auth/pam_console</c> for those needing it, a <uri
75 +link="http://bugs.gentoo.org/show_bug.cgi?id=199193">security bug</uri> forced
76 +the masking and removal of this package.
77 </p>
78
79 <p>
80 -Nothing more than using <c>sys-auth/pam_console</c> is required for users
81 -needing this module.
82 +The need for <c>pam_console</c> is being mitigated by HAL switching to
83 +ConsoleKit as alternative. Those still needing a behaviour similar to
84 +pam_console's are invited to update their code so that ConsoleKit can be used
85 +instead, or use a <b>plugdev</b> group together with <c>pam_group</c> module.
86 </p>
87
88 </body>
89
90
91
92 --
93 gentoo-commits@g.o mailing list