summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-libs/newlib: Use https:// for git repository.Arfrever Frehtes Taifersar Arahesis2020-03-165-9/+9
| | | | | Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/glibc: Use https:// again for git repository.Arfrever Frehtes Taifersar Arahesis2020-03-165-7/+5
| | | | | | Reverts: 3e796f4abbb89a6edc99b54688f666ec11219ea2 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/libfaketime-0.9.7: add ~alpha, bug 710396Matt Turner2020-03-161-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* sys-libs/libomp: Bump to 10.0.0rc4Michał Górny2020-03-162-0/+107
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libcxx: Bump to 10.0.0rc4Michał Górny2020-03-162-0/+207
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libcxxabi: Bump to 10.0.0rc4Michał Górny2020-03-162-0/+120
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/llvm-libunwind: Bump to 10.0.0rc4Michał Górny2020-03-162-0/+127
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/compiler-rt-sanitizers: Bump to 10.0.0rc4Michał Górny2020-03-162-0/+147
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/compiler-rt: Bump to 10.0.0rc4Michał Górny2020-03-162-0/+111
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/pam: make gettext no-opMikle Kolyada2020-03-152-12/+10
| | | | | | | | There is no nls use flag at all. Closes: https://bugs.gentoo.org/709532 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* sys-libs/glibc: switch -fstack-protector-all to -strong, bug #712356Sergei Trofimovich2020-03-152-2/+10
| | | | | | | | | | | | | | | | | | --enable-stack-protector=all adds protection to functions that don't have a chance to corrupt stack. On top of that glibc's own tests fail on static IFUNC resolver. Let's use -fstack-protector-strong which matches Gentoo's gcc default. Should fix at least the following test failures: FAIL: elf/ifuncmain9picstatic FAIL: elf/ifuncmain9static Reported-by: Toralf Förster Bug: https://bugs.gentoo.org/712356 Bug: https://sourceware.org/PR25680 Package-Manager: Portage-2.3.94, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/glibc: disable container tests, bug #712356Sergei Trofimovich2020-03-152-2/+10
| | | | | | | | | | | | | | | | | | | | | | | sandbox is not very compatible with filesystem unshare(). It can't check if mkdir(/proc) is a safe operation under unshare/chroot. Let's disable container tests. One day we can enable them if not running under sandbox. Shoul deal with the following test failures: FAIL: elf/tst-dlopen-self-container FAIL: elf/tst-dlopen-tlsmodid-container FAIL: elf/tst-ifunc-fault-bindnow FAIL: elf/tst-ifunc-fault-lazy FAIL: elf/tst-ldconfig-bad-aux-cache FAIL: elf/tst-ldconfig-ld_so_conf-update FAIL: elf/tst-pldd Reported-by: Toralf Förster Bug: https://bugs.gentoo.org/712356 Package-Manager: Portage-2.3.94, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/binutils-libs: sh stable wrt bug #711106Mikle Kolyada2020-03-151-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="sh" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* sys-libs/glibc: sh stable wrt bug #702484Mikle Kolyada2020-03-151-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="sh" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* sys-libs/glibc: refresh live patchsetSergei Trofimovich2020-03-142-2/+2
| | | | | Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/glibc: drop outdated '!<sys-devel/make-4' blockerSergei Trofimovich2020-03-147-7/+0
| | | | | Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/glibc: add USE=static-pie to install rcrt1.oSergei Trofimovich2020-03-143-3/+7
| | | | | | | | | | | | | | | To add support for gcc's -static-pie flag glibc needs to provide a few runtile files like rcrt1.o. Let's install those when requested. Noticed when looked at static-pie failures in bug #712356. The change should not fix test failures, but will provide a way to easily sanity-check static-pie health with minimal test. Bug: https://bugs.gentoo.org/712356 Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/glibc: Revision bump with new patchset 6Andreas K. Huettel2020-03-122-0/+1491
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
* sys-libs/pam: Add prefix supportMikle Kolyada2020-03-121-1/+3
| | | | | | | | | | Closes: https://bugs.gentoo.org/709924 Closes: https://bugs.gentoo.org/699188 Closes: https://bugs.gentoo.org/699526 Bug: https://bugs.gentoo.org/695966 Thanks-to: Benda Xu <heroxbd@gentoo.org> Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* sys-libs/libosinfo: remove oldMart Raudsepp2020-03-122-64/+0
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* sys-libs/libosinfo: arm64 stable (bug #711332)Mart Raudsepp2020-03-121-1/+1
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* sys-libs/mtdev: Drop old versionsMatt Turner2020-03-112-25/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* sys-libs/ldb: Removed oldLars Wendler2020-03-112-106/+0
| | | | | Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-libs/ldb: Bump to version 2.0.9Lars Wendler2020-03-112-0/+109
| | | | | Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-libs/glibc: fix live ebuild linkSergei Trofimovich2020-03-101-1/+2
| | | | | | | https:// scema is not supported by sourceware's git. Use git:// instead. Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/binutils-libs: move deps to BDEPEND for EAPI 7, bug #700898Sergei Trofimovich2020-03-101-5/+4
| | | | | | | | | | | Tweak only latest ~arch binutils-libs-2.34. While at it dropped outdated blocker against gdb-7.10. Reported-by: David Michael Bug: https://bugs.gentoo.org/700898 Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/libomp: arm64 stable (bug #705530)Mart Raudsepp2020-03-091-1/+1
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* sys-libs/libcxx: arm64 stable (bug #705530)Mart Raudsepp2020-03-091-1/+1
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* sys-libs/libcxxabi: arm64 stable (bug #705530)Mart Raudsepp2020-03-091-1/+1
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* sys-libs/llvm-libunwind: arm64 stable (bug #705530)Mart Raudsepp2020-03-091-1/+1
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* sys-libs/compiler-rt-sanitizers: arm64 stable (bug #705530)Mart Raudsepp2020-03-091-1/+1
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* sys-libs/compiler-rt: arm64 stable (bug #705530)Mart Raudsepp2020-03-091-1/+1
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* sys-libs/glibc: Remove oldAndreas K. Huettel2020-03-094-4474/+0
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
* sys-libs/mtdev: arm64 stable (bug #711560)Mart Raudsepp2020-03-081-1/+1
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* sys-libs/libseccomp: Removed oldLars Wendler2020-03-073-84/+0
| | | | | Package-Manager: Portage-2.3.92, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-libs/libseccomp: Bump to version 2.4.3Lars Wendler2020-03-072-0/+42
| | | | | Package-Manager: Portage-2.3.92, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-libs/binutils-libs: Remove oldAndreas K. Huettel2020-03-062-121/+0
| | | | | Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-libs/mtdev: s390 stable wrt bug #711560Agostino Sarubbo2020-03-061-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/newlib: bump up to 3.3.0Sergei Trofimovich2020-03-052-0/+142
| | | | | Package-Manager: Portage-2.3.92, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/mtdev: sparc stable wrt bug #711560Agostino Sarubbo2020-03-051-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/mtdev: ppc64 stable wrt bug #711560Agostino Sarubbo2020-03-051-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/mtdev: ppc stable wrt bug #711560Agostino Sarubbo2020-03-051-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/mtdev: ia64 stable wrt bug #711560Agostino Sarubbo2020-03-051-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/mtdev: arm stable wrt bug #711560Agostino Sarubbo2020-03-051-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/mtdev: amd64 stable wrt bug #711560Agostino Sarubbo2020-03-051-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/mtdev: x86 stable wrt bug #711560Agostino Sarubbo2020-03-051-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/llvm-libunwind: Remove 10.0.0rc[12]Michał Górny2020-03-043-254/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libomp: Remove 10.0.0rc[12]Michał Górny2020-03-043-214/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libcxxabi: Remove 10.0.0rc[12]Michał Górny2020-03-043-240/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libcxx: Remove 10.0.0rc[12]Michał Górny2020-03-043-419/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>