Commit Graph

4414 Commits

Author SHA1 Message Date
Sandro
90fc87038b
Merge pull request #331944 from aaronjheng/podman-tui
podman-tui: 1.1.0 -> 1.2.0
2024-08-03 16:48:53 +02:00
Aaron Jheng
b68a438294
podman-tui: move to by-name 2024-08-03 08:44:50 +00:00
R. Ryantm
ff0a196c65 podman: 5.1.2 -> 5.2.0 2024-08-02 18:07:55 +00:00
R. Ryantm
b8c7a12443 colima: 0.6.10 -> 0.7.0 2024-08-02 11:15:47 +00:00
R. Ryantm
73cf5e4073 cri-o-unwrapped: 1.30.3 -> 1.30.4 2024-08-02 03:58:40 +00:00
Nick Cao
356c5c4046
Merge pull request #331460 from r-ryantm/auto-update/nixpacks
nixpacks: 1.24.6 -> 1.26.0
2024-08-01 17:49:53 -04:00
R. Ryantm
c9abde1eaf nixpacks: 1.24.6 -> 1.26.0 2024-08-01 05:28:33 +00:00
Fernando Rodrigues
9458dd0bbf
xen: add README and update script
The update script is interactive, not automated, and is meant to run
with human intervention in order to verify Xen's code signature. It
produces default.nix files for all security-supported branches.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-07-31 05:57:07 -03:00
Fernando Rodrigues
1fc79d2643
xen: 4.15 -> {4.16,4.17,4.18,4.19}
There are too many changes to list between these versions,
but here's what's important for Nixpkgs:

- Enabled xen.efi building, allowing the nixos/xen module to
  support EFI booting.

- Renamed xen-light to xen-slim, and removed the old xen-slim
  package, as qemu-traditional has been removed per an upstream
  recommendation.

- xen-slim (formerly xen-light) no longer builds iPXE.

- You can now use the OVMF from Xen's repos.

- Further generalised generic.nix. Maintaining three versions
  at once is finally doable.

- Removed as many recursions as possible.

- Split the package output.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-07-31 05:57:06 -03:00
Sigmanificient
aab1113d4a treewide: normalize maintainers list formatting
grep -rP 'maintainers = \[\];'
2024-07-30 16:26:22 +02:00
Pyrox
ed607c1291
docker-compose_1: drop
it's been unmaintained for several years now, so there's no reason to
continue maintaining it at this point. Users should migrate to compose
v2, which is maintained in-tree as just docker-compose
2024-07-29 13:48:24 -04:00
Sandro
f22c61e419
Merge pull request #330109 from teutat3s/default-docker-27
docker: move default from 24.x to 27.x, docker_24 mark as vulnerable, docker_{25,26}: bump
2024-07-29 13:48:20 +02:00
Friedrich Altheide
dcaa4a1ced virtualbox: 7.0.18 -> 7.0.20 2024-07-29 08:43:19 +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
K900
24076029d2 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-28 01:04:35 +03:00
zhoufanjin
99da330f23
treewide: fix some comments (#330407)
Signed-off-by: zhoufanjin <shuangcui@live.cn>
2024-07-27 22:05:18 +08:00
Vladimír Čunát
64c6a981fe
Merge branch 'master' into staging-next 2024-07-27 09:18:58 +02:00
Sandro Jäckel
e2963b7913
docker_26: 26.1.4 -> 26.1.5 2024-07-26 21:17:17 +02:00
Sandro Jäckel
e0ff5b5448
docker_25: 25.0.5 -> 25.0.6 2024-07-26 21:13:44 +02:00
Sandro Jäckel
8ae868da82
docker_24: add known CVEs 2024-07-26 21:13:18 +02:00
Sandro
76ec13cde7
Merge pull request #329326 from r-ryantm/auto-update/docker-buildx 2024-07-26 21:00:42 +02:00
Sandro
56389851a6
Merge pull request #329714 from guoard/docker-compose-2.29.1 2024-07-26 21:00:30 +02:00
github-actions[bot]
c708f59661
Merge master into staging-next 2024-07-26 18:01:11 +00:00
Sandro
e97c8b67e3
Merge pull request #329708 from guoard/docker-27.1.1 2024-07-26 19:29:24 +02:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Sigmanificient
2ee703dccb pkgs/applications: remove unused arguments 2024-07-26 11:36:49 +02:00
chayleaf
96742945ce
looking-glass-client: switch to finalAttrs 2024-07-26 12:18:17 +07:00
Ali Afsharzadeh
7bd60590b5
docker-compose: 2.29.0 -> 2.29.1 2024-07-24 21:53:14 +03:30
Ali Afsharzadeh
5c875cce95
docker_27: 27.0.3 -> 27.1.1 2024-07-24 21:03:01 +03:30
R. Ryantm
fea5949d9d docker-buildx: 0.16.0 -> 0.16.1 2024-07-23 03:41:35 +00:00
github-actions[bot]
09a27d5bc1
Merge master into staging-next 2024-07-23 00:02:18 +00:00
Nick Cao
3f6108bdbc
Merge pull request #329131 from r-ryantm/auto-update/ecs-agent
ecs-agent: 1.85.0 -> 1.85.1
2024-07-22 17:00:45 -04:00
Artturin
60e9cffe2c Merge branch 'master' into staging-next 2024-07-22 22:53:31 +03:00
R. Ryantm
c80f6ff2c5 ecs-agent: 1.85.0 -> 1.85.1 2024-07-22 11:14:46 +00:00
R. Ryantm
4e830b5cb2 colima: 0.6.9 -> 0.6.10 2024-07-21 01:21:46 +00:00
Vladimír Čunát
577f40b8a9
Merge branch 'staging' into staging-next 2024-07-20 16:12:24 +02:00
Randy Eckenrode
d5f637590e
tree-wide: enable LTO on Darwin 2024-07-20 03:19:54 -04:00
Robert Scott
ce7f01ff8f
Merge pull request #327968 from alyssais/qemu-9.0.2
qemu: 9.0.1 -> 9.0.2
2024-07-19 19:43:12 +01:00
Peder Bergebakken Sundt
ffbe62a65a
Merge pull request #326769 from r-ryantm/auto-update/ecs-agent
ecs-agent: 1.84.0 -> 1.85.0
2024-07-19 20:26:16 +02:00
github-actions[bot]
f316203fda
Merge staging-next into staging 2024-07-19 00:03:05 +00:00
Nick Cao
e9a1dd72e8
Merge pull request #328083 from r-ryantm/auto-update/nixpacks
nixpacks: 1.24.4 -> 1.24.6
2024-07-18 19:12:36 -04:00
R. Ryantm
34094f77da containerd: 1.7.19 -> 1.7.20 2024-07-18 14:28:51 +00:00
Martin Weinelt
983077457f
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
-	pkgs/development/python-modules/uvcclient/default.nix
-	pkgs/development/tools/rust/rust-analyzer/default.nix
2024-07-18 12:35:33 +02:00
R. Ryantm
4125bdac83 nixpacks: 1.24.4 -> 1.24.6 2024-07-18 03:51:55 +00:00
Nick Cao
ec65fe34a4
Merge pull request #327974 from aduh95/tart-upgrade
tart: 2.13.0 -> 2.14.0
2024-07-17 16:35:58 -04:00
Antoine du Hamel
013c99afdd tart: 2.13.0 -> 2.14.0 2024-07-17 19:07:36 +02:00
Alyssa Ross
3a194eb094
qemu: 9.0.1 -> 9.0.2
Fixes: CVE-2024-4467
2024-07-17 18:41:00 +02:00
Ali Afsharzadeh
956984062a
docker-compose: 2.28.1 -> 2.29.0 2024-07-17 19:12:40 +03:30
github-actions[bot]
4c086d8ee0
Merge staging-next into staging 2024-07-17 00:03:16 +00:00
Pol Dellaiera
93e0550137
Merge pull request #327702 from guoard/patch-1
docker_27: 27.0.2 -> 27.0.3
2024-07-16 21:22:35 +02:00
Pol Dellaiera
2f3b41acce
Merge pull request #326872 from r-ryantm/auto-update/docker-buildx
docker-buildx: 0.15.1 -> 0.16.0
2024-07-16 21:02:35 +02:00
Ali Afsharzadeh
9003bc834a
docker_27: 27.0.2 -> 27.0.3 2024-07-16 20:47:39 +03:30
Artturin
a516ea8c99 Merge branch 'staging-next' into staging 2024-07-16 19:07:48 +03:00
0x4A6F
0c4ade4a52
Merge pull request #327344 from FriedrichAltheide/cleanup
virtualboxGuestAdditions: cleanup
2024-07-15 16:00:09 +02:00
Alyssa Ross
526d5e59e0 cloud-hypervisor: move openssl to checkInputs
This is only used by the test_infra crate.
2024-07-15 15:01:49 +02:00
Friedrich Altheide
8796a01aad virtualboxGuestAdditions: cleanup 2024-07-15 14:05:34 +02:00
github-actions[bot]
31817540ee
Merge staging-next into staging 2024-07-14 18:01:37 +00:00
Aleksana
8536937b75
Merge pull request #327080 from Aleksanaa/fetchgit-sha256-fix
treewide: sha256 -> hash attribute for fetchgit
2024-07-14 20:56:04 +08:00
github-actions[bot]
0d7af056e2
Merge staging-next into staging 2024-07-14 12:02:04 +00:00
Aleksana
e8f2aabb01
Merge pull request #324767 from Sigmanificient/remove-unused-stdenv-arguments
treewide: remove unused occurence of stdenv (and other) arguments
2024-07-14 19:42:52 +08:00
aleksana
592e3845c4 treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08:00
Vladimír Čunát
211398c03e
Merge branch 'staging-next' into staging 2024-07-14 08:35:35 +02:00
Sigmanificient
512e8afdb9 treewide: remove unused occurence of stdenv (and other) arguments
format (will squash)
2024-07-14 04:32:56 +02:00
Antoine du Hamel
6dbc841749 tart: 2.12.0 -> 2.13.0 2024-07-14 09:58:49 +10:00
lassulus
8b0c464b4a
Merge pull request #325802 from KiaraGrouwstra/arion-use-docker-compose-v2
arion: use docker compose v2
2024-07-13 21:07:36 +02:00
R. Ryantm
5117c868ce docker-buildx: 0.15.1 -> 0.16.0 2024-07-13 17:30:54 +00:00
R. Ryantm
653e50c7fd ecs-agent: 1.84.0 -> 1.85.0 2024-07-13 08:39:48 +00:00
github-actions[bot]
345035df51
Merge staging-next into staging 2024-07-13 00:02:49 +00:00
R. Ryantm
432f17dd44 podman: 5.1.1 -> 5.1.2 2024-07-12 23:11:46 +02:00
Martin Weinelt
176a56c40f
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/applications/misc/blender/default.nix
- pkgs/development/web/nodejs/nodejs.nix
2024-07-11 01:06:28 +02:00
Michael Hoang
eb725313bc treewide: remove Enzime 2024-07-09 14:32:33 +10:00
Weijia Wang
42335ae93e
Merge pull request #324221 from r-ryantm/auto-update/ddev
ddev: 1.23.2 -> 1.23.3
2024-07-08 22:55:08 +02:00
Vladimír Čunát
4c09ae2416
Merge branch 'staging-next' into staging 2024-07-08 10:43:15 +02:00
R. Ryantm
51720e5a9d nixpacks: 1.24.1 -> 1.24.4 2024-07-06 13:07:56 +00:00
github-actions[bot]
1f5f0905f8
Merge staging-next into staging 2024-07-06 12:01:49 +00:00
Alyssa Ross
5041afcd2b crosvm: 125.0 -> 126.0
The musl test fails on x86_64 at the moment because mesa doesn't build
for x86_64-unknown-linux-musl from x86_64-unknown-linux-gnu, but I've
checked that crosvm builds for musl on x86_64 with a native build.
2024-07-06 08:57:47 +02:00
Martin Weinelt
e7b1ee45cf
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/tools/misc/watchlog/default.nix
2024-07-06 01:52:35 +02:00
Pol Dellaiera
ea757369c8
Merge pull request #324415 from GaetanLepage/apptainer
apptainer: 1.3.2 -> 1.3.3
2024-07-04 19:34:10 +02:00
R. Ryantm
7ec0435f2b virt-what: 1.25 -> 1.26 2024-07-04 13:22:16 +00:00
github-actions[bot]
e14242d985
Merge staging-next into staging 2024-07-04 12:01:37 +00:00
Gaetan Lepage
b6568f2e40 apptainer: 1.3.2 -> 1.3.3
Diff: https://github.com/apptainer/apptainer/compare/v1.3.2...v1.3.3

Changelog: https://github.com/apptainer/apptainer/releases/tag/v1.3.3
2024-07-03 23:08:45 +02:00
Someone
7cdac9fd12
Merge pull request #306730 from ShamrockLee/apptainer-default-path
apptainer, singularity: precede system-level bin paths in `defaultPath` and fix `singularity` image running
2024-07-03 19:56:08 +00:00
aleksana
a9709c299b treewide: change cargoSha256 with SRI hash to cargoHash 2024-07-03 21:53:11 +08:00
github-actions[bot]
a14cd5e592
Merge staging-next into staging 2024-07-03 09:25:17 +00:00
Weijia Wang
90e277972a
Merge pull request #324223 from r-ryantm/auto-update/containerd
containerd: 1.7.18 -> 1.7.19
2024-07-03 10:19:06 +02:00
R. Ryantm
dde69bc0f8 containerd: 1.7.18 -> 1.7.19 2024-07-03 04:44:56 +00:00
R. Ryantm
17b0732dde ddev: 1.23.2 -> 1.23.3 2024-07-03 04:32:14 +00:00
R. Ryantm
cfd26b1370 docker_27: 27.0.2 -> 27.0.3 2024-07-03 01:59:18 +00:00
github-actions[bot]
78cea2a152
Merge staging-next into staging 2024-07-03 00:04:34 +00:00
Weijia Wang
180855546a
Merge pull request #318380 from r-ryantm/auto-update/ecs-agent
ecs-agent: 1.82.4 -> 1.84.0
2024-07-03 00:20:19 +02:00
github-actions[bot]
aeba07ddb1
Merge staging-next into staging 2024-07-02 18:03:03 +00:00
h7x4
95c9f120e4
Merge pull request #319195 from r-ryantm/auto-update/docker-buildx
docker-buildx: 0.14.1 -> 0.15.1
2024-07-02 19:57:10 +02:00
github-actions[bot]
5cfda25a07
Merge staging-next into staging 2024-07-02 12:01:51 +00:00
Jan Tojnar
0f56e32213
Merge pull request #319659 from jtojnar/gnome-extract
Move various packages out of gnome scope
2024-07-02 08:03:53 +02:00
github-actions[bot]
d5bca87877
Merge staging-next into staging 2024-07-02 06:01:38 +00:00
Weijia Wang
233f1234cf
Merge pull request #323022 from SebTM/podmancompose_v120
podman-compose: 1.1.0 -> 1.2.0
2024-07-02 00:09:57 +02:00
Weijia Wang
1419305633
Merge pull request #323164 from r-ryantm/auto-update/open-vm-tools
open-vm-tools: 12.4.0 -> 12.4.5
2024-07-02 00:05:33 +02:00
github-actions[bot]
cf53d1b2a1
Merge staging-next into staging 2024-07-01 18:01:44 +00:00
R. Ryantm
8057181de8 cri-o-unwrapped: 1.30.2 -> 1.30.3 2024-07-01 12:34:25 +00:00
Jan Tojnar
b69ed4249d zenity: Move from gnome scope to top-level
It is widely used outside gnome, not much inside.
2024-07-01 08:26:47 +02:00