about summary refs log tree commit diff
path: root/pkgs/development/interpreters
Commit message (Collapse)AuthorAge
* 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
* | 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
|
* 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
| |
* | 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
| | | |
* | | | bats: 0.4.0 -> 1.1.0Daiderd Jordan2018-08-23
| | | |
* | | | Merge pull request #45488 from ejpcmac/update-elixir_1_6Daiderd Jordan2018-08-23
|\ \ \ \ | | | | | | | | | | elixir_1_6: 1.6.5 -> 1.6.6
| * | | | elixir_1_6: 1.6.5 -> 1.6.6Jean-Philippe Cugnet2018-08-23
| | | | |
* | | | | Merge pull request #45484 from ejpcmac/erlang-parallel-buildingDaiderd Jordan2018-08-23
|\ \ \ \ \ | |/ / / / |/| | | | erlang: Enable parallel building
| * | | | erlang: Enable parallel buildingJean-Philippe Cugnet2018-08-22
| | |/ / | |/| |
* | | | elixir_1_7: fix minimum OTP versionJean-Philippe Cugnet2018-08-23
| | | |
* | | | elixir_1_6: fix minimum OTP versionJean-Philippe Cugnet2018-08-23
|/ / /
* | | Merge pull request #45246 from r-ryantm/auto-update/couchdbxeji2018-08-21
|\ \ \ | | | | | | | | couchdb2: 2.1.2 -> 2.2.0
| * | | spidermonkey_1_8_5: broken on aarch64Uli Baum2018-08-21
| | | | | | | | | | | | | | | | never built on hydra as far back as 2017-03-08
* | | | spidermonkey_52: Fix on ARMv6Tuomas Tynkkynen2018-08-21
| | | | | | | | | | | | | | | | Arch Linux applies the CFLAGS always, as does Debian, so do the same.
* | | | rubygems: use official HTTPS src locationSusan Potter2018-08-19
| | | |
* | | | rubygems: 2.7.6 -> 2.7.7Susan Potter2018-08-19
| | | |
* | | | Merge pull request #45282 from markuskowa/lics-2Jörg Thalheim2018-08-19
|\ \ \ \ | | | | | | | | | | Add licenses
| * | | | perl: set license to artisticMarkus Kowalewski2018-08-18
| | | | |
| * | | | perl: add licenseMarkus Kowalewski2018-08-18
| | | | |
* | | | | php71: 7.1.20 -> 7.1.21 (#45296)Elis Hirwing2018-08-18
|/ / / / | | | | | | | | Changelog: https://secure.php.net/ChangeLog-7.php#7.1.21
* | | | Merge branch 'staging-next'Vladimír Čunát2018-08-17
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'master' into staging-nextVladimír Čunát2018-08-13
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gobby and libinfinity - I took the hand-edited versions instead of those resuting from the mass-replacement. Hydra: ?compare=1473190
| * | | Merge branch 'master' into staging-nextVladimír Čunát2018-08-12
| |\ \ \ | | | | | | | | | | | | | | | Hydra: ?compare=1472947
| * \ \ \ Merge master into stagingFrederik Rietdijk2018-08-09
| |\ \ \ \
| * | | | | treewide: Make configureFlags listsJohn Ericson2018-08-03
| | | | | |