Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/pam/
Date: Sun, 30 Sep 2018 12:25:32
Message-Id: 1538310322.5097c45e1e2c0b08c24a8be9dcf1bc4c77d090c2.zlogene@gentoo
1 commit: 5097c45e1e2c0b08c24a8be9dcf1bc4c77d090c2
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 30 12:24:45 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 30 12:25:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5097c45e
7
8 sys-libs/pam: Add myself as maintainer
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 sys-libs/pam/metadata.xml | 53 ++++++++++++++++++++++++++---------------------
14 1 file changed, 29 insertions(+), 24 deletions(-)
15
16 diff --git a/sys-libs/pam/metadata.xml b/sys-libs/pam/metadata.xml
17 index 2933b7ddf8c..cea4a44e6cd 100644
18 --- a/sys-libs/pam/metadata.xml
19 +++ b/sys-libs/pam/metadata.xml
20 @@ -1,29 +1,34 @@
21 <?xml version="1.0" encoding="UTF-8"?>
22 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
23 <pkgmetadata>
24 - <maintainer type="project">
25 - <email>pam-bugs@g.o</email>
26 - </maintainer>
27 - <use>
28 - <flag name="berkdb">
29 - Build the pam_userdb module, that allows to authenticate users
30 - against a Berkeley DB file. Please note that enabling this USE
31 - flag will create a PAM module that links to the Berkeley DB (as
32 - provided by <pkg>sys-libs/db</pkg>) installed in /usr/lib and
33 - will thus not work for boot-critical services authentication.
34 - </flag>
35 +<maintainer type="person">
36 + <email>zlogene@g.o</email>
37 + <name>Mikle Kolyada</name>
38 +</maintainer>
39 +<maintainer type="project">
40 + <email>pam-bugs@g.o</email>
41 + <name>PAM bugs</name>
42 +</maintainer>
43 +<use>
44 + <flag name="berkdb">
45 + Build the pam_userdb module, that allows to authenticate users
46 + against a Berkeley DB file. Please note that enabling this USE
47 + flag will create a PAM module that links to the Berkeley DB (as
48 + provided by <pkg>sys-libs/db</pkg>) installed in /usr/lib and
49 + will thus not work for boot-critical services authentication.
50 + </flag>
51
52 - <flag name="cracklib">
53 - Build the pam_cracklib module, that allows to verify the chosen
54 - passwords' strength through the use of
55 - <pkg>sys-libs/cracklib</pkg>. Please note that simply enabling
56 - the USE flag on this package will not make use of pam_cracklib
57 - by default, you should also enable it in
58 - <pkg>sys-auth/pambase</pkg> as well as update your configuration
59 - files.
60 - </flag>
61 - </use>
62 - <upstream>
63 - <remote-id type="cpe">cpe:/a:kernel:linux-pam</remote-id>
64 - </upstream>
65 + <flag name="cracklib">
66 + Build the pam_cracklib module, that allows to verify the chosen
67 + passwords' strength through the use of
68 + <pkg>sys-libs/cracklib</pkg>. Please note that simply enabling
69 + the USE flag on this package will not make use of pam_cracklib
70 + by default, you should also enable it in
71 + <pkg>sys-auth/pambase</pkg> as well as update your configuration
72 + files.
73 + </flag>
74 + </use>
75 +<upstream>
76 + <remote-id type="cpe">cpe:/a:kernel:linux-pam</remote-id>
77 +</upstream>
78 </pkgmetadata>