summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2017-12-21 09:55:25 -0500
committerMichael Orlitzky <mjo@gentoo.org>2017-12-26 12:57:25 -0500
commit7c47a6981f3ceee10a3645405938f4f44e2c6495 (patch)
tree90ba0d81c1c7e49957381faec97e09ab61b88945 /profiles
parentsys-kernel/genkernel: bump. (diff)
downloadgentoo-7c47a6981f3ceee10a3645405938f4f44e2c6495.tar.gz
gentoo-7c47a6981f3ceee10a3645405938f4f44e2c6495.tar.bz2
gentoo-7c47a6981f3ceee10a3645405938f4f44e2c6495.zip
profiles: drop USE=cracklib from base/make.defaults.
The "cracklib" USE flag has long (since 2007ish) been enabled by default for all profiles. But, the features that it provides are not critical for any of the packages that use it: typically, the library is used to evaluate a candidate password and to prevent the user from choosing a weak one. Since the flag is not critical, and because we now have per-package USE defaults, this commit removes it from base/make.defaults. Closes: https://bugs.gentoo.org/635698
Diffstat (limited to 'profiles')
-rw-r--r--profiles/base/make.defaults10
1 files changed, 0 insertions, 10 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index db5f53897915..8139749349d7 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -71,16 +71,6 @@ XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface ge
# Some common lcd devices
LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text"
-# 2006/10/17 - Daniel Drake <dsd@gentoo.org>
-# cracklib is becoming optional in shadow (and removed from system) as of
-# today. However, cracklib is very standard across the Linux world so we
-# enable it by default.
-#
-# Diego Pettenò <flameeyes@gentoo.org> (14 Jul 2007)
-# Moved to base/ profile from default-linux/ so that it also applies to
-# embedded and hardened profiles.
-USE="cracklib"
-
# Miroslav Šulc <fordfrog@gentoo.org> (19 Nov 2008)
# Netbeans modules/clusters
NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml"