Commit Graph

13 Commits

Author SHA1 Message Date
R. Ryantm
969ff17e86 adminer: 5.4.2 -> 5.5.1 2026-07-25 04:53:04 +00:00
Jason Odoom
f27ab26fba adminer: 5.4.1 -> 5.4.2
https://github.com/vrana/adminer/releases/tag/v5.4.2

Fixes: CVE-2026-25892
2026-02-12 02:31:28 -05:00
R. Ryantm
358b87dde7 adminer: 5.4.0 -> 5.4.1 2025-09-30 11:51:10 +00:00
R. Ryantm
3d50f7f760 adminer: 5.3.0 -> 5.4.0 2025-09-08 17:27:34 +00:00
Guy Chronister
9dff8b1e52 adminer: 5.2.1 -> 5.3.0
Diff: https://github.com/vrana/adminer/compare/v5.2.1...v5.3.0
2025-05-12 22:00:21 +00:00
emaryn
fd75ab0135 adminer: 5.1.1 -> 5.2.1 2025-04-15 07:41:34 +08:00
R. Ryantm
134bc9de53 adminer: 5.1.0 -> 5.1.1 2025-04-07 23:12:51 +02:00
Guy Chronister
e0bdbdf54f adminer: 5.0.5 -> 5.1.0
Diff: https://github.com/vrana/adminer/compare/v5.0.5...v5.1.0
2025-03-28 20:03:11 -05:00
R. Ryantm
3e8d845a34 adminer: 4.17.1 -> 5.0.5 2025-03-17 00:29:00 +05:30
Jan Tojnar
f22d0b85d8 adminer: 4.16.0 → 4.17.1
https://github.com/vrana/adminer/compare/v4.16.0..v4.17.1
2025-03-02 03:37:25 +01:00
Jan Tojnar
f02b61522b adminer: 4.8.1 → 4.16.0
https://php.vrana.cz/adminer-4-16-0.php
https://github.com/vrana/adminer/compare/v4.8.1..v4.16.0
2025-02-23 21:41:07 +01:00
Silvan Mosberger
667d42c00d 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 57b193d8dd
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:27:17 +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