Commit graph

85321 commits

Author SHA1 Message Date
github-actions[bot] d012fa0281 terraform-providers.elasticsearch: 2.0.5 → 2.0.6 2022-10-26 14:41:56 +10:00
github-actions[bot] 20b8341da1 terraform-providers.baiducloud: 1.16.0 → 1.16.1 2022-10-26 14:41:56 +10:00
Michele Guerini Rocco c96c80356a
Merge pull request #197733 from qowoz/lol
magnetico: 0.12.0 -> unstable-2022-08-10
2022-10-26 02:21:13 +02:00
Michael Weiss 34890f4f61
Merge pull request #197791 from primeos/chromiumBeta
chromiumBeta: Fix the build
2022-10-26 00:10:14 +02:00
Christian Kögler 7d7ee65a61
Merge pull request #197452 from kilianar/fava-1.23
fava: 1.22.3 -> 1.23
2022-10-26 00:02:29 +02:00
Martin Weinelt 256462226f
Merge pull request #190587 from mweinelt/meerk40t 2022-10-26 00:01:51 +02:00
Michael Weiss f9d9864cb6
chromiumBeta: Fix the build
The build argument `use_system_libwayland_server` was set to `false`
since M107 [0]. This will cause `libwayland` to be built which does in
turn pull in `libffi` ("//build/config/linux/libffi") [1].

Alternatively, we should be able to fix the libffi dependency by setting
`use_system_libffi = true` (recently added, see [2]) and adding `libffi`
to the build inputs.

[0]: b9cd6d6767
[1]: https://source.chromium.org/chromium/chromium/src/+/refs/tags/107.0.5304.62:third_party/wayland/BUILD.gn
[2]: cf3ee09f08
2022-10-25 23:58:11 +02:00
markuskowa 79cb687bdf
Merge pull request #196525 from r-ryantm/auto-update/rmapi
rmapi: 0.0.21 -> 0.0.22.1
2022-10-25 23:50:29 +02:00
markuskowa 834a64f039
Merge pull request #197240 from romildo/upd.jwm
jwm: 2.4.2 -> 2.4.3
2022-10-25 23:40:52 +02:00
Anderson Torres eba3c95e80
Merge pull request #197711 from atorres1985-contrib/icewm
icewm: 3.0.1 -> 3.1.0
2022-10-25 18:37:23 -03:00
markuskowa d71177cf8c
Merge pull request #197619 from PhilippWoelfel/pdfstudio2022.1.1
pdfstudio: 2022.0.2 -> 2022.1.1
2022-10-25 23:31:56 +02: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
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 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
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
Vladimír Čunát 0079830888
Merge #195644: mysql57: drop 2022-10-25 21:23:27 +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
Vladimír Čunát 9bf75e616a
Merge #196479: qemu: add patch for CVE-2022-3165 2022-10-25 20:20:51 +02: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 2109990852 docker-slim: 1.38.0 -> 1.39.0 2022-10-25 08:54:16 -07:00
Jan Tojnar dd21d0b041
Merge pull request #197238 from NixOS/gnome
GNOME: 43.0 → 43.1
2022-10-25 17:40:25 +02:00
Doron Behar 0ad1d02c69
Merge pull request #197747 from sinavir/musescore_overridable_QT_env_var 2022-10-25 15:30:48 +00:00
sinavir 4135fb7eaf Musescore: make QT_QPA_PLATFORM env var overridable 2022-10-25 16:55:24 +02:00
José Romildo Malaquias c34254b40a
Merge pull request #197542 from iblech/patch-thonny
thonny: 3.3.14 -> 4.0.1
2022-10-25 11:53:37 -03:00
Sandro 7128e28014
Merge pull request #196057 from SuperSandro2000/asf-update 2022-10-25 16:41:52 +02:00
Sandro 5780c96b2d
Merge pull request #186811 from fgaz/safeeyes/xprintidle 2022-10-25 16:14:28 +02:00
Sandro Jäckel b38799bbb4
ArchiSteamFarm: make update scripts indepent from where they are run, cleanups 2022-10-25 16:12:22 +02:00
Sandro Jäckel 17371df3ec
ArchiSteamFarm: 5.2.8.3 -> 5.3.1.2 2022-10-25 16:12:22 +02:00
R. Ryantm f994293d1e cmctl: 1.9.1 -> 1.10.0 2022-10-25 21:15:56 +08:00
rnhmjoj 2813d781c5 magnetico: 0.12.0 -> unstable-2022-08-10
Note: this switches a more recently update fork, https://github.com/ireun/magnetico
2022-10-25 23:14:15 +10:00
Bobby Rong 256da9655f
Merge pull request #192797 from wucke13/inav-configurator
inav-configurator: 4.1.0 -> 5.1.0
2022-10-25 21:12:11 +08:00
Bobby Rong 062739e592
Merge pull request #197579 from toastal/senpai-unstable-2022-10-19
senpai: unstable-2022-07-25 → unstable-2022-10-19
2022-10-25 21:04:50 +08:00
R. Ryantm 2886c499cc crow-translate: 2.10.0 -> 2.10.1 2022-10-25 12:24:08 +00:00
Bobby Rong 08d867335f
Merge pull request #197009 from zendo/update-qownnotes
qownnotes: 22.9.2 -> 22.10.2
2022-10-25 20:03:32 +08:00
AndersonTorres be2236aeb3 icewm: 3.0.1 -> 3.1.0 2022-10-25 07:56:21 -03:00
adisbladis 5be39d6800
Merge pull request #197565 from wegank/irony-darwin
emacsPackages.irony: fix build on aarch64-darwin
2022-10-25 23:42:47 +13:00
zowoq 4fffb0e5fe containerd: 1.6.8 -> 1.6.9
https://github.com/containerd/containerd/releases/tag/v1.6.9
2022-10-25 18:25:21 +10:00
Pascal Wittmann 412db88df0
Merge pull request #197526 from r-ryantm/auto-update/filezilla
filezilla: 3.60.2 -> 3.61.0
2022-10-25 10:06:07 +02:00
R. Ryantm 184c58fd4a tidal-hifi: 4.3.0 -> 4.3.1 2022-10-25 07:09:28 +00:00
github-actions[bot] e0e0c4dbd9 terraform-providers.tfe: 0.37.0 → 0.38.0 2022-10-25 14:56:20 +10:00
github-actions[bot] 3f9cfa8c57 terraform-providers.github: 5.5.0 → 5.6.0 2022-10-25 14:56:20 +10:00
github-actions[bot] e15e5f6ac5 terraform-providers.heroku: 5.1.5 → 5.1.6 2022-10-25 14:56:20 +10:00
github-actions[bot] 2d40ae863d terraform-providers.alicloud: 1.188.0 → 1.189.0 2022-10-25 14:56:20 +10:00
github-actions[bot] 14d3d1285c terraform-providers.datadog: 3.16.0 → 3.17.0 2022-10-25 14:56:20 +10:00
github-actions[bot] 4e2c53f33c terraform-providers.cloudamqp: 1.19.3 → 1.20.0 2022-10-25 14:56:20 +10:00
github-actions[bot] d28ecd04d7 terraform-providers.baiducloud: 1.15.11 → 1.16.0 2022-10-25 14:56:20 +10:00
Anderson Torres 340f71837b
Merge pull request #197550 from r-ryantm/auto-update/berry
berry: 0.1.11 -> 0.1.12
2022-10-24 23:37:47 -03:00
R. Ryantm 1401fdb2d4 opensmt: 2.4.1 -> 2.4.2 2022-10-25 02:23:41 +00:00