about summary refs log tree commit diff
path: root/pkgs/applications/networking
AgeCommit message (Collapse)AuthorFilesLines
2022-10-27jami: 20220726.1515.da8d1da -> 20220825.0828.c10f01flinsui3-18/+15
2022-10-27Merge #197849: librewolf: fix build on aarch64-linux by upstream patchVladimír Čunát2-3/+9
2022-10-27terraform-providers.vault: 3.9.1 → 3.10.0github-actions[bot]1-4/+4
2022-10-27terraform-providers.tencentcloud: 1.78.5 → 1.78.6github-actions[bot]1-3/+3
2022-10-27terraform-providers.openstack: 1.48.0 → 1.49.0github-actions[bot]1-4/+4
2022-10-27terraform-providers.null: 3.1.1 → 3.2.0github-actions[bot]1-4/+4
2022-10-27terraform-providers.newrelic: 3.5.2 → 3.6.0github-actions[bot]1-3/+3
2022-10-27terraform-providers.launchdarkly: 2.9.3 → 2.9.4github-actions[bot]1-3/+3
2022-10-26signalbackup-tools: 20220914-1 -> 20221025Malo Bourgon1-2/+2
2022-10-27Merge pull request #197782 from risicle/ris-pjsip-CVE-2022-39269-CVE-2022-39244Sandro2-1/+15
2022-10-26pjsip: add patches for CVE-2022-39269 & CVE-2022-39244Robert Scott1-0/+10
2022-10-26jami: don't use main package's patches, mark with knownVulnerabilitiesRobert Scott1-1/+5
the patches for CVE-2022-39269 & CVE-2022-39244 won't apply to jami's pinned version of pjsip, upstream don't seem to be on top of this either
2022-10-26Merge pull request #191560 from sikmir/kluctlSandro1-0/+32
2022-10-26Merge pull request #197958 from jtojnar/unmaintainfigsoda2-2/+2
Remove myself from maintainers in packages I do not use
2022-10-26telepathy-logger: remove myself from maintainersJan Tojnar1-1/+1
2022-10-26telepathy-mission-control: remove myself from maintainersJan Tojnar1-1/+1
2022-10-26Merge pull request #197938 from r-ryantm/auto-update/flexgetNikolay Korotkiy1-2/+2
flexget: 3.4.0 -> 3.4.1
2022-10-26flexget: 3.4.0 -> 3.4.1R. Ryantm1-2/+2
2022-10-26Merge pull request #197921 from panicgh/tbbSandro1-3/+3
2022-10-26Merge pull request #197746 from azahi/werfThiago Kenji Okada1-6/+8
werf: 1.2.180 -> 1.2.184
2022-10-26Merge pull request #197845 from mweinelt/firefoxMartin Weinelt2-395/+395
2022-10-26tor-browser-bundle-bin: 11.5.4 -> 11.5.5Nicolas Benes1-3/+3
https://blog.torproject.org/new-release-tor-browser-1155/
2022-10-26kyverno: 1.8.0 -> 1.8.1R. Ryantm1-3/+3
2022-10-26Merge pull request #197882 from r-ryantm/auto-update/civoMario Rodas1-2/+2
civo: 1.0.40 -> 1.0.41
2022-10-26Merge pull request #197581 from wegank/freefilesync-11.27Mario Rodas1-2/+2
freefilesync: 11.26 -> 11.27
2022-10-26Merge pull request #197799 from primeos/chromiumMichael Weiss1-10/+10
chromium: 106.0.5249.119 -> 107.0.5304.68
2022-10-26Merge pull request #197707 from r-ryantm/auto-update/flexgetMario Rodas1-2/+2
flexget: 3.3.39 -> 3.4.0
2022-10-26civo: 1.0.40 -> 1.0.41R. Ryantm1-2/+2
2022-10-26librewolf: fix build on aarch64-linux by upstream patchVladimír Čunát2-3/+9
https://hydra.nixos.org/build/196437728 Same as c08efaf08 for firefox. Cleanup of the nix expression was needed; the previous patch file didn't even exist (anymore?)
2022-10-26firefox-bin-unwrapped: 106.0.1 -> 106.0.2Martin Weinelt1-393/+393
https://www.mozilla.org/en-US/firefox/106.0.2/releasenotes/
2022-10-26firefox-unwrapped: 106.0.1 -> 106.0.2Martin Weinelt1-2/+2
https://www.mozilla.org/en-US/firefox/106.0.2/releasenotes/
2022-10-26terraform-providers.elasticsearch: 2.0.5 → 2.0.6github-actions[bot]1-3/+3
2022-10-26terraform-providers.baiducloud: 1.16.0 → 1.16.1github-actions[bot]1-3/+3
2022-10-26Merge pull request #197733 from qowoz/lolMichele Guerini Rocco1-7/+20
magnetico: 0.12.0 -> unstable-2022-08-10
2022-10-26kluctl: init at 2.16.0Nikolay Korotkiy1-0/+32
2022-10-26chromium: 106.0.5249.119 -> 107.0.5304.68Michael Weiss1-10/+10
https://chromereleases.googleblog.com/2022/10/stable-channel-update-for-desktop_25.html This update includes 14 security fixes. CVEs: CVE-2022-3652 CVE-2022-3653 CVE-2022-3654 CVE-2022-3655 CVE-2022-3656 CVE-2022-3657 CVE-2022-3658 CVE-2022-3659 CVE-2022-3660 CVE-2022-3661
2022-10-25chromiumBeta: Fix the buildMichael Weiss1-0/+1
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]: https://source.chromium.org/chromium/chromium/src/+/b9cd6d676764374c353240a8b1a8c3267309e57d [1]: https://source.chromium.org/chromium/chromium/src/+/refs/tags/107.0.5304.62:third_party/wayland/BUILD.gn [2]: https://source.chromium.org/chromium/chromium/src/+/cf3ee09f082513e48f1212dcebd1e5c7a38ca73f
2022-10-25Merge pull request #197779 from primeos/chromiumBetaMichael Weiss1-0/+3
chromium{Beta,Dev}: Fix the configuration phase
2022-10-25Merge pull request #197506 from r-ryantm/auto-update/argomarkuskowa1-3/+3
argo: 3.4.1 -> 3.4.2
2022-10-25chromium{Beta,Dev}: Fix the configuration phaseMichael Weiss1-0/+3
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-25flexget: 3.3.39 -> 3.4.0R. Ryantm1-2/+2
2022-10-25Merge pull request #197238 from NixOS/gnomeJan Tojnar2-4/+4
GNOME: 43.0 → 43.1
2022-10-25werf: 1.2.180 -> 1.2.184Azat Bahawi1-6/+8
2022-10-25cmctl: 1.9.1 -> 1.10.0R. Ryantm1-4/+4
2022-10-25magnetico: 0.12.0 -> unstable-2022-08-10rnhmjoj1-7/+20
Note: this switches a more recently update fork, https://github.com/ireun/magnetico
2022-10-25Merge pull request #197579 from toastal/senpai-unstable-2022-10-19Bobby Rong1-4/+4
senpai: unstable-2022-07-25 → unstable-2022-10-19
2022-10-25Merge pull request #197526 from r-ryantm/auto-update/filezillaPascal Wittmann1-2/+2
filezilla: 3.60.2 -> 3.61.0
2022-10-25terraform-providers.tfe: 0.37.0 → 0.38.0github-actions[bot]1-4/+4
2022-10-25terraform-providers.github: 5.5.0 → 5.6.0github-actions[bot]1-3/+3
2022-10-25terraform-providers.heroku: 5.1.5 → 5.1.6github-actions[bot]1-3/+3