Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/
Date: Wed, 03 Jan 2018 13:18:24
Message-Id: 1514985305.b2701d56d58a5dd638150ad99cfc0d1139ed34d4.mjo@gentoo
1 commit: b2701d56d58a5dd638150ad99cfc0d1139ed34d4
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 3 13:15:05 2018 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 3 13:15:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2701d56
7
8 Revert "Revert "profiles: drop USE=cracklib from base/make.defaults.""
9
10 This reverts commit 33c557d89ec3d6849ac9e8da3fe3bfaa940a1e1a. Now that
11 there are IUSE defaults for sys-apps/shadow, sys-auth/pambase, and
12 sys-libs/pam, I think everyone is happy.
13
14 Closes: https://bugs.gentoo.org/635698
15
16 profiles/base/make.defaults | 10 ----------
17 1 file changed, 10 deletions(-)
18
19 diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
20 index db5f5389791..8139749349d 100644
21 --- a/profiles/base/make.defaults
22 +++ b/profiles/base/make.defaults
23 @@ -71,16 +71,6 @@ XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface ge
24 # Some common lcd devices
25 LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text"
26
27 -# 2006/10/17 - Daniel Drake <dsd@g.o>
28 -# cracklib is becoming optional in shadow (and removed from system) as of
29 -# today. However, cracklib is very standard across the Linux world so we
30 -# enable it by default.
31 -#
32 -# Diego Pettenò <flameeyes@g.o> (14 Jul 2007)
33 -# Moved to base/ profile from default-linux/ so that it also applies to
34 -# embedded and hardened profiles.
35 -USE="cracklib"
36 -
37 # Miroslav Šulc <fordfrog@g.o> (19 Nov 2008)
38 # Netbeans modules/clusters
39 NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml"