Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Thomas Gerbet
ac184d1a52
mysql80: 8.0.38 -> 8.0.39
...
Changes:
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-39.html
2024-08-01 22:47:51 +02:00
Jörg Thalheim
5356420466
treewide: remove unused with statements from maintainer lists
...
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
-e 's!with lib.maintainers; \[ *\];![ ];!' \
-e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Robert Scott
df9f898bae
Merge pull request #327365 from alyssais/mysql-8.0.38
...
mysql80: 8.0.37 -> 8.0.38
2024-07-20 00:15:05 +01:00
Alyssa Ross
0702caaa2e
mysql80: 8.0.37 -> 8.0.38
2024-07-15 15:08:03 +02:00
R. Ryantm
c1f87bcacc
mysql_jdbc: 8.4.0 -> 9.0.0
2024-07-04 09:19:14 +00:00
Thomas Gerbet
9b648599ea
mysql80: 8.0.36 -> 8.0.37
...
Changes:
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-37.html
Fixes:
* CVE-2024-21047
* CVE-2024-21069
* CVE-2024-21060
* CVE-2024-21087
* CVE-2024-20998
* CVE-2024-21009
* CVE-2024-21054
* CVE-2024-21062
* CVE-2024-21102
* CVE-2024-21096
* CVE-2024-21008
* CVE-2024-21013
* CVE-2024-21000
https://www.oracle.com/security-alerts/cpuapr2024.html#AppendixMSQL
2024-06-23 22:16:44 +02:00
Alexis Hildebrandt
f8c4a98e8e
treewide: Remove the definite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Weijia Wang
b416019daa
Merge pull request #309369 from r-ryantm/auto-update/mysql_jdbc
...
mysql_jdbc: 8.3.0 -> 8.4.0
2024-06-02 01:40:06 +02:00
Jussi Kuokkanen
8064d28a4f
pkgs/servers: remove licenses.gpl2
2024-05-23 11:49:42 +03:00
R. Ryantm
360d400fde
mysql_jdbc: 8.3.0 -> 8.4.0
2024-05-05 20:20:44 +00:00
Weijia Wang
20890bc10f
Merge pull request #283060 from r-ryantm/auto-update/mysql_jdbc
...
mysql_jdbc: 8.2.0 -> 8.3.0
2024-02-05 00:16:46 +01:00
Thomas Gerbet
12e769f566
mysql80: 8.0.35 -> 8.0.36
...
Fixes:
* CVE-2024-20961
* CVE-2024-20962
* CVE-2024-20973
* CVE-2024-20975
* CVE-2024-20977
* CVE-2024-20960
* CVE-2024-20963
* CVE-2024-20985
* CVE-2024-20969
* CVE-2024-20967
* CVE-2024-20964
* CVE-2024-20981
* CVE-2024-20966
* CVE-2024-20970
* CVE-2024-20971
* CVE-2024-20972
* CVE-2024-20974
* CVE-2024-20976
* CVE-2024-20978
* CVE-2024-20982
* CVE-2024-20965
Security advisory:
https://www.oracle.com/security-alerts/cpujan2024.html#AppendixMSQL
Release notes:
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-36.html
2024-01-26 23:18:47 +01:00
R. Ryantm
ba102c07f9
mysql_jdbc: 8.2.0 -> 8.3.0
2024-01-23 01:33:06 +00:00
Thomas Gerbet
390a2965da
mysql80: 8.0.34 -> 8.0.35
...
Fixes CVE-2023-22059, CVE-2023-22079, CVE-2023-22097, CVE-2023-22066, CVE-2023-22068, CVE-2023-22114, CVE-2023-22084, CVE-2023-22032, CVE-2023-22064, CVE-2023-22070, CVE-2023-22112, CVE-2023-22078 and CVE-2023-22092.
https://www.oracle.com/security-alerts/cpuoct2023.html#AppendixMSQL
Changes:
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-35.html
2023-10-30 22:10:38 +01:00
Anthony Roussel
7e08fc9049
mysql_jdbc: add passthru.updateScript
2023-10-26 15:21:30 +02:00
Anthony Roussel
1a7b36dd1b
mysql_jdbc: fix meta.homepage, add meta.{changelog,sourceProvenance}
2023-10-26 15:21:15 +02:00
Anthony Roussel
42a2fc9129
mysql_jdbc: 8.1.0 -> 8.2.0
...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-2-0.html
https://github.com/mysql/mysql-connector-j/compare/8.1.0...8.2.0
2023-10-26 15:21:11 +02:00
Weijia Wang
c96a78b5a3
Merge pull request #256047 from r-ryantm/auto-update/mysql_jdbc
...
mysql_jdbc: 8.0.33 -> 8.1.0
2023-10-04 01:44:02 +02:00
Weijia Wang
a47bd714b2
mysql_jdbc: update homepage
2023-10-01 00:29:43 +02:00
Aaron Jheng
1d600455cf
mysql80: use finalAttrs
2023-09-23 23:33:57 +08:00
R. Ryantm
c30f7457af
mysql_jdbc: 8.0.33 -> 8.1.0
2023-09-19 07:10:48 +00:00
Thomas Gerbet
b1d9284def
mysql80: 8.0.33 -> 8.0.34
...
Fixes CVE-2022-4899, CVE-2023-0361, CVE-2022-4899, CVE-2022-4899, CVE-2023-22053, CVE-2023-22008,
CVE-2023-22046, CVE-2023-22054, CVE-2023-22056, CVE-2023-22057, CVE-2023-22033, CVE-2023-22058,
CVE-2023-22005, CVE-2023-22048 and CVE-2023-22038.
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-34.html
https://www.oracle.com/security-alerts/cpujul2023.html
2023-07-19 23:01:25 +02:00
R. Ryantm
8a6d7b7ed8
mysql_jdbc: 8.0.31 -> 8.0.33
2023-04-28 05:49:35 +00:00
Thomas Gerbet
6b7ac453b4
mysql80: 8.0.32 -> 8.0.33
...
Fixes the following security issues:
* CVE-2023-0215
* CVE-2022-43551
* CVE-2023-21980
* CVE-2023-21946
* CVE-2023-21929
* CVE-2023-21911
* CVE-2023-21962
* CVE-2023-21919
* CVE-2023-21933
* CVE-2023-21972
* CVE-2023-21966
* CVE-2023-21920
* CVE-2023-21935
* CVE-2023-21945
* CVE-2023-21976
* CVE-2023-21977
* CVE-2023-21982
* CVE-2023-21953
* CVE-2023-21955
* CVE-2023-21940
* CVE-2023-21947
Advisory: https://www.oracle.com/security-alerts/cpuapr2023.html#AppendixMSQL
Changelog:
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-33.html
2023-04-26 18:51:24 +02:00
Thomas Gerbet
42d6fe1a13
mysql80: 8.0.31 -> 8.0.32
...
Fixes the following security issues:
* CVE-2023-21836
* CVE-2023-21863
* CVE-2023-21867
* CVE-2023-21868
* CVE-2023-21869
* CVE-2023-21870
* CVE-2023-21871
* CVE-2023-21873
* CVE-2023-21875
* CVE-2023-21876
* CVE-2023-21877
* CVE-2023-21878
* CVE-2023-21879
* CVE-2023-21880
* CVE-2023-21881
* CVE-2023-21882
* CVE-2023-21883
* CVE-2023-21887
Changelog:
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-32.html
2023-01-25 19:40:49 +01:00
Thomas Gerbet
19396e31aa
mysql_jdbc: 5.1.59 -> 8.0.31
...
Fixes CVE-2019-2692.
https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-whats-new.html
https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/
2022-11-29 21:58:00 +01:00
Aaron Jheng
790f859ef7
mysql80: fix build on aarch64-linux
2022-11-12 15:18:38 +00:00
Thomas Gerbet
42b5fa9e3b
mysql57: remove derivation files
...
`mysql57` was dropped in a5c9290979
but
the derivation files were kept. They can now be removed.
2022-10-29 17:53:58 +02:00
Vladimír Čunát
c46947a471
Merge #196838 : mysql80: 8.0.30 -> 8.0.31
2022-10-25 21:13:47 +02:00
Robert Scott
23511ff5b6
mysql80: 8.0.30 -> 8.0.31
2022-10-19 22:51:23 +01:00
Thomas Gerbet
75b887d7cb
mysql57: use Protobuf 3.21
...
Part of #193370
2022-10-03 21:06:17 +02:00
Thomas Gerbet
06c9198cbf
mysql57: 5.7.37 -> 5.7.39
...
Fixes CVE-2022-21417, CVE-2022-21427, CVE-2022-21451, CVE-2022-21444 and CVE-2022-21460
See https://www.oracle.com/security-alerts/cpuapr2022.html#AppendixMSQL
Changelogs:
https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-39.html
https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-38.html
2022-09-24 09:51:10 +02:00
ajs124
b802fc1e5c
mysql80: pin to openssl_1_1
2022-08-17 20:16:20 +02:00
tirex
f3e806edf4
mysql: 8.0.29 -> 8.0.30
2022-08-07 22:02:48 +02:00
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
Rick van Schijndel
7abe5b90be
Merge pull request #164109 from NickCao/mysql57-closure
...
mysql57: reduce closure size
2022-06-11 17:59:34 +02:00
Aaron Jheng
0ce4fec785
mysql: 8.0.28 -> 8.0.29
2022-05-18 14:59:39 +00:00
Nick Cao
4f9d007806
mysql57: reduce closure size
2022-03-14 21:30:40 +08:00
Austin Butler
60b5f837ca
mysql80: fix build on Darwin
2022-02-08 17:33:53 -08:00
Thomas Gerbet
b054a140f4
mysql: 8.0.27 -> 8.0.28
...
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-28.html
2022-01-30 12:06:01 +01: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
R. Ryantm
bfd6db1574
mysql80: 8.0.26 -> 8.0.27
2021-12-31 13:21:43 -08: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
Jason R. McNeil
5c452f15af
mysql80: fix build on darwin
...
sw_vers is called during build since 8.0.26
- 83b87ae7f8
Fixes #132288
2021-08-19 00:43:04 -07:00
Sandro Jäckel
22239a1c26
mysql_jdbc: modernize, 5.1.46 -> 5.1.49
2021-08-02 21:44:02 +02:00
Sandro
7b055521ba
Merge pull request #131523 from Stunkymonkey/servers-pname-version
2021-07-29 12:48:18 +00:00
Martin Weinelt
c3c2ca1ba0
mysql80: 8.0.25 -> 8.0.26
2021-07-26 21:30:12 +02:00
Felix Buehler
a56d117bdb
servers: replace name with pname&version
2021-07-26 20:15:46 +02:00
Giulio De Pasquale
f6d3da9061
mysql 8.0.22 -> 8.0.25
2021-07-07 16:45:12 +01:00