Commit Graph

90 Commits

Author SHA1 Message Date
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
R. Ryantm
28c0e335a0 mystmd: 1.2.5 -> 1.2.9 2024-06-24 07:11:40 +00:00
R. Ryantm
ba7ad83565 myks: 4.2.0 -> 4.2.1 2024-06-22 03:42:06 +00:00
R. Ryantm
45005d6a38 myks: 4.1.3 -> 4.2.0 2024-06-14 03:59:11 +00: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
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Florian Klink
ef52d19f1e
Merge pull request #317979 from r-vdp/mycelium-0-5-3
mycelium: 0.5.2 -> 0.5.3
2024-06-07 19:37:41 +03:00
r-vdp
8eb7a98bbb
mycelium: 0.5.2 -> 0.5.3
https://github.com/threefoldtech/mycelium/releases/tag/v0.5.3
2024-06-07 12:08:58 +02:00
R. Ryantm
0424b48c4b myks: 4.1.2 -> 4.1.3 2024-06-06 01:37:13 +00:00
R. Ryantm
3cc4823558 mystmd: 1.2.0 -> 1.2.5 2024-06-01 19:11:33 +00:00
R. Ryantm
3c985ee7da myks: 4.1.1 -> 4.1.2 2024-05-23 06:37:31 +00:00
R. Ryantm
02c795956b myks: 3.4.4 -> 4.1.1 2024-05-18 14:19:33 +00:00
Aleksana
5baada46fc
Merge pull request #310785 from kbudde/master
myks: Init at 3.4.4
2024-05-18 14:35:46 +08:00
Shyim
9aed588e4f
mysql84: init at 8.4.0 (#309374) 2024-05-12 17:51:57 +00:00
Kris Budde
0b85c40042
harden package definition 2024-05-11 21:56:38 +02:00
Kris Budde
b83a7a9a7f
fix: exec shellCompletion only if not crosscompiled #308283 2024-05-11 18:54:23 +02:00
Kris Budde
d123209ade
add a version test 2024-05-11 12:42:38 +02:00