Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-dev:uclibc commit in: sys-libs/pam/, profiles/hardened/linux/uclibc/x86/
Date: Tue, 03 Jan 2012 21:34:01
Message-Id: a6aad1fa913b6ae50465dd69d61829cc8d613b79.blueness@gentoo
1 commit: a6aad1fa913b6ae50465dd69d61829cc8d613b79
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 21:33:45 2012 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 21:33:45 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=a6aad1fa
7
8 sys-lib/pam: unmasked
9
10 (Portage version: 2.1.10.41/git/Linux x86_64, signed Manifest commit with key 0xD0455535)
11
12 ---
13 profiles/hardened/linux/uclibc/x86/package.mask | 1 +
14 sys-libs/pam/pam-1.1.2.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 1 deletions(-)
16
17 diff --git a/profiles/hardened/linux/uclibc/x86/package.mask b/profiles/hardened/linux/uclibc/x86/package.mask
18 index 414bc48..3603b8a 100644
19 --- a/profiles/hardened/linux/uclibc/x86/package.mask
20 +++ b/profiles/hardened/linux/uclibc/x86/package.mask
21 @@ -1,3 +1,4 @@
22 >sys-apps/util-linux-2.18-r1
23 >sys-fs/udev-141
24 >sys-libs/readline-5.2_p14
25 +>sys-libs/pam-1.1.2
26
27 diff --git a/sys-libs/pam/pam-1.1.2.ebuild b/sys-libs/pam/pam-1.1.2.ebuild
28 index 93f1653..794da93 100644
29 --- a/sys-libs/pam/pam-1.1.2.ebuild
30 +++ b/sys-libs/pam/pam-1.1.2.ebuild
31 @@ -16,7 +16,7 @@ SRC_URI="http://mirror.anl.gov/pub/linux/libs/pam/library/${MY_P}.tar.bz2"
32
33 LICENSE="|| ( BSD GPL-2 )"
34 SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 +KEYWORDS="amd64 x86"
37 IUSE="cracklib nls vim-syntax audit test debug berkdb"
38
39 RDEPEND="nls? ( virtual/libintl )