Commit Graph

369623 Commits

Author SHA1 Message Date
Mario Rodas
ed2962bb93
Merge pull request #168583 from r-ryantm/auto-update/gitRepo
gitRepo: 2.22 -> 2.23
2022-04-14 05:00:25 -05:00
Mario Rodas
c05750ff54
Merge pull request #168595 from welteki/bump-arkade
arkade: 0.8.22 -> 0.8.23
2022-04-14 04:58:30 -05:00
Mario Rodas
77f5130ffa
Merge pull request #167202 from xrelkd/update/asmfmt
asmfmt: 1.2.3 -> 1.3.2
2022-04-14 04:58:02 -05:00
Mario Rodas
a6869ff1a6
Merge pull request #167363 from xrelkd/update/debianutils
debianutils:  4.11.2 -> 5.7
2022-04-14 04:57:28 -05:00
Mario Rodas
4fc2605ab5
Merge pull request #168587 from xrelkd/update/eksctl
eksctl: 0.92.0 -> 0.93.0
2022-04-14 04:56:48 -05:00
Mario Rodas
42b17e3c0b
Merge pull request #168601 from r-ryantm/auto-update/python3.10-stripe
python310Packages.stripe: 2.71.0 -> 2.72.0
2022-04-14 04:56:11 -05:00
rnhmjoj
ca1b1f6dc0
nixos/test-driver: highlight driver log lines
There is a whole lot of noise in a NixOS test log due to journal,
commands, and test driver messages all being mixing together.
With this commit the test driver messages are highlighted so you don't
have to squint too much to see where a subtest starts and ends or what
was the last command being run.

Here's an excerpt from a highlighted log:

    machine # [    6.647826] dhcpcd[668]: eth0: adding default route via 10.0.2.2
    machine # I've had a great day!
    (finished: must succeed: curl -sfL https://example.com/how-are-you? | tee /dev/stderr, in 0.19 seconds)
    (finished: subtest: Privoxy can filter https requests, in 0.22 seconds)
    subtest: Blocks are working
    machine: waiting for TCP port 443
    machine # Connection to localhost (::1) 443 port [tcp/https] succeeded!
    (finished: waiting for TCP port 443, in 0.03 seconds)
    machine: must fail: curl -f https://example.com/ads 1>&2
    machine # [    6.730608] nscd[742]: 742 monitored file `/etc/resolv.conf` was written to
    machine # [    6.733071] privoxy[814]: 2022-04-14 09:41:01.695 7fa995c39640 Actions: +block{Fake ads} ...
    machine # curl: (22) The requested URL returned error: 403
    machine # [    6.753098] systemd[1]: Stopping Name Service Cache Daemon...
    machine # [    6.755632] systemd[1]: nscd.service: Deactivated successfully.
    machine # [    6.757069] systemd[1]: Stopped Name Service Cache Daemon.
    (finished: must fail: curl -f https://example.com/ads 1>&2, in 0.07 seconds)
    machine: must succeed: curl -f https://example.com/PRIVOXY-FORCE/ads 1>&2
    machine # [    6.765099] systemd[1]: Starting Name Service Cache Daemon...
    machine # [    6.781519] nscd[925]: 925 monitoring file `/etc/passwd` (1)
    machine # [    6.844105] systemd[1]: Reached target Network is Online.
    machine # [    6.848860] privoxy[814]: 2022-04-14 09:41:01.805 7fa995c39640 Actions: +block{Fake ads} ...
    machine # [    6.856068] nscd[925]: 925 monitoring file `/etc/nsswitch.conf` (8)
    machine # [    6.858229] systemd[1]: Reached target Multi-User System.
    machine # [    6.858934] nscd[925]: 925 monitoring directory `/etc` (2)
    machine # [    6.861315] systemd[1]: Startup finished in 2.374s (kernel) + 4.451s (userspace) = 6.826s.
    machine # Hot Nixpkgs PRs in your area. Click here!
    machine # [    6.873055] nscd[925]: 925 monitoring directory `/etc` (2)
    machine # [    6.874489] nscd[925]: 925 monitoring file `/etc/nsswitch.conf` (8)
    machine # [    6.875599] nscd[925]: 925 monitoring directory `/etc` (2)
    (finished: must succeed: curl -f https://example.com/PRIVOXY-FORCE/ads 1>&2, in 0.12 seconds)
    (finished: subtest: Blocks are working, in 0.22 seconds)
    subtest: Temporary certificates are cleaned
    machine: must succeed: test $(ls /run/privoxy/certs | wc -l) -gt 0
    (finished: must succeed: test $(ls /run/privoxy/certs | wc -l) -gt 0, in 0.02 seconds)
    machine: must succeed: date -s "$(date --date '12 days')"
    (finished: must succeed: date -s "$(date --date '12 days')", in 0.02 seconds)
    machine # [    6.959589] systemd[1]: Started Logrotate Service.
    machine # [    6.966685] systemd[1]: Starting Cleanup of Temporary Directories...
    machine # [    6.974783] systemd[1]: logrotate.service: Deactivated successfully.
    machine # [    7.004493] systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
    machine # [    7.005457] systemd[1]: Finished Cleanup of Temporary Directories.
    machine: must succeed: test $(ls /run/privoxy/certs | wc -l) -eq 0
    (finished: must succeed: test $(ls /run/privoxy/certs | wc -l) -eq 0, in 0.01 seconds)
    (finished: subtest: Temporary certificates are cleaned, in 0.15 seconds)
    (finished: run the VM test script, in 7.44 seconds)
    test script finished in 7.48s
    cleanup
    kill machine (pid 8)
2022-04-14 11:54:21 +02:00
Francesco Gazzetta
31ce165240 gron: 0.6.1 -> 0.7.1 2022-04-14 11:29:46 +02:00
Maximilian Bosch
e633d42747
grafana: 8.4.5 -> 8.4.6
No-op release: https://github.com/grafana/grafana/releases/tag/v8.4.6

Yes, this is actually not really needed since we only provide the OSS
version of Grafana and the CVE in question is only exploitable on
Grafana enterprise, but I decided to perform this update to test the
update script I previously implemented in 7708fccf01e0cdc38ce020c30e5c84427c2bec8e.
2022-04-14 11:29:19 +02:00
Janne Heß
6d6c1c341c
nixos/stage-1-systemd: Add keymap support
Makes my life a lot easier with my non-american keyboard layout
2022-04-14 10:25:04 +01:00
Thiago Kenji Okada
719250c1df
Merge pull request #168574 from ratsclub/aerc-0.8
aerc: 0.7.1 -> 0.9.0
2022-04-14 10:24:17 +01:00
Doron Behar
94eb0d16a3
Merge pull request #149667 from doronbehar/doc/pname-version-conventions
docs: Make coding conventions use pname/version
2022-04-14 12:00:59 +03:00
Maximilian Bosch
7708fccf01
grafana: implement update script 2022-04-14 10:58:50 +02:00
Lassulus
7392416a53
Merge pull request #168302 from helsinki-systems/feat/systemd-stage-1-lvm
nixos/stage-1-systemd: Add LVM2 support (+ test)
2022-04-14 09:52:24 +01:00
Artturi
1690820ab5
Merge pull request #134523 from reedrw/bluej-gsettings-fix
bluej: fix gsettings schemas
2022-04-14 11:46:19 +03:00
Kim Lindberger
a2e8bfe9cb
Merge pull request #168459 from talyz/nomachine-7.9.2
nomachine-client: 7.8.2 -> 7.9.2
2022-04-14 10:45:23 +02:00
R. Ryantm
b04f659505 python310Packages.stripe: 2.71.0 -> 2.72.0 2022-04-14 08:36:05 +00:00
Janne Heß
cb1624c130
Merge pull request #168477 from helsinki-systems/feat/systemd-stage-1-hibernation
nixos/stage-1-systemd: Implement and test hibernation
2022-04-14 10:15:28 +02:00
Fabian Affolter
6025530db8
Merge pull request #168592 from fabaff/bump-openhomedevice
python3Packages.openhomedevice: 2.0.1 -> 2.0.2
2022-04-14 10:04:33 +02:00
Pascal Bach
1a70fa8acb
Merge pull request #137939 from kfiz/update-mongodb-44/50
Update mongodb to 4.4/5.0
2022-04-14 09:25:20 +02:00
Han Verstraete
29a38e618e
arkade: 0.8.22 -> 0.8.23 2022-04-14 09:06:38 +02:00
Fabian Affolter
f5de595df7 python3Packages.openhomedevice: 2.0.1 -> 2.0.2 2022-04-14 08:42:08 +02:00
Fabian Affolter
6b85f5e479
Merge pull request #168460 from neosimsim/python-packages-simple-salesforce-add-zeep
pythonPackages.simple-salesforce: add zeep to propagatedBuildInputs
2022-04-14 08:34:39 +02:00
Fabian Affolter
bc7d0cda9c
Merge pull request #168538 from fabaff/bump-aioshelly
python3Packages.aioshelly: 1.0.11 -> 2.0.0
2022-04-14 08:34:19 +02:00
Fabian Affolter
98ef317db3
Merge pull request #168539 from fabaff/bump-pyupgrade
pyupgrade: 2.31.1 -> 2.32.0
2022-04-14 08:34:08 +02:00
Fabian Affolter
2a95cfe3a8
Merge pull request #168541 from fabaff/bump-elkm1-lib
python3Packages.elkm1-lib: 1.2.2 -> 1.3.1
2022-04-14 08:33:55 +02:00
Fabian Affolter
79c16af970
Merge pull request #168542 from fabaff/bump-htmltest
htmltest: 0.15.0 -> 0.16.0
2022-04-14 08:33:42 +02:00
Fabian Affolter
87ed14064e
Merge pull request #168557 from r-ryantm/auto-update/python3.10-pytest-astropy
python310Packages.pytest-astropy: 0.9.0 -> 0.10.0
2022-04-14 08:33:18 +02:00
TredwellGit
73a50cd17b linux-rt_5_4: 5.4.182-rt72 -> 5.4.188-rt73 2022-04-14 06:03:05 +00:00
TredwellGit
d061104f96 linux: 5.17.2 -> 5.17.3 2022-04-14 06:02:31 +00:00
TredwellGit
e70511248b linux: 5.16.19 -> 5.16.20 2022-04-14 06:02:24 +00:00
TredwellGit
34a4c9124c linux: 5.15.33 -> 5.15.34 2022-04-14 06:02:18 +00:00
TredwellGit
2e87b82c83 linux: 5.10.110 -> 5.10.111 2022-04-14 06:02:11 +00:00
TredwellGit
9415d2917c linux: 4.9.309 -> 4.9.310 2022-04-14 06:02:04 +00:00
xrelkd
c00ac0d379
eksctl: 0.92.0 -> 0.93.0 2022-04-14 13:43:10 +08:00
Anderson Torres
ce932dbcf1
Merge pull request #168435 from AndersonTorres/new-muon
Small rewrites
2022-04-14 02:15:45 -03:00
Adam Joseph
5952698e53 boost: fix taxonomy mistake, account taxonomy change in v1.78
This commit makes two changes:

1. Boost changed its taxonomy for architecture names between the 1.77 and
   1.78 releases, in this commit:

   6edc8184a7

2. During the review of #161162 I [was asked about][1] the source of
   the [mips64-context.patch][2] that I had included in the original
   version of the PR.  I searched through the boost-context revision
   history and found [a nearly identical patch][3], which I
   substituted in the final, merged version of the PR.

   As it turns out, my [mips64-context.patch][2] was an earlier
   revision of what was eventually accepted to boost-context.  The
   only difference between the two patches is the name they use:
   mips64 vs mips1.

   When switching to the accepted version of the boost patch, I should
   have also updated libraries/boost/generic.nix to change mips64 to
   mips1.  This commit does that.

[1]: https://github.com/NixOS/nixpkgs/pull/161162#discussion_r847903087
[2]: https://raw.githubusercontent.com/a-m-joseph/nixpkgs/1ca5025945470ce96408552b9117674b12efaf04/pkgs/development/libraries/boost/mips64-context.patch
[3]: e3f744a186.patch
2022-04-13 21:56:44 -07:00
Jan Tojnar
5db9253633 nixos/desktop-managers: Fix eval
nixos/lib/utils.nix is actually passed as `utils` argument to modules
so https://github.com/NixOS/nixpkgs/pull/168194 broke the eval.

Fixes: https://github.com/NixOS/nixpkgs/issues/168569
2022-04-14 06:53:08 +02:00
Jan Tojnar
056b2b3beb
Merge pull request #168448 from r-ryantm/auto-update/gnome.swell-foop
gnome.swell-foop: 41.0.1 -> 41.1
2022-04-14 06:35:53 +02:00
Mario Rodas
b0d433e931 python310Packages.tablib: update meta 2022-04-14 04:20:00 +00:00
Mario Rodas
2291f1a464 satysfi: 0.0.6 -> 0.0.7
https://github.com/gfngfn/SATySFi/blob/v0.0.7/CHANGELOG.md
2022-04-14 04:20:00 +00:00
Mario Rodas
d21f677be0 lxd: 4.24 -> 5.0.0
https://github.com/lxc/lxd/releases/tag/lxd-5.0.0
2022-04-14 04:20:00 +00:00
Mario Rodas
a837d70cac python310Packages.mlflow: 1.25.0 -> 1.25.1
https://github.com/mlflow/mlflow/releases/tag/v1.25.1
2022-04-14 04:20:00 +00:00
Mario Rodas
acbf5c2030 ncspot: 0.9.5 -> 0.9.7
https://github.com/hrkfdn/ncspot/releases/tag/v0.9.6
https://github.com/hrkfdn/ncspot/releases/tag/v0.9.7
2022-04-14 04:20:00 +00:00
R. Ryantm
7c63c5914d gitRepo: 2.22 -> 2.23 2022-04-14 03:39:09 +00:00
R. Ryantm
b6f2d3588c git-machete: 3.7.2 -> 3.8.0 2022-04-14 03:33:41 +00:00
Nick Cao
b6b2d22736
wayland-utils: add pkg-config to depsBuildBuild 2022-04-14 11:09:25 +08:00
Victor Freire
1a0addc799 aerc: 0.8.2 -> 0.9.0 2022-04-13 23:30:07 -03:00
Bobby Rong
dc44abca65
gnome-connections: 42.1.1 → 42.1.2
https://gitlab.gnome.org/GNOME/connections/-/compare/42.1.1...42.1.2
2022-04-14 10:20:08 +08:00
R. Ryantm
76f8d7f751
gtk-frdp: unstable-2022-04-07 → unstable-2022-04-11
70cd7598cb...d7f408fb23
2022-04-14 10:18:57 +08:00