summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'profiles')
-rw-r--r--profiles/Manifest.gzbin147315 -> 147307 bytes
-rw-r--r--profiles/arch/amd64/package.use.mask4
-rw-r--r--profiles/arch/base/package.use.mask4
-rw-r--r--profiles/arch/x86/package.use.mask4
-rw-r--r--profiles/base/package.use.stable.mask2
-rw-r--r--profiles/package.mask12
-rw-r--r--profiles/use.local.desc6
7 files changed, 31 insertions, 1 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz
index 325c00c7d137..09fe362f70fe 100644
--- a/profiles/Manifest.gz
+++ b/profiles/Manifest.gz
Binary files differ
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index 55790a52e4cd..fa797cc69374 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
#--- END OF EXAMPLES ---
+# Conrad Kostecki <conikost@gentoo.org> (2022-07-19)
+# www-servers/nginx currently only available on amd64/x86
+www-servers/nginx -nginx_modules_http_security
+
# James Le Cuirot <chewi@gentoo.org> (2022-06-25)
# Allow stack to be realigned for compatibility with older 32-bit binaries.
sys-libs/glibc -stack-realign
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index ebd32a44985b..c02657e5b8d0 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Conrad Kostecki <conikost@gentoo.org> (2022-07-19)
+# www-servers/nginx requires keywording
+www-servers/nginx nginx_modules_http_security
+
# media-libs/libxmp requires keywording
media-sound/qmmp xmp
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index 59a0d2bf7eae..5fab53c509a8 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Conrad Kostecki <conikost@gentoo.org> (2022-07-19)
+# www-servers/nginx currently only available on amd64/x86
+www-servers/nginx -nginx_modules_http_security
+
# James Le Cuirot <chewi@gentoo.org> (2022-06-25)
# Allow stack to be realigned for compatibility with older 32-bit binaries.
sys-libs/glibc -stack-realign
diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index d7733c3d0733..bcf07c1e52ae 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -87,7 +87,7 @@ sci-libs/openblas relapack
# temporarily block tests so that bugs can be resolved
dev-php/theseer-Autoload test
-# James Le Cuirot <sam@gentoo.org> (2020-11-23)
+# James Le Cuirot <chewi@gentoo.org> (2020-11-23)
# Cinnamon is not stable on any architecture.
x11-themes/arc-theme cinnamon
diff --git a/profiles/package.mask b/profiles/package.mask
index 69ad66d76781..b23c1cc9067d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,18 @@
#--- END OF EXAMPLES ---
+# Sam James <sam@gentoo.org> (2022-07-19)
+# Unaddressed file collisions, fails to build with slibtool, EAPI 6, and
+# out of date. Bugs #800617, #658318. No reverse dependencies in ::gentoo
+# and needs a dependency in ::sci to run tests. Removal on 2022-08-19.
+sci-libs/io_lib
+
+# Andreas Sturmlechner <asturm@gentoo.org> (2022-07-19)
+# No upstream commits since 2017, broken by yr.no widget discontinuation.
+# Replaced by kde-misc/kweather from KDE Plasma Mobile Gear.
+# Removal on 2022-08-18.
+kde-misc/plasma-applet-weather-widget
+
# Sam James <sam@gentoo.org> (2022-07-17)
# Code quality issues, out of date by several versions in Gentoo,
# unmaintained, and several open bugs: bugs #521272, #729684, #855230.
diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index 775a6991a269..6beff9e30b3a 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -2164,6 +2164,11 @@ dev-libs/m17n-lib:athena - Enable the MIT Athena widget set (x11-libs/libXaw)
dev-libs/m17n-lib:gd - Build API and utilities based on media-libs/gd. This flag is only meaningful if the X USE flag is also enabled
dev-libs/m17n-lib:libotf - Use dev-libs/libotf to handle OpenType fonts
dev-libs/m17n-lib:libxml2 - Use dev-libs/libxml2 to parse XML
+dev-libs/modsecurity:fuzzyhash - Support fuzzy hash computations (to detect malware, for example) using the app-crypt/ssdeep package.
+dev-libs/modsecurity:geoip2 - Pull in dev-libs/libmaxminddb for use by the SecGeoLookupDb directive.
+dev-libs/modsecurity:json - Suppose JSON in the request body parser through dev-libs/yajl.
+dev-libs/modsecurity:lmdb - Add LMDB backend support
+dev-libs/modsecurity:pcre2 - Use dev-libs/libpcre2 as regex implementation
dev-libs/msgpack:boost - Enable boost support
dev-libs/ncnn:tools - Enable installation of various tools in addition to the library
dev-libs/ncnn:vulkan - Enable vulkan compute support
@@ -8764,6 +8769,7 @@ www-servers/nginx:http-cache - Enable HTTP cache support
www-servers/nginx:http2 - Enable HTTP2 module support
www-servers/nginx:libatomic - Use libatomic instead of builtin atomic operations
www-servers/nginx:pcre-jit - Enable JIT for pcre
+www-servers/nginx:pcre2 - Enable support for pcre2
www-servers/nginx:rtmp - NGINX-based Media Streaming Server
www-servers/nginx:ssl - Enable HTTPS module for http. Enable SSL/TLS support for POP3/IMAP/SMTP for mail.
www-servers/nginx-unit:php7-3 - Support for PHP 7.3