Commit graph

53491 commits

Author SHA1 Message Date
Jörg Thalheim a326da978f
Merge pull request #47220 from flokli/php-mysql-sock
php: set mysql socket path if mysql[i] or pdo_mysql support is enabled
2018-09-23 16:18:43 +01:00
Sarah Brofeldt 4445414073
Merge pull request #44968 from Ekleog/wasm-gc-init
wasm-gc: init at 0.1.6
2018-09-23 16:07:34 +02:00
Léo Gaspard 0602e6ddfe
wasm-gc: init at 0.1.6 2018-09-23 22:33:09 +09:00
Florian Klink baa04e4204 php: set mysql socket path if mysql[i] or pdo_mysql support is enabled
PHP tries to discover the mysql default socket path during configure
phase by probing the file system:
cf3b852109/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.
2018-09-23 15:08:39 +02:00
Andrew Dunham c987ed0896 erlangR18: apply upstream patches to fix nondeterministic build failures (#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
2018-09-23 11:01:57 +02:00
Andrew Dunham e141f7cd2f pythonPackages.flask_assets: fix tests (#47203) 2018-09-23 10:02:51 +02:00
Frederik Rietdijk 56853dc6d8
Merge pull request #45941 from NixOS/staging-next
Staging next
2018-09-23 09:31:28 +02:00
Frederik Rietdijk 343ac4d2fc
Merge pull request #42619 from nyanloutre/pythonPackages.block-io
pythonPackages.block-io: init at 1.1.8
2018-09-23 09:27:51 +02:00
Elis Hirwing 0b82fbc3af php: Refactor so we can upgrade PHP per platform (#47162)
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.
2018-09-22 20:22:57 +02:00
Christian Kauhaus 6adb944cb6 lua: 5.2.3 -> 5.2.4 (#47126)
Lua 5.2.4 is the EOL point release of the 5.2 series.
2018-09-22 19:09:33 +02:00
Pascal Bach a8087e3bd7 gitlab-runner: 11.2.0 -> 11.3.0 (#47167) 2018-09-22 18:49:35 +02:00
Théo Zimmermann d1b97bcbe8
dune: 1.1.1 -> 1.2.1 2018-09-22 16:11:34 +00:00
xeji c770699524
devpi-client: 3.1.0 -> 4.1.0, fix tests (#47142) 2018-09-22 18:07:00 +02:00
Peter Simons 2ffcbeda13 ghc: add release version for 8.6.1 2018-09-22 13:26:33 +02:00
Peter Simons 7a036a5cbe hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.11.1 from Hackage revision
c75652c02b.
2018-09-22 13:26:33 +02:00
Jörg Thalheim e969e0f78a
Merge pull request #47138 from Jeschli/pev
pev: init at unstable-2018-07-22
2018-09-22 11:56:59 +01:00
jeschli 4c9898108d pev: init at unstable-2018-07-22 2018-09-22 12:14:56 +02:00
Orivej Desh e78cf6ecba python.pkgs.pysam: 0.13.0 -> 0.15.1 2018-09-21 22:48:56 +00:00
Orivej Desh f0c0e2acc6 htslib: 1.7 -> 1.9 2018-09-21 22:42:28 +00:00
Will Dietz 7df10f388d
Merge pull request #46988 from dtzWill/update/range-v3-0.3.7
range-v3: 0.3.6 -> 0.3.7
2018-09-21 17:00:15 -05:00
John Ericson a94879630b
Merge pull request #47143 from obsidiansystems/windows-libusb
libusb1: Build everywhere, since MinGW works
2018-09-21 14:28:29 -04:00
Tobias Happ d7b8f68c05 pythonPackages.dependency-injector: 3.13.1 -> 3.13.2 (#47139) 2018-09-21 20:08:02 +02:00
Bas van Dijk 73862bf812 haskellPackages.mandrill: fix build for ghc843 2018-09-21 19:08:25 +02:00
John Ericson 452a81c991 libusb1: Build everywhere, since MinGW works 2018-09-21 12:32:38 -04:00
Michael Raskin 60b6d5f8a8 acl2: 8.1.post.2018.09.20 -> 8.1; turns out there is a release 2018-09-21 19:09:47 +03:00
R. RyanTM 907a9fa83d smarty3: 3.1.32 -> 3.1.33 (#46947)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/smarty3/versions
2018-09-21 17:57:55 +02:00
Jörg Thalheim a15c96d244
Merge pull request #47116 from Zimmi48/pyre-0.0.14
pyre: 0.0.11 -> 0.0.14
2018-09-21 16:32:26 +01:00
Christian Kauhaus 544eaaa52b lua: remove lua4 and lua5_0
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
2018-09-21 15:56:41 +02:00
Will Dietz 9908e9cd80
Merge pull request #47100 from dtzWill/feature/utmps
utmps: init at 0.0.1.3
2018-09-21 08:14:54 -05:00
Théo Zimmermann 7ff90cd103
pyre: 0.0.11 -> 0.0.14 2018-09-21 14:37:39 +02:00
R. RyanTM 4eb077bed7 kotlin: 1.2.61 -> 1.2.70
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kotlin/versions
2018-09-21 08:05:29 -04:00
Jörg Thalheim 99004c011c
Merge pull request #47080 from r-ryantm/auto-update/double-conversion
double-conversion: 3.0.0 -> 3.1.1
2018-09-21 12:48:12 +01:00
Jörg Thalheim a6701a86fe
Merge pull request #47092 from r-ryantm/auto-update/ammonite
ammonite: 1.2.0 -> 1.2.1
2018-09-21 12:28:01 +01:00
Jörg Thalheim 87f50984cd
Merge pull request #47104 from thefloweringash/rubocop-0.59.1
rubocop: 0.58.1 -> 0.59.1
2018-09-21 12:25:35 +01:00
Jörg Thalheim 124c0f98e9
Merge pull request #47109 from fgaz/lmdbxx/drycpp
lmdbxx: change repo location
2018-09-21 12:20:06 +01:00
Eelco Dolstra 20c22eb6c5
Merge pull request #47091 from r-ryantm/auto-update/apr
apr: 1.6.3 -> 1.6.5
2018-09-21 12:02:54 +02:00
Michael Raskin de764e65f0 acl2: 8.0 -> 8.0.post.2018.09.20; fixes build with fresher SBCL 2018-09-21 13:07:40 +03:00
Andrew Childs 7a6091d5c9 rubocop: 0.58.1 -> 0.59.1 2018-09-21 17:43:24 +09:00
Michael Raskin 77ce79d4e9
Merge pull request #47088 from r-ryantm/auto-update/cgal
cgal: 4.12 -> 4.12.1
2018-09-21 06:00:27 +00:00
Michael Raskin d482b5a8cb
Merge pull request #47090 from r-ryantm/auto-update/afflib
afflib: 3.7.16 -> 3.7.17
2018-09-21 06:00:05 +00:00
Will Dietz e8693206ee utmps: init at 0.0.1.3
Haven't tried using it, but packging it is first step! :)
2018-09-20 23:46:31 -05:00
John Ericson 8a41a11d66
Merge pull request #47096 from obsidiansystems/fix-x509-system
haskellPackages.x509-system: Override based on the host, not target platform
2018-09-20 21:55:24 -04:00
John Ericson 45c637d8a0 haskellPackages.x509-system: Override based on the host, not target platform
There were many reverts back and forth, but it ultimately appears that I
am the source of this mistake. I clarified the comment so as not to
confuse myself or anyone else.
2018-09-20 21:48:06 -04:00
R. RyanTM 8cf1f60fa3 ammonite: 1.2.0 -> 1.2.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ammonite/versions
2018-09-20 17:53:28 -07:00
R. RyanTM dcf5c4910e apr: 1.6.3 -> 1.6.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/apr/versions
2018-09-20 17:48:47 -07:00
R. RyanTM f5fb4283d4 afflib: 3.7.16 -> 3.7.17
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/afflib/versions
2018-09-20 17:39:37 -07:00
R. RyanTM ffb7ad6caa cgal: 4.12 -> 4.12.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cgal/versions
2018-09-20 17:35:26 -07:00
R. RyanTM 39d85a2e0f double-conversion: 3.0.0 -> 3.1.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/double-conversion/versions
2018-09-20 16:43:32 -07:00
R. RyanTM 85f60cbeb0 libwebsockets: 3.0.0 -> 3.0.1 (#47020)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libwebsockets/versions
2018-09-21 01:03:24 +02:00
Matthew Bauer 92158a4b2c
Merge pull request #45776 from bkchr/gst_1_14_2
Gstreamer: 1.14.0 -> 1.14.2
2018-09-20 18:02:58 -05:00