summary refs log tree commit diff
path: root/pkgs/development/interpreters
Commit message (Collapse)AuthorAge
* Merge pull request #47778 from Synthetica9/j807Jörg Thalheim2018-10-03
|\ | | | | j: 808 -> 807
| * j: 808 -> 807Patrick Hilhorst2018-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "But Synthetica", I hear you say, "isn't that a downgrade?". That's what I originally thought as well! So I emailed the maintainer for the only other repo that had J on version 808, BSD FreePorts. Since they also didn't know what was going on here, I emailed Jsoftware themselves. I got a lovely email back from Mr. Iverson (Jr. I presume?) himself: ![The email](https://i.imgur.com/RidiODe.png) So it has been confirmed from the horse's mouth that this _is_ the correct version to be on. I also re-enabled all the tests, since they all pass now, enabled the build on ARM and Darwin (I don't have access to either kind of machine, but I don't see why it wouldn't work), and added myself as a maintainer.
* | Merge branch 'master' into staging-nextDaiderd Jordan2018-10-01
|\|
| * dart: 1.24.3 -> 2.0.0 (#46533)bitmappergit2018-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * dart: 1.24.3 -> 2.0.0 Updated Dart SDK links to 2.0.0. * dart: 1.24.3 -> 2.0.0 Updated Dart SDK link to 2.0.0. * dart: 1.24.3 -> 2.0.0 Updated Dart SDK versions in all-packages.nix. Added missing double quote.
| * octave: 4.2.2 -> 4.4.1 (#47391)Lancelot SIX2018-09-28
| |
| * remove Perl 5.22 and 5.24 (end-of-life upstream few months ago)volth2018-09-27
| |
| * Merge pull request #47367 from ejpcmac/update-erlangR19Sarah Brofeldt2018-09-27
| |\ | | | | | | erlangR19: 19.3.6.6 -> 19.3.6.11
| | * erlangR19: 19.3.6.6 -> 19.3.6.11Jean-Philippe Cugnet2018-09-25
| | |
| * | Merge pull request #47369 from ejpcmac/update-erlangR20Sarah Brofeldt2018-09-27
| |\ \ | | | | | | | | erlangR20: 20.3.8 -> 20.3.8.9
| | * | erlangR20: 20.3.8 -> 20.3.8.9Jean-Philippe Cugnet2018-09-25
| | |/
| * | Merge pull request #47358 from volth/perl-devxeji2018-09-26
| |\ \ | | |/ | |/| perl: add devel version at 5.29.3
| | * perldevel: use double quote to preserve ''\.''volth2018-09-25
| | |
| | * perl: add devel version at 5.29.3volth2018-09-25
| | |
| * | Merge pull request #47360 from obsidiansystems/python-formatJohn Ericson2018-09-25
| |\ \ | | |/ | |/| python-*: Format `pythonPackages` bindings
| | * python-*: Format `pythonPackages` bindingsJohn Ericson2018-09-25
| | |
* | | Merge branch 'master' into stagingVladimír Čunát2018-09-24
|\| | | | | | | | | | | Hydra: ?compare=1480463
| * | Merge pull request #47220 from flokli/php-mysql-sockJörg Thalheim2018-09-23
| |\ \ | | | | | | | | php: set mysql socket path if mysql[i] or pdo_mysql support is enabled
| | * | php: set mysql socket path if mysql[i] or pdo_mysql support is enabledFlorian Klink2018-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHP tries to discover the mysql default socket path during configure phase by probing the file system: https://github.com/php/php-src/blob/cf3b852109a88a11370d0207cd3b72a53b6a64c3/ext/mysqli/config.m4#L4 This obviously fails to discover /run/mysqld/mysqld.sock, which is being used (hardcoded) across all MySQL flavours. This leads to PHP having no mysql socket path set for the mysql[i] extensions, and `/tmp/mysql.sock` set for pdo_mysql, meaning one currently has to manually configure and set it in php.ini. Luckily, PHP supports setting that path via `--with-mysql-sock=/run/mysqld/mysqld.sock` during configure phase, so let's do this as soon as one of the three modules is enabled.
| * | | Merge pull request #44968 from Ekleog/wasm-gc-initSarah Brofeldt2018-09-23
| |\ \ \ | | | | | | | | | | wasm-gc: init at 0.1.6
| | * | | wasm-gc: init at 0.1.6Léo Gaspard2018-09-23
| | |/ /
| * | | erlangR18: apply upstream patches to fix nondeterministic build failures ↵Andrew Dunham2018-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#47202) As per the following bug report, sometimes erts/start_scripts will fail to compile because of a Makefile ordering issue. Apply the upstream patches to fix this. https://bugs.erlang.org/browse/ERL-241
* | | | Merge pull request #47207 from matthewbauer/disallow-cc-in-perlMatthew Bauer2018-09-23
|\ \ \ \ | | | | | | | | | | perl: disallow cc in perl
| * | | | perl: disallow reference to ccMatthew Bauer2018-09-23
| | | | | | | | | | | | | | | | | | | | Fixes #46077
* | | | | Merge master into stagingFrederik Rietdijk2018-09-23
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | php: Refactor so we can upgrade PHP per platform (#47162)Elis Hirwing2018-09-22
| | | | | | | | | | | | | | | | | | | | This way we don't need to disable flags etc by platform and can still backport new versions to stable for linux even if there's a bug or something in the darwin build.
| * | | lua: 5.2.3 -> 5.2.4 (#47126)Christian Kauhaus2018-09-22
| |/ / | | | | | | Lua 5.2.4 is the EOL point release of the 5.2 series.
| * | acl2: 8.1.post.2018.09.20 -> 8.1; turns out there is a releaseMichael Raskin2018-09-21
| | |
| * | lua: remove lua4 and lua5_0Christian Kauhaus2018-09-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both versions are not maintained anymore upstream and have open security issues, e.g. https://nvd.nist.gov/vuln/detail/CVE-2014-5461. The same holds for lua5_1 but that seems to be in use in some places. Re #47122 Re #47123
| * | acl2: 8.0 -> 8.0.post.2018.09.20; fixes build with fresher SBCLMichael Raskin2018-09-21
| | |
* | | Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-09-18
|\| |
| * | php: add option to enable argon2aanderse2018-09-17
| | |
| * | Merge pull request #43812 from binarin/epmd-systemd-prPeter Hoeg2018-09-17
| |\ \ | | | | | | | | epmd: Introduce erlang port mapper daemon service
| | * | erlang: Build with systemd supportAlexey Lebedeff2018-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That way 'epmd' can be started by systemd using socket activation. This is important to have when there is more than one Erlang system used on the same host. Support for this exists since 17.0: https://github.com/erlang/otp/commit/b7c95eabf6017ddb352fb8ce2b3749af108ebf29 Configure flag was added in 17.1: https://github.com/erlang/otp/commit/12cd5e5b394623fab9907622ad99163c5b9350e1
| * | | php71: 7.1.21 -> 7.1.22Elis Hirwing2018-09-15
| | | | | | | | | | | | | | | | Changelog: https://secure.php.net/ChangeLog-7.php#7.1.22
| * | | php: 7.2.8 -> 7.2.10Elis Hirwing2018-09-15
| | | | | | | | | | | | | | | | | | | | Changelog 7.2.9: http://php.net/ChangeLog-7.php#7.2.9 Changelog 7.2.10: http://php.net/ChangeLog-7.php#7.2.10
| * | | joker: 0.9.5 -> 0.9.7 (#46673)André Stylianos Ramos2018-09-15
| | | |
| * | | spidermonkey_52: don't use jemalloc w/muslWill Dietz2018-09-09
| | | |
| * | | racket: warn to avoid repeating #45952Vladimír Čunát2018-09-09
| | |/ | |/|
* / | stdenv/darwin: integrate a new CoreFoundationDan Peebles2018-09-15
|/ / | | | | | | | | This also updates the bootstrap tool builder to LLVM 5, but not the ones we actually use for bootstrap. I'll make that change in a subsequent commit so as to provide traceable provenance of the bootstrap tools.
* | racket-minimal: fix hash (#45952)Mario Rodas2018-09-02
| |
* | qnial: update homepageMarkus Kowalewski2018-09-02
| |
* | Merge pull request #45705 from manveru/ruby-2.5-defaultJörg Thalheim2018-09-01
|\ \ | | | | | | ruby: default to version 2.5
| * | ruby: default to version 2.5Michael Fellinger2018-08-28
| | |
* | | treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-30
| | | | | | | | | | | | | | | Want to get this out of here for 18.09, so it can be deprecated thereafter.
* | | reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
|/ / | | | | | | It is deprecated and will be removed after 18.09.
* | racket: 6.12 -> 7.0 (#45650)Till Höppner2018-08-27
| |
* | elixir_1_7: 1.7.2 -> 1.7.3Jean-Philippe Cugnet2018-08-27
| |
* | Merge branch 'staging'Vladimír Čunát2018-08-24
|\ \ | | | | | | | | | Includes libX11 security update.
| * \ Merge remote-tracking branch 'origin/master' into stagingMatthew Bauer2018-08-21
| |\ \
| * | | perl: remove duplicated codevolth2018-08-17
| | | |