summary refs log tree commit diff
path: root/pkgs/shells/bash/default.nix
Commit message (Collapse)AuthorAge
* bash: bring back 4.3 for the non-interactive versionVladimír Čunát2016-09-17
| | | | | ... until someone looks better at the outputs. The size has grown in 4.4, and it seems like installing binary plugins, headers, etc.
* readline70: init at 7.0p0Vladimír Čunát2016-09-17
| | | | | Also switch bash-4.4 to it, as it's unable to link with older readline versions (only bashInteractive is affected).
* bash: fixup the patch-list pathsVladimír Čunát2016-09-17
|
* bash: 4.3 -> 4.4Matthias Beyer2016-09-16
|
* Merge remote-tracking branch 'origin/master' into hardened-stdenvFranz Pletz2016-05-18
|\
| * Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons2016-05-16
| |
| * zlib, bash: mass-rebuild cleanupVladimír Čunát2016-04-25
| |
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-04-18
|\|
| * bash-interactive: better split doc stuffVladimír Čunát2016-03-08
| | | | | | | | ... while avoiding mass rebuild ATM.
| * bash: remove bashbug for non-interactive, refactorVladimír Čunát2015-10-28
| |
| * Merge commit staging+systemd into closure-sizeVladimír Čunát2015-10-03
| |\ | | | | | | | | | Many non-conflict problems weren't (fully) resolved in this commit yet.
| * \ Merge 'staging' into closure-sizeVladimír Čunát2015-04-18
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | - there were many easy merge conflicts - cc-wrapper needed nontrivial changes Many other problems might've been created by interaction of the branches, but stdenv and a few other packages build fine now.
| * | | WIP: getting goodVladimír Čunát2014-08-27
| | | |
* | | | cc-wrapper: Check if ld supports -z, fixes darwinFranz Pletz2016-03-07
| |_|/ |/| |
* | | add binutils to bash build for `size`Jude Taylor2015-08-12
| | |
* | | More docs/manpages in separate outputsEelco Dolstra2015-07-27
| | |
* | | cygwin: bash updated to 4.3 for cygwin platformRok Garbas2015-05-29
| | |
* | | cygwin: add cygwin compatible bash version.Marko Durkovic2015-05-28
| |/ |/|
* | Set some meta.platformsEelco Dolstra2015-03-20
| | | | | | | | Also fix meta.platform -> meta.platforms in a few places.
* | bash: Update to 4.3Eelco Dolstra2014-11-03
| |
* | 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
|/
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* 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.
* 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
* 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
* 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