about summary refs log tree commit diff
path: root/pkgs/shells/mksh
Commit message (Collapse)AuthorAge
* mksh: 59 -> 59bR. RyanTM2020-05-22
|
* mksh: 58 -> 59R. RyanTM2020-05-06
|
* mksh: 57 -> 58AndersonTorres2020-04-15
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* mksh: 56c -> 57R. RyanTM2019-03-10
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mksh/versions
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* mksh: 56b -> 56cRyan Mulligan2018-02-27
| | | | | | | | | Semi-automatic update. These checks were performed: - built on NixOS - found 56c in filename of file in /nix/store/88xmgl9p82fph7d8qqzp48iqvkh688jd-mksh-56c cc "@AndersonTorres @joachifm"
* Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice2018-01-16
| | | | Goodbye, and thanks for all the Nix...
* mksh: 55 -> 56bJoachim Fasting2017-08-29
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* mksh: 52c -> 55Joachim Fasting2017-04-23
|
* mksh: simplify expression somewhatJoachim Fasting2017-04-23
| | | | Also add myself to maintainers.
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-07-15
|\
| * mksh: add shellPath passthruzimbatm2016-06-12
| |
* | mksh: disable format hardeningRobin Gloster2016-04-06
|/
* mksh: 52 -> 52cTobias Geerinckx-Rice2016-03-08
| | | | Changes: https://www.mirbsd.org/mksh.htm#clog
* Add version attribute where maintainers |= nckxTobias Geerinckx-Rice2016-01-25
| | | | | | | This will probably be mandatory soon, and is a step in the right direction. Removes the deprecated meta.version, and move some meta sections to the end of the file where I should have put them in the first place.
* mksh: maintainers += nckxTobias Geerinckx-Rice2015-12-14
|
* mksh: 51 -> 52Tobias Geerinckx-Rice2015-12-14
| | | | | | | | | ‘This release has a nonzero chance to break existing scripts that use some extension features – I had to quote some tildes in dot.mkshrc and a variable expansion in ${x/y"$z"} in MirWebseite (the $z) – twice!. As usual, test!’ -- https://www.mirbsd.org/permalinks/news_e20151212-tg.htm
* mksh 50d -> 51Tobias Geerinckx-Rice2015-07-15
| | | | | | | | | R51 is a strongly recommended feature release. Changes: <https://www.mirbsd.org/mksh.htm#clog>. Release number changed to match Nix versioning rules ("R51" -> 51). cc maintainer @AndersonTorres
* Don't use "with licenses;" for single licencesTobias Geerinckx-Rice2015-05-28
| | | | And don't use square brackets on such lines.
* mksh: clarify that it's FreeTobias Geerinckx-Rice2015-04-30
|
* meta.licenses -> licenseJoachim Fasting2015-04-21
|
* MKSH (version R50d): New PackageAndersonTorres2015-01-25
MKSH is the MirBSD Korn Shell.