From 93fd03ae94a72929d62fe51ac95428d20d017374 Mon Sep 17 00:00:00 2001
From: V3n3RiX <venerix@redcorelinux.org>
Date: Sat, 17 Feb 2018 20:09:08 +0000
Subject: resync profile

---
 profiles/desc/nginx_modules_http.desc   |  3 +++
 profiles/desc/nginx_modules_stream.desc |  1 +
 profiles/desc/qemu_softmmu_targets.desc |  1 +
 profiles/desc/qemu_user_targets.desc    |  3 ++-
 profiles/package.mask                   | 26 ++++++++++++++++++++++++++
 profiles/use.local.desc                 |  2 --
 6 files changed, 33 insertions(+), 3 deletions(-)

diff --git a/profiles/desc/nginx_modules_http.desc b/profiles/desc/nginx_modules_http.desc
index 9d66ac2c..0bc63df6 100644
--- a/profiles/desc/nginx_modules_http.desc
+++ b/profiles/desc/nginx_modules_http.desc
@@ -11,6 +11,7 @@ auth_ldap - LDAP module for nginx which supports authentication against multiple
 auth_pam - This module provides authentication via PAM.
 auth_request - Module implementing client authorization based on the result of a subrequest.
 autoindex - This module provides automatic directory listings.
+brotli - This module allows for on-the-fly Brotli compression.
 browser - This module creates variables, the values of which depend on the request header "User-agent".
 cache_purge - External module adding ability to purge content from nginx's FastCGI and proxy caches.
 charset - This module can reencode data of one encoding into another.
@@ -29,6 +30,7 @@ gzip - This module allows for on-the-fly gzip compression.
 gzip_static - Before serving a file from disk to a gzip-enabled client, this module will look for a precompressed file in the same location.
 headers_more - Set and clear input and output headers
 image_filter - This module is a filter for transforming JPEG, GIF and PNG images.
+javascript - This module implements location and variable handlers in nginScript.
 limit_conn - This module makes it possible to limit the number of simultaneous connections for the assigned session
 limit_req - This module allows you to limit the number of requests for a given session.
 limit_conn - This module makes it possible to limit the number of simultaneous connections for the assigned session
@@ -68,4 +70,5 @@ upstream_least_conn - This module provides the ability to distribute upstream re
 upstream_zone - This module makes it possible to define a shared memory zone that keeps the group's configuration and run-time state that are shared between worker processes.
 userid - This module gives out cookies for identification of clients.
 uwsgi - External module for the uWSGI protocol for python web apps.
+vhost_traffic_status - This module provides access to virtual host status information.
 xslt - This module is a filter which converts an XML response with the aid of one or more XSLT templates.
diff --git a/profiles/desc/nginx_modules_stream.desc b/profiles/desc/nginx_modules_stream.desc
index 365edcb8..dd7d2891 100644
--- a/profiles/desc/nginx_modules_stream.desc
+++ b/profiles/desc/nginx_modules_stream.desc
@@ -7,6 +7,7 @@
 access - This module allows limiting access to certain client addresses.
 geo - This module creates variables, whose values depend on the IP-address of the client.
 geoip - This module creates variables based on the IP-address of the client matched against the MaxMind GeoIP binary files.
+javascript - This module implements location and variable handlers in nginScript.
 limit_conn - This module is used to limit the number of connections per the defined key.
 map - This module allows you to classify, or map a set of values into a different set of values and store the result in a variable.
 realip - This module allows to change the client's IP address to value from request header (e. g. X-Real-IP or X-Forwarded-For).
diff --git a/profiles/desc/qemu_softmmu_targets.desc b/profiles/desc/qemu_softmmu_targets.desc
index 77be14da..19bcfdeb 100644
--- a/profiles/desc/qemu_softmmu_targets.desc
+++ b/profiles/desc/qemu_softmmu_targets.desc
@@ -9,6 +9,7 @@ aarch64 - ARM64 system emulation target
 alpha - system emulation target
 arm - system emulation target
 cris - system emulation target
+hppa - system emulation target
 i386 - system emulation target
 lm32 - LatticeMico32 system emulation target
 m68k - system emulation target
diff --git a/profiles/desc/qemu_user_targets.desc b/profiles/desc/qemu_user_targets.desc
index 76c2721c..721a1f56 100644
--- a/profiles/desc/qemu_user_targets.desc
+++ b/profiles/desc/qemu_user_targets.desc
@@ -6,11 +6,12 @@
 # Keep it sorted.
 
 aarch64 - ARM64 userspace emulation target
+aarch64_be - ARM64 big endian userspace emulation target
 alpha - userspace emulation target
 arm - ARM (little endian) userspace emulation target
 armeb - ARM (big endian) userspace emulation target
 cris - userspace emulation target
-hppa - usersparce emulation target
+hppa - userspace emulation target
 i386 - userspace emulation target
 m68k - userspace emulation target
 microblazeel - userspace emulation target
diff --git a/profiles/package.mask b/profiles/package.mask
index bf7b0cd2..3dbf3b5e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,32 @@
 
 #--- END OF EXAMPLES ---
 
+# Ulrich Müller <ulm@gentoo.org> (15 Feb 2018)
+# Masked for testing. Note that 11.92 and 12.1 are equivalent
+# in functionality.
+>=app-emacs/auctex-12.1
+
+# Brian Evans <grknight@gentoo.org (15 Feb 2018)
+# These PEAR packages are unmaintained upstream and
+# are difficult to test or have no tests.
+# PHP team no longer wants to maintain these for PHP7 and beyond
+# Removal in 30 days - Bug 647768
+dev-php/PEAR-Benchmark
+dev-php/PEAR-Calendar
+dev-php/PEAR-Console_Color
+dev-php/PEAR-Crypt_Blowfish
+dev-php/PEAR-Crypt_RC4
+dev-php/PEAR-XML_Beautifier
+dev-php/PEAR-XML_Feed_Parser
+dev-php/PEAR-Structures_DataGrid
+dev-php/PEAR-PHP_CompatInfo
+dev-php/PEAR-Net_Server
+dev-php/PEAR-Net_LMTP
+dev-php/PEAR-Net_IMAP
+dev-php/PEAR-Net_FTP
+dev-php/PEAR-Net_DIME
+dev-php/PEAR-Math_Stats
+
 # Sergey Popov <pinkbyte@gentoo.org> (13 Feb 2018)
 # Requires dead Qt4 (bug #645420). Removal in 30 days
 media-gfx/qiviewer
diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index 7c947d6c..63abd641 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -5117,8 +5117,6 @@ media-video/vlc:optimisememory - Enable optimisation for memory rather than perf
 media-video/vlc:opus - Support opus decoding via libopus.
 media-video/vlc:postproc - Enables image post-processing via libpostproc (part of FFmpeg).
 media-video/vlc:projectm - Enables the projectM visualization plugin.
-media-video/vlc:qt4 - Builds a Qt4 based frontend, a graphical interface.
-media-video/vlc:qt5 - Builds a Qt5 based frontend, a graphical interface (overrides qt4).
 media-video/vlc:rtsp - Enables real audio and RTSP modules.
 media-video/vlc:run-as-root - Allows vlc to start for root. Don't enable this unless you have a very specific (e.g. embedded) need for it!
 media-video/vlc:schroedinger - Enable Dirac video support (an advanced royalty-free video compression format) via libschroedinger (high-speed implementation in C of the Dirac codec).
-- 
cgit v1.2.3