Commit Graph

3619 Commits

Author SHA1 Message Date
Adam Joseph
c7e0f6b905 treewide: s_targetPlatform_hostPlatform_ in non-compiler packages
stdenv.targetPlatform really shouldn't be used by software that
doesn't generate or manipulate binaries.  I reviewed all uses of
targetPlatform outside of pkgs/development/compilers and pkgs/stdenv
and replaced those which weren't involved in something which fits
these criteria.
2023-11-17 08:07:34 +00:00
Ivan Babrou
f4cdf97e04 docker: only require glibc on linux where it is supported 2023-11-15 21:46:15 -03:00
Mikael Fangel
35f8ef3a58 virt-manager: add missing gstreamer dependencies 2023-11-15 21:58:58 +01:00
Alyssa Ross
862d2d6d4c crosvm: update homepage
There's now a website in addition to the repo, so we should use that.
2023-11-15 12:23:01 +01:00
OTABI Tomoya
4914db6d79
Merge pull request #267154 from r-ryantm/auto-update/podman-tui
podman-tui: 0.11.0 -> 0.12.0
2023-11-14 18:01:13 +09:00
Silvan Mosberger
1a02468341
Merge pull request #266628 from GaetanLepage/singularity
apptainer: 1.2.2 -> 1.2.4, singularity-ce: 3.11.4 -> 4.0.1
2023-11-14 09:02:11 +01:00
R. Ryantm
170def0984 podman-tui: 0.11.0 -> 0.12.0 2023-11-13 07:02:23 +00:00
K900
e792d7fec0
Merge pull request #264442 from anthonyroussel/update-url-redirects
treewide: fix redirected and broken URLs
2023-11-11 18:08:59 +03:00
Alyssa Ross
00f1b94db1 crosvm: backport page size fix for tests
The version of crosvm we have packaged only passes its tests with 4K
pages.

The whole patch doesn't apply, but that's okay, because we don't run
most of the affected tests.
2023-11-11 12:42:18 +00:00
Anthony Roussel
e30f48be94
treewide: fix redirected and broken URLs
Using the script in maintainers/scripts/update-redirected-urls.sh
2023-11-11 10:49:01 +01:00
Gaetan Lepage
7ea6f41331 singularity-ce: 3.11.4 -> 4.0.1
Changelog: https://github.com/sylabs/singularity/releases/tag/v4.0.1
2023-11-10 10:10:52 +01:00
Gaetan Lepage
dff69dc812 apptainer: 1.2.2 -> 1.2.4
Changelog: https://github.com/apptainer/apptainer/releases/tag/v1.2.4
2023-11-10 09:49:53 +01:00
Robert Hensing
723cfc506a
Merge pull request #262579 from hercules-ci/qemu-utils-build-closure-size
`qemu-utils`: reduce build closure size
2023-11-08 00:56:10 +01:00
Weijia Wang
83d0f1c14b
Merge pull request #264876 from Rookeur/update-virtualbox-7-0-12
virtualbox: 7.0.10 -> 7.0.12
2023-11-07 03:26:38 +01:00
Adrien Langou
8d7b487bae
virtualbox: 7.0.10 -> 7.0.12 2023-11-01 20:19:17 +01:00
Mario Rodas
9bbd553359
Merge pull request #264762 from saschagrunert/runc
runc: 1.1.9 -> 1.1.10
2023-11-01 13:16:51 -05:00
Franz Pletz
759185a5dc
Merge pull request #263532 from r-ryantm/auto-update/docker-compose 2023-11-01 17:37:54 +01:00
R. Ryantm
4d1a17697f imgcrypt: 1.1.8 -> 1.1.9 2023-11-01 12:49:03 +00:00
Sascha Grunert
8d36e38261
runc: 1.1.9 -> 1.1.10
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-11-01 09:15:36 +01:00
Mario Rodas
16906540ba docker-slim: 1.40.4 -> 1.40.6
Diff: https://github.com/slimtoolkit/slim/compare/1.40.4...1.40.6

Changelog: https://github.com/slimtoolkit/slim/raw/1.40.6/CHANGELOG.md
2023-11-01 04:20:00 +00:00
R. Ryantm
859dcdb5fa containerd: 1.7.7 -> 1.7.8 2023-11-04 09:10:25 -07:00
adisbladis
78eefe769a
Merge pull request #265249 from r-ryantm/auto-update/podman
podman: 4.7.0 -> 4.7.2
2023-11-04 12:09:51 +13:00
R. Ryantm
de9c794291 podman: 4.7.0 -> 4.7.2 2023-11-03 15:25:35 +00:00
R. Ryantm
cd49566990 cri-o-unwrapped: 1.28.1 -> 1.28.2 2023-11-03 07:24:11 +00:00
adisbladis
8698f9f081
Merge pull request #264764 from saschagrunert/crun
crun: 1.11 -> 1.11.1
2023-11-02 10:24:22 +13:00
Sascha Grunert
a0449aa5ea
crun: 1.11 -> 1.11.1
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-11-01 09:28:18 +01:00
adisbladis
b84c09e767
Merge pull request #263719 from saschagrunert/crun
crun: 1.10 -> 1.11
2023-10-31 14:38:18 +13:00
Robert Hensing
310e449b04 qemu: Build qemu-utils on ofborg
Makes sure that the qemu-utils build succeeds when qemu-utils is
about to be updated. It's a bit of an odd build perhaps, so it's
good to check that it still builds.
2023-10-29 11:33:11 +01:00
Robert Hensing
0dd2112aa6 qemu-utils: Rework as an emulatorless qemu build
Benefits

  - Reduce the derivation closure.
      - This reduces rebuilds and makes derivations that use
        qemu-utils less susceptible to build errors.
  - Includes extra qemu tools that weren't included before.
  - Removes fragile binary copying (old qemu-utils impl).
      - Can't forget to copy somethat that a binary needs.
      - Less custom packaging is better.

Cost

  - Adds an 80 second build, but the time is offset by rebuilding
    its dependents less.

  - The output of qemu-utils goes from ~7 MB to ~40 MB, but it
    provides more functionality.
2023-10-29 11:33:11 +01:00
Weijia Wang
774e75666c
Merge pull request #262269 from r-ryantm/auto-update/nixpacks
nixpacks: 1.17.0 -> 1.18.0
2023-10-28 04:06:14 +02:00
Mario Rodas
18ba99f276
Merge pull request #263633 from r-ryantm/auto-update/ecs-agent
ecs-agent: 1.76.0 -> 1.78.0
2023-10-27 17:44:31 -05:00
Martin Weinelt
6352bbf19e
Merge pull request #263828 from kjeremy/open-vm-tools-12.3.5
open-vm-tools: 12.3.0 -> 12.3.5
2023-10-27 20:22:50 +02:00
Jeremy Kolb
1f6433fa93 open-vm-tools: 12.3.0 -> 12.3.5
Addresses CVE-2023-34058
2023-10-27 13:59:55 -04:00
R. Ryantm
2b427e6842 ddev: 1.22.3 -> 1.22.4 2023-10-27 15:07:57 +00:00
Sascha Grunert
ef561a5c31
crun: 1.10 -> 1.11
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-10-27 09:09:12 +02:00
R. Ryantm
250bbfc61a ecs-agent: 1.76.0 -> 1.78.0 2023-10-26 18:01:55 +00:00
Mario Rodas
b64786d531
Merge pull request #255157 from techknowlogick/tart-1121
tart: 1.6.0 -> 2.0.0
2023-10-26 06:29:42 -05:00
R. Ryantm
63b47bba5e docker-compose: 2.21.0 -> 2.23.0 2023-10-26 08:27:14 +00:00
Mario Rodas
cd3f86e587
Merge pull request #263073 from r-ryantm/auto-update/youki
youki: 0.1.0 -> 0.3.0
2023-10-25 19:49:39 -05:00
Robin Gloster
e5d552f5b9
treewide: update globin's maintainership 2023-10-24 13:09:45 +02:00
R. Ryantm
54dbf6b4a0 youki: 0.1.0 -> 0.3.0 2023-10-24 05:18:05 +00:00
Weijia Wang
579531931d
Merge pull request #262019 from saschagrunert/crun
crun: 1.9.2 -> 1.10
2023-10-24 04:18:39 +02:00
github-actions[bot]
fb3e2499b7
Merge master into staging-next 2023-10-21 00:02:17 +00:00
Dmitry Kalinkin
6392f18258
Merge pull request #262351 from h7x4/remove-nix-exec-bits
treewide: remove execute bit for non-executable `*.nix` files
2023-10-20 14:45:16 -04:00
h7x4
e6321d2788
treewide: remove execute bit for non-executable *.nix files 2023-10-20 19:55:39 +02:00
R. Ryantm
41c30ef9a7 nixpacks: 1.17.0 -> 1.18.0 2023-10-20 10:57:16 +00:00
github-actions[bot]
0bcaa2f556
Merge master into staging-next 2023-10-19 18:00:54 +00:00
Thiago Kenji Okada
321b684c40
Merge pull request #259355 from hercules-ci/runc-output-closure-size
runc: Remove procps from wrapper
2023-10-19 18:19:02 +01:00
Sascha Grunert
89e19b57da
crun: 1.9.2 -> 1.10
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-10-19 12:15:44 +02:00
github-actions[bot]
0f33269212
Merge master into staging-next 2023-10-19 06:01:20 +00:00