Commit Graph

3099 Commits

Author SHA1 Message Date
R. Ryantm
fd296e5d4d colima: 0.5.2 -> 0.5.3 2023-03-07 09:06:11 +00:00
Ilan Joselevich
9f8fd07c10
Merge pull request #219785 from aaronjheng/podman-ui
podman-tui: 0.7.0 -> 0.9.0
2023-03-06 22:01:25 +02:00
Thibault Gagnaux
332073ba42
colima: add darwin tools to native build inputs 2023-03-06 10:00:12 +01:00
Thibault Gagnaux
d23c04cdbd
colima: build and test all packages 2023-03-06 09:42:37 +01:00
Thibault Gagnaux
cd20e3b85e
colima: patch sw_vers on darwin 2023-03-06 09:13:58 +01:00
Aaron Jheng
915bc5fb1d
podman-tui: 0.7.0 -> 0.9.0 2023-03-06 07:11:22 +00:00
Yureka
b2e0b360ab
lklWithFirewall: re-add CONFIG_NFT_COUNTER option (#219699) 2023-03-05 21:31:24 +01:00
figsoda
9c2b5671c1
Merge pull request #219525 from r-ryantm/auto-update/nixpacks
nixpacks: 1.4.0 -> 1.4.1
2023-03-04 13:21:14 -05:00
R. Ryantm
946be78ef3 nixpacks: 1.4.0 -> 1.4.1 2023-03-04 16:48:40 +00:00
K900
9692e965c6 virtualbox: 6.1.40 -> 7.0.6
- bump versions
- add new dependencies
- lrelease is an unconditional dependency now
- more Qt path hackery
- remove rdesktop-vrdp (removed upstream)
2023-03-04 13:39:50 +03:00
K900
0ab7f2e54c
Merge pull request #219434 from yu-re-ka/lkl-5-15
lkl: downgrade to 5.15
2023-03-04 11:34:26 +03:00
K900
32bc50dc36 lkl: add raitobezarius to maintainers
(as requested on Matrix)
2023-03-04 11:05:10 +03:00
K900
dc01a82282 lkl: add note for future update attempts 2023-03-04 11:01:44 +03:00
Nick Cao
fe844e0670
Merge pull request #219409 from figsoda/pods
pods: 1.0.5 -> 1.0.6
2023-03-04 09:45:50 +08:00
Yureka
a84a25c3ae lkl: downgrade to 5.15 2023-03-04 00:38:17 +01:00
Weijia Wang
0a4935e144
Merge pull request #219065 from r-ryantm/auto-update/lima
lima: 0.14.2 -> 0.15.0
2023-03-03 23:29:04 +02:00
figsoda
d168fec9cf pods: 1.0.5 -> 1.0.6
Diff: https://github.com/marhkb/pods/compare/v1.0.5...v1.0.6

Changelog: https://github.com/marhkb/pods/releases/tag/v1.0.6
2023-03-03 16:11:02 -05:00
K900
18f2ba9ce4
Merge pull request #207033 from j-brn/master
looking-glass-client/kvmfr: B5.0.1 -> B6
2023-03-02 17:11:43 +03:00
Fabian Affolter
d6615f70d3
lima: add changelog to meta 2023-03-02 10:37:24 +01:00
Yureka
55da71c10e
nixos/nftables: add checkRuleset option (#216531)
* nixos/nftables: add checkRuleset option

* lkl: 2022-05-18 -> 2023-01-27
2023-03-02 10:28:01 +01:00
R. Ryantm
40c00753e7 lima: 0.14.2 -> 0.15.0 2023-03-01 22:10:33 +00:00
zowoq
4a40c0ab8a conmon: 2.1.6 -> 2.1.7
Diff: https://github.com/containers/conmon/compare/v2.1.6...v2.1.7

Changelog: https://github.com/containers/conmon/releases/tag/v2.1.7
2023-03-01 18:52:02 +10:00
zowoq
d680957e11 containerd: 1.6.18 -> 1.6.19
Diff: https://github.com/containerd/containerd/compare/v1.6.18...v1.6.19

Changelog: https://github.com/containerd/containerd/releases/tag/v1.6.19
2023-03-01 15:13:34 +10:00
zowoq
48642c634e podman: remove wrapper
trying to get all of the podman functionality to work with the wrapper
 is becoming more complicated with each release, it isn't sustainable

removing the wrapper does mean that using extraPackages will need to build from source

- remove unnecessary serviceConfig overrides

- set HELPER_BINARIES_DIR to libexec/podman

- use install.bin target on linux for podman/tmpfiles
  - also installs quadlet/rootlessport in libexec

- symlink binaries from helpersBin into HELPER_BINARIES_DIR

- remove unnecessary rootlessport output

- remove unnecessary substituteInPlace
2023-02-28 18:08:29 +10:00
Sascha Grunert
c62d5ef31f
crun: 1.8 -> 1.8.1
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-02-27 13:13:17 +01:00
zowoq
bf816a54cf podman: 4.4.1 -> 4.4.2
Diff: https://github.com/containers/podman/compare/v4.4.1...v4.4.2

Changelog: https://github.com/containers/podman/blob/v4.4.2/RELEASE_NOTES.md
2023-02-25 09:49:42 +10:00
Artturin
226e149145 treewide: env.NIX_CFLAGS_COMPILE use optionalString instead of optional
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin
6f6cc4a22d treewide: use toString on list NIX_CFLAGS_COMPILE
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
Anderson Torres
73da635cdf
Merge pull request #216843 from heyimnova/master
quickgui: init at 1.2.8
2023-02-19 22:00:45 -03:00
heyimnova
1d7e7869b9
quickgui: init at 1.2.8 2023-02-19 20:50:29 +00:00
Mario Rodas
65ffe1d56b
Merge pull request #217139 from r-ryantm/auto-update/nixpacks
nixpacks: 1.3.1 -> 1.4.0
2023-02-19 10:50:43 -05:00
Guillaume Girol
4c7a1272a2
Merge pull request #216428 from ShamrockLee/apptainer-suid-flag
apptainer: always specify either --with-suid or --without-suid build flag
2023-02-19 12:23:14 +00:00
R. Ryantm
4902c3e074 nixpacks: 1.3.1 -> 1.4.0 2023-02-19 12:19:11 +00:00
Yueh-Shun Li
6e9902c7f6 apptainer: always specify either --with-suid or --without-suid build flag 2023-02-19 07:55:10 +00:00
zowoq
3e081095a4 Revert "podman: remove wrapper"
This reverts commit 02f9255044.

broke rootlessport port forwarding
2023-02-17 20:26:02 +10:00
zowoq
812f10ce55 containerd: 1.6.17 -> 1.6.18
https://github.com/containerd/containerd/releases/tag/v1.6.18
2023-02-16 09:58:09 +10:00
R. Ryantm
418cc13dd1 docker-compose: 2.15.1 -> 2.16.0 2023-02-15 11:56:07 +00:00
zowoq
5ecc72cb5b podman: add version test for all platforms 2023-02-14 19:22:24 +10:00
zowoq
02f9255044 podman: remove wrapper
trying to get all of the podman functionality to work with the wrapper
 is becoming more complicated with each release, it isn't sustainable

removing the wrapper does mean that using extraPackages will need to build from source

- include pkgs.zfs by default in the wrapped podman used by the module so it is cached
  - anyone using zfsUnstable will need to build from source

- remove unnecessary serviceConfig overrides

- set HELPER_BINARIES_DIR during build

- use install.bin target on linux for podman/tmpfiles
  - also installs quadlet/rootlessport in libexec

- remove unnecessary rootlessport output

- remove unnecessary substituteInPlace
2023-02-14 19:22:24 +10:00
Sandro
cc443761cb
Merge pull request #214534 from dramforever/qemu-remove-cpu-flag 2023-02-13 16:54:13 +01:00
Justin Bedő
c862d574e2
Merge pull request #215690 from GaetanLepage/update-apptainer
apptainer: 1.1.3 -> 1.1.5
2023-02-12 22:40:55 +00:00
zowoq
e84f1438a1 containerd: 1.6.16 -> 1.6.17
https://github.com/containerd/containerd/releases/tag/v1.6.17
2023-02-11 07:15:39 +10:00
Gaetan Lepage
467eced7c5 apptainer: 1.1.3 -> 1.1.5 2023-02-10 16:36:22 +01:00
7c6f434c
9e3a418a2f
Merge pull request #214384 from Atemu/update/govirt
libgovirt: 0.3.8 -> 0.3.9, virt-viewer: touchups
2023-02-10 05:29:02 +00:00
dramforever
08e6d08ace qemu: Remove --cpu= flag
'./configure --cpu=$(uname -m)' (essentially) breaks the case of riscv,
where the configure script expects '--cpu=riscv', but 'uname -m' gives
'riscv{32,64}'. This eventually leads to user-mode emulation being
disabled.

Since the configure script can auto-detect the parameter based on
compilers, remove this flag.

Originally added in #147692, but apparently it's not needed and @NickCao
couldn't remember why it was added. See also mailing list discussion at
https://lore.kernel.org/qemu-devel/20230204112502.2558739-1-mjt@msgid.tls.msk.ru/T/
2023-02-10 00:02:36 +08:00
dramforever
f70071e41d qemu: fix cross compilation, again
The python dependencies were fixed for cross in #147692, but the changes
are reversed #190560 due to concerns of accidentally mixing python
versions. Compromise by using python3Packages.python.
2023-02-09 21:55:51 +08:00
zowoq
015188525a podman: 4.4.0 -> 4.4.1
https://github.com/containers/podman/releases/tag/v4.4.1
2023-02-09 18:14:35 +10:00
Nick Cao
aa06096064
Merge pull request #213832 from GenericNerdyUsername/riscof
python3Packages.riscof: init 1.25.2
2023-02-09 08:31:26 +08:00
GenericNerdyUsername
6f2d5c582b
sail-riscv-*: init at 0.5 2023-02-08 22:30:39 +00:00