summary refs log tree commit diff
path: root/pkgs/development/libraries/glibc
Commit message (Collapse)AuthorAge
* Change occurrences of gcc to the more general ccJohn Wiegley2014-12-26
| | | | | This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
* glibc_multi: fix package name (close #5284)Emery Hemingway2014-12-10
| | | | "multi" should be between the "glibc" and the version
* glibc: improve nscd version check after e316672dcbVladimír Čunát2014-11-11
|
* glibc: Include a copy of libgcc_s.so.1Eelco Dolstra2014-11-11
| | | | | | | | | | | | | This prevents failures like "libgcc_s.so.1 must be installed for pthread_cancel to work" that occur because Glibc assumes libgcc_s.so.1 to be in Glibc's libdir. This solution is pretty hacky, because the libgcc_s.so.1 from bootstrap-tools might be too old. So if we update GCC, programs might end up using an outdated libgcc_s.so.1. Ideally, we would build libgcc_s.so.1 *before* Glibc, which might not be impossible... Fixes #3548.
* glibc: Update to 2.20Eelco Dolstra2014-10-29
|
* glibc/2.19 -> glibcEelco Dolstra2014-10-29
| | | | We only have one version of Glibc so no need for a separate directory.
* glibc: put back the nscd check, by $out instead of dateVladimír Čunát2014-09-13
| | | | | | | I don't know why they feel they need to check the compatibility by build date, so I would keep check against $out, which is a better nix equivalent. Also, expression refactoring (put comments out of hash-changing bash).
* glibc: make compilation more pureAlexander Kjeldaas2014-09-13
| | | | Remove datetime from nscd.
* Merge recent master into stagingVladimír Čunát2014-08-30
|\ | | | | | | | | | | | | | | | | Hydra: ?compare=1149952 Conflicts: nixos/doc/manual/configuration.xml (changed split file) nixos/modules/config/users-groups.nix (choosing filterNull instead of inline definition) pkgs/development/libraries/readline/readline6.3.nix (auto-solved)
| * Merge pull request #3225 from hrdinka/move-glibc-multiMichael Raskin2014-08-29
| |\ | | | | | | glibc_multi: move glibc_multi script out of all-packages.nix
| | * glibc_multi: move glibc_multi script out of all-packages.nixChristoph Hrdinka2014-07-10
| | |
* | | glibc: fix CVE-2014-5119 by Debian patchVladimír Čunát2014-08-30
|/ /
* | Merge remote-tracking branch 'origin/master' into staging.Peter Simons2014-08-04
|\ \ | | | | | | | | | | | | Conflicts: pkgs/desktops/e18/enlightenment.nix
| * | Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
| |/
* / glibc: fix CVE-2014-0475 by upstream patchesVladimír Čunát2014-08-04
|/ | | | https://sourceware.org/bugzilla/show_bug.cgi?id=17137
* glibc: fix a math problem by upstream patchVladimír Čunát2014-03-08
|
* glibc: do not use system ld.so.preload (close #1788)Ian-Woo Kim2014-02-28
| | | | Modified according to the PR comment.
* glibc: Update to 2.19Eelco Dolstra2014-02-14
|
* glibc: Rename 2.18 -> 2.19Eelco Dolstra2014-02-14
|
* glibc: pull a bug work-around from ArchVladimír Čunát2014-01-02
| | | | | | | This should work around some of our build problems, e.g. http://hydra.nixos.org/build/7575893/nixlog/1/tail-reload Cf. #1446
* Merge glibc-2.18 branch into stdenv-updatesVladimír Čunát2013-12-28
|\ | | | | | | | | | | | | | | It's to separate from other changes coming from master. Conflicts: pkgs/development/libraries/glibc/2.18/common.nix (taking both changes) pkgs/development/libraries/ncurses/5_4.nix (deleted)
| * glibc: Apply upstream patch for scanf regressionEelco Dolstra2013-12-16
| | | | | | | | | | | | | | | | | | https://sourceware.org/bugzilla/show_bug.cgi?id=15917 This broke Atlas. http://hydra.nixos.org/build/7072399 http://sourceforge.net/p/math-atlas/discussion/75123/thread/dc45bb67/
| * Indent sensiblyEelco Dolstra2013-12-03
| |
| * Merge remote-tracking branch 'origin/master' into glibc-2.18Eelco Dolstra2013-12-03
| |\ | | | | | | | | | | | | Conflicts: pkgs/development/libraries/glibc/2.17/locales.nix
| * | glibc: Various CVE fixesEelco Dolstra2013-12-02
| | | | | | | | | | | | | | | CVE-2012-4412, CVE-2012-4424, CVE-2013-4237, CVE-2013-4332, CVE-2013-4458, CVE-2013-4788.
| * | glibc: Don't install slnEelco Dolstra2013-11-26
| | | | | | | | | | | | | | | It's a 835 KiB utility to create symlinks that (AFAIK) is not used anywhere. It also has no use case in NixOS.
| * | Remove tabsEelco Dolstra2013-11-26
| | |
| * | glibc: Remove unused version 2.13Eelco Dolstra2013-11-15
| | |
| * | glibc: Update to 2.18Eelco Dolstra2013-11-15
| | | | | | | | | | | | | | | | | | Note: the glibc-elf-localscope.patch no longer applies. It's not clear if we still need it, but openSUSE (where it came from) no longer applies it.
| * | glibc: Move 2.17 -> 2.18Eelco Dolstra2013-11-15
| | |
* | | Merge remote-tracking branch 'origin/master' into stdenv-updates.Peter Simons2013-12-04
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/interpreters/perl/5.16/default.nix pkgs/tools/networking/curl/default.nix pkgs/top-level/all-packages.nix pkgs/top-level/release-python.nix pkgs/top-level/release-small.nix pkgs/top-level/release.nix
| * | glibcLocales: refactoring fe32d12 according to commentsVladimír Čunát2013-11-27
| | |
| * | glibc-locales: don't depend on /nix/store locationIan-Woo Kim2013-11-25
| |/ | | | | | | | | previously, $TMPDIR/nix/store is hard-coded so that only building and installing is correct with /nix/store See #1273.
* | Merge branch 'origin/master' into stdenv-updates.Peter Simons2013-08-26
|\|
| * Adding a glibc variant with the memusage programLluís Batlle i Rossell2013-08-20
| |
* | Merge branch 'origin/master' into stdenv.Peter Simons2013-08-17
|\|
| * unmaintain several packagesLudovic Courtès2013-08-16
| |
* | Merge branch 'master' into stdenv-updatesVladimír Čunát2013-06-20
|\| | | | | | | | | | | | | | | Conflicts (relatively simple): pkgs/development/interpreters/python/2.7/default.nix pkgs/development/libraries/dbus/default.nix pkgs/development/libraries/glib/default.nix pkgs/development/libraries/glibc/2.17/common.nix
| * Merge 'master' and 'stdenv-fixes' into x-updatesVladimír Čunát2013-06-16
| |\ | | | | | | | | | | | | | | | | | | Final stabilization phase before merging into master. Conflicts (glibc-2.13): pkgs/top-level/all-packages.nix
| | * glibc: Security fixes.Eelco Dolstra2013-05-09
| | | | | | | | | | | | CVE-2013-0242, CVE-2013-1914.
| | * glibc: Require Linux 2.6.32 instead of 2.6.35Eelco Dolstra2013-05-09
| | | | | | | | | | | | | | | By popular demand. For instance, many widely used RHEL systems are still on 2.6.32.
| | * glibc: Remove 2.13Eelco Dolstra2013-05-09
| |/ | | | | | | It's not used and has security bugs.
* | glibc: add "/run/current-system/sw/bin" to the default search path returned ↵Peter Simons2013-06-03
| | | | | | | | by "getconf CS_PATH"
* | glibc: Enable kernels down to 2.6.32 (required for RHEL 6).Petr Rockai2013-06-01
|/
* glibc: hurd: apply none of the patchesLudovic Courtès2013-04-03
|
* glibc: hurd: Use the old `rpcgen-path.patch'.Ludovic Courtès2013-03-29
|
* glibc 2.17: Make the `fetchgit' argument optional.Ludovic Courtès2013-03-21
|
* glibc 2.17: Reinstate support for cross-GNU builds.Ludovic Courtès2013-03-21
|
* glibcInfo: fixing buildLluís Batlle i Rossell2013-03-12
| | | | The manual is built into 'build', not sourceRoot.
* Revert "Fixing tarball build (failure evaluating glibcInfo in powerpc-linux)"Lluís Batlle i Rossell2013-03-11
| | | | | | | This reverts commit c94595f13b24dcde98688134cb29d4b0b06602ff. This was fixed by shlevy in 1c861818578cf221c4b9ccb35164871b00d9b235, and I didn't notice it.