3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

448 commits

Author SHA1 Message Date
R. Ryantm c8ada6f3c7 google-guest-oslogin: 20220205.00 -> 20220721.00 2022-07-28 13:22:28 +00:00
github-actions[bot] 7dca425a79
Merge master into staging-next 2022-07-27 06:01:18 +00:00
R. Ryantm 7add830039 linode-cli: 5.21.0 -> 5.21.0 2022-07-26 06:11:56 +00:00
Kirill Radzikhovskyy c58d450c37 awsebcli: fixup, use more versions from nixpkgs 2022-07-21 22:35:30 +02:00
Martin Weinelt 5f413aa580 awsebcli: drop requests override, relax constraint
Passing the trustme dependency into requests checkInputs has become an
infinite recursion since the latest hypothesis update.

It is unclear what the dependency chain is that causes this, but there
is little need in overriding requests, since its API is mostly very
stable.
2022-07-21 22:33:37 +02:00
R. Ryantm 1b79dbb4d7 linode-cli: 5.21.0 -> 5.21.0 2022-07-17 05:20:14 +00:00
R. Ryantm 3b541e59ac linode-cli: 5.17.2 -> 5.21.0 2022-07-11 04:59:56 +00:00
Kevin Cox 1b47a92ce4
Merge pull request #178057 from risicle/ris-native-source-provenance-servers-tools-2
treewide/servers,shells,tools: add `sourceType` for more packages
2022-07-07 09:18:24 -04:00
Sebastian Hasler a2642faaea virtctl: 0.53.0 -> 0.54.0 2022-07-05 17:05:58 -03:00
kilianar df23b42a9a udocker: fix build failure
use_2to3 was removed from setuptools with version 58.0.0. There is an
upstream issue for this error
(https://github.com/indigo-dc/udocker/issues/358) and has been resolved
with commit
9f7d6c5f9a.
We apply this commit as a patch.

Disable test_02__load_structure because it fails with a
unittest.mock.InvalidSpecError.
2022-07-05 15:36:33 +02:00
Robert Scott 3d6c926c4f treewide/servers,shells,tools: add sourceType for more packages 2022-07-02 13:38:00 +01:00
Erik Arvstedt 1a32663efc
treewide: rename maintainer earvstedt -> erikarvstedt
The maintainer name now matches the Github username, which simplifies
maintainer notifications.
2022-06-26 19:12:18 +02:00
Erik Arvstedt ca12710b06
extra-container: 0.8 -> 0.10 2022-06-26 17:11:35 +02:00
Han Verstraete 6bd1025a28 nixos-shell: 0.2.2 -> 1.0.0 2022-06-19 20:37:25 +08:00
Sergei Trofimovich 5ee88ab21d Merge master into staging-next 2022-06-18 08:00:58 +01:00
Aaron Jheng 3b11bd8857
awless: remove
awless is lack of maintenance from upstream since 2018.
2022-06-17 15:02:31 +00:00
github-actions[bot] ccdd0f7af6
Merge master into staging-next 2022-06-16 23:27:22 +00:00
Robert Scott 61c35da607 treewide/servers,tools: add sourceType binaryNativeCode for many packages 2022-06-16 20:21:42 +01:00
Kirill Radzikhovskyy 63576fb5c3 awsebcli: fixup, use python.pkgs.six from nixpkgs 2022-06-12 08:01:13 +10:00
teutat3s cf594d1f6e
cloud-init: fix missing pyserial dependency
and check for all required imports as per requirements.txt

While debugging missing metadata in the cloud-init boot local phase
in a NixOS VM on SmartOS, the following error was observed:
SystemError: Unable to open /dev/ttyS1
Adding the missing pyserial dependency fixes the above error and
cloud-init metadata detection now works in NixOS VMs on SmartOS
2022-06-07 14:33:03 +02:00
zowoq b7b91880d3 docker-compose: default to v2 2022-06-06 14:58:18 +10:00
Sergei Trofimovich 3978ed8109 xe-guest-utilities: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: utils.o:xenstore/utils.h:27:
      multiple definition of `xprintf'; xenstored_core.o:xenstore/utils.h:27: first defined here
2022-06-03 08:30:43 +01:00
Janne Heß bfc5086ae9
Merge pull request #173671 from Mindavi/treewide/broken-zhf
treewide: start marking packages broken
2022-05-30 14:10:43 +02:00
Sascha Grunert 90ce1f86b9 cri-tools: 1.24.1 -> 1.24.2
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-05-30 21:45:00 +10:00
Rick van Schijndel 223184228c awless: mark broken for aarch64-linux
Unclear if this ever worked.

asm: InitTextSym double init for .Syscall
panic: invalid use of LSym - NewFuncInfo with Extra of type *obj.FuncInfo

goroutine 1 [running]:
cmd/internal/obj.(*LSym).NewFuncInfo(0x400015e100)
        /nix/store/9nqp0vlgakl12c6irdn3qvicqsvc2zl8-go-1.17.10/share/go/src/cmd/internal/obj/link.go:496 +0x134
cmd/internal/obj.(*Link).InitTextSym(0x400017c000, 0x400015e100, 0x4)
        /nix/store/9nqp0vlgakl12c6irdn3qvicqsvc2zl8-go-1.17.10/share/go/src/cmd/internal/obj/plist.go:153 +0x10c
cmd/asm/internal/asm.(*Parser).asmText(0x400013fe60, {0x400013fd00, 0x3, 0x3})
        /nix/store/9nqp0vlgakl12c6irdn3qvicqsvc2zl8-go-1.17.10/share/go/src/cmd/asm/internal/asm/asm.go:180 +0x4f0
cmd/asm/internal/asm.(*Parser).pseudo(0x400013fe60, {0x4000130460, 0x4}, {0x400013fd00, 0x3, 0x3})
        /nix/store/9nqp0vlgakl12c6irdn3qvicqsvc2zl8-go-1.17.10/share/go/src/cmd/asm/internal/asm/parse.go:297 +0x7c
cmd/asm/internal/asm.(*Parser).Parse(0x400013fe60)
        /nix/store/9nqp0vlgakl12c6irdn3qvicqsvc2zl8-go-1.17.10/share/go/src/cmd/asm/internal/asm/parse.go:105 +0xcc
main.main()
        /nix/store/9nqp0vlgakl12c6irdn3qvicqsvc2zl8-go-1.17.10/share/go/src/cmd/asm/main.go:91 +0x814
2022-05-29 10:56:02 +02:00
Sascha Grunert a434418bbe cri-tools: 1.23.0 -> 1.24.1
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-05-24 19:25:12 +10:00
Aaron Jheng 1b74650e61
govc: 0.25.0 -> 0.28.0 2022-05-14 00:47:55 +00:00
Sebastian Hasler a99b8cac44
kubevirt: 0.52.0 -> 0.53.0 2022-05-12 15:52:07 +02:00
Sandro 58585adbcd
Merge pull request #171862 from WolfangAukang/ovftool 2022-05-09 03:47:09 +02:00
P. R. d. O b330818d69
ovftool: init at 4.4.1 2022-05-08 14:14:54 -06:00
haslersn 1391482b41
virtctl: init at 0.52.0 (#171734)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-05-08 22:11:41 +02:00
Patryk Wychowaniec 56ab4f61bc
nixos/lxd: improve tests
- Make tests/lxd.nix use NixOS's lxdMeta & lxdImage to avoid relying on
  3rd party containers such as Alpine Linux for testing purposes.
- Merge tests/lxd-image.nix into tests/lxd.nix, since now both have a
  similar structure.
- Extract duplicated inline LXD configuration into a separate file,
- Add passthru.lxd-nftables & passthru.lxd-image-server.
2022-05-03 12:24:13 +02:00
adisbladis dc26602aed nixos-container: Add tests to passthru for CI 2022-04-27 18:35:51 +12:00
adisbladis 81d192cfa6 nixos-container: Add compatibility hack for pre-22.05 state/config directories 2022-04-27 18:35:13 +12:00
adisbladis 7d9a979b2e nixos-container: Make configuration and state directories configurable
/etc/containers is also used by Podman, Skopeo & other popular
container tooling so we need to be able to move to another
configuration directory.

The state move is not strictly a requirement but is good for consistency.
2022-04-27 18:35:03 +12:00
Bobby Rong 47fb2d4bb9
Merge pull request #167120 from aaronjheng/marathonctl
marathonctl: 2017-03-06 -> 0.0.7
2022-04-26 16:44:52 +08:00
Martin Weinelt a7fc5aaa76 Merge remote-tracking branch 'origin/master' into staging-next 2022-04-15 13:30:48 +02:00
Martin Weinelt 33425fdc96
Merge pull request #166489 from NixOS/python-updates 2022-04-15 03:47:30 +02:00
Kirill Radzikhovskyy 7f613bbdb6 awsebcli: fixup, downgrade jmespath 2022-04-15 01:39:55 +02:00
Malo Bourgon 0e802eafad treewide: add meta.mainProgram to many packages 2022-04-14 10:24:01 -07:00
Ryan Mulligan 542f7f8330
Merge pull request #167614 from r-ryantm/auto-update/linode-cli
linode-cli: 5.17.2 -> 5.17.2
2022-04-11 07:03:01 -07:00
ajs124 58303b3ef5
Merge pull request #164309 from liff/rootlesskit/v0.14
rootlesskit: 0.11.1 -> 1.0.0
2022-04-10 21:35:49 +01:00
R. Ryantm 08f4d64b70 linode-cli: 5.17.2 -> 5.17.2 2022-04-07 00:17:15 +00:00
Kirill Radzikhovskyy 1bd060ba67 awsebcli: fixup 2022-04-05 19:15:30 -04:00
ajs124 9dca986a47 Revert "ovftool: init at 4.4.1"
This reverts commit 0418760037.
2022-04-04 15:10:45 +01:00
Aaron Jheng 1f72f97534
marathonctl: 2017-03-06 -> 0.0.7 2022-04-04 03:15:14 +00:00
Andrew Marshall ebfb266f31 linode-cli: Remove update check
Upon every API call, this program will check the API version and make a
request to PyPi to check the latest version and, if not latest, will
show a warning like

> The API responded with version 1.2.4, which is newer than the CLI's
> version of 1.2.3.  Please update the CLI to get access to the newest
> features.  You can update with a simple `pip install --upgrade
> linode-cli`

This is not really useful with Nix, as the update message is wrong. And
connecting to a third-party on each usage is not desired, either.
2022-04-01 15:38:49 -04:00
Ben Siraphob 61776f460f
treewide: remove stdenv from buildInputs 2022-03-31 11:19:30 -05:00
Olli Helenius 7ee72e5597
rootlesskit: 0.11.1 -> 1.0.0 2022-03-27 15:08:10 +03:00
R. Ryantm 263c767ec6 linode-cli: 5.17.2 -> 5.17.2 2022-03-25 07:14:01 +00:00