From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-994702-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5645C138206 for <garchives@archives.gentoo.org>; Wed, 3 Jan 2018 13:18:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A2DCE0891; Wed, 3 Jan 2018 13:18:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 23484E0891 for <gentoo-commits@lists.gentoo.org>; Wed, 3 Jan 2018 13:18:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C645D335C09 for <gentoo-commits@lists.gentoo.org>; Wed, 3 Jan 2018 13:18:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63954126 for <gentoo-commits@lists.gentoo.org>; Wed, 3 Jan 2018 13:18:20 +0000 (UTC) From: "Michael Orlitzky" <mjo@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" <mjo@gentoo.org> Message-ID: <1514985305.b2701d56d58a5dd638150ad99cfc0d1139ed34d4.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/make.defaults X-VCS-Directories: profiles/base/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: b2701d56d58a5dd638150ad99cfc0d1139ed34d4 X-VCS-Branch: master Date: Wed, 3 Jan 2018 13:18:20 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7ca7c2d3-ebb1-4c19-8078-347423b3025f X-Archives-Hash: 4503a98ae54bf3560fd2d575097e674e commit: b2701d56d58a5dd638150ad99cfc0d1139ed34d4 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Wed Jan 3 13:15:05 2018 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Wed Jan 3 13:15:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2701d56 Revert "Revert "profiles: drop USE=cracklib from base/make.defaults."" This reverts commit 33c557d89ec3d6849ac9e8da3fe3bfaa940a1e1a. Now that there are IUSE defaults for sys-apps/shadow, sys-auth/pambase, and sys-libs/pam, I think everyone is happy. Closes: https://bugs.gentoo.org/635698 profiles/base/make.defaults | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index db5f5389791..8139749349d 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"