Commit graph

123686 commits

Author SHA1 Message Date
Robin Gloster 86c7db0ac4 mysql module: cleanup obsolete checks 2017-12-29 02:18:35 +01:00
Izorkin 88657b3a50 mariadb: remove broken link file rcmysql 2017-12-29 02:18:35 +01:00
Izorkin 2bbb4810f4 lisp-modules: mysql -> mysql.connector-c 2017-12-29 02:18:35 +01:00
Robin Gloster c288c843e7 amarok{,-kf5}: use mysql.server.static for libmysqld 2017-12-29 02:18:35 +01:00
Robin Gloster aa8658d496 mysql57: add server.static for libmysqld.a 2017-12-29 02:18:35 +01:00
Robin Gloster d3a0663a7d gdal_1_11: needs mysql57 not mariadb 2017-12-29 02:18:35 +01:00
Robin Gloster 572b2bda4e treewide: generalise for both mysql & mariadb 2017-12-29 02:18:35 +01:00
Robin Gloster 6903ea6050 treewide: libmysql -> mysql.connector-c 2017-12-29 02:18:35 +01:00
Robin Gloster 445e3d7390 ghostOne: remove
broken and unmaintained
2017-12-29 02:18:35 +01:00
Robin Gloster fe437d70ec luaPackages.luadbi: libmysql -> connector-c 2017-12-29 02:18:35 +01:00
Robin Gloster f3445606ac libdbiDrivers: libmysql -> connector-c 2017-12-29 02:18:35 +01:00
Izorkin 62a3561b5e mariadb connector-c: 2.3.3 -> 2.3.4 2017-12-29 02:18:35 +01:00
Robin Gloster 087a08617b postfix: libmysql -> mysql.connector-c 2017-12-29 02:18:35 +01:00
Izorkin c146b7bfaa dspam: libmysql -> mysql 5.7 2017-12-29 02:18:35 +01:00
Robin Gloster c9db834ee7 mysql57: add dummy connector-c passthru
for mariadb compat
2017-12-29 02:18:35 +01:00
Izorkin 4ef619dadd mariadb: replace to connector-c 2017-12-29 02:18:35 +01:00
Robin Gloster 9213a2cf66 poco: libmysql -> connector-c 2017-12-29 02:18:35 +01:00
Robin Gloster d75ae56f3f mariadb: replace to connector-c 2017-12-29 02:18:35 +01:00
Robin Gloster 4fb9533511 mariadb: add lib/include path compatibility to mysql 2017-12-29 02:18:35 +01:00
Robin Gloster b69befbfd5 mariadb: replace to connector-c 2017-12-29 02:18:35 +01:00
Robin Gloster 1ca8a7aff6 mariadb: cleanup obsolete code and fix upstream cmake 2017-12-29 02:18:35 +01:00
Robin Gloster 462076c909 pcre: add patch fixing stack frame size detection 2017-12-29 02:18:35 +01:00
Izorkin b96bf4a891 mariadb: 10.2.9 -> 10.2.11 2017-12-29 02:18:35 +01:00
Robin Gloster d357734637 urweb: fix build 2017-12-29 02:18:35 +01:00
Robin Gloster c707fa002d mariadb: 10.2.8 -> 10.2.9 2017-12-29 02:18:35 +01:00
Robin Gloster 64178f1cab mailutils: fix build with mariadb 10.2 2017-12-29 02:18:35 +01:00
Robin Gloster 3881816a64 libmysql: now needs to point to mysql.connector-c
libmysqlclient is no longer included in mariadb itself
2017-12-29 02:18:35 +01:00
Robin Gloster a960f1931b mariadb: more lib -> connector-c 2017-12-29 02:18:35 +01:00
Robin Gloster d9d98cd324 treewide: fix up some mysql.connector-c fallout 2017-12-29 02:18:35 +01:00
Robin Gloster 9359050ae2 mariadb: more lib -> connector-c 2017-12-29 02:18:35 +01:00
Robin Gloster 3fcf6bf518 mariadb: 10.2.7 -> 10.2.8 2017-12-29 02:18:35 +01:00
Markus Mueller 3e241efe9b mariadb: fix socket path
This also fixes mysql connections to localhost  in php because it gets
the socket path from mysql_config.
2017-12-29 02:18:35 +01:00
Robin Gloster 52e65be0d6 mariadb: fix i686 build 2017-12-29 02:18:35 +01:00
Robin Gloster 5672ca2d0b mariadb: 10.2.6 -> 10.2.7 2017-12-29 02:18:35 +01:00
Robin Gloster 77af1d2000 mysql.server: fix build
That moveToOutput should've been only for the client
2017-12-29 02:18:35 +01:00
Robin Gloster ee1c85aee9 mariadb: lib -> connector-c 2017-12-29 02:18:35 +01:00
Robin Gloster 9265012de6 mariadb: fix lib cycle and hash 2017-12-29 02:18:35 +01:00
Robin Gloster a8df05ee2f mariadb: 10.1.26 -> 10.2.6 2017-12-29 02:18:35 +01:00
Lancelot SIX 8cd2ee91ef coreutils: 8.28 -> 8.29
See http://lists.gnu.org/archive/html/info-gnu/2017-12/msg00016.html
for release announcement
2017-12-29 02:18:23 +01:00
John Ericson b3df1562d8 Merge branch 'alt-stdenv' into staging 2017-12-27 17:20:32 -05:00
John Ericson 558c96fe13 treewide: Cleanup usage of multi-arch tools
- Don't needlessly force GCC

 - Prefer using multi-arch stdenvs to using multi-arch tools directly.
2017-12-27 15:15:45 -05:00
John Ericson 831c71eea3 top level: Clean up definitions of alternative stdenvs
- Dispatch off more appropriate conditions---`stdenv.cc.is*` and
   `hostPlatform.is*` directly---rather than the OS as a proxy.

 - Don't worry about pulling in binutils from normal `stdenv.cc` for
   `gccMultiStdenv`.

 - Defining a `multiStdenv` that uses whatever compiler is default.

 - Define `stdenv_32bit` in terms of `multiStdenv`.
2017-12-27 15:15:41 -05:00
John Ericson f5fc1ff344 top level: Stop hacking around #28223
Clang stdenvs with either libc++ should work now.
2017-12-26 15:26:55 -05:00
Robin Gloster e16f887ec5
ansible_2_{1,2}: fix for jinja src change 2017-12-26 20:39:26 +01:00
Robin Gloster 46abd5f764
python.pkgs.jinja2: enable tests 2017-12-26 20:39:26 +01:00
Tuomas Tynkkynen 47c782f7f5 Merge remote-tracking branch 'upstream/master' into staging 2017-12-26 21:10:12 +02:00
John Ericson 696f3e702d
Merge pull request #33042 from obsidiansystems/darwin-cxx
darwin stdenv: Make stdenv.cc, not stdenv itself, bring in libcxx
2017-12-26 10:54:59 -08:00
Tuomas Tynkkynen 4271a210b0 zathura: No need for manual rst2man path anymore 2017-12-26 20:02:01 +02:00
Tuomas Tynkkynen b8556230fa gitAndTools.hub: No need for rst2man.py patch anymore 2017-12-26 20:02:01 +02:00
Tuomas Tynkkynen bf4cd1ee32 gitAndTools.gitRemoteGcrypt: No need for rst2man patch anymore 2017-12-26 20:02:01 +02:00