From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-993276-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 B6159138AE9 for <garchives@archives.gentoo.org>; Wed, 27 Dec 2017 10:38:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2FE8E0CC7; Wed, 27 Dec 2017 10:38:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 904AAE0CC7 for <gentoo-commits@lists.gentoo.org>; Wed, 27 Dec 2017 10:38:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EC87033BE2E for <gentoo-commits@lists.gentoo.org>; Wed, 27 Dec 2017 10:38:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77FC6AF15 for <gentoo-commits@lists.gentoo.org>; Wed, 27 Dec 2017 10:38:24 +0000 (UTC) From: "Jeroen Roovers" <jer@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, "Jeroen Roovers" <jer@gentoo.org> Message-ID: <1514371018.33c557d89ec3d6849ac9e8da3fe3bfaa940a1e1a.jer@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: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 33c557d89ec3d6849ac9e8da3fe3bfaa940a1e1a X-VCS-Branch: master Date: Wed, 27 Dec 2017 10:38:24 +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: 25df568e-d0fb-41e3-b782-c7f54315a989 X-Archives-Hash: fe79d5003f89aea8ea27634a452d26cf commit: 33c557d89ec3d6849ac9e8da3fe3bfaa940a1e1a Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Wed Dec 27 10:36:58 2017 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Wed Dec 27 10:36:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33c557d8 Revert "profiles: drop USE=cracklib from base/make.defaults." This reverts commit 7c47a6981f3ceee10a3645405938f4f44e2c6495. No proper discussion took place and nobody OK'd this. See https://bugs.gentoo.org/635698 profiles/base/make.defaults | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 8139749349d..db5f5389791 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -71,6 +71,16 @@ 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"