about summary refs log tree commit diff
path: root/pkgs/shells/bash
Commit message (Collapse)AuthorAge
* bash: Modernize derivation, hopefully fixing cross compilationJohn Ericson2017-06-22
|
* bash: Remove unnecessary 'Makefile.inc' that is keeping reference to ↵Tuomas Tynkkynen2017-04-26
| | | | | | | | | | | | | | | bootstrap-tools The file is an example makefile for developing bash plugins, and contains stuff like: ```` example: example.o $(SHOBJ_LD) $(SHOBJ_LDFLAGS) $(SHOBJ_XLDFLAGS) -o $@ example.o $(SHOBJ_LIBS) ```` So no package is really going to depend on that, and it's making the .dev output keep a reference to the bootstrap tools. Just nuke it.
* bash: 4.4p5 -> 4.4p12Eelco Dolstra2017-03-20
|
* bash: Set bash_cv_getcwd_malloc=yes when cross compilingTuomas Tynkkynen2017-03-14
| | | | | | | | | | | | | Because if you don't, the configure script assumes that your getcwd() function is broken. Which then makes bash use it's own getcwd() implementation, which doesn't work if the path to the current directory contains bind mounts in its paths. This shows up as: shell-init: error retrieving current directory: getcwd: cannot access parent directories: Bad file descriptor ... and fails the aarch64 glibc build with sandboxes enabled. Sigh.
* bash: switch the default 4.3 -> 4.4Vladimír Čunát2017-01-05
| | | | ... and remove the now-unused 4.3 expression.
* bash-4.4: p0 -> p5 + a security patch from GentooVladimír Čunát2017-01-05
|
* bash-4.3: fix security problems via a Gentoo patchVladimír Čunát2017-01-05
|
* bash-4.3-p46 -> bash-4.3-p48Daiderd Jordan2017-01-04
|
* Merge branch 'master' into stagingVladimír Čunát2016-10-05
|\
| * Replace hard coded /bin/bash occurrencesMarkus Hauck2016-10-04
| |
* | bash 4.4: split headers into .devVladimír Čunát2016-09-17
| |
* | 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
| |
* | Add bash-4.4-patches.nixMatthias Beyer2016-09-16
| |
* | bash: 4.3 -> 4.4Matthias Beyer2016-09-16
|/
* Revert "Revert "bash: 4.3-p42 -> 4.3-p46""Franz Pletz2016-08-26
| | | | | | | This reverts commit 36e75a2285feaff2e0c00e457e2a308e74a553c9. Sorry, had bash reverted temporarily to test the build of the sqlite bump and forgot to remove that commit.
* Revert "bash: 4.3-p42 -> 4.3-p46"Franz Pletz2016-08-26
| | | | This reverts commit e39a3237e6a24047304184e3d2da813683992e78.
* bash: 4.3-p42 -> 4.3-p46Eelco Dolstra2016-08-26
|
* 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.
| * Merge branch 'master' into closure-sizeVladimír Čunát2015-12-31
| |\ | | | | | | | | | | | | TODO: there was more significant refactoring of qtbase and plasma 5.5 on master, and I'm deferring pointing to correct outputs to later.
| * | 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
| |_|_|/ |/| | |
* | | | GNU apparently modified bash patch 042.Burke Libbey2015-12-03
| |_|/ |/| |
* | | bash4.3: p39 -> p42William A. Kennington III2015-08-31
| | |
* | | bash: Remove stale 4.1 patchesWilliam A. Kennington III2015-08-31
| | |
* | | add binutils to bash build for `size`Jude Taylor2015-08-12
| | |
* | | More docs/manpages in separate outputsEelco Dolstra2015-07-27
| | |
* | | bash: Update to 4.3-p39Eelco Dolstra2015-06-22
| | |
* | | 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.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
|/