Commit Graph

106 Commits

Author SHA1 Message Date
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
R. Ryantm
16725a4368 myks: 4.2.4 -> 4.2.5 2024-12-10 13:35:09 +00:00
Nick Cao
416d8e8091
mystmd: 1.3.17 -> 1.3.18 (#363413) 2024-12-09 08:29:53 -05:00
R. Ryantm
b4fe70ac92 mystmd: 1.3.17 -> 1.3.18 2024-12-08 23:57:06 +00:00
Weijia Wang
a7ff9f0dd1
mysql_jdbc: 9.0.0 -> 9.1.0 (#359753) 2024-12-08 22:45:18 +01:00
Wolfgang Walther
ca3e22c152
mystmd: 1.3.8 -> 1.3.17 (#344840) 2024-12-08 16:21:39 +01:00
R. Ryantm
2b0c08d74f mympd: 18.1.2 -> 18.2.2 2024-12-08 07:09:47 +00:00
asymmetric
3dc0617163
mydumper: 0.14.1-1 -> 0.16.9-1 (#325566) 2024-12-03 13:45:37 +01:00
R. Ryantm
c417f4153b mycelium: 0.5.6 -> 0.5.7 2024-11-28 08:44:41 +00:00
R. Ryantm
5ff378b7b8 mysql_jdbc: 9.0.0 -> 9.1.0 2024-11-28 07:17:59 +00:00
Michael Glass
963a14beaf
mydumper: add version tests 2024-11-19 10:35:40 +01:00
Sam Connelly
7c66fb1ec5 migrate maintainership from luc65r to clevor
They said they haven't used Nix in a while and is not interested in
maintaining cemu-ti (presumably other packages too), so I asked to take
over his role. I removed luc65r from the meta.maintainers attribtes, and
adopted the packages I wanted to adopt. I chose to adopt the TI graphing
calculator-related packages as I am part of Cemetech.
2024-11-17 14:30:20 -05:00
R. Ryantm
0c7055e9a7 mystmd: 1.3.8 -> 1.3.17 2024-11-13 12:20:30 +00:00
Michael Glass
c5610aa780
mydumper: add michaelglass as maintainer 2024-11-12 18:02:02 +01:00
Michael Glass
c443230cc5
mydumper: fix darwin build 2024-11-12 18:02:02 +01:00
Michael Glass
39d9361278
mydumper: 0.14.3-1 -> 0.16.9-1 2024-11-12 18:01:35 +01:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
R. Ryantm
e6e2bff288 myks: 4.2.3 -> 4.2.4 2024-11-08 17:24:07 +00:00
Thomas Gerbet
2d69ebbc4e mysql84: 8.4.2 -> 8.4.3
Fixes:
* CVE-2024-21230
* CVE-2024-7264
* CVE-2024-21196
* CVE-2024-21238
* CVE-2024-21194
* CVE-2024-21199
* CVE-2024-21218
* CVE-2024-21236
* CVE-2024-21239
* CVE-2024-21198
* CVE-2024-21219
* CVE-2024-21203
* CVE-2024-21197
* CVE-2024-21201
* CVE-2024-21241
* CVE-2024-21193
* CVE-2024-21212
* CVE-2024-21213
* CVE-2024-21247
* CVE-2024-21231
* CVE-2024-21237
* CVE-2024-21232
* CVE-2024-21243
* CVE-2024-21244
* CVE-2024-21209

https://www.oracle.com/security-alerts/cpuoct2024.html#AppendixMSQL

Changes:
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-3.html
2024-10-21 16:59:00 +02:00
R. Ryantm
ca60a7c431 mycelium: 0.5.5 -> 0.5.6 2024-10-09 13:27:37 +00:00
German Lashevich
a2baa0f9c0
myks: add zebradil as maintainer 2024-10-06 20:23:43 +02:00
R. Ryantm
a872b1feaa mycelium: 0.5.4 -> 0.5.5 2024-09-30 10:33:11 +00:00
Weijia Wang
32ec3a61ea
mystmd: 1.3.6 -> 1.3.8 (#342189) 2024-09-26 23:18:03 +02:00
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
R. Ryantm
63b3ad69aa mystmd: 1.3.6 -> 1.3.8 2024-09-16 02:16:45 +00:00
Alyssa Ross
df61c2acb5 treewide: remove executable bit from .nix files
???
2024-09-14 13:08:57 +02:00
R. Ryantm
4293660328 myks: 4.2.2 -> 4.2.3 2024-09-13 08:18:35 +00:00
R. Ryantm
b14fef9063 mystmd: 1.3.4 -> 1.3.6 2024-09-05 06:15:47 +00:00
r-vdp
e44b996295
mycelium: reformat with nixfmt 2024-08-21 10:36:50 +02:00
r-vdp
2ecaac9550
mycelium: add versionCheckHook 2024-08-21 10:36:09 +02:00
r-vdp
62f3497182
mycelium: add rvdp as maintainer 2024-08-21 10:23:27 +02:00
r-vdp
50d200e911
mycelium: 0.5.3 -> 0.5.4
https://github.com/threefoldtech/mycelium/releases/tag/v0.5.4
2024-08-21 10:23:27 +02:00
r-vdp
ac5507c9cb
mycelium: add update script 2024-08-21 10:23:27 +02:00
Fabian Affolter
394440f29b
Merge pull request #325187 from Tochiaha/mybbscan
mybbscan: init at 3.2.0
2024-08-18 08:51:07 +02:00
Peder Bergebakken Sundt
e471916645
treewide: passthru nixos test (#334491) 2024-08-18 00:29:43 +02:00
tahanonu
def4dee7a5 mybbscan: init at 3.2.0
Release: https://github.com/0xB9/MyBBscan/releases/tag/v3.2.0
2024-08-17 02:43:48 +01:00
R. Ryantm
48a7a7fe6c mystmd: 1.3.2 -> 1.3.4 2024-08-16 09:34:51 +00:00
Peder Bergebakken Sundt
86e931a9b9
Merge pull request #329458 from r-ryantm/auto-update/myanon
myanon: 0.5 -> 0.6
2024-08-16 02:28:43 +02:00
Sebastián Mancilla
839d4ae454
Merge pull request #331616 from LeSuisse/mysql84-8.4.2
mysql84: 8.4.1 -> 8.4.2
2024-08-13 21:39:37 -04:00
R. Ryantm
a71a5e3d0c mystmd: 1.2.9 -> 1.3.2 2024-08-09 12:41:56 +00:00
Peder Bergebakken Sundt
a0396ab411 treewide: use src.name in sourceRoot 2024-08-02 14:56:50 +02:00
Thomas Gerbet
17eff57f75 mysql84: 8.4.1 -> 8.4.2
Changes:
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-2.html
2024-08-01 23:20:01 +02:00
R. Ryantm
0c22506820 myanon: 0.5 -> 0.6 2024-07-23 17:19:25 +00:00
github-actions[bot]
f316203fda
Merge staging-next into staging 2024-07-19 00:03:05 +00:00
Thomas Gerbet
a950d8681f
Merge pull request #328250 from alyssais/mysql-8.4.1
mysql84: 8.4.0 -> 8.4.1
2024-07-18 23:04:06 +02:00
Alyssa Ross
614804b827
mysql84: 8.4.0 -> 8.4.1 2024-07-18 21:35:36 +02:00
Randy Eckenrode
f9b7f4ec09
tree-wide: use top-level cctools 2024-07-17 22:36:19 -04:00
R. Ryantm
fda56050e4 myks: 4.2.1 -> 4.2.2 2024-07-16 18:16:14 +00:00
Sandro
8e0fa18a14
Merge pull request #323193 from flandweber/myrescue 2024-07-16 11:20:02 +02:00
Finn Landweber
94644ca8aa
myrescue: add myrescue-bitmap2ppm, myrescue-stat 2024-06-28 18:39:06 +02:00