summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* profiles: default-enable CET on amd64 23.0 profilesAndreas K. Hüttel2024-03-121-0/+4
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: Multilib madness for 23.0 llvmAndreas K. Hüttel2024-02-252-0/+8
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles/default/linux: deprecate split-usr systemd profilesMike Gilbert2024-02-256-0/+198
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* profiles: drop readme file in amd64 23.0 profile dirAndreas K. Hüttel2024-02-251-141/+0
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles/default/linux: remove firefox[clang] mask on musl profilesJoonas Niilola2024-02-113-18/+0
| | | | | | | | - while with ugly implementation, the current firefox:rapid ebuild should work with source-built rust on musl. Closes: https://bugs.gentoo.org/924061 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* profiles: Remove entries with OutdatedProfilePackageMichał Górny2023-12-171-2/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles, 23.0: drop non-hardened selinux profileAndreas K. Hüttel2023-11-264-6/+0
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles, 23.0: drop global DT_RELR and enable it only on x86 and PowerAndreas K. Hüttel2023-11-261-0/+4
| | | | | Bug: https://bugs.gentoo.org/show_bug.cgi?id=818376 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles, 23.0, musl, amd64: fix CHOST vendor fieldAndreas K. Hüttel2023-11-152-2/+2
| | | | | Bug: https://bugs.gentoo.org/917396 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles/default/linux/amd64/17.0/musl: unmask >= openjdk-8.352_p08Georgy Yakovlev2023-01-211-2/+3
| | | | | | | support was added in 8dd259239385abbe7d5cce6b74301f14bbbf5d66 and in 8.362_p09 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* profiles: Update amd64 23.0 readmeAndreas K. Hüttel2022-12-101-5/+11
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: drop 23.0 selinux-without-hardened profilesAndreas K. Hüttel2022-12-106-9/+0
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: Add 23.0 amd64 musl profilesAndreas K. Hüttel2022-12-1024-0/+92
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: Add a readme to the 23.0 directoryAndreas K. Hüttel2022-12-101-0/+135
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: also copy x32 profiles from 17.0 to 23.0Andreas K. Hüttel2022-12-108-0/+17
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: no 23.0/split-usr systemd profiles, makes no senseAndreas K. Hüttel2022-12-102-3/+0
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: Add more amd64 23.0 profile dirsAndreas K. Hüttel2022-12-1086-0/+171
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles/default/linux: add systemd/selinux/merged-usr subprofilesKenton Groombridge2022-12-074-0/+6
| | | | Signed-off-by: Kenton Groombridge <concord@gentoo.org>
* profiles: start building up an amd64 23.0 tree for initial testingAndreas K. Hüttel2022-12-048-0/+13
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: add amd64 x32 systemd profilesAndreas K. Hüttel2022-11-234-0/+6
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: Add amd64 llvm systemd merged-usr profileAndreas K. Hüttel2022-11-212-0/+3
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles/default/linux: unmask www-client/firefox[clang] on LLVM profilesSam James2022-10-161-0/+6
| | | | | | | | | | | We end up crashing when building gecko-profiler otherwise but the mask doesn't make sense on these profiles anyway, as the issue that led to them being masked was wrt libcxx - and on these profiles, we always have libcxx. Bug: https://bugs.gentoo.org/829033 Bug: https://bugs.gentoo.org/877021 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/default/linux/amd64/17.0/musl: unmask dev-java/openjdk-bin:11, ↵Sam James2022-10-131-1/+6
| | | | | | dev-java/openjdk-bin:17 Signed-off-by: Sam James <sam@gentoo.org>
* profiles: rename clang feature to llvm, adjust parent filesAndreas K. Hüttel2022-10-053-3/+3
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles/default/linux: add systemd/merged-usr subprofilesMike Gilbert2022-09-0310-0/+15
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* profiles: Add experimental amd64 systemd/clang profileAndreas K. Hüttel2022-08-054-0/+28
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* Revert "profiles: musl/clang: modify CHOST due to libcxx default"Andreas K. Hüttel2022-03-251-6/+0
| | | | | | | | This was a bit premature. This reverts commit 3652fdd67f01c95650536b816c1bcc13fc5df89a. Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: musl/clang: modify CHOST due to libcxx defaultAndreas K. Hüttel2022-03-251-0/+6
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: Add another clang experimentAndreas K. Hüttel2022-03-232-0/+3
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: clang feature: more multilib madnessAndreas K. Hüttel2022-03-221-0/+1
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: clang profile, add multilib madnessAndreas K. Hüttel2022-03-221-0/+15
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles/default/linux: drop trailing slash from musl inherit in 'parent' fileSam James2022-03-191-1/+1
| | | | | | | | | | | | | | We keep seeing reports of collisions between musl/glibc but this shouldn't be possible as glibc is masked on musl profiles. Not clear if this is causing our issue but it's at the very least superfluous and maybe even wrong. Bug: https://bugs.gentoo.org/831063 Bug: https://bugs.gentoo.org/834579 Bug: https://bugs.gentoo.org/631568 Bug: https://bugs.gentoo.org/611094 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/default/linux/amd64/17.0: update deprecation notice for latest ↵Sam James2022-02-1814-14/+14
| | | | | | stable GCC Signed-off-by: Sam James <sam@gentoo.org>
* profiles: fix 17.0 replacement suggestionSam James2022-01-1411-11/+11
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* profiles: sync 17.0 deprecation notice with news itemSam James2022-01-1414-181/+475
| | | | | | | | Avoids confusion in support forums when referencing certain steps and it's only going to help to have these in sync anyway (to avoid people missing steps). Signed-off-by: Sam James <sam@gentoo.org>
* profiles: remove uclibcDavid Seifert2022-01-027-51/+0
| | | | | Closes: https://bugs.gentoo.org/820905 Signed-off-by: David Seifert <soap@gentoo.org>
* profiles: add *very* experimental amd64 clang profileAndreas K. Hüttel2021-12-093-0/+12
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: amd64/17.1: Defined selinux profiles for systemd and ↵Jonathan Davies2021-11-224-0/+6
| | | | | | | | no-multilib/systemd. Bug: https://bugs.gentoo.org/528674 Signed-off-by: Jonathan Davies <jpds@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* profiles/default/linux: add missing uclibc deprecation filesSam James2021-11-211-0/+17
| | | | | | | | | | | 'deprecated' isn't inherited so let's put it in every remaining uclibc profile that doesn't already have such a file to ensure everybody is notified. Noticed when trying 'default/linux/arm/17.0/uclibc/armv7a/hardened/deprecated' out of curiosity to verify it when setting up a new box. Bug: https://bugs.gentoo.org/820905 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/default/linux/amd64/17.0/uclibc: deprecateGeorgy Yakovlev2021-11-181-0/+17
| | | | | Bug: https://bugs.gentoo.org/820905 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* profiles: drop references to user-session USE flagMike Gilbert2021-11-142-16/+0
| | | | | Closes: https://bugs.gentoo.org/823647 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* profiles: default-enable sys-apps/dbus[user-session] in plasma/systemd profilesAndreas K. Hüttel2021-09-142-0/+2
| | | | | | Needed for plasma-workspace anyway and saves mess on initial install. Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles/*: Add missing eapi filesUlrich Müller2021-08-022-0/+2
| | | | | | In all dirs containing regular files. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* profiles: add amd64 no-multilib systemd profileAndreas K. Hüttel2021-07-092-0/+3
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles/default/linux/amd64/17.0/musl: adjust rust unmask textGeorgy Yakovlev2021-04-271-1/+1
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* profiles: normalise bug references in package.maskSam James2021-04-1514-14/+14
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* profiles.desc: Add default/linux/amd64/17.1/desktop/systemd profileAndreas K. Hüttel2021-01-102-0/+3
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles/default/linux/amd64/no-multilib: add RAP Prefix anchorsFabian Groffen2020-11-077-0/+10
| | | | | | | This is a straight copy from the 17.0 profile to be able move away from it. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles: Finally deprecate amd64 17.0 profilesAndreas K. Hüttel2020-11-0714-0/+826
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles/default/linux/amd64/17.0/musl: unmask rust-binGeorgy Yakovlev2020-01-281-0/+6
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>