Commit Graph

363235 Commits

Author SHA1 Message Date
Will Cohen
fd620c8da1 qgis: 3.24.0 -> 3.24.1 2022-03-22 17:56:16 +01:00
Will Cohen
826febf74f qgis-ltr: 3.22.4 -> 3.22.5 2022-03-22 17:56:16 +01:00
Ben Siraphob
209598e67e
Merge pull request #164241 from larsr/patch-1 2022-03-22 11:30:36 -05:00
aszlig
de4a69b2de
nixos/tests/avahi: Fix running background command
In https://github.com/NixOS/nixpkgs/pull/142747, the implementation
behind Machine.execute() has been changed to pipe all the command's
output into base64 on the guest machine.

Unfortunately this means that base64 is blocking until stdout is closed,
which in turn means that we now need to make sure that whenever we run a
program in background via "&" we also need to make sure to close stdout,
which we do by redirecting stdout to stderr.

Signed-off-by: aszlig <aszlig@nix.build>
2022-03-22 17:24:13 +01:00
Ben Siraphob
a68d71c775
fq: 0.0.4 -> 0.0.6 2022-03-22 11:22:42 -05:00
Ryan Mulligan
a9777c1644
Merge pull request #165015 from newAM/flake8-bugbear
python3Packages.flake8-bugbear: 22.1.11 -> 22.3.20
2022-03-22 09:16:25 -07:00
Sumner Evans
9e53370359
matrix-synapse: 1.54.0 -> 1.55.0 2022-03-22 09:59:06 -06:00
florian on nixos (Florian Brandes)
bb82344ca6 python3Packages.zipstream-ng: init at 1.3.4
needed for octoprint update

Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
2022-03-22 08:43:15 -07:00
Fabian Affolter
d6734ba8a2
Merge pull request #165272 from r-ryantm/auto-update/nuclei
nuclei: 2.6.3 -> 2.6.5
2022-03-22 16:38:51 +01:00
Alyssa Ross
c60647f50b pr-tracker: 1.1.0 -> 1.2.0 2022-03-22 15:38:40 +00:00
Markus Kowalewski
1a889c097b
ucx: 1.12.0 -> 1.12.1 2022-03-22 16:25:54 +01:00
Patrick Hilhorst
b529196597
Merge pull request #165039 from samuela/upkeep-bot/plexamp-4.1.0-1647821469 2022-03-22 16:17:30 +01:00
Francesco Gazzetta
de096b7c83 isso: 0.12.5 -> 0.12.6.1 2022-03-22 16:04:49 +01:00
Naïm Favier
9b2781de35
haskellPackages: fix time-travelling comment 2022-03-22 15:58:52 +01:00
Naïm Favier
f60832c17a
haskellPackages: move knob patch to configuration-common 2022-03-22 15:58:52 +01:00
Naïm Favier
832c091143
lambdabot: apply patch to fix GHC 9 build 2022-03-22 15:58:52 +01:00
Naïm Favier
fe3d3d5764
haskellPackages.dice: apply patch to fix GHC 9 build 2022-03-22 15:58:52 +01:00
Naïm Favier
f8c740b781
haskellPackages.misfortune: apply patch to fix GHC 9 build 2022-03-22 15:58:51 +01:00
Yaya
699c30056b gitlab-runner: 14.8.2 -> 14.9.0 2022-03-22 14:39:37 +00:00
Malte Brandy
f79f6076d7 haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2022-03-22 15:38:16 +01:00
Malte Brandy
add80ae7d0 all-cabal-hashes: 2022-03-20T09:57:59Z -> 2022-03-22T14:25:11Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2022-03-22 15:37:20 +01:00
Anthony Cowley
29a988f978
Merge pull request #163698 from InternetUnexplorer/rocm-llvm-disable-shared-libs
llvmPackages_rocm.llvm: don't build shared libs
2022-03-22 10:28:19 -04:00
sternenseemann
60c9963d40 Merge remote-tracking branch 'origin/master' into haskell-updates 2022-03-22 15:24:55 +01:00
Profpatsch
4ceb138f4b haskellPackages.HaskellNet-SSL: mark unbroken
It builds!
2022-03-22 15:24:28 +01:00
Sandro
c4233257cf
Merge pull request #164962 from panicgh/tbb
tor-browser-bundle-bin: 11.0.7 -> 11.0.9
2022-03-22 15:08:56 +01:00
Jacek Galowicz
6567abf122
Merge pull request #165268 from vkleen/nixos/tests/deduplicate-vlans
nixos/test-driver: deduplicate VLANs
2022-03-22 14:53:31 +01:00
sternenseemann
fd02a092d2 u9fs: use install(1) for copying files 2022-03-22 13:47:11 +00:00
sternenseemann
168bdc3c7d u9fs: fix man page location
By convention man pages need to located at `share/man/man$section/$name.$section`.
2022-03-22 13:47:11 +00:00
Sivizius
b4c2ffaffa
nixos/wg-quick: add autostart option to interfaces (#162219)
This adds the option `networking.wg-quick.interfaces.<name>.autostart`, which defaults to `true`, which is the previous behavior. With this option set to `false`, the systemd-unit will no longer be set to `wantedBy = [ "multi-user.target" ]` and therefore the tunnel has to be enabled/disabled via `systemctl start/stop wg-quick-<name>`.

Co-authored-by: pennae <82953136+pennae@users.noreply.github.com>
2022-03-22 13:25:57 +00:00
R. Ryantm
216b4f1813 ocenaudio: 3.11.5 -> 3.11.7 2022-03-22 09:23:53 -04:00
R. Ryantm
8ae4790016 nuclei: 2.6.3 -> 2.6.5 2022-03-22 13:23:49 +00:00
maxice8
55381a3ce1 abuild: 3.7.0 -> 3.9.0 2022-03-22 09:23:25 -04:00
Viktor Kleen
6d766ae8b7
nixos/test-driver: deduplicate VLANs
Naively deduplicate VLANs in the python driver for NixOS tests. The
current implementation accidentally works, since the VLan class mutates
the environment. On construction it sets QEMU_VDE_SOCKET_${id} and this
environment variable gets overwritten once a second VLAN with the same
id is constructed. Because the NIC flags passed to qemu just use the
QEMU_VDE_SOCKET_${id} environment variable, this implicitly chooses a
single vde_switch process for each VLAN.

However, this leads to unusable vde_switch processes being spawned in
each test run and as a side effect makes it impossible to access the
correct VLan objects in the interactive test driver. It also makes it
remarkably hard to understand why the current implementation ever
worked.
2022-03-22 13:16:28 +00:00
Fabian Affolter
6d5d2d8803
Merge pull request #165233 from fabaff/bump-pysigma-backend-splunk
python3Packages.pysigma: 0.4.1 -> 0.4.2, python3Packages.pysigma-backend-splunk: 0.1.2 -> 0.2.0
2022-03-22 14:12:59 +01:00
Fabian Affolter
99e963afde
Merge pull request #165262 from jyooru/update/python3Packages.dataclasses-json
python3Packages.dataclasses-json: 0.5.6 -> 0.5.7
2022-03-22 14:10:56 +01:00
Bobby Rong
34919ae092
Merge pull request #161437 from r-ryantm/auto-update/air
air: 1.27.10 -> 1.28.0
2022-03-22 20:25:01 +08:00
Fabian Affolter
f8b46c5fb3
Merge pull request #165258 from r-ryantm/auto-update/python310Packages.catalogue
python310Packages.catalogue: 2.0.6 -> 2.0.7
2022-03-22 13:19:02 +01:00
Fabian Affolter
7b4ebcb770
Merge pull request #165201 from r-ryantm/auto-update/python3.10-manimpango
python310Packages.manimpango: 0.4.0.post2 -> 0.4.1
2022-03-22 13:16:54 +01:00
Bobby Rong
f24e4ea387
Merge pull request #164768 from LegoLoverGo/master
lunar-client: 2.9.3 -> 2.10.0
2022-03-22 20:16:23 +08:00
Fabian Affolter
514544036f
Merge pull request #164784 from jmgilman/package/dunamai
python3Packages.dunamai: init at 1.10.0
2022-03-22 13:13:35 +01:00
Kevin Cox
954f445608
Merge pull request #165252 from Luflosi/ipfs-hardening
nixos/ipfs: add systemd hardening
2022-03-22 08:10:01 -04:00
Bobby Rong
6ca7a97017
Merge pull request #164218 from r-ryantm/auto-update/frugal
frugal: 3.14.15 -> 3.15.0
2022-03-22 19:51:19 +08:00
Bobby Rong
3a940550b0
Merge pull request #165238 from r-ryantm/auto-update/juju
juju: 2.9.26 -> 2.9.27
2022-03-22 19:38:16 +08:00
Peter Hoeg
052632fd15 nixos/iwd: workaround for race condition where wlan device disappears 2022-03-22 19:36:51 +08:00
maxine [they]
2040fc90e0
Merge pull request #165206 from r-ryantm/auto-update/docker-buildx
docker-buildx: 0.8.0 -> 0.8.1
2022-03-22 12:36:12 +01:00
Bobby Rong
cd1ada789b
Merge pull request #165041 from techknowlogick/bump-goreleaser-170
goreleaser: 1.6.3 -> 1.7.0
2022-03-22 19:35:20 +08:00
Joel
3031d3308d
python3Packages.dataclasses-json: 0.5.6 -> 0.5.7
https://github.com/lidatong/dataclasses-json/releases/tag/v0.5.7
2022-03-22 21:33:45 +10:00
Bobby Rong
65d4e12636
Merge pull request #165127 from xrelkd/update/brook
brook: 20220404 -> 20220406
2022-03-22 19:29:34 +08:00
Bobby Rong
635788ec0a
Merge pull request #165110 from 06kellyjac/driftctl
driftctl: 0.23.2 -> 0.24.0
2022-03-22 19:28:00 +08:00
Bobby Rong
1f4db3d31d
Merge pull request #165141 from charles-dyfis-net/desync-0.9.2
desync: 0.9.0 -> 0.9.2
2022-03-22 19:26:32 +08:00