summary refs log tree commit diff
path: root/pkgs/shells/bash
Commit message (Collapse)AuthorAge
* bash: Update to 4.3-p30Eelco Dolstra2015-01-26
|
* bash: Update to 4.3Eelco Dolstra2014-11-03
|
* Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-10-07
|\ | | | | | | | | | | | | Conflicts: pkgs/development/libraries/libav/default.nix pkgs/shells/bash/bash-4.2-patches.nix pkgs/stdenv/generic/default.nix
| * bash: add patch set 51 to fix ↵Peter Simons2014-10-01
| | | | | | | | http://lcamtuf.blogspot.de/2014/10/bash-bug-how-we-finally-cracked.html
| * Updated bash to patch 50.Shell Turner2014-09-29
| | | | | | | | | | This fully mitigates Shellshock and related parsing vulnerabilities, due to attackers never controlling environment variable names.
| * bash: Fix for CVE-2014-7169Eelco Dolstra2014-09-25
| |
| * Update bash patchset to fix CVE-2014-6271Shell Turner2014-09-24
| |
* | bash: Update to 4.2p53Eelco Dolstra2014-10-06
|/
* 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
| |
* | bash: Update to 4.2-p47Eelco Dolstra2014-06-24
|/
* bash: Update to 4.2-p45Eelco Dolstra2013-08-26
|
* unmaintain several packagesLudovic Courtès2013-08-16
|
* bash: Disable parallel buildingEelco Dolstra2013-01-23
| | | | | | | | | | | | | | | Parallel building randomly fails because bash's Makefiles at some point do a recursive make invocation to build a file "version.h": ../version.h: ../config.h ../Makefile Makefile -( cd ${BUILD_DIR} && ${MAKE} ${MFLAGS} version.h ) As a result, both the parent and the child can end up building version.h at the same time. This causes the build to fail with mv: cannot stat `newversion.h': No such file or directory http://hydra.nixos.org/build/3853249
* bash: Update to 4.2-p42Eelco Dolstra2013-01-17
|
* Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
| | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* bash: Update to 4.2-p39Eelco Dolstra2012-11-23
|
* bash: Update to 4.2-p37Eelco Dolstra2012-08-10
|
* * Bash 4.2.24.Eelco Dolstra2012-04-03
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=33554
* * Latest bash patches.Eelco Dolstra2011-12-12
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=30854
* synchronize with trunkPeter Simons2011-09-28
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=29524
| * pkgs/shells/bash: updated "interactive" bash to version 4.2Peter Simons2011-09-28
| | | | | | | | | | | | The non-interactive variant, which is part of stdenv, remains unchanged. svn path=/nixpkgs/trunk/; revision=29523
* | pkgs/shells/bash/default.nix: don't install bash completion in ↵Peter Simons2011-09-24
| | | | | | | | | | | | | | | | non-interactive mode This patch removes the kludge introduced in trunk to avoid a stdenv rebuild. svn path=/nixpkgs/branches/stdenv-updates/; revision=29469
* | sync with trunkPeter Simons2011-09-24
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=29468
| * pkgs/shells/bash/default.nix: revert my earlier revision 29244Peter Simons2011-09-24
| | | | | | | | | | | | | | | | | | | | Including the bash-completion package in bash itself sounded like a good idea at the time, but it wasn't. After having actually integrated completion support into NixOS, it has become obvious that this property isn't required at all. Keeping bash-completion separate from bash works just fine. Anyone who wants completion support can just install that package. svn path=/nixpkgs/trunk/; revision=29467
* | Merge from trunkShea Levy2011-09-23
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=29461
| * bash: install extensive completion library in the interactive versionPeter Simons2011-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the command-line completion library to the "interactive" version of bash. That code is *not* active by default. To enable it, run | . ${bash}/etc/bash_completion in your ~/.bashrc. If you prefer to build bashInteractive without that feature, use the following override in ~/.nixpkgs/config.nix to disable it: | { | packageOverrides = pkgs: | { | bashInteractive = pkgs.bashInteractive.override { | bashCompletion = null; | }; | }; | } svn path=/nixpkgs/trunk/; revision=29244
* | GNU Bash 4.2.Ludovic Courtès2011-02-25
|/ | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=26119
* I made changes to achieve a working cross-built gcc wrapper. Now,Lluís Batlle i Rossell2010-12-04
| | | | | | | | "gcc45.hostDrv" works in the host system, together with libc, binutils, dynamic linker, ... svn path=/nixpkgs/branches/stdenv-updates/; revision=24971
* Adding support for job control in bash cross-building, because otherwise it ↵Lluís Batlle i Rossell2010-11-27
| | | | | | does not get built. svn path=/nixpkgs/branches/stdenv-updates/; revision=24890
* Making bash and kbd cross-buildLluís Batlle i Rossell2010-11-25
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=24851
* * None of us is paying attention today ;-)Eelco Dolstra2010-01-26
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=19690
* bash: Fix URL.Ludovic Courtès2010-01-26
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=19688
* * Update to bash-4.1-p2 (since we're rebuilding everything anyway).Eelco Dolstra2010-01-26
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=19680
* explicitly disable readline support for bash on darwin, hacky for now, to ↵Rob Vermaas2010-01-26
| | | | | | avoid massive rebuild svn path=/nixpkgs/branches/stdenv-updates/; revision=19678
* GNU Bash 4.1.Ludovic Courtès2010-01-05
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=19223
* bash: Make `update-patch-set.sh' executable.Ludovic Courtès2010-01-05
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=19221
* Fixing some things on the gcc-cross-wrapper (libc was not properly added to theLluís Batlle i Rossell2009-11-20
| | | | | | | | | | | | | linking path), and with this achieved bash being cross-compilable. I fixed the few expressions involved in bash building, so they have well stated native and non-native inputs. I also tried to cross-build guile, and with this I found a problem in the actual cross-gcc: it calls the binutils ld, instead of the ld wrapper. This way, the programs/shared_libraries don't get the proper -rpath. svn path=/nixpkgs/branches/stdenv-updates/; revision=18497
* Porting changes from stdenv-updates into this branch.Lluís Batlle i Rossell2009-11-08
| | | | | | | | | | | | This comes from: svn diff ^/nixpkgs/trunk/@18255 ^/nixpkgs/branches/stdenv-updates/ > diff patch -p0 < diff and then adding into svn all files new from the patch. trunk@18255 comes from the last time I updated stdenv-updates from trunk. svn path=/nixpkgs/stdenv-updates2/; revision=18272
* * Doh.Eelco Dolstra2009-04-14
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=15019
* * bash: updated to 4.0 patchlevel 17. Removed the dietlibc patch, weEelco Dolstra2009-04-13
| | | | | | don't need it anymore. svn path=/nixpkgs/branches/stdenv-updates/; revision=15018
* * Fixed bashInteractive.Eelco Dolstra2009-03-25
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=14703
* Remove redundant Bash 4.0 expression.Ludovic Courtès2009-03-23
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=14663
* * Sync with the trunk.Eelco Dolstra2009-03-20
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=14634
| * Added bash 4.0 (and readline 6.0, which is required by bash).Peter Simons2009-03-17
| | | | | | | | svn path=/nixpkgs/trunk/; revision=14573
* | GNU Bash 4.0.Ludovic Courtès2009-02-23
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=14210
* | * Bash 3.2.48.Eelco Dolstra2009-01-27
|/ | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=13876
* * bash: use the global /etc/bashrc and /etc/bash_logout files.Eelco Dolstra2008-07-16
| | | | | | | | | | Changed the built-in default $PATH to /no-such-path. (This also applies to the "standard utilities path" used by "command -p", so that doesn't work anymore, but it didn't work anyway on NixOS and nobody uses it.) Include the startup files for non-interactive login shells. Use bashrc when started from ssh. svn path=/nixpkgs/trunk/; revision=12365
* * bash needs texinfo if you want the manpages / info docs.Eelco Dolstra2008-07-16
| | | | svn path=/nixpkgs/trunk/; revision=12363
* * Bash 3.2 patchlevel 39.Eelco Dolstra2008-05-09
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=11799