summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-libs/glibc: re-enable DT_HASHSam James2022-04-252-0/+3213
| | | | | | | | | | | | | | | | | It ends up breaking applications in unexpected ways (and it's not obvious to the user what's happening), and after speaking to upstream, it's not really even on their agenda to remove DT_HASH right now. Given this seems to break not just some relatively niche (sorry!) things, but some prominent Steam games now too, let's accelerate plans to roll this out and do 2.34 (and 2.35, but that was more on the cards anyway) too. Bug: https://bugs.gentoo.org/347761 Bug: https://bugs.gentoo.org/527504 Bug: https://github.com/anyc/steam-overlay/issues/309 See: e5afbd004d49ecaa3a05b192a8bb0c21ea9d2f0e Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/compiler-rt: Remove LLVM 11Michał Górny2022-04-242-125/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/compiler-rt-sanitizers: Remove LLVM 11Michał Górny2022-04-242-206/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/llvm-libunwind: Remove LLVM 11Michał Górny2022-04-242-125/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libcxxabi: Remove LLVM 11Michał Górny2022-04-242-124/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libcxx: Remove LLVM 11Michał Górny2022-04-242-213/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libomp: Remove LLVM 11Michał Górny2022-04-242-106/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libxcrypt: add cross-* build supportAdrian Ratiu2022-04-241-9/+55
| | | | | | | | | | | | | | | | | | | | | | | | | This logic is required for cross LLVM toolchains built against glibc with its libcrypt disabled because compiler-rt requires a crypt.h header for its sanitizers, leading to a circular build dependency situation: libxcrypt -> compiler-rt -> libxcrypt To break this circular dep other cross-compilation build systems like Yocto have disabled compiler-rt sanitizers entirely [1] or a crypt.h header might be copied into the compiler-rt sources. A better solution than the above two is to directly be able to build libxcrypt before compiler-rt in the cross toolchain setup steps which is what this addition enables. [1] https://github.com/kraj/meta-clang/pull/426 Bug: https://bugs.gentoo.org/699422 Co-authored-by: Sam James <sam@gentoo.org> Signed-off-by: Adrian Ratiu <adrian.ratiu@collabora.com> Closes: https://github.com/gentoo/gentoo/pull/20601 Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/glibc: Stabilize 2.34-r10 hppa, #833191Sam James2022-04-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/musl: fix ROOT check in pkg_postinstSam James2022-04-234-4/+4
| | | | | | With EAPI 7+, ROOT and others will be blank (not /). Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/kpmcore: drop 21.08.3*Sam James2022-04-222-40/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/kpmcore: Stabilize 21.12.3 arm64, #834530Sam James2022-04-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/glibc: Add experimental loong patchset from xen0nAndreas K. Hüttel2022-04-223-1/+11
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-libs/glibc: Rekeyword 2.35-r3Andreas K. Hüttel2022-04-221-1/+1
| | | | | | | | Bug: https://bugs.gentoo.org/837734 Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=29069 Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=29071 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-libs/obstack-standalone: add 1.2.3Sam James2022-04-222-0/+37
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/libseccomp: add 2.5.4Sam James2022-04-213-15/+113
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/compiler-rt-sanitizers: fix patchset versionSam James2022-04-212-1/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/compiler-rt: fix patchset versionSam James2022-04-212-1/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/libcxx: fix patchset versionSam James2022-04-212-1/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/compiler-rt: Remove oldMichał Górny2022-04-213-271/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/compiler-rt-sanitizers: Remove oldMichał Górny2022-04-214-634/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/llvm-libunwind: Remove oldMichał Górny2022-04-213-260/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libcxxabi: Remove oldMichał Górny2022-04-213-251/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libcxx: Remove oldMichał Górny2022-04-213-438/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libomp: Remove oldMichał Górny2022-04-213-268/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/kpmcore: 22.04.0 version bumpAndreas Sturmlechner2022-04-212-0/+35
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sys-libs/libomp: Stabilize 13.0.1 x86, #833209Jakov Smolić2022-04-211-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* sys-libs/libcxxabi: Stabilize 13.0.1 x86, #833209Jakov Smolić2022-04-211-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* sys-libs/llvm-libunwind: Stabilize 13.0.1 x86, #833209Jakov Smolić2022-04-211-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* sys-libs/compiler-rt-sanitizers: Stabilize 13.0.1 x86, #833209Jakov Smolić2022-04-211-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* sys-libs/compiler-rt: Stabilize 13.0.1 x86, #833209Jakov Smolić2022-04-211-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* sys-libs/libcxx: Stabilize 13.0.1 x86, #833209Jakov Smolić2022-04-211-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* sys-libs/glibc: 2.35 patchset bumpAndreas K. Hüttel2022-04-212-0/+1594
| | | | | | | | | | Mostly fixes issues with m68k and mips-n32 Bug: https://bugs.gentoo.org/837734 Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=29069 Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=29071 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-libs/glibc: re-enable DT_HASHSam James2022-04-191-5/+0
| | | | | | | | | | It ends up breaking applications in unexpected ways (and it's not obvious to the user what's happening), and after speaking to upstream, it's not really even on their agenda to remove DT_HASH right now. Bug: https://bugs.gentoo.org/347761 Bug: https://bugs.gentoo.org/527504 Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/readline: add 9999Sam James2022-04-192-19/+254
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/pam_wrapper: Stabilize 1.1.3-r3 sparc, #833714Arthur Zamarin2022-04-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-libs/pam_wrapper: Stabilize 1.1.3-r3 ppc, #833714Arthur Zamarin2022-04-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-libs/pam_wrapper: Stabilize 1.1.3-r3 arm, #833714Arthur Zamarin2022-04-171-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-libs/musl: drop 1.2.2-r3, 1.2.2-r4, 1.2.2-r6Sam James2022-04-175-784/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/libxcrypt: drop 4.4.25-r1, 4.4.26-r1Sam James2022-04-173-452/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/libstdc++-v3: drop 3.3.6-r3Sam James2022-04-172-202/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/zlib: drop 1.2.12-r1Sam James2022-04-171-188/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/libseccomp: drop 2.5.1, 2.5.2Sam James2022-04-173-175/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/binutils-libs: 2.38 patchlevel bumpAndreas K. Hüttel2022-04-162-0/+145
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-libs/musl: Stabilize 1.2.2-r8 ppc, #838046Arthur Zamarin2022-04-151-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-libs/libstatgrab: Stabilize 0.92 arm64, #831448Arthur Zamarin2022-04-151-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-libs/pwdb: fix generic (p.g.o) HOMEPAGESam James2022-04-151-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/libomp: keyword 14.0.1Sam James2022-04-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/libcxx: keyword 14.0.1Sam James2022-04-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/libcxxabi: keyword 14.0.1Sam James2022-04-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>