summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* sys-libs/tdb: Bump to version 1.4.7Lars Wendler2022-06-242-0/+67
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-libs/talloc: Bump to version 2.3.4Lars Wendler2022-06-242-0/+117
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-libs/libseccomp: revbump for loong patch 20220622WANG Xuerui2022-06-242-0/+112
| | | | | | | | | | | | | | | | | | The previous revision of the loong patch still had fstat and newfstatat declared as present on loong, while the upstreamed loong kernel ABI has removed support for them. This caused build failures for sys-apps/file and perhaps others, so bump to latest iteration of the upstream PR [1]. (As for quality of the patch, the PR is likely to be accepted as-is.) The patch is again generated by diffing `make dist` output against the official 2.5.4 tarball, due to the package being a base-system one. This is ~loong-only, because the only thing that got bumped was the loong patchset. [1]: https://github.com/seccomp/libseccomp/pull/356 Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* sys-libs/compiler-rt: only override compiler for USE=clang if not using ClangSam James2022-06-233-6/+19
| | | | | | | | | | | | | | | | | When USE=clang, we used to force CC=${CHOST}-clang, CXX=${CHOST}-clang++, but this prevents overriding with a certain version of Clang. In my case, a world upgrade went awry where Clang got upgraded from 13->14, but compiler-rt hadn't yet been upgraded to the new slot, so my system Clang was broken. CC=clang-13 CXX=clang++-13 emerge -v1 ... sorted out the issue. So, don't override CC & CXX to be Clang if we know it's already Clang. That said, we probably still need to tweak the logic for when the compiler fails (for which we already have checks in the ebuild). Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/musl: stable 1.2.2-r8 for amd64, arm, arm64, ppc64, x86Sam James2022-06-231-1/+1
| | | | | Closes: https://bugs.gentoo.org/838046 Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/libieee1284: Keyword 0.2.11-r8 arm, #849830Arthur Zamarin2022-06-221-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-libs/libieee1284: Keyword 0.2.11-r8 arm64, #849830Arthur Zamarin2022-06-221-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-libs/libsmbios: update LICENSELars Wendler2022-06-221-1/+1
| | | | | | Thanks-to: Ulrich Müller <ulm@gentoo.org> Closes: https://bugs.gentoo.org/853724 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-libs/libseccomp: drop 2.5.1-r1, 2.5.3David Seifert2022-06-213-191/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* sys-libs/libcap-ng: drop 0.8.2-r1David Seifert2022-06-212-96/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* sys-libs/gdbm: drop 1.22David Seifert2022-06-212-44/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* sys-libs/gpm: drop 1.20.7-r3Sam James2022-06-211-108/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/gpm: fix -Wformat-security; update systemd unitSam James2022-06-213-0/+325
| | | | | | Closes: https://bugs.gentoo.org/539320 Closes: https://bugs.gentoo.org/792822 Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/db: fix -Wformat-securitySam James2022-06-202-0/+207
| | | | | | Closes: https://bugs.gentoo.org/632628 Thanks-to: René Rhéaume <rene.rheaume@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/libxcrypt: disable LTOSam James2022-06-181-1/+5
| | | | | Closes: https://bugs.gentoo.org/852917 Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/readline: add 8.2_rc1Sam James2022-06-172-0/+226
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/libapparmor: add 3.0.4, fix distutils-r1 usageSam James2022-06-172-0/+109
| | | | | | | | | | | Fixes distutils-r1 usage which otherwise was fragile and may have broken in future (was emitting a QA warning as of recent eclass changes). 3.0.4 upstream also drops distutils.sysconfig usage which brings us better Python 3.11 support. Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/libapparmor: enable py3.11Joonas Niilola2022-06-171-1/+1
| | | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/libapparmor: Stabilize 3.0.3-r1 amd64, #851984Jakov Smolić2022-06-141-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* sys-libs/libcap: drop 2.63David Seifert2022-06-132-97/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* sys-libs/libapparmor: fix distutils-r1 usageSam James2022-06-121-0/+103
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/libomp: Bump to 14.0.5Michał Górny2022-06-112-0/+144
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libcxx: Bump to 14.0.5Michał Górny2022-06-112-0/+231
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libcxxabi: Bump to 14.0.5Michał Górny2022-06-112-0/+132
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/llvm-libunwind: Bump to 14.0.5Michał Górny2022-06-112-0/+124
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/compiler-rt-sanitizers: Bump to 14.0.5Michał Górny2022-06-112-0/+224
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/compiler-rt: Bump to 14.0.5Michał Górny2022-06-112-0/+142
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/kpmcore: drop 22.04.1*Andreas Sturmlechner2022-06-092-35/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sys-libs/kpmcore: 22.04.2 version bumpAndreas Sturmlechner2022-06-092-0/+35
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sys-libs/zlib: x86 stable wrt bug #836303Agostino Sarubbo2022-06-091-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/zlib: arm64 stable wrt bug #836303Agostino Sarubbo2022-06-091-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="arm64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/zlib: arm stable wrt bug #836303Agostino Sarubbo2022-06-091-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/zlib: amd64 stable wrt bug #836303Agostino Sarubbo2022-06-091-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/glibc: fix linux-headers checkSam James2022-06-081-5/+13
| | | | | | | | | | | | The comment in the ebuild tries to say it all, but the gist is that because the environment (which includes installed packages and their versions!) isn't (necessarily) consistent b/t pkg_pretend and pkg_setup, and pkg_pretend is run before any packages are merged at all, if one has an old linux-headers installed, and a new linux-headers is queued to upgrade before glibc, the emerge will still die in pkg_pretend b/c it's run before the new linux-headers (or indeed anything) gets merged. Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/glibc: Enable py3.11Michał Górny2022-06-082-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/zlib: sparc stable wrt bug #836303Agostino Sarubbo2022-06-081-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/zlib: ppc64 stable wrt bug #836303Agostino Sarubbo2022-06-081-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/zlib: ppc stable wrt bug #836303Agostino Sarubbo2022-06-081-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/binutils-libs: verbose logs, use output synchronisationSam James2022-06-081-1/+11
| | | | | See: 543e8a28d137dfac2ee430311e326c7c68eefa56 Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/glibc: rekeyword 2.35-r7Andreas K. Hüttel2022-06-061-1/+1
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-libs/glibc: Give the testsuite a bit more timeAndreas K. Hüttel2022-06-062-2/+8
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-libs/openipmi: Keyword 2.0.32 arm, #849842Jakov Smolić2022-06-061-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* sys-libs/glibc: 2.35 patchlevel bump, untested, no keywordsAndreas K. Hüttel2022-06-062-0/+1597
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* */*: reassign whissi's packagesJoonas Niilola2022-06-052-8/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-libs/llvm-libunwind: x86 stable wrt bug #849464Agostino Sarubbo2022-06-041-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/libomp: x86 stable wrt bug #849464Agostino Sarubbo2022-06-041-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/libcxxabi: x86 stable wrt bug #849464Agostino Sarubbo2022-06-041-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/libcxx: x86 stable wrt bug #849464Agostino Sarubbo2022-06-041-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/compiler-rt-sanitizers: x86 stable wrt bug #849464Agostino Sarubbo2022-06-041-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/compiler-rt: x86 stable wrt bug #849464Agostino Sarubbo2022-06-041-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>