summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-libs/zlib: sparc stable wrt bug #866241Agostino Sarubbo2022-08-241-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/zlib: ppc stable wrt bug #866241Agostino Sarubbo2022-08-241-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/compiler-rt: forward port nostartfiles fixSam James2022-08-244-6/+13
| | | | | | | Bug: https://bugs.gentoo.org/862540 Bug: https://bugs.gentoo.org/862798 See: 8bb13b19b42601b8b57c5b1c2d64d1b0a04fede5 Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/compiler-rt: Override start symbol when adding -nostartfiles to LDFLAGSAlexander Miller2022-08-241-2/+3
| | | | | | | | | | | | | | | | | Trying to link executables for the configure checks generates linker warnings (in the CMake logs) like: "warning: cannot find entry symbol _start; defaulting to 0000000000001000". Moreover, with flags like -flto or -Wl,--gc-sections, the linker can discard all code, rendering the checks useless. Set main as entry symbol when linking with -nostartfiles to avoid both issues. (Note that the binaries would still crash, but that doesn't matter since they are never executed.) Bug: https://bugs.gentoo.org/862540 Closes: https://bugs.gentoo.org/862798 Signed-off-by: Alexander Miller <alex.miller@gmx.de> Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/zlib: Stabilize 1.2.12-r3 ppc64, #866241Arthur Zamarin2022-08-241-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-libs/zlib: Stabilize 1.2.12-r3 hppa, #866241Arthur Zamarin2022-08-241-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-libs/zlib: Stabilize 1.2.12-r3 arm, #866241Arthur Zamarin2022-08-241-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-libs/zlib: Stabilize 1.2.12-r3 arm64, #866241Arthur Zamarin2022-08-241-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-libs/zlib: Stabilize 1.2.12-r3 x86, #866241Sam James2022-08-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/zlib: Stabilize 1.2.12-r3 amd64, #866241Sam James2022-08-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/kpmcore: 22.08.0 version bumpAndreas Sturmlechner2022-08-222-0/+34
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sys-libs/libxcrypt: use python_has_versionArthur Zamarin2022-08-204-4/+4
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-libs/glibc: make crypt.h install depend on crypt use flagAdrian Ratiu2022-08-205-0/+5
| | | | | | | | | | | | | | | | | | The crypt use flag is supposed to control whether libcrypt and its associated crypt.h are installed, but it's ignored in header-only builds and crypt.h is always installed. This generates a conflict for eg with sys-libs/libcxrypt installed as a system lib which provides /usr/include/crypt.h even if glibc is built with -crypt. The solution is for glibc to properly respect the crypt use flag when installing the headers. Fixes: https://bugs.gentoo.org/863812 Signed-off-by: Adrian Ratiu <adrian.ratiu@collabora.com> Closes: https://github.com/gentoo/gentoo/pull/26747 Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/glibc: restore GCC < 11.2.1_p* AVX512 sanity checkSam James2022-08-203-0/+18
| | | | | | | | | | It's cheap and it avoids build failures, so why not? Only really affects Tiger Lake or so though. Fixed in newer GCCs anyway. Bug: https://bugs.gentoo.org/823780 Signed-off-by: Sam James <sam@gentoo.org>
* */*: Drop obsolete CMAKE_ECLASS meta varAndreas Sturmlechner2022-08-1910-13/+3
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sys-libs/uid_wrapper: drop 1.2.7Andreas Sturmlechner2022-08-192-17/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sys-libs/pam_wrapper: drop 1.1.3Andreas Sturmlechner2022-08-191-40/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sys-libs/libunwind: fix docs overrideSam James2022-08-181-1/+2
| | | | | | No functional change, just useful for building doc tarball. Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/openipmi: Drop old versionsMatt Turner2022-08-173-204/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* sys-libs/freeipmi: Drop old versionsMatt Turner2022-08-172-94/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* sys-libs/freeipmi: Stabilize 1.6.9 hppa, #862879Arthur Zamarin2022-08-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-libs/timezone-data: add 2022cSam James2022-08-162-0/+202
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/zlib: patch CVE-2022-37434Sam James2022-08-162-0/+254
| | | | | | | (includes the additional fix which curl exposed too) Bug: https://bugs.gentoo.org/863851 Signed-off-by: Sam James <sam@gentoo.org>
* */*: Drop CMAKE_ECLASS meta var superfluous in EAPI-8Andreas Sturmlechner2022-08-1516-16/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* */*: Drop obsolete KDE_GEAR meta variableAndreas Sturmlechner2022-08-151-1/+0
| | | | | | Amends commit 08f18cd6afe2360c6f9aa653a56d195432af63c9 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sys-libs/basu: add sourcehut upstream metadataSam James2022-08-141-0/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/timezone-data: add 2022bSam James2022-08-132-0/+198
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/slang: add 2.3.3Sam James2022-08-123-0/+105
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/llvm-libunwind: fix PythonHasVersionUsageSam James2022-08-115-5/+5
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/libcxx: fix PythonHasVersionUsageSam James2022-08-115-5/+5
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/libomp: fix PythonHasVersionUsageSam James2022-08-115-5/+5
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/libcxxabi: fix PythonHasVersionUsageSam James2022-08-115-5/+5
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/compiler-rt-sanitizers: fix mismatch between python_gen_any_dep and ↵Sam James2022-08-115-5/+5
| | | | | | | | | python_check_deps We need to check the exact version given it's slotted. Also, while at it, change to python_has_version. Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/compiler-rt: fix mismatch between python_gen_any_dep and ↵Sam James2022-08-116-6/+6
| | | | | | | | | python_check_deps We need to check the exact version given it's slotted. Also, while at it, change to python_has_version. Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/binutils-libs: add 2.39 (unkeyworded)Sam James2022-08-102-0/+155
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/llvm-libunwind: Fix ManifestMichał Górny2022-08-091-1/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libomp: Bump to 15.0.0_rc2Michał Górny2022-08-092-0/+133
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libcxx: Bump to 15.0.0_rc2Michał Górny2022-08-092-0/+231
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libcxxabi: Bump to 15.0.0_rc2Michał Górny2022-08-092-0/+131
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/llvm-libunwind: Bump to 15.0.0_rc2Michał Górny2022-08-092-0/+127
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/compiler-rt-sanitizers: Bump to 15.0.0_rc2Michał Górny2022-08-092-0/+224
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/compiler-rt: Bump to 15.0.0_rc2Michał Górny2022-08-092-0/+153
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/llvm-libunwind: Add missing CHOST override to 15.x+Michał Górny2022-08-092-0/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/compiler-rt: Sync 15+ to 14.0.6-r1Michał Górny2022-08-072-8/+22
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/compiler-rt: Revert runtimes build for 15+Michał Górny2022-08-072-10/+20
| | | | | | | Revert to the regular compiler-rt build since the runtimes build did not solve the bootstrap problems as I anticipated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/glibc: keyword 2.36 for ~loongWANG Xuerui2022-08-071-1/+1
| | | | | | | | Contrary to the other arches, loong is effectively on 2.36 from day one, also the current userbase is small and tech-savvy enough for us to just switch and enable more early testing and feedback. Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* sys-libs/musl: arm/arm64 stable, bug #858827Jory Pratt2022-08-061-1/+1
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jory Pratt <anarchy@gentoo.org>
* sys-libs/compiler-rt-sanitizers: Backport glibc build fixMichał Górny2022-08-052-2/+2
| | | | | Closes: https://bugs.gentoo.org/863440 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libomp: Add 16.* live ebuildsMichał Górny2022-08-051-0/+129
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libcxx: Add 16.* live ebuildsMichał Górny2022-08-051-0/+228
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>