aboutsummaryrefslogtreecommitdiff
path: root/pkgs/shells/bash/update-patch-set.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bash: Use nix-shell in update scriptTim Steinbach2020-10-151-4/+9
| | | | | | | | The script assumed that `wget` was available in the environment along with common CA certificates. Replaced the detection of GPG, which is not necessary anymore. Added pulling the public key bash releases and patches are signed with, without which we cannot verify signatures.
* pkgs/shells/bash: updated "interactive" bash to version 4.2Peter Simons2011-09-281-1/+1
| | | | | | The non-interactive variant, which is part of stdenv, remains unchanged. svn path=/nixpkgs/trunk/; revision=29523
* bash: Make `update-patch-set.sh' executable.Ludovic Courtès2010-01-051-0/+0
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=19221
* Porting changes from stdenv-updates into this branch.Lluís Batlle i Rossell2009-11-081-0/+47
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