Commit Graph
100 Commits
Author SHA1 Message Date
Michael Weiss ab757a382c lf: 18 -> 19 2021-01-24 20:43:26 +01:00
Michael Weiss 27955d37e9 nixos/tests/chromium: Simplify the logic (#110715)
- Improve the documentation (Python docstrings for functions and more
  meaningful xdotool script names).
- Make more use of the existing methods (e.g. wait_until_succeeds(), and
  send_key())
  - Note: This increases timeouts from 60 seconds to (currently)
    15 minutes but the defaults from test-driver.py should be fine.

This should make it simpler to read the code, understand the test
output, and drop the custom xdotool scripts in the future.
2021-01-24 20:35:29 +01:00
Michael Weiss 9e9e240a27 Revert "release-combined.tested: Temporarily remove the Chromium test"
This reverts commit 2dbd08dcbd.

I've fixed the regression in 8a7a8442c1 and the rest of my
refactorings/improvements shouldn't affect the stability of the test.
2021-01-24 15:27:49 +01:00
Michael Weiss 8ef056ba72 glances: 3.1.6 -> 3.1.6.1 2021-01-24 14:56:36 +01:00
Michael Weiss f940eb44b9 Merge pull request #110607 from meutraa/update/android-studio
androidStudioPackages.{stable,beta,canary,dev}: update
2021-01-23 19:54:30 +01:00
Michael Weiss b0871b2067 intel-media-driver: 20.4.5 -> 21.1.0 2021-01-23 15:00:24 +01:00
Michael Weiss 74358114aa intel-gmmlib: 20.3.3 -> 20.4.1 (#110596)
And add myself as maintainer because we need a new one since 76bab4e9a7
(and I already maintain intel-media-driver which depends on gmmlib).
2021-01-23 14:59:50 +01:00
Michael Weiss a57e182ed6 glances: 3.1.5 -> 3.1.6 2021-01-23 14:14:07 +01:00
Michael Weiss 237c20ac61 nixos/smokeping: Replace the tabs in cfg.targetConfig
This was inconsistent with the rest of the module.
2021-01-23 14:03:16 +01:00
Michael Weiss 87fb5d381f nixos/smokeping: Add a PoC for using networking.fqdn 2021-01-23 14:03:16 +01:00
Michael Weiss 86897c8f63 nixos/tests/chromium: Fix another potential race condition
The create_new_win() function could open multiple windows when used
incorrectly. This change makes sure that a new window will only be
created if the main window could be selected successfully.

This also ignores the out return values as they're never used.
2021-01-23 12:15:56 +01:00
Michael Weiss fac05ac695 chromium: Don't set "channel" in the environment
The "channel" variable shouldn't be part of the final derivation. This
also makes it possible to avoid unnecessary rebuilds for identical
channels (e.g. major updates are tested via the "beta" channel first and
usually neither the source-code archive nor the dependencies change when
the update makes it into the "stable" channel - this means we could
better use chromiumBeta to test major updates in advance).
2021-01-23 11:54:11 +01:00
Michael Weiss 62b5e51019 gitRepo: 2.11.1 -> 2.12 2021-01-22 12:34:36 +01:00
Michael Weiss 588643a13d lprof: Mark as broken
The Hydra build fails since 2020-07-28:
x86_64-linux:  https://hydra.nixos.org/build/135234622

The patch was broken by eb627de968 but since there is no maintainer it
seems best to simply mark it as broken and eventually remove it.
2021-01-22 11:57:14 +01:00
Michael Weiss f202f96425 libxkbcommon: Add myself as maintainer
From the Git log it seems that this package currently lacks an active
maintainer. I'll try to help out for now.
2021-01-21 18:51:54 +01:00
Michael Weiss f5de4608de chromiumDev: 89.0.4385.0 -> 89.0.4389.9 2021-01-21 11:53:53 +01:00
Michael Weiss bc4521411e signal-desktop: 1.39.5 -> 1.39.6 2021-01-20 20:15:05 +01:00
Michael Weiss 88637a1c33 Merge pull request #110198 from primeos/chromium-vm-test
nixos/tests/chromium: Add ungoogled-chromium and Google Chrome
2021-01-20 20:00:58 +01:00
Michael Weiss 70206c3be4 chromium/doc: Explain how to run the VM tests 2021-01-20 19:23:59 +01:00
Michael Weiss ff8866e243 nixos/tests/chromium: Add ungoogled-chromium and Google Chrome
By default only `chromium` will be tested but other "channels" can be
selected using e.g.:
nix-build nixos/tests/chromium.nix -A ungoogled

This also adds me as secondary maintainer (I'd like to get notified on
PRs/issues and can review them).
2021-01-20 19:20:53 +01:00
Michael Weiss 8a7a8442c1 nixos/tests/chromium: Fix a race condition
Only execute Ctrl+w to close the currently active window if the
new/secondary window (title: "New Tab") could be selected. This fixes a
test failure since the update to Chromium M88 (cc PR #110010).
Without this additional check the main window (title: "startup done")
could still be selected (and thus will be closed) and the script would
close both windows (i.e. terminate Chromium completely).
2021-01-20 16:57:46 +01:00
Michael Weiss 2053744515 Merge pull request #110010 from primeos/chromium
chromium: 87.0.4280.141 -> 88.0.4324.96
2021-01-20 15:41:15 +01:00
Michael Weiss 2dbd08dcbd release-combined.tested: Temporarily remove the Chromium test
Chromium seems to run fine but the VM test fails and prints errors like:
machine # There are no windows in the stack
machine # Invalid window '%1'
machine # Usage: windowfocus [window=%1]
machine # --sync    - only exit once the window has focus

This could be due to changes in Chromium's X11 code (or maybe some
changes for Ozone/X11). I'll investigate this but let's temporarily
remove the Chromium test from the tested jobset until I find a proper
solution/fix.
2021-01-20 15:23:55 +01:00
Michael Weiss 5b6d3c4b13 chromium: 87.0.4280.141 -> 88.0.4324.96
https://chromereleases.googleblog.com/2021/01/stable-channel-update-for-desktop_19.html

This update includes 36 security fixes.

CVEs:
CVE-2021-21117 CVE-2021-21118 CVE-2021-21119 CVE-2021-21120
CVE-2021-21121 CVE-2021-21122 CVE-2021-21123 CVE-2021-21124
CVE-2021-21125 CVE-2020-16044 CVE-2021-21126 CVE-2021-21127
CVE-2021-21128 CVE-2021-21129 CVE-2021-21130 CVE-2021-21131
CVE-2021-21132 CVE-2021-21133 CVE-2021-21134 CVE-2021-21135
CVE-2021-21136 CVE-2021-21137 CVE-2021-21138 CVE-2021-21139
CVE-2021-21140 CVE-2021-21141
2021-01-19 20:56:29 +01:00
Michael Weiss 101d42849d chromiumBeta: 88.0.4324.87 -> 88.0.4324.96 2021-01-19 13:25:47 +01:00
Michael Weiss fdc1e37440 Merge pull request #109647 from deviant/remove-swaybg-from-path
sway: remove swaybg from path
2021-01-19 12:01:59 +01:00
Michael Weiss 18a0a767ed python3Packages.mysql-connector: 8.0.22 -> 8.0.23 2021-01-18 17:33:59 +01:00
Michael Weiss aee78d463e ungoogled-chromium: 87.0.4280.88 -> 87.0.4280.141 (security)
I did a quick, automated test by reusing the VM test for Chromium.
2021-01-18 14:56:32 +01:00
Michael Weiss 5d9a3e2e5a cargo-c: 0.7.0 -> 0.7.1 2021-01-17 12:59:26 +01:00
Michael Weiss 04da763965 google-chrome-dev: Add the new libxshmfence dependency
This is required to launch newer versions of Google Chrome:
/nix/store/XXX-google-chrome-dev-89.0.4385.0/share/google/chrome-unstable/google-chrome-unstable:
error while loading shared libraries: libxshmfence.so.1: cannot open
shared object file: No such file or directory
2021-01-16 20:36:21 +01:00
Michael Weiss a6d138c7ad Merge pull request #109405 from primeos/ffmpeg-full-disable-rav1e
ffmpeg-full: disable rav1e by default (in favor of svt-av1)
2021-01-16 20:35:27 +01:00
Michael Weiss 2345e374af svt-av1: Extend the meta attributes
I've merged my local package definitions with the ones in Nixpkgs.
2021-01-15 14:21:07 +01:00
Michael Weiss 56c843946f gammastep: 2.0.6 -> 2.0.7 2021-01-15 14:17:42 +01:00
Michael Weiss 6cdbde2f0d ffmpeg-full: disable rav1e by default (in favor of svt-av1)
Since c378a33705 we have a patch to add svt-av1 support to
ffmpeg-full. The default AV1 encoder is still libaom but svt-av1 has a
higher priority than rav1e (see libavcodec/allcodecs.c). And since
svt-av1 is much faster than rav1e (which in turn should be faster than
libaom) we don't really need rav1e support by default anymore (I guess
it can be useful but overall svt-av1 should currently be the best
option).
And because rav1e's build did break a few times in the past and needs a
lot of Rust dependencies (including cargo-c to make it C-ABI
compatible) it might be best to simply disable it for now.

Benchmarks (though it is difficult to compare them that way):
- https://openbenchmarking.org/test/pts/svt-av1
- https://openbenchmarking.org/test/pts/rav1e
- https://openbenchmarking.org/test/pts/aom-av1
2021-01-14 22:30:57 +01:00
Michael Weiss 76fe724675 chromium: Extend update.py to print a summary of the updates
As a first step to automate the commit messages as well.
2021-01-14 21:02:16 +01:00
Michael Weiss c0e177d09f chromiumBeta: 88.0.4324.79 -> 88.0.4324.87 2021-01-14 20:36:28 +01:00
Michael Weiss 7fb79605a7 inxi: 3.2.02-1 -> 3.2.02-2 2021-01-14 20:32:59 +01:00
Michael Weiss 69dc4dc2c1 signal-desktop: 1.39.4 -> 1.39.5 2021-01-13 22:04:32 +01:00
Michael Weiss 79150e0573 chromiumDev: 89.0.4381.6 -> 89.0.4385.0 2021-01-13 17:43:12 +01:00
Michael Weiss d88ad75767 gnupg: 2.2.26 -> 2.2.27
Announcement: https://lists.gnupg.org/pipermail/gnupg-announce/2021q1/000452.html

Luckily this fixes a regression from GnuPG 2.2.26 that broke the build
of libsForQt5.qgpgme (a test failed). Fix #109009.
2021-01-12 08:33:48 +01:00
Michael Weiss d4af169467 gnupg: 2.2.26 -> 2.2.27
Announcement: https://lists.gnupg.org/pipermail/gnupg-announce/2021q1/000452.html

Luckily this fixes a regression from GnuPG 2.2.26 that broke the build
of libsForQt5.qgpgme (a test failed). Fix #109009.
2021-01-12 08:32:37 +01:00
Michael Weiss 87d2f1d2b0 inxi: 3.2.01-1 -> 3.2.02-1 2021-01-11 22:25:22 +01:00
Michael Weiss bfb627d78f gpgme: 1.15.0 -> 1.15.1 2021-01-10 16:16:24 +01:00
Michael Weiss 220bcfcf03 Merge pull request #105394 from ggreif/master
llvmPackages_11: 11.0.0 -> 11.0.1
2021-01-09 22:35:47 +01:00
Michael Weiss cb1535bba5 Merge pull request #108226 from primeos/wayvnc
wayvnc: 0.3.1 -> 0.4.0
2021-01-09 21:52:26 +01:00
Michael Weiss ef125069f4 Merge pull request #108730 from baloo/baloo/libplacebo/path-upsteam-patch
libplacebo: use upstreamed patch
2021-01-09 20:12:46 +01:00
Michael Weiss ac0fe3b0c0 wayvnc: 0.3.1 -> 0.4.0 2021-01-09 20:01:22 +01:00
Michael Weiss ada4111334 Merge pull request #108004 from colemickens/libxkbcommon
libxkbcommon: 0.10.0 -> 1.0.3
2021-01-09 19:57:44 +01:00
Michael Weiss 85b23ec5e5 Merge pull request #108155 from primeos/libplacebo
libplacebo: 2.72.2 -> 3.104.0
2021-01-09 18:32:28 +01:00
Michael Weiss 7d8351f4d7 libplacebo: 2.72.2 -> 3.104.0 2021-01-09 17:56:35 +01:00
Michael Weiss 288fb1f2ba gitRepo: 2.11 -> 2.11.1 2021-01-09 17:49:35 +01:00
Michael Weiss fa2b9b890a Merge pull request #103104 from Artturin/add-pciutils-inxi
inxi: add pciutils
2021-01-09 16:46:47 +01:00
Michael Weiss 84840c81e3 chromiumDev: 89.0.4356.6 -> 89.0.4381.6 2021-01-09 14:53:20 +01:00
Michael WeissandCole Mickens 236384f0a1 libxkbcommon: 0.10.0 -> 1.0.3
Relevant changes:
- Add libxml2 as a required dependency
- Disable libxkbregistry for now (a new but optional library -> install
  into a dedicated output when we need it)
- Set the lookup path for system data files to /etc/xkb
- Enable the tests
- Extend the meta attributes and minor code style changes

Co-Authored-By: Cole Mickens <cole.mickens@gmail.com>
2021-01-09 14:28:49 +01:00
Michael Weiss 8ae8602bf7 Merge branch 'master' into staging-next
Manually resolved a conflict in
pkgs/development/libraries/libbladeRF/default.nix.
2021-01-09 12:16:11 +01:00
Michael Weiss 95dc08e972 Merge pull request #73277 from robashton/master
Initial stab at making X11 a configurable dependency of intel-media-drivers
2021-01-08 17:06:13 +01:00
Michael Weiss f274df0cda chromiumBeta: 88.0.4324.50 -> 88.0.4324.79 2021-01-08 12:48:31 +01:00
Michael Weiss bdc86af5ec Merge pull request #108752 from marsam/fix-gpgme-darwin
gpgme: fix build on darwin
2021-01-08 12:37:08 +01:00
Michael Weiss e597a82ae6 Merge pull request #108727 from baloo/baloo/libplacebo/glsl-import
libplacebo: fixup glslang headers path

The build broke after the latest glslang update:
31bd59648f.
2021-01-07 23:32:26 +01:00
Michael Weiss e640da3120 gitRepo: 2.10 -> 2.11 2021-01-07 12:07:00 +01:00
Michael Weiss d027c59d0a Merge pull request #108631 from TredwellGit/chromium
chromium: 87.0.4280.88 -> 87.0.4280.141
2021-01-07 11:45:16 +01:00
Michael Weiss b9cbe0f8e7 fim: Fix the build by switching back to GCC 9
GCC 10 breaks the build: https://hydra.nixos.org/build/134272249
There are workarounds to fix the build with GCC 10 [0] but since
upstream is inactive it's probably best to deprecate fim soon.

[0]: https://aur.archlinux.org/cgit/aur.git/commit/?h=fim&id=66258387a099da72f7758495fb0e3c93e16068e7
2021-01-06 19:45:39 +01:00
Michael Weiss f35bf8ef29 waypipe: 0.7.1 -> 0.7.2 2021-01-05 20:17:25 +01:00
Michael Weiss 108d9ec355 dav1d: 0.8.0 -> 0.8.1 2021-01-03 19:16:10 +01:00
Michael Weiss 16b53ed1e2 html-proofer: 3.18.3 -> 3.18.5 2021-01-03 19:00:26 +01:00
Michael Weiss 6681661989 libmd: 1.0.1 -> 1.0.3 2021-01-03 18:58:43 +01:00
Michael Weiss fab050e022 Merge pull request #108286 from nrdxp/redshift-appindicator
redshift: libappindicator is linux only
2021-01-03 12:19:43 +01:00
Michael Weiss a90d0cd34c Revert "chromium/doc: mention chromedriver when updating"
This reverts commit 7e26b5456d.

With 6aea53c3ce this is now handled automatically.
2021-01-02 16:15:00 +01:00
Michael Weiss 16cf68dc7a mesa: 20.3.1 -> 20.3.2 (#108152)
This also applies the macOS patch unconditionally to avoid breakages in
the future.
2021-01-01 20:08:54 +01:00
Michael Weiss 33f91ea7b6 aml: 0.1.0 -> 0.2.0 2021-01-01 19:53:14 +01:00
Michael Weiss bea44d5ebe html-proofer: 3.18.2 -> 3.18.3 2020-12-30 18:23:43 +01:00
Michael Weiss 317215b886 intel-media-driver: 20.4.3 -> 20.4.5 2020-12-29 14:16:54 +01:00
Michael Weiss 61ae600daf git: 2.29.2 -> 2.30.0 (#107828)
The removed patch was merged into Git 2.30:
https://github.com/git/git/commit/3569e11d6999cf18549626356784c9fd74f3d43e

And the disabled test is new in Git 2.30.
2020-12-29 11:19:28 +01:00
Michael Weiss 669e4df42a Merge pull request #107669 from meutraa/update/android-studio
Update Android Studio
2020-12-27 11:58:15 +01:00
Michael Weiss 351f3c043d chromiumDev: Fix the build (libxshmfence is now required)
Error:
../../components/viz/service/display_embedder/output_presenter_x11.cc:8:10:
fatal error: 'X11/xshmfence.h' file not found
         ^~~~~~~~~~~~~~~~~
1 error generated.
2020-12-25 10:22:06 +01:00
Michael Weiss 2688e2d3fe tdesktop: 2.5.0 -> 2.5.1 2020-12-23 15:53:27 +01:00
Michael Weiss 019eb959e3 tdesktop: 2.4.7 -> 2.5.0
TODO: Add a "dev" output for tdesktop.tg_owt (now built as a shared
library).
2020-12-23 15:01:42 +01:00
Michael Weiss 86ff1e45ce ungoogled-chromium: Support enableWideVine=true
Building with Google's proprietary Widevine DRM technology requires
fetching the Google Chrome sources.
2020-12-22 13:35:40 +01:00
Michael Weiss b9ede6493f iproute2: Update the source hash
A new archive was uploaded to fix the version string.
2020-12-21 22:21:35 +01:00
Michael Weiss 21bb0f56c5 iproute2: 5.9.0 -> 5.10.0 (#107319) 2020-12-21 15:22:56 +01:00
Michael Weiss 4454fecc85 cargo-c: 0.6.18 -> 0.7.0 2020-12-21 15:13:35 +01:00
Michael Weiss b5a1da1665 lf: 17 -> 18 2020-12-19 20:59:16 +01:00
Michael Weiss 52424415bc vpcs: 0.8 -> 0.8.1
Thanks to Repology / Alpine Linux I noticed that the GNS3 team continued
the development. From their README:
> This is a continuation of VPCS, based on the last development version
> and improved with patches wrote by various people from the community.
> The original VPCS code, which is unfortunately not maintained anymore,
> can be viewed on https://sourceforge.net/p/vpcs/code/
2020-12-18 20:45:54 +01:00
Michael Weiss 94bee10904 ungoogled-chromium: Support automatic updates via update.py 2020-12-18 19:10:45 +01:00
Michael Weiss 9b846b9600 chromium: Improve update.py (documentation + linting fixes) 2020-12-18 19:10:44 +01:00
Michael Weiss be94a4cf23 ungoogled-chromium: Try to fix an evaluation error on Hydra
This should fix a regression from #106475 (hopefully this is the only
issue, my current implementation with channel+ungoogled isn't ideal):
https://github.com/NixOS/nixpkgs/pull/106475#issuecomment-748131224
2020-12-18 16:21:37 +01:00
Michael Weiss c23db78bbd libva-utils: 2.9.1 -> 2.10.0 2020-12-18 13:11:27 +01:00
Michael Weiss 7ad0bc5bd6 inxi: 3.2.00-1 -> 3.2.01-1 2020-12-18 13:04:33 +01:00
Michael Weiss 40199cd3d8 chromiumDev: 89.0.4350.4 -> 89.0.4356.6 2020-12-18 13:02:51 +01:00
Michael Weiss 39c5d116a2 chromiumBeta: 88.0.4324.41 -> 88.0.4324.50 2020-12-17 21:02:14 +01:00
Michael Weiss 653a1edb42 html-proofer: 3.18.1 -> 3.18.2 2020-12-17 20:56:54 +01:00
Michael Weiss f0c5e161e0 signal-desktop: 1.39.3 -> 1.39.4 2020-12-17 19:26:04 +01:00
Michael Weiss f5944b74e6 Merge pull request #106475 from primeos/ungoogled-chromium-merge
Merge ungoogled-chromium back into the chromium expressions
2020-12-17 19:02:21 +01:00
Michael Weiss e7b88d10a3 Merge pull request #105817 from primeos/mesa-next
mesa: 20.2.4 -> 20.3.1
2020-12-17 12:39:53 +01:00
Michael Weiss af9f917ce1 mesa: 20.3.0 -> 20.3.1 2020-12-17 12:01:08 +01:00
Michael Weiss 886e497f5d mesa: Switch from LLVM 9 to llvmPackages_latest
The radeonsi and radv (without ACO) drivers requires LLVM 11 for
GFX 10.3 [0],[1]. E.g. Arch Linux also compiles Mesa with LLVM 11 so
this should be fine.

[0]: https://docs.mesa3d.org/relnotes/20.2.0.html
[1]: https://github.com/NixOS/nixpkgs/pull/105817#issuecomment-738888102
2020-12-17 12:01:08 +01:00
Michael Weiss 3106113c9e mesa: Drop all old patches
There's no need to keep the expressions for old patches around.
Also: Apply the musl patch unconditionally to ensure that it doesn't
break after future updates.
2020-12-17 12:01:03 +01:00
Michael Weiss a9385a730b mesa: 20.2.4 -> 20.3.0 2020-12-17 11:51:02 +01:00
Michael Weiss 0761aabdae html-proofer: 3.18.0 -> 3.18.1 2020-12-17 11:45:31 +01:00
Michael Weiss 552e036e20 signal-desktop: 1.39.2 -> 1.39.3 2020-12-17 11:42:25 +01:00