Commit Graph

421162 Commits

Author SHA1 Message Date
R. Ryantm
41d6d47146 python310Packages.regenmaschine: 2022.09.2 -> 2022.10.0 2022-10-25 21:29:45 +00:00
Niklas Hambüchen
f5c5386870 nixos/smokeping: Don't show 413 Forbidden on thttpd /. Fixes #197704 2022-10-25 23:11:50 +02:00
Niklas Hambüchen
ac6cf8a78b smokeping: Link to test 2022-10-25 23:11:50 +02:00
R. Ryantm
fedb67d110 python310Packages.cpyparsing: 2.4.7.1.1.0 -> 2.4.7.1.2.0 2022-10-25 20:54:30 +00:00
Luke Granger-Brown
d236f69f4d
Merge pull request #197345 from erikarvstedt/paperless-ngx-fix-deps
paperless-ngx: remove unused build input
2022-10-25 21:53:31 +01:00
Nikolay Korotkiy
2ce5121a24
Merge pull request #197725 from r-ryantm/auto-update/crow-translate
crow-translate: 2.10.0 -> 2.10.1
2022-10-25 23:52:28 +03:00
markuskowa
f2ddb13985
Merge pull request #197305 from foo-dogsquared/update-shortwave
shortwave: 3.0.0 -> 3.1.0
2022-10-25 22:46:40 +02:00
Ilan Joselevich
fc7d834148
mattermost: 7.3.0 -> 7.4.0 2022-10-25 23:37:38 +03:00
Emilia Bopp
8bec7996cc doc: fix syntax error in Lua documentation 2022-10-25 22:34:32 +02:00
Michael Weiss
b4c2844566
Merge pull request #197779 from primeos/chromiumBeta
chromium{Beta,Dev}: Fix the configuration phase
2022-10-25 22:34:16 +02:00
markuskowa
df2a2b4de3
Merge pull request #197634 from newAM/flake8-bugbear
python3Packages.flake8-bugbear: 22.9.23 -> 22.10.25
2022-10-25 22:32:54 +02:00
markuskowa
be25cca3bb
Merge pull request #197488 from r-ryantm/auto-update/python310Packages.pydal
python310Packages.pydal: 20220814.1 -> 20220916.1
2022-10-25 22:32:01 +02:00
markuskowa
b6a6a851b9
Merge pull request #197506 from r-ryantm/auto-update/argo
argo: 3.4.1 -> 3.4.2
2022-10-25 22:30:24 +02:00
Robert Helgesson
2bdcaca296 svtplay-dl: update formatting and float version 2022-10-25 22:24:26 +02:00
Robert Helgesson
a8536ad12e svtplay-dl: 4.13 -> 4.14 2022-10-25 22:24:26 +02:00
markuskowa
c157ca66e1
Merge pull request #197679 from r-ryantm/auto-update/tidal-hifi
tidal-hifi: 4.3.0 -> 4.3.1
2022-10-25 22:20:50 +02:00
markuskowa
88b28689cc
Merge pull request #197765 from r-ryantm/auto-update/ihp-new
ihp-new: 0.20.0 -> 1.0.0
2022-10-25 22:19:41 +02:00
Anthony Roussel
3689a76637
awscli2: 2.7.33 -> 2.8.5 (#197270) 2022-10-25 21:34:08 +02:00
R. Ryantm
1c1d1c70b8 minio: 2022-10-21T22-37-48Z -> 2022-10-24T18-35-07Z 2022-10-25 19:28:52 +00:00
Vladimír Čunát
0079830888
Merge #195644: mysql57: drop 2022-10-25 21:23:27 +02:00
figsoda
0f190ab597
Merge pull request #197767 from r-ryantm/auto-update/joker
joker: 1.0.1 -> 1.0.2
2022-10-25 15:20:38 -04:00
R. Ryantm
8c98001a29 mangal: 3.14.0 -> 3.14.2 2022-10-25 19:16:37 +00:00
Vladimír Čunát
c46947a471
Merge #196838: mysql80: 8.0.30 -> 8.0.31 2022-10-25 21:13:47 +02:00
Vladimír Čunát
0c18f8f42a
Merge #195333: dotnetPackages.RestSharp: 105.2.3 -> 106.12.0 2022-10-25 21:13:42 +02:00
Michael Weiss
f709a74fa3
chromium{Beta,Dev}: Fix the configuration phase
Setting `clang_base_path` [0] does skip [1] a clang version check [2]
that would fail in our case:
```
configuring
ERROR at //build/config/compiler/BUILD.gn:1314:22: Script returned non-zero exit code.
    clang_revision = exec_script("//tools/clang/scripts/update.py",
                     ^----------
Current dir: /tmp/nix-build-chromium-unwrapped-107.0.5304.29.drv-0/chromium-107.0.5304.29/out/Release/
Command: python3 /tmp/nix-build-chromium-unwrapped-107.0.5304.29.drv-0/chromium-107.0.5304.29/tools/clang/scripts/update.py --print-revision --verify-version=16.0.0
Returned 1 and printed out:

The expected clang version is llvmorg-16-init-4609-g025a5b22-2 but the actual version is
Did you run "gclient sync"?

See //build/config/BUILDCONFIG.gn:329:3: which caused the file to be included.
  "//build/config/compiler:afdo",
  ^-----------------------------
error: builder for '/nix/store/02riyhzvrgn2vaab29d3gipxzkx6nb44-chromium-unwrapped-107.0.5304.29.drv' failed with exit code 1
```

I also chose to disable the Qt support for now. The Qt support is
enabled by default on Linux [3] but we need to add the required
dependencies first to fix the build (and my current priority is to get a
basic build working for the security critical stable channel update):
```
configuring
ERROR at //build/config/linux/pkg_config.gni:104:17: Script returned non-zero exit code.
    pkgresult = exec_script(pkg_config_script, args, "value")
                ^----------
Current dir: /tmp/nix-build-chromium-unwrapped-107.0.5304.62.drv-0/chromium-107.0.5304.62/out/Release/
Command: python3 /tmp/nix-build-chromium-unwrapped-107.0.5304.62.drv-0/chromium-107.0.5304.62/build/config/linux/pkg-config.py Qt5Core Qt5Widgets
Returned 1.
stderr:

Package Qt5Core was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5Core.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt5Core' found
Package Qt5Widgets was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5Widgets.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt5Widgets' found
Could not run pkg-config.

See //ui/qt/BUILD.gn:13:1: whence it was called.
pkg_config("qt5_config") {
^-------------------------
See //ui/linux/BUILD.gn:54:15: which caused the file to be included.
    deps += [ "//ui/qt" ]
              ^--------
error: builder for '/nix/store/3zzddkh74cnhvq6nql32y9pnbvzf2jv9-chromium-unwrapped-107.0.5304.62.drv' failed with exit code 1
```

[0]: https://source.chromium.org/chromium/chromium/src/+/refs/tags/107.0.5304.62:docs/clang.md
[1]: https://source.chromium.org/chromium/chromium/src/+/refs/tags/107.0.5304.62:build/config/compiler/BUILD.gn;l=1306
[2]: https://source.chromium.org/chromium/chromium/src/+/refs/tags/107.0.5304.62:tools/clang/scripts/update.py;l=358
[3]: https://source.chromium.org/chromium/chromium/src/+/refs/tags/107.0.5304.62:ui/qt/qt.gni;l=8
2022-10-25 21:10:01 +02:00
Charlotte Van Petegem
ccd8299714
zeroad: fix build 2022-10-25 21:09:14 +02:00
R. Ryantm
0e6c2eebc5 limesctl: 3.0.2 -> 3.0.3 2022-10-25 19:07:37 +00:00
maralorn
22250fdc68 nix-output-monitor: 2.0.0.2 -> 2.0.0.3 2022-10-25 20:58:39 +02:00
figsoda
dd60a2dfee cargo-hack: 0.5.21 -> 0.5.22 2022-10-25 14:49:50 -04:00
figsoda
b62ef86559 sagoin: init at 0.1.0 2022-10-25 14:40:59 -04:00
R. Ryantm
fe16cfefc1 python310Packages.pytibber: 0.25.4 -> 0.25.6 2022-10-25 18:39:30 +00:00
Samuel Ainsworth
b2399a8190
Merge pull request #197600 from samuela/samuela/chex
chex, dm-tree, flax upgrades
2022-10-25 11:33:00 -07:00
Vladimír Čunát
9bf75e616a
Merge #196479: qemu: add patch for CVE-2022-3165 2022-10-25 20:20:51 +02:00
Weijia Wang
0e8152a5bf rehex: 0.5.3 -> 0.5.4 2022-10-25 20:16:03 +02:00
R. Ryantm
b9c493616b joker: 1.0.1 -> 1.0.2 2022-10-25 17:34:04 +00:00
R. Ryantm
2fed795fb2 ihp-new: 0.20.0 -> 1.0.0 2022-10-25 17:14:01 +00:00
R. Ryantm
706d5a9237 python310Packages.pytest-testmon: 1.3.7 -> 1.4.0 2022-10-25 17:04:46 +00:00
R. Ryantm
ff3cb04f66 python310Packages.pytest-qt: 4.1.0 -> 4.2.0 2022-10-25 17:00:47 +00:00
0x4A6F
be7042a040
Merge pull request #197684 from matthiasbeyer/update-zellij
zellij: 0.31.4 -> 0.32.0
2022-10-25 18:42:30 +02:00
Phillip Cloud
9f8a55aee5
python3Packages.flit-scm: init at 1.7.0 2022-10-25 12:18:10 -04:00
R. Ryantm
b410bee3cd SDL_compat: 1.2.56 -> 1.2.60 2022-10-25 09:11:15 -07:00
7c6f434c
02835f2253
Merge pull request #197645 from r-ryantm/auto-update/opensmt
opensmt: 2.4.1 -> 2.4.2
2022-10-25 16:04:34 +00:00
R. Ryantm
e45e796ceb fwanalyzer: 1.4.3 -> 1.4.4 2022-10-25 16:04:18 +00:00
Sandro
de7292e85a
Merge pull request #197291 from SuperSandro2000/playwright-fix-firefox-path 2022-10-25 18:03:57 +02:00
Sandro
1c40f58e75
Merge pull request #196632 from SuperSandro2000/python310Packages.geventhttpclient 2022-10-25 18:02:59 +02:00
Sandro
8623e5a54f
Merge pull request #196805 from SuperSandro2000/diffoscope 2022-10-25 18:02:48 +02:00
Sandro
0bb4ca047e
Merge pull request #194899 from sveitser/update-black-22.10.0 2022-10-25 18:02:03 +02:00
Charlotte Van Petegem
1a7a61b7bd mu: 1.8.10 -> 1.8.11
https://github.com/djcb/mu/releases/tag/v1.8.11
2022-10-25 08:58:42 -07:00
R. Ryantm
625e4a55d1 wishlist: 0.7.0 -> 0.8.0 2022-10-25 08:58:31 -07:00
R. Ryantm
0d067d9a29 autotiling: 1.6.1 -> 1.7 2022-10-25 08:58:13 -07:00