From 864ccd9316b95dcaf27e23985f12e82eec371cb1 Mon Sep 17 00:00:00 2001 From: layman Date: Sat, 26 Jan 2013 21:09:29 +0100 Subject: eix: add IUSE=strong-security --- app-portage/eix/ChangeLog | 3 +++ app-portage/eix/eix-99999999.ebuild | 3 ++- app-portage/eix/metadata.xml | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'app-portage') diff --git a/app-portage/eix/ChangeLog b/app-portage/eix/ChangeLog index 184c59b5..d764f7ed 100644 --- a/app-portage/eix/ChangeLog +++ b/app-portage/eix/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 26 Jan 2013; Martin Väth + Add IUSE=strong-security + 14 Jan 2013; Martin Väth Simplify handling of REPLACING_VERSIONS diff --git a/app-portage/eix/eix-99999999.ebuild b/app-portage/eix/eix-99999999.ebuild index 62ae5021..7d90cfbb 100644 --- a/app-portage/eix/eix-99999999.ebuild +++ b/app-portage/eix/eix-99999999.ebuild @@ -19,7 +19,7 @@ PROPERTIES="live" LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="clang debug +dep doc nls optimization security strong-optimization sqlite tools zsh-completion" +IUSE="clang debug +dep doc nls optimization security strong-optimization strong-security sqlite tools zsh-completion" RDEPEND="app-shells/push sqlite? ( >=dev-db/sqlite-3 ) @@ -47,6 +47,7 @@ src_configure() { $(use_with zsh-completion) \ $(use_enable nls) $(use_enable tools separate-tools) \ $(use_enable security) $(use_enable optimization) \ + $(use_enable strong-security) \ $(use_enable strong-optimization) $(use_enable debug debugging) \ $(use_with prefix always-accept-keywords) \ $(use_with dep dep-default) \ diff --git a/app-portage/eix/metadata.xml b/app-portage/eix/metadata.xml index afca74cd..18f55b6a 100644 --- a/app-portage/eix/metadata.xml +++ b/app-portage/eix/metadata.xml @@ -26,8 +26,9 @@ Create description of the eix cache file additionally in html format Support foreign language messages (experimental; currently only de) Accept upstream's choices for CXXFLAGS/LDFLAGS for optimization. Absense of this USE flag does not strip user's *FLAGS - This adds some checks which can prevent certain exploits if e.g. the eix code has a bug. If you use the hardened toolchain, using this flag does not increase security and can even lead to problems. + This adds some checks which can prevent certain exploits if e.g. the eix code has a bug. If you use the hardened toolchain, using this flag does not increase security and can even lead to problems. Adds several more agressive CXXFLAGS/LDFLAGS for optimization like graphite (if available). May cause trouble with some buggy compiler versions. Absense of this USE flag does not strip user's *FLAGS + Add many checks to prevent exploits if eix code has a bug. This will slow down eix considerably. Use only if you are paranoid or have reasons to suspect a bug. Compile in support for portage's sqlite backend; to actually use it you need additional configuration of portage and eix Create separate binary for script helper tools; useful if they are called extremely often -- cgit v1.2.3-18-g5258