Commit Graph

153525 Commits

Author SHA1 Message Date
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
Vladyslav M
e5916b8b7f bat: 0.7.0 -> 0.7.1 (#47216) 2018-09-23 15:06:51 +02:00
Vladyslav Mykhailichenko
3b7ecaa798 iwd: 0.7 -> 0.8 2018-09-23 15:26:55 +03:00
Jan Tojnar
979089c1bc
packagekit: Enable introspection 2018-09-23 14:25:43 +02:00
Boris
f799dff21b gitAndTools.pre-commit: 1.11.0 -> 1.11.1 (#47211) 2018-09-23 14:01:56 +02:00
Vladimír Čunát
d9f7d27ef5
Merge #45683: nvidia_x11: 390.77 -> 390.87 2018-09-23 12:02:25 +02:00
Jos van Bakel
91d9e1eb22 influxdb: 1.4.1 -> 1.6.3 (#47186) 2018-09-23 12:00:52 +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
xeji
589b290b43
nixos/tests/prosody: use sqlite database (#47185)
The test didn't catch an issue with luadbi because it used
internal storage only. Switch to sqlite to test sql access.
2018-09-23 10:46:22 +02:00
Samuel Dionne-Riel
ef2b217812 qesteidutil: Fixes build from Qt upgrade. (#46083) 2018-09-23 10:14:48 +02:00
markuskowa
3f883b443c gnuradio-limesdr: init at 1.0.0-RC (#47176) 2018-09-23 10:08:50 +02:00
Andrew Dunham
e141f7cd2f pythonPackages.flask_assets: fix tests (#47203) 2018-09-23 10:02:51 +02:00
Sarah Brofeldt
3d6fbe8ee3
Merge pull request #47190 from andrew-d/andrew/xsecurelock-1.1
xsecurelock: 1.0 -> 1.1
2018-09-23 09:56:33 +02:00
lewo
1dc8728589
Merge pull request #46951 from r-ryantm/auto-update/smplayer
smplayer: 18.6.0 -> 18.9.0
2018-09-23 09:40:04 +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
Matthew Bauer
67c8c49177 nixos: set nixos in nixPath
This makes using the nixos channel work out of the box with the new
Nix commands. For example:

$ nix run nixos.firefox -c firefox

Fixes #46536
2018-09-23 00:14:27 -05:00
Samuel Dionne-Riel
f753852e11
Merge pull request #47196 from xeji/p/iso-boot-ia32
nixos/iso-image: fix 32bit UEFI boot
2018-09-23 00:46:52 -04:00
Matthew Bauer
94bec239d5 nixos: make firefox default browser
Without this the graphical installer has no way to open the manual.
You can fix it yourself by installing any HTML browser but this might
be unfamiliar to users new to NixOS and without any other way to open
the manual. The downside is it will also increase download sizes.

Fixes #46537
2018-09-22 23:33:16 -05:00
Charles Duffy
bd13ef5944 Introduce desync, an alternate implementation of casync (#47195)
desync isn't as feature-rich as casync, but has a focus on production usability
and implementation quality which may make it a more appropriate tool.
2018-09-23 01:22:07 +02:00
xeji
434c2610f6
Merge pull request #47194 from markuskowa/gr-updates
gnuradio-[rds,nacl]: 2016-08-27 -> 1.0.0, 2015-11-05 -> 2017-04-10
2018-09-23 01:19:15 +02:00
Will Dietz
c20caa6a6f gnomecast: 1.4.0 -> 1.4.1 (#47191) 2018-09-23 00:31:07 +02:00
Uli Baum
845ae983f6 nixos/iso-image: fix 32bit UEFI boot
UEFI iso image for i686 didn't boot because the
default boot file was incorrectly named bootx32.efi.
The correct name is bootia32.efi.
2018-09-23 00:18:50 +02:00
Matthew Bauer
3bc7ad9364
Merge pull request #46773 from mcmtroffaes/feature/fix-brotli-mingw
brotli: ensure CMAKE_SYSTEM_NAME=Windows on mingw cross builds
2018-09-22 17:12:10 -05:00
Stefan Junker
f777d2b719 virtualization/qemu-vm: fix and improve virtio/scsi switching 2018-09-22 23:29:19 +02:00
Daiderd Jordan
52a1179b6c ffmpeg: don't use gcc on darwin (#47189)
This isn't necessary and causes build failures for certain versions.

    CC      libavfilter/libmpcodecs/vf_eq2.o
    CC      libavfilter/libmpcodecs/vf_fil.o
    CC      libavfilter/libmpcodecs/vf_fspp.o
    libavfilter/libmpcodecs/vf_fspp.c:939:18: error: unknown token in expression
            movq %mm2, 0*8+(%rsp)

/cc ZHF #45961
2018-09-22 23:13:10 +02:00
Andrew Dunham
da18ffac6b xsecurelock: 1.0 -> 1.1 2018-09-22 13:52:32 -07:00
Jörg Thalheim
a8413d816a luaPackages.luadbi: 0.5 -> 0.6 (#47156)
Switch to maintained fork that is compatible with lua5.2/lua5.3.
This package was tested with prosody.
2018-09-22 22:27:35 +02:00
Joachim F
9fee74d616
Merge pull request #46586 from elitak/factorio
factorio: download using token, not password
2018-09-22 19:57:12 +00:00
xeji
6e6e0a987b
nixos/tests/codimd: fix non-deterministic failure (#47179)
Test failed non-deterministically due to an obvious copy/paste error.
Fix it and increase wait time to 10s (2s may not be enough on Hydra).
2018-09-22 21:31:46 +02:00
WilliButz
13e738f1e8 nixos/release.nix: run test for pgjwt (#47181) 2018-09-22 20:49:23 +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
Joachim Fasting
f2ba1a4284
tor-browser-bundle-bin: 8.0 -> 8.0.1 2018-09-22 20:13:55 +02:00
Alexander V. Nikolaev
08f266490b rmilter: move rmilter.sock out of /run/rmilter
/run/rmilter is set by systemd, and have root:root ownership, which
prevent pid file to write.

This fix suggested to be promoted to 18.09 branch.
(Although rmilter itself is deprecated, and I plan to remove it, after
18.09 would be released)
2018-09-22 20:57:08 +03:00
Markus Kowalewski
3063794c88
gnuradio-nacl: 2015-11-05 -> 2017-04-10 2018-09-22 19:56:48 +02:00
R. RyanTM
ef04436f7b latte-dock: 0.8.0 -> 0.8.1 (#47027)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/latte-dock/versions
2018-09-22 13:44:33 -04:00
Michael Peyton Jones
5b3c8485d6 sddm: link whole sddm directory, not just themes (#47174) 2018-09-22 19:23:31 +02:00
Kévin Rauscher
7a5483e8b4 mopidy-iris: 3.26.1 -> 3.26.2 (#47161) 2018-09-22 19:21:26 +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
Orivej Desh
1491d4f268 yed: 3.18.1 -> 3.18.1.1 2018-09-22 16:59:38 +00:00
Pascal Bach
a8087e3bd7 gitlab-runner: 11.2.0 -> 11.3.0 (#47167) 2018-09-22 18:49:35 +02:00
Markus Kowalewski
3b0d303604
gnuradio-rds: 2016-08-27 -> 1.0.0 2018-09-22 18:35:51 +02:00
R. RyanTM
aefb40b671 hylafaxplus: 5.6.0 -> 5.6.1 (#47045)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hylafaxplus/versions
2018-09-22 18:25:44 +02:00
Théo Zimmermann
d1b97bcbe8
dune: 1.1.1 -> 1.2.1 2018-09-22 16:11:34 +00:00
rbasso
1a5788010e exercism: 3.0.6 -> 3.0.9 (#47170) 2018-09-22 18:09:41 +02:00
xeji
c770699524
devpi-client: 3.1.0 -> 4.1.0, fix tests (#47142) 2018-09-22 18:07:00 +02:00
Luke Clifton
4eebe205fe dvtm: refactor (fix on darwin) (#47103) 2018-09-22 14:18:47 +00:00
Luke Clifton
3d8f6b6188 abduco: refactor (compile on darwin) (#47124) 2018-09-22 14:07:34 +00:00
Joachim F
62366489cd
Merge pull request #46935 from r-ryantm/auto-update/wesnoth
wesnoth: 1.14.4 -> 1.14.5
2018-09-22 13:59:09 +00:00
adisbladis
8f5a37829d
subsurface: 4.8.1 -> 4.8.2 2018-09-22 21:41:03 +08:00