From 51af5f0eb4cddbe6aa7953717873691d77aae9ff Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 10 Jul 2019 23:40:16 +0100 Subject: gentoo resync : 11.07.2019 --- profiles/features/hardened/amd64/package.use | 2 +- profiles/features/hardened/make.defaults | 2 +- profiles/features/hardened/package.use.mask | 2 +- profiles/features/multilib/make.defaults | 2 +- profiles/features/multilib/use.mask | 2 +- profiles/features/musl/package.use | 2 +- profiles/features/prefix/make.defaults | 4 ++-- profiles/features/prefix/package.mask | 8 ++++---- profiles/features/prefix/package.use.mask | 16 ++++++++-------- profiles/features/prefix/rpath/use.mask | 2 +- .../prefix/standalone/kernel-2.6.16+/package.mask | 2 +- .../prefix/standalone/kernel-2.6.16+/package.use.mask | 2 +- profiles/features/prefix/standalone/package.use.mask | 2 +- profiles/features/selinux/package.mask | 8 ++++---- profiles/features/selinux/package.use.force | 8 ++++---- profiles/features/selinux/package.use.mask | 8 ++++---- profiles/features/uclibc/package.use | 4 ++-- profiles/features/uclibc/package.use.mask | 6 +++--- profiles/features/uclibc/use.mask | 2 +- 19 files changed, 42 insertions(+), 42 deletions(-) (limited to 'profiles/features') diff --git a/profiles/features/hardened/amd64/package.use b/profiles/features/hardened/amd64/package.use index ce8ff26051ba..944deb8d886c 100644 --- a/profiles/features/hardened/amd64/package.use +++ b/profiles/features/hardened/amd64/package.use @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Magnus Granberg (14 Jan, 2015) +# Magnus Granberg (2015-01-14) # We need to have the pic flag on. # Bugs 358929, 490276, 513464, 523736 and 512208. media-libs/x264 pic diff --git a/profiles/features/hardened/make.defaults b/profiles/features/hardened/make.defaults index cd5eaf2d5655..8435f024ae44 100644 --- a/profiles/features/hardened/make.defaults +++ b/profiles/features/hardened/make.defaults @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# Jorge Manuel B. S. Vicetto (16 Nov 2011) +# Jorge Manuel B. S. Vicetto (2011-11-16) # Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pic xtpax -jit -orc" diff --git a/profiles/features/hardened/package.use.mask b/profiles/features/hardened/package.use.mask index 12eae87601c2..e02b6fa64f67 100644 --- a/profiles/features/hardened/package.use.mask +++ b/profiles/features/hardened/package.use.mask @@ -6,7 +6,7 @@ sys-apps/hwloc gl sys-devel/gcc -hardened sys-libs/glibc -hardened -# Ian Stakenvicius (03 Dec 2014) +# Ian Stakenvicius (2014-12-03) # Have no way of knowing what Gecko Media Plugins will install in profiles www-client/firefox gmp-autoupdate diff --git a/profiles/features/multilib/make.defaults b/profiles/features/multilib/make.defaults index a844d754369e..74e6d3748ee5 100644 --- a/profiles/features/multilib/make.defaults +++ b/profiles/features/multilib/make.defaults @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# Jorge Manuel B. S. Vicetto (16 Nov 2011) +# Jorge Manuel B. S. Vicetto (2011-11-16) # Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value # This is so we build with multilib from the start BOOTSTRAP_USE="${BOOTSTRAP_USE} multilib" diff --git a/profiles/features/multilib/use.mask b/profiles/features/multilib/use.mask index 7471c9f05442..fe0e8f819b33 100644 --- a/profiles/features/multilib/use.mask +++ b/profiles/features/multilib/use.mask @@ -3,6 +3,6 @@ # SECTION: Unmask -# 2008/02/13 - Chris Gianelloni +# Chris Gianelloni (2008-02-13) # Unmask multilib, since we need to use it. -multilib diff --git a/profiles/features/musl/package.use b/profiles/features/musl/package.use index 87d13cec246e..9f8906ae5648 100644 --- a/profiles/features/musl/package.use +++ b/profiles/features/musl/package.use @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# Anthony G. Basile (14 Jul 2016) +# Anthony G. Basile (2016-07-14) # We need this to break a circular dependency with # 'sys-libs/libcap pam' in stage3 catalyst builds sys-libs/pam -filecaps diff --git a/profiles/features/prefix/make.defaults b/profiles/features/prefix/make.defaults index 28ddc1270c94..3dbb25ed7df8 100644 --- a/profiles/features/prefix/make.defaults +++ b/profiles/features/prefix/make.defaults @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# Michael Haubenwallner (19 Apr 2016) +# Michael Haubenwallner (2016-04-19) # We can not use xattrs by default in Prefix. USE="-xattr" -# Jeremy Olexa (30 Jun 2009) +# Jeremy Olexa (2009-06-30) # As of now, there does not exist a reliable working sandbox implementation on # any Gentoo Prefix platform. Lately, sandbox has caused *many* issues that # the Gentoo Prefix team has no time to fix and/or troubleshoot. see: bug 271424 diff --git a/profiles/features/prefix/package.mask b/profiles/features/prefix/package.mask index dfa6e719cf82..6c331738314b 100644 --- a/profiles/features/prefix/package.mask +++ b/profiles/features/prefix/package.mask @@ -1,22 +1,22 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# Jeremy Olexa (30 Jun 2009) +# Jeremy Olexa (2009-06-30) # The PAM auth system just will not work in Gentoo Prefix, instead the host auth # system should be used. sys-libs/pam sys-auth/pambase -# Jeremy Olexa (02 Jun 2009) +# Jeremy Olexa (2009-06-02) # If you have MacFuse or some other implementation of fuse installed, you can # probably use this by placing sys-fs/fuse in package.provided, bug 272210 net-fs/curlftpfs -# Jeremy Olexa (02 Dec 2008) +# Jeremy Olexa (2008-12-02) # Reported to work. However, you will need to package.provide some deps. # See bug 248809 for more details. net-fs/openafs -# Fabian Groffen (11 Jan 2008) +# Fabian Groffen (2008-01-11) # Screws up things, see bug #204998 (28 Jul 2016) +# Benda Xu (2016-07-28) # Needs root privilege. sys-fs/eudev hwdb kmod -# Kacper Kowalik (14 Jan 2012) +# Kacper Kowalik (2012-01-14) # sci-libs/mkl don't have prefix keywords dev-python/numexpr mkl -# Fabian Groffen (08 Dec 2011) +# Fabian Groffen (2011-12-08) # USE=vanilla produces a broken compiler for Prefix. Only use this flag # when you're absolutely sure what you're doing. Do NOT report bugs # about failing packages when using a vanilla compiler! sys-devel/gcc vanilla -# Rafael Goncalves Martins (29 Sep 2010) +# Rafael Goncalves Martins (2010-09-29) # dev-libs/judy without prefix keywords # (amd64-linux and x86-linux) sci-electronics/gtkwave judy -# Christian Faulhammer (09 Jan 2010) +# Christian Faulhammer (2010-01-09) # m17n-lib is not available in Prefix app-editors/emacs-vcs m17n-lib app-editors/emacs m17n-lib -# Jeremy Olexa (30 Sep 2009) +# Jeremy Olexa (2009-09-30) # berkdb has hardcoded paths all over, breaks on linux at least. Use flag # disappearing in next bump: prefix can be early and force it to be not used to # save headaches. @@ -33,10 +33,10 @@ app-editors/emacs m17n-lib # it currently causes failures on linux. It can be made a "less global" mask. dev-lang/python berkdb -# Elias Pipping (18 Nov 2007) +# Elias Pipping (2007-11-18) # feynmf fails to build documentation dev-tex/feynmf doc -# Elias Pipping (15 Nov 2007) +# Elias Pipping (2007-11-15) # pkg_postinst tries to create/delete a user, fails dev-libs/cyrus-sasl berkdb gdbm diff --git a/profiles/features/prefix/rpath/use.mask b/profiles/features/prefix/rpath/use.mask index bc446ee8012f..0ad2254fd545 100644 --- a/profiles/features/prefix/rpath/use.mask +++ b/profiles/features/prefix/rpath/use.mask @@ -7,6 +7,6 @@ # multilib is never going to work as expected in Prefix rpath multilib -# Benda Xu (26 Jun 2019) +# Benda Xu (2019-06-26) # Not supported eselect-ldso diff --git a/profiles/features/prefix/standalone/kernel-2.6.16+/package.mask b/profiles/features/prefix/standalone/kernel-2.6.16+/package.mask index eb862b370f57..3dd562a06e86 100644 --- a/profiles/features/prefix/standalone/kernel-2.6.16+/package.mask +++ b/profiles/features/prefix/standalone/kernel-2.6.16+/package.mask @@ -7,6 +7,6 @@ # python-3.3 seems to be unconditionally using utimensat. >=dev-lang/python-3 -# Tupone Alfredo (4 Nov 2018) +# Tupone Alfredo (2018-11-04) # require newer glibc dev-lang/gnat-gpl diff --git a/profiles/features/prefix/standalone/kernel-2.6.16+/package.use.mask b/profiles/features/prefix/standalone/kernel-2.6.16+/package.use.mask index 9ddfe805a613..b5f69351385a 100644 --- a/profiles/features/prefix/standalone/kernel-2.6.16+/package.use.mask +++ b/profiles/features/prefix/standalone/kernel-2.6.16+/package.use.mask @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# Benda Xu (Feb 21, 2018) +# Benda Xu (2018-02-21) # We are on an old kernel that only glibc-2.19 is supported. That glibc does # not build with PIE enabled. glibc-2.19 and linux-2.6.16 is end of life # anyway, so we don't care about security. diff --git a/profiles/features/prefix/standalone/package.use.mask b/profiles/features/prefix/standalone/package.use.mask index c48c34b15f2a..9b7d78715112 100644 --- a/profiles/features/prefix/standalone/package.use.mask +++ b/profiles/features/prefix/standalone/package.use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2019 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# Benda Xu (Jan 26, 2019) +# Benda Xu (2019-01-26) # native-extensions requires >=linux=4.6 for __NR_copy_file_range sys-apps/portage native-extensions diff --git a/profiles/features/selinux/package.mask b/profiles/features/selinux/package.mask index fba312123e1d..6d7e832d3cbc 100644 --- a/profiles/features/selinux/package.mask +++ b/profiles/features/selinux/package.mask @@ -1,15 +1,15 @@ -# Matthew Thode (30 Jul 2018) +# Matthew Thode (2018-07-30) # sys-apps/bolt links against systemd, which gentoo SELinux does not support sys-apps/bolt -# Göktürk Yüksek (09 Nov 2016) +# Göktürk Yüksek (2016-11-09) # On behalf of proxy-maint # Mask due to the package requiring systemd # and causing unresolvable dep issues # See: https://github.com/gentoo/gentoo/pull/2262 www-misc/profile-sync-daemon -# Jason Zaman (27 Jun 2015) +# Jason Zaman (2015-06-27) # SystemD has no support in the SELinux policy at the moment. # Please see: https://wiki.gentoo.org/wiki/SELinux/FAQ#Can_I_use_SELinux_with_SystemD.3F app-admin/systemdgenie @@ -46,7 +46,7 @@ sys-apps/systemd-readahead sys-process/systemd-cron sys-apps/dbus-broker -# Gilles Dartiguelongue (24 May 2018) +# Gilles Dartiguelongue (2018-05-24) # Packages use systemd unconditionally for now >=app-admin/abrt-2.10 app-admin/gnome-abrt diff --git a/profiles/features/selinux/package.use.force b/profiles/features/selinux/package.use.force index 143f28ca89de..1d6fd2e6388f 100644 --- a/profiles/features/selinux/package.use.force +++ b/profiles/features/selinux/package.use.force @@ -1,24 +1,24 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# Sven Vermeulen (19 Apr 2013) +# Sven Vermeulen (2013-04-19) # sys-apps/policycoreutils (semanage command) uses sepolgen, which requires libselinux with USE="python". # sys-apps/policycoreutils also requires libsemanage with USE="python" sys-libs/libselinux python sys-libs/libsemanage python -# Sven Vermeulen (21 May 2013) +# Sven Vermeulen (2013-05-21) # sys-apps/policycoreutils has PYTHON_USE_WITH="xml" set, so we force it # here to allow stages to build with USE=xml on python dev-lang/python xml -# Jason Zaman (03 Dec 2014) +# Jason Zaman (2014-12-03) # sys-apps/busybox has IUSE="+static", so force static-libs on its deps # so stages can build with no interacton. Bug #527938 sys-libs/libselinux static-libs dev-libs/libpcre static-libs -# Jason Zaman (27 Jun 2015) +# Jason Zaman (2015-06-27) # SystemD has no support in the SELinux policy at the moment. # Please see: https://wiki.gentoo.org/wiki/SELinux/FAQ#Can_I_use_SELinux_with_SystemD.3F gnome-base/gnome-settings-daemon openrc-force diff --git a/profiles/features/selinux/package.use.mask b/profiles/features/selinux/package.use.mask index cd2c2416091d..4861b78c15c2 100644 --- a/profiles/features/selinux/package.use.mask +++ b/profiles/features/selinux/package.use.mask @@ -1,11 +1,11 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Jeroen Roovers (23 Feb 2019) +# Jeroen Roovers (2019-02-23) # sdjournal links against sys-apps/systemd's libraries net-analyzer/wireshark sdjournal -# Brian Dolbec (17 Sep 2014) +# Brian Dolbec (2014-09-17) # mask pypy for several utilities due to incompatibility with libselinux sys-apps/portage python_targets_pypy python_targets_pypy3 app-portage/gentoolkit python_targets_pypy python_targets_pypy3 @@ -16,7 +16,7 @@ app-portage/flaggie python_targets_pypy python_targets_pypy3 app-portage/gentoopm python_targets_pypy python_targets_pypy3 app-portage/gpyutils python_targets_pypy python_targets_pypy3 -# Jason Zaman (27 Jun 2015) +# Jason Zaman (2015-06-27) # SystemD has no support in the SELinux policy at the moment. # Please see: https://wiki.gentoo.org/wiki/SELinux/FAQ#Can_I_use_SELinux_with_SystemD.3F app-emulation/libvirt firewalld @@ -32,6 +32,6 @@ x11-terms/gnome-terminal gnome-shell x11-themes/zukitwo gnome-shell net-wireless/bluez user-session -# Alex Brandt (6 Sep 2015) +# Alex Brandt (2015-09-06) # app-emulation/rkt[rkt_stage1_src] requires systemd which isn't available with selinux. app-emulation/rkt rkt_stage1_src diff --git a/profiles/features/uclibc/package.use b/profiles/features/uclibc/package.use index 53754c2c64e5..a0b9b9391477 100644 --- a/profiles/features/uclibc/package.use +++ b/profiles/features/uclibc/package.use @@ -1,11 +1,11 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# 17 Aug 2014; Anthony G. Basile +# Anthony G. Basile (2014-08-17) # Avoid pulling in glib dev-util/pkgconfig internal-glib -# Anthony G. Basile (14 Jul 2018) +# Anthony G. Basile (2018-07-14) # We need this to break a circular dependency with # 'sys-libs/libcap pam' in stage3 catalyst builds sys-libs/pam -filecaps diff --git a/profiles/features/uclibc/package.use.mask b/profiles/features/uclibc/package.use.mask index 1de6dcc2f220..eb7b5dc02161 100644 --- a/profiles/features/uclibc/package.use.mask +++ b/profiles/features/uclibc/package.use.mask @@ -5,17 +5,17 @@ # sanitize is broken on at least all hardened uclibc sys-devel/gcc sanitize -# Michał Górny (12 Jan 2018) +# Michał Górny (2018-01-12) # Those require USE=java that is masked in this profile. app-emulation/virtualbox vboxwebsrv app-office/libreoffice libreoffice_extensions_wiki-publisher -# Thomas Deutschmann (21 Jan 2017) +# Thomas Deutschmann (2017-01-21) # Mask due Gnome3 not going to be stabilized on this arch # due to uclibc dev-util/geany-plugins gtkspell -# Joshua Kinard (18 Jan 2016) +# Joshua Kinard (2016-01-18) # Fails linking to gettext/libintl for symbol 'libintl_gettext'. # Is fixable by using 'append-ldflags' from flag-o-matic to force # -lintl, but that's a QA violation. Real solution is to use diff --git a/profiles/features/uclibc/use.mask b/profiles/features/uclibc/use.mask index 540851c0f4f0..dcee6a32b660 100644 --- a/profiles/features/uclibc/use.mask +++ b/profiles/features/uclibc/use.mask @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# Thomas Deutschmann (28 Jan 2017) +# Thomas Deutschmann (2017-01-28) # No JAVA in uclibc java -- cgit v1.2.3