Weijia Wang
27b493fa2e
myanon: 0.8.3 -> 0.8.4 ( #545355 )
2026-08-17 22:29:04 +00:00
Weijia Wang
ce01b080bc
mytetra: 1.44.183 -> 1.44.232 ( #539820 )
2026-08-17 19:08:41 +00:00
Weijia Wang
2e4faf467a
mynewt-newt: 1.10.0 -> 1.15.0 ( #522001 )
2026-08-16 18:39:27 +00:00
Weijia Wang
0bf7afbc14
mysqltuner: 2.7.0 -> 2.9.1 ( #523988 )
2026-08-16 17:55:25 +00:00
R. Ryantm
065a127f5e
myks: 5.13.2 -> 5.13.3
2026-08-14 00:32:16 +00:00
Peder Bergebakken Sundt
db9a2b086c
appimageTools: warn on deprecated type-specific aliases ( #546396 )
2026-08-08 21:18:59 +00:00
R. Ryantm
e80e0eee7b
mysqltuner: 2.7.0 -> 2.9.1
2026-08-05 07:02:19 +00:00
Thomas Gerbet
782d32e6c8
mysql84: 8.4.10 -> 8.4.11
...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-11.html
Fixes:
* CVE-2026-60163
* CVE-2026-60315
* CVE-2026-61094
* CVE-2026-60316
* CVE-2026-60178
* CVE-2026-60585
* CVE-2026-61109
* CVE-2026-47064
* CVE-2026-60183
* CVE-2026-60332
* CVE-2026-60331
* CVE-2026-60747
* CVE-2026-47052
* CVE-2026-60145
* CVE-2026-47023
* CVE-2026-60177
* CVE-2026-60182
* CVE-2026-46936
* CVE-2026-60186
* CVE-2026-47012
* CVE-2026-60184
* CVE-2026-60185
* CVE-2026-60187
* CVE-2026-60188
* CVE-2026-60189
* CVE-2026-60191
* CVE-2026-61096
* CVE-2026-61081
* CVE-2026-60190
2026-07-30 21:25:55 +02:00
bitbloxhub
c831bab4ac
appimageTools: warn on deprecated type-specific aliases
...
Also migrates away from them with these commands, using ast-grep 0.43.0
with these commands in bash (assisted by ChatGPT):
```bash
for old in extractType1 extractType2; do
ast-grep \
--lang nix \
--pattern "\$TOOLS.$old" \
--rewrite '$TOOLS.extract' \
--update-all \
pkgs
done
ast-grep \
--lang nix \
--pattern '$TOOLS.wrapType1' \
--rewrite '$TOOLS.wrapType2' \
--update-all \
pkgs
```
Assisted-by: GPT-5.6-Sol Medium via ChatGPT
2026-07-30 00:21:21 +00:00
R. Ryantm
1c3fd287c1
mynewt-newt: 1.10.0 -> 1.15.0
2026-07-29 23:27:34 +00:00
R. Ryantm
1e3e322248
mymake: 2.4.4 -> 2.4.5
2026-07-25 04:10:17 +00:00
R. Ryantm
e1845029cd
myanon: 0.8.3 -> 0.8.4
2026-07-24 19:49:23 +00:00
Emily
fdb820602b
treewide: drop simple x86_64-darwin mentions
...
To reproduce:
$ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
-- scan --update-all --inline-rules '
id: nix-x86_64-darwin
language: nix
rule:
any:
- pattern: "\"x86_64-darwin\""
kind: list_expression > string_expression
- pattern:
context: "{ \"x86_64-darwin\" = $EXPR; }"
selector: binding
- pattern:
context: "{ x86_64-darwin = $EXPR; }"
selector: binding
fix:
template: ""
' pkgs
$ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
-- scan --update-all --inline-rules '
id: json-first-x86_64-darwin
language: json
rule:
kind: object > pair:nth-child(1)
has:
pattern: "\"x86_64-darwin\""
field: key
fix:
template: ""
expandEnd: { regex: "," }
' pkgs
$ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
-- scan --update-all --inline-rules '
id: json-x86_64-darwin
language: json
rule:
kind: object > pair
has:
pattern: "\"x86_64-darwin\""
field: key
fix:
template: ""
expandStart: { regex: "," }
' pkgs
$ git restore pkgs/by-name/om/omnix/package.nix
$ git diff --name-only -z \
| nix shell nixpkgs/3b32825de172d0bc85664f495edb096b10862524#gnused \
-c xargs -0 sed -i '/^$/N; /^\n\? \+$/d'
$ treefmt
2026-07-15 03:58:16 +01:00
R. Ryantm
90c9bbb890
mympd: 25.2.2 -> 25.3.0
2026-07-12 19:41:53 +00:00
ilkecan
92a25dea79
various: use absolute path in thumbnailer files
2026-07-11 19:12:16 +03:00
R. Ryantm
4b4be60deb
mytetra: 1.44.183 -> 1.44.232
2026-07-09 04:22:59 +00:00
Thomas Gerbet
e58be98c76
mysql84: 8.4.9 -> 8.4.10 ( #533954 )
2026-07-05 17:26:03 +00:00
R. Ryantm
6cbbe5c331
mympd: 25.2.1 -> 25.2.2
2026-06-30 02:39:24 +00:00
Jo
f9a0571a9d
mydumper: 1.0.1-3 -> 1.0.3-1 ( #529089 )
2026-06-26 12:16:17 +00:00
Leona Maroni
3f3a5310c8
mysql84: add nixosTests.mysql.mysql84 to passthru.tests
...
Co-Authored-By: osnyx <os@flyingcircus.io >
2026-06-24 11:04:24 +02:00
Leona Maroni
4aed47116a
nixos/mysql: fix default MySQL/Percona Server insecure authentication ( #534254 )
2026-06-22 20:33:45 +00:00
Thomas Gerbet
1d6947077e
nixos/mysql: fix default MySQL/Percona Server insecure authentication
...
Existing deployments using MySQL or Percona Server with `services.mysql`
do not restrict authentication to the root@localhost user allowing any
user on the system to log in without a password.
With this changes:
* new deployments will use the `auth_socket` authentication by default
to only allow the local root user to log in as the MySQL root user
* existing deployments with a stateVersion > 26.05 will also be moved to
the `auth_socket` authentication
* existing deployments with a stateVersion <= 26.05 have a warning
logged when the local authentication seems to be open
Users can disable this behavior by setting `services.mysql.secureSuperUserByDefault`
to `false`.
2026-06-22 17:24:49 +02:00
R. Ryantm
11ab2f986e
mympd: 25.1.1 -> 25.2.1
2026-06-21 19:37:30 +00:00
Thomas Gerbet
d528156e99
mysql84: 8.4.9 -> 8.4.10
...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-10.html
Fixes CVE-2026-46863.
2026-06-21 18:09:01 +02:00
R. Ryantm
dc24e5ab5d
myks: 5.13.1 -> 5.13.2
2026-06-20 19:38:21 +00:00
R. Ryantm
13706216e2
mymake: 2.4.3 -> 2.4.4
2026-06-19 20:07:17 +00:00
R. Ryantm
f1517b9d00
mympd: 25.1.0 -> 25.1.1
2026-06-09 22:39:46 +00:00
R. Ryantm
8ab93c11bf
mydumper: 1.0.1-3 -> 1.0.3-1
2026-06-07 09:57:44 +00:00
R. Ryantm
928fb033db
mycelium: 0.7.9 -> 0.7.10
2026-06-07 08:36:18 +00:00
Michael Daniels
3178fc5aa5
{mypaint-brushes,mypaint-brushes1}: move to by-name ( #525986 )
2026-06-06 18:49:08 +00:00
R. Ryantm
104611deff
mympd: 25.0.2 -> 25.1.0
2026-05-31 19:41:46 +00:00
Michael Daniels
0927e1224d
{mypaint-brushes,mypaint-brushes1}: move to by-name
2026-05-30 11:01:58 -04:00
Nikolay Korotkiy
f2c15c217b
mydumper: 1.0.1-1 -> 1.0.1-3 ( #525485 )
2026-05-30 10:57:40 +00:00
Nick Cao
20fb8a55c4
myks: 5.13.0 -> 5.13.1 ( #525564 )
2026-05-29 14:37:21 +00:00
R. Ryantm
acafafc948
myks: 5.13.0 -> 5.13.1
2026-05-29 12:48:44 +00:00
R. Ryantm
fd83ad5fca
mydumper: 1.0.1-1 -> 1.0.1-3
2026-05-29 08:38:35 +00:00
R. Ryantm
58dd5d72c4
mycelium: 0.7.8 -> 0.7.9
2026-05-29 06:39:01 +00:00
Nikolay Korotkiy
49f60659b3
mydumper: 0.21.1-1 -> 1.0.1-1 ( #489222 )
2026-05-27 20:15:40 +00:00
R. Ryantm
52d14b80e5
mydumper: 0.21.1-1 -> 1.0.1-1
2026-05-27 23:54:03 +04:00
Gaétan Lepage
2e17b49419
treewide: move to by-name part 5 ( #522673 )
2026-05-26 20:55:44 +00:00
liberodark
b25ea88e6a
treewide: move to by-name part 5
2026-05-25 00:31:24 +02:00
Thomas Butter
609f02dc37
mystmd: 1.9.0 -> 1.9.1
2026-05-24 08:08:25 +00:00
Masum Reza
102fd2f9b9
treewide: move to by-name part 4 ( #522251 )
2026-05-21 12:43:51 +00:00
liberodark
74c17aeac8
treewide: move to by-name part 4
2026-05-21 14:19:59 +02:00
R. Ryantm
dad494239c
mycelium: 0.7.7 -> 0.7.8
2026-05-20 15:47:52 +00:00
R. Ryantm
15eb8c0389
mycelium: 0.7.6 -> 0.7.7
2026-05-12 10:08:03 +00:00
Thomas Gerbet
c0cef1c5dd
mysql84: 8.4.8 -> 8.4.9
...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-9.html
Fixes CVE-2026-34270
Fixes CVE-2026-34271
Fixes CVE-2026-34276
Fixes CVE-2026-34308
Fixes CVE-2026-22009
Fixes CVE-2026-22017
Fixes CVE-2026-34303
Fixes CVE-2025-14017
Fixes CVE-2026-34318
Fixes CVE-2026-34317
Fixes CVE-2025-14017
Fixes CVE-2026-34318
Fixes CVE-2026-34317
Fixes CVE-2026-34319
Fixes CVE-2026-22004
Fixes CVE-2026-34304
Fixes CVE-2026-35236
Fixes CVE-2026-35237
Fixes CVE-2026-35238
Fixes CVE-2026-35239
Fixes CVE-2026-21998
Fixes CVE-2026-22005
Fixes CVE-2026-22002
Fixes CVE-2026-35240
Fixes CVE-2026-22015
Fixes CVE-2026-22001
https://www.oracle.com/security-alerts/cpuapr2026.html#AppendixMSQL
2026-05-11 23:14:19 +02:00
Peder Bergebakken Sundt
34c90da90a
myanon: 0.8.1 -> 0.8.3 ( #518609 )
2026-05-10 22:37:00 +00:00
Thomas Butter
572979d90e
myanon: 0.8.1 -> 0.8.3
2026-05-10 05:43:57 +00:00
Nick Cao
2f5e063c76
myks: 5.12.2 -> 5.13.0 ( #517873 )
2026-05-08 19:20:23 +00:00