summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-libs/glibc: stable 2.25-r9 for sparc, bug #637140 (thanks to Rolf Eike Beer)Sergei Trofimovich2017-11-181-1/+1
| | | | | Package-Manager: Portage-2.3.14, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* sys-libs/glibc: Output fat warning if NIS is used and sys-auth/libnss-nis is ↵Andreas K. Hüttel2017-11-182-0/+30
| | | | | | | not installed Closes: https://bugs.gentoo.org/637946 Package-Manager: Portage-2.3.14, Repoman-2.3.6
* sys-libs/glibc: Forward-port safety checks to 9999Andreas K. Hüttel2017-11-181-0/+15
| | | | | | | | Commits 5d8d827255a5f831247dc838879c4582b46210c4 66b10cf352d69a96824cba2c2a2bdea8e8094d7b Package-Manager: Portage-2.3.14, Repoman-2.3.6
* sys-libs/glibc: added missing anchor to nsswitch.conf check, bug #627338Sergei Trofimovich2017-11-141-1/+1
| | | | | | | | | Original change meant to ignore lines starting with comment but was missing leading like anchor. Added. Reported-by: Dennis Schridde Bug: https://bugs.gentoo.org/627338 Package-Manager: Portage-2.3.13, Repoman-2.3.4
* sys-libs/glibc: stable 2.25-r9 for hppa, bug #637140Sergei Trofimovich2017-11-141-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="hppa"
* sys-libs/glibc: guard against rendering system unusable, bug #627338Sergei Trofimovich2017-11-131-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | For cases like FEATURES=config-protect-if-modified or custom /etc/nsswitch.conf with only 'compat' resolver and external providers glibc upgrade will break local user resolution when switching from older glibc. Bad /etc/nsswitch.conf: passwd: compat shadow: compat group: compat Good /etc/nsswitch.conf: passwd: files shadow: files group: files Ok /etc/nsswitch.conf: passwd: compat files shadow: compat files group: compat files More up-to-date doc: https://wiki.gentoo.org/wiki/Project:Toolchain/nsswitch.conf_in_glibc-2.26 Bug: https://bugs.gentoo.org/627338 Package-Manager: Portage-2.3.13, Repoman-2.3.4
* sys-libs/glibc: Stable on amd64Manuel Rüger2017-11-131-1/+1
| | | | Package-Manager: Portage-2.3.12, Repoman-2.3.4
* sys-libs/glibc: Re-add keywords to glibc 2.26Andreas K. Hüttel2017-11-121-2/+1
| | | | | | | | | | | | | Bug: https://bugs.gentoo.org/492814 Bug: https://bugs.gentoo.org/622694 Bug: https://bugs.gentoo.org/617938 Bug: https://bugs.gentoo.org/466176 Bug: https://bugs.gentoo.org/628768 Bug: https://bugs.gentoo.org/637016 Bug: https://bugs.gentoo.org/636934 Bug: https://bugs.gentoo.org/381391 Bug: https://bugs.gentoo.org/636158 Package-Manager: Portage-2.3.13, Repoman-2.3.4
* sys-libs/glibc: Remove oldAndreas K. Hüttel2017-11-122-797/+0
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4
* sys-libs/glibc: Increase patchlevel. Only changes in the test suite.Andreas K. Hüttel2017-11-122-2/+2
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4
* sys-libs/glibc: stable 2.25-r9 for ia64/ppc/ppc64, bug #637140Sergei Trofimovich2017-11-111-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="ia64 ppc ppc64"
* sys-libs/glibc-2.25-r9: alpha stable, bug 637140Matt Turner2017-11-111-1/+1
|
* sys-libs/glibc: Be slightly less verbose in the ebuildAndreas K. Hüttel2017-11-112-4/+4
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4
* sys-libs/glibc: x86 stable (bug #637140)Thomas Deutschmann2017-11-111-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4
* sys-libs/glibc: Revision bump, untested. Keywording candidate.Andreas K. Hüttel2017-11-112-0/+790
| | | | | | Tip of 2.26 release branch plus selected fixes. Package-Manager: Portage-2.3.13, Repoman-2.3.4
* sys-libs/glibc: Re-add keywordsAndreas K. Huettel2017-10-301-2/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4
* sys-libs/glibc: Stable on amd64Manuel Rüger2017-10-291-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* sys-libs/glibc: stable 2.25-r8 for sparc, bug #628180 (thanks to Rolf Eike Beer)Sergei Trofimovich2017-10-281-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="sparc"
* sys-libs/glibc: Revision bump to 2.25 patchlevel 12, unkeyworded so farAndreas K. Hüttel2017-10-282-0/+155
| | | | | | | | | Resolves CVE-2017-15670, CVE-2017-15804, CVE-2016-6261 Bug: https://bugs.gentoo.org/634920 Bug: https://bugs.gentoo.org/635010 Bug: https://bugs.gentoo.org/635118 Package-Manager: Portage-2.3.13, Repoman-2.3.4
* sys-libs/glibc: Add flag to build locale data in src_install, bug 146882Andreas K. Hüttel2017-10-282-8/+21
| | | | | | | Based on the patch there by SpanKY; to be included in 2.27 and later. Bug: https://bugs.gentoo.org/146882 Package-Manager: Portage-2.3.13, Repoman-2.3.4
* sys-libs/glibc-2.25-r8: alpha stable, bug 628180Matt Turner2017-10-261-1/+1
|
* sys-libs/glibc: stable 2.25-r8 for hppa, bug #628180 (thanks to Rolf Eike Beer)Sergei Trofimovich2017-10-251-1/+1
| | | | | Package-Manager: Portage-2.3.12, Repoman-2.3.3 RepoMan-Options: --include-arches="hppa"
* sys-libs/glibc: stable 2.25-r8 for ppc/ppc64, bug #628180Sergei Trofimovich2017-10-241-1/+1
| | | | | Package-Manager: Portage-2.3.12, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc ppc64"
* sys-libs/glibc: stable 2.25-r8 for ia64, bug #628180Sergei Trofimovich2017-10-241-1/+1
| | | | | Package-Manager: Portage-2.3.12, Repoman-2.3.3 RepoMan-Options: --include-arches="ia64"
* sys-libs/glibc: x86 stable (bug #628180)Thomas Deutschmann2017-10-231-1/+1
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* sys-libs/glibc: Remove old revisionsAndreas K. Hüttel2017-10-225-1250/+0
| | | | Package-Manager: Portage-2.3.12, Repoman-2.3.3
* sys-libs/glibc: Restore keywordsAndreas K. Hüttel2017-10-221-1/+1
| | | | Package-Manager: Portage-2.3.12, Repoman-2.3.3
* sys-libs/glibc: Revision bump that re-adds the <sys/sysmacros.h> include, ↵Andreas K. Hüttel2017-10-211-0/+153
| | | | | | | | | bug 575232 We keep the patch in future versions though, pending some information from glibc upstream. Bug: https://bugs.gentoo.org/575232 Package-Manager: Portage-2.3.12, Repoman-2.3.3
* sys-libs/glibc: Various updates to live ebuildAndreas K. Hüttel2017-10-141-35/+23
| | | | | | | | | | * Remove references to add-on mechanism (removed upstream) * Fix install phase with new ChangeLog.old directory * Use https:// git clone URI * Minor simplifications * Some annotations about possible improvements Package-Manager: Portage-2.3.11, Repoman-2.3.3
* sys-libs/glibc: Replace the last absolute symlink with a relative oneAndreas K. Hüttel2017-10-082-2/+2
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.2
* sys-libs/glibc: Another revbump, patchset 11. Bug 632556, sorry about that.Andreas K. Hüttel2017-10-052-2/+2
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* sys-libs/glibc: Revision bump to patchlevel 10Andreas K. Hüttel2017-10-052-0/+152
| | | | | | Only additional fixes for arm64 and hppa included. Package-Manager: Portage-2.3.11, Repoman-2.3.3
* sys-libs/glibc: Rely on PMS, not on bash, for the patch sortingAndreas K. Hüttel2017-10-032-2/+4
| | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3
* sys-libs/glibc: Revision bump for a much larger patchset 2Andreas K. Hüttel2017-10-032-0/+796
| | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3
* sys-libs/glibc: Update patch level. Tests pass now (on ~amd64)!Andreas K. Hüttel2017-09-232-2/+2
| | | | | Closes: https://bugs.gentoo.org/589370 Package-Manager: Portage-2.3.10, Repoman-2.3.3
* sys-libs/glibc: Remove "old"Andreas K. Hüttel2017-09-181-148/+0
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* sys-libs/glibc: Update live ebuildAndreas K. Hüttel2017-09-181-0/+6
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* sys-libs/glibc: Now for real?Andreas K. Hüttel2017-09-171-1/+2
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* sys-libs/glibc: Remove only unversioned libnsl binariesAndreas K. Hüttel2017-09-161-4/+4
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* sys-libs/glibc: Dont install the stub libnsl, since it comes without headers ↵Andreas K. Hüttel2017-09-161-0/+5
| | | | | | anyway Package-Manager: Portage-2.3.8, Repoman-2.3.3
* sys-libs/glibc: Minor improvements to 2.26-r1; update live ebuildAndreas K. Hüttel2017-09-142-49/+682
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* sys-libs/glibc: Prefixify nscd init scriptAndreas K. Hüttel2017-09-121-1/+1
| | | | | | Forward port of 69fe1365667ca61225f4265a45a10f0b38c251d4 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* sys-libs/glibc: Restore keywords in 2.25-r5Andreas K. Hüttel2017-09-121-2/+1
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* sys-libs/glibc: Fix the cleanupAndreas K. Hüttel2017-09-112-3/+3
| | | | | This partially reverts commit 78527a00ee720e32ca54a3c15335fe6e41d95e27 and now deletes the correct files.
* sys-libs/glibc: Add missing systemtap dependencyAndreas K. Hüttel2017-09-111-0/+1
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* sys-libs/glibc: Clean upAndreas K. Hüttel2017-09-114-458/+0
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* sys-libs/glibc: Revision bump to include some more upstream fixes (patchlevel 9)Andreas K. Hüttel2017-09-112-0/+152
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* sys-libs/glibc: Add missing dependency on systemtap, bug 466176Andreas K. Hüttel2017-09-111-0/+1
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* sys-libs/glibc: Fix building the test suite, bug 589370Andreas K. Hüttel2017-09-101-1/+0
| | | | | | | Some black vapier magic was removing all zero-length files from the working directory. Turns out some of them are actually needed... Package-Manager: Portage-2.3.8, Repoman-2.3.3
* glibc: disable stack protector on ARCH=ppcSergei Trofimovich2017-09-101-1/+13
| | | | | | | | | | Currently gcc on powerpc32 generates invalid code for __builtin_return_address(0) calls. Normally programs don't do that but malloc() hooks in glibc do: Bug: https://gcc.gnu.org/PR81996 Bug: https://bugs.gentoo.org/629054 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>