Josef Kemetmüller
1ca04aa9f1
treewide: Stop setting CMAKE_SKIP_BUILD_RPATH=OFF
...
This is now the new default and thus doesn't need to be set manually
anymore.
2022-07-04 03:49:01 +03:00
Nick Cao
4f9d007806
mysql57: reduce closure size
2022-03-14 21:30:40 +08:00
Thomas Gerbet
55561105fa
mysql57: 5.7.27 -> 5.7.37
...
Changes:
https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-37.html
https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-36.html
https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-35.html
https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-34.html
https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-33.html
https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-32.html
https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-31.html
https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-30.html
https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-29.html
https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-28.html
2022-01-29 11:04:47 +01:00
Sebastián Mancilla
8f94a33b38
treewide: ensure pre/post phase hooks are strings
...
Some derivations use lib.optional or lib.optionals when setting pre/post
phase hooks. Ensure the proper lib.optionalString is used.
2021-08-20 19:08:42 -04:00
Jonathan del Strother
9c76b17933
mysql: fix building on Apple Silicon
...
rpcsvc-proto doesn't build for aarch64-darwin (`struct stat64` isn't
declared), but it isn't actually necessary on Darwin/clang.
2021-04-11 16:56:22 +01:00
Michael Maclean
519e32d4f4
mysql57: Fix compile on macOS
2021-02-09 17:54:34 +00:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob
872973d7d1
pkgs/servers: stdenv.lib -> lib
2021-01-15 14:24:03 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Maximilian Bosch
1897ff96d3
mysql*: fix build w/glibc-2.32
2020-09-12 23:04:45 +02:00
Aaron Andersen
88770b01d5
mysql57: 5.7.25 -> 5.7.27
2019-08-04 10:41:03 -04:00
Julian Nadeau
1aa13609b6
Use c++ 11 for MySQL 5.7 to fix build in mac ( #56384 )
...
https://github.com/NixOS/nixpkgs/issues/49174 shows us the error that we were experiencing.
The last successful build was https://hydra.nixos.org/build/81938220 , with the first failing here: https://hydra.nixos.org/build/82083071
The difference between these 2 builds seems to be Protobuf 3.4 being updated to Protobuf 3.6.
Protobuf fails because the newer version uses newer C++ features.
This commit makes MySQL 5.7 use C++ 11 to fix these issues.
2019-02-28 20:59:40 +00:00
R. RyanTM
7b84ac2190
mysql57: 5.7.24 -> 5.7.25
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mysql/versions
2019-02-03 08:55:01 +00:00
Markus Kowalewski
b9c5598b3c
mysql: add licenses
2018-11-15 00:13:46 +01:00
R. RyanTM
d9423ee446
mysql57: 5.7.23 -> 5.7.24 ( #49221 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mysql/versions
2018-10-27 09:50:57 -04:00
R. RyanTM
bbfed77bec
mysql57: 5.7.22 -> 5.7.23 ( #44740 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mysql/versions .
2018-08-09 21:51:16 +02:00
Orivej Desh
859e27f177
mysql57: unbundle libedit, libevent, lz4, protobuf, zlib
2018-06-04 05:22:25 +00:00
Orivej Desh
303a17a939
mysql57: 5.7.20 -> 5.7.22
...
Do not SKIP_BUILD_RPATH to let libmysql_api_test run during the build.
There is no WITH_UNITTEST, but there is WITH_UNIT_TESTS.
Do not install and immediately delete mysql-test.
There is no "basedir=" in mysql_install_db.
2018-05-29 13:41:23 +00:00
Matthew Justin Bauer
b5390649c5
mysql: remove broken link
...
macOS will not have the .so link
Fixes #36570
2018-03-29 01:21:24 -05:00
Ryan Mulligan
b189247ba0
treewide: use more HTTPS URLs
...
Uses the HTTPS url for cases where the existing URL has a permanent
redirect. For each domain, at least one fixed derivation URL was
downloaded to test the domain is properly serving downloads.
Also fixes jbake source URL, which was broken.
2018-03-24 22:04:25 -07:00
Robin Gloster
6b05a22a57
mysql57: fix build with gcc7
...
fixes #35692
2018-03-01 15:16:15 +01:00
Robin Gloster
1367630af0
mysql57: backward compat
...
At least PHP expects a libmysqlclient_r which was the thread-safe
variant of libmysqlclient, but has been dropped since this is
guaranteed for libmysqlclient now.
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
572b2bda4e
treewide: generalise for both mysql & mariadb
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
Piotr Bogdan
bbe660417b
mysql57: 5.7.19 -> 5.7.20
2017-10-26 14:46:57 +01:00
Franz Pletz
3621bc76fd
mysql57: 5.7.17 -> 5.7.19
2017-08-01 10:26:19 +02:00
Johannes Bornhold
3a4c851b89
mysql57: Add developer_cmds as build input on darwin
2017-02-26 17:27:08 +01:00
Michael Raskin
8ec3b1fd5f
mysql55: 5.7.16 -> 5.7.17
2017-01-04 17:46:15 +01:00
Tim Steinbach
276e41a219
mysql: 5.7.15 -> 5.7.16
2016-10-19 20:37:10 -04:00
Karn Kallio
b9334743ee
mysql: Add version 5.7.x of Oracle mysql for building mysql workbench.
2016-09-19 09:58:26 +02:00