Commit graph

421255 commits

Author SHA1 Message Date
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
7c6f434c
4322164eb3
Merge pull request #197727 from kilianar/graphviz-7.0.0
graphviz: 5.0.1 -> 7.0.0
2022-10-25 20:22:03 +00: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
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
github-actions[bot]
81a6c5a54c
Merge staging-next into staging 2022-10-25 18:16:24 +00:00
github-actions[bot]
1aebdf4bf3
Merge master into staging-next 2022-10-25 18:15:51 +00:00
Sandro
4075fed47d
Merge pull request #196123 from azahi/re2
re2: switch to CMake
2022-10-25 19:56:09 +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
R. Ryantm
1c06cf972c flyctl: 0.0.417 -> 0.0.419 2022-10-25 15:57:35 +00:00
Fabian Affolter
b8995de2c5 python310Packages.policy-sentry: 0.12.4 -> 0.12.5 2022-10-25 08:55:06 -07:00
R. Ryantm
2109990852 docker-slim: 1.38.0 -> 1.39.0 2022-10-25 08:54:16 -07:00
R. Ryantm
b942daaf3f flexget: 3.3.39 -> 3.4.0 2022-10-25 15:54:01 +00:00
R. Ryantm
36bf8e0b54 datree: 1.6.40 -> 1.6.42 2022-10-25 08:53:15 -07:00
K900
4986855cd5 memtest86plus: 6.00-beta2 -> 6.00 2022-10-25 08:50:33 -07:00
R. Ryantm
c17abb3648 antimicrox: 3.2.5 -> 3.3.1 2022-10-25 08:47:38 -07:00
R. Ryantm
5136fd8720 brev-cli: 0.6.128 -> 0.6.130 2022-10-25 08:47:19 -07:00
R. Ryantm
bf3d4513a1 bzip3: 1.1.6 -> 1.1.7 2022-10-25 08:45:02 -07:00
R. Ryantm
882cedd1a9 cargo-update: 10.0.1 -> 11.0.0 2022-10-25 08:44:34 -07:00
R. Ryantm
fd0a5f378b cargo-llvm-lines: 0.4.18 -> 0.4.19 2022-10-25 08:44:28 -07:00