Commit graph

303325 commits

Author SHA1 Message Date
Michael Weiss 12e7ee0f31
Merge pull request #130877 from primeos/chromium
chromium: 91.0.4472.164 -> 92.0.4515.107
2021-07-21 11:38:02 +02:00
Michael Weiss 97570d30c7
chromium: 91.0.4472.164 -> 92.0.4515.107
https://chromereleases.googleblog.com/2021/07/stable-channel-update-for-desktop_20.html

This update includes 35 security fixes.

CVEs:
CVE-2021-30565 CVE-2021-30566 CVE-2021-30567 CVE-2021-30568
CVE-2021-30569 CVE-2021-30571 CVE-2021-30572 CVE-2021-30573
CVE-2021-30574 CVE-2021-30575 CVE-2021-30576 CVE-2021-30577
CVE-2021-30578 CVE-2021-30579 CVE-2021-30580 CVE-2021-30581
CVE-2021-30582 CVE-2021-30583 CVE-2021-30584 CVE-2021-30585
CVE-2021-30586 CVE-2021-30587 CVE-2021-30588 CVE-2021-30589

Note: This won't be the smoothest update. Chromium seems to be fine but
requires gtk3 in $LD_LIBRARY_PATH to find libgtk-3.so.0 (otherwise it
crashes during startup) but Google Chrome fails to initialize
("GPU process exited unexpectedly: exit_code=132") and requires
"--use-gl=angle --use-angle=swiftshader" for hardware(?) acceleration
(which seems to work work fine and performant but SwiftShader should
actually use the CPU instead of the GPU).
2021-07-21 11:20:38 +02:00
Sandro 01baf393d8
Merge pull request #129824 from expipiplus1/joe-mautrix
mautrix-signal: 0.1.1 -> 2021-07-01
2021-07-21 11:11:27 +02:00
Pavol Rusnak d5bece83ba
Merge pull request #130815 from r-ryantm/auto-update/fido2luks
fido2luks: 0.2.16 -> 0.2.17
2021-07-21 10:48:39 +02:00
Michael Weiss 376cab72d9
Merge pull request #130910 from r-ryantm/auto-update/android-tools
android-tools: 31.0.0p1 -> 31.0.2
2021-07-21 10:32:58 +02:00
R. RyanTM 4848fa2b06 android-tools: 31.0.0p1 -> 31.0.2 2021-07-21 08:14:11 +00:00
Vincent Laporte 621afb9980 ocaml-ng.ocamlPackages_4_13.ocaml: 4.13.0-α1 → 4.13.0-α2 2021-07-21 10:10:04 +02:00
Vladimír Čunát 16105403bd
gpgme: upstream patch for failing test
Changes cause stdenv rebuild, so for now let's only patch on i686-linux
where the test fails:
https://hydra.nixos.org/build/148090126

The issue was triggered by the last update (PR #128098).
2021-07-21 09:28:18 +02:00
Jörg Thalheim 436c1a938e
Merge pull request #128927 from andersk/appimage
appimageTools.wrapAppImage: Fix passing arguments to wrapped executable
2021-07-21 07:40:30 +01:00
R. RyanTM 4a338e3317
hashcat: 6.2.2 -> 6.2.3 (#130870) 2021-07-21 08:37:02 +02:00
Jonas Chevalier b8297c00c9
ci: add no-channel check (#109543)
* ci: add no-channel check

* Update .github/workflows/no-channel.yml

Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>

Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
2021-07-21 08:22:37 +02:00
Jörg Thalheim 7629209756
Merge pull request #130878 from q3k/q3k/go-mips
go: enable MIPS GOARCH/cross integration
2021-07-21 07:18:20 +01:00
urlordjames 4711f4b61e
pythonPackages.teletype: init at 1.1.0 (#130871) 2021-07-20 22:31:06 -04:00
R. RyanTM 5d55727b30 gnome.gnome-shell: 40.2 -> 40.3 2021-07-21 04:25:35 +02:00
Ryan Mulligan cba59ab376
Merge pull request #130716 from r-ryantm/auto-update/kmon
kmon: 1.5.3 -> 1.5.4
2021-07-20 18:58:40 -07:00
Ryan Mulligan b8d3210113
Merge pull request #130852 from seqizz/g_clipcat
nixos/clipcat: add user service module
2021-07-20 18:56:21 -07:00
zowoq 1249c9a174 gh: 1.12.1 -> 1.13.1
https://github.com/cli/cli/releases/tag/v1.13.0
https://github.com/cli/cli/releases/tag/v1.13.1
2021-07-21 11:51:46 +10:00
Mario Rodas 2588a6c9f1
Merge pull request #130589 from marsam/update-terracognita
terracognita: 0.6.3 -> 0.7.1
2021-07-20 20:02:29 -05:00
Mario Rodas a9a18814ef
Merge pull request #130868 from fabaff/bump-tfsec
tfsec: 0.48.7 -> 0.50.3
2021-07-20 20:02:13 -05:00
Aaron Andersen 4218023470
Merge pull request #130571 from aanderse/kodi-updates
kodi.packages.*: updates
2021-07-20 19:55:11 -04:00
Michael Weiss adbf99843c
Merge pull request #130880 from primeos/chromiumBeta
chromiumBeta: Temporarily build on Hydra
2021-07-21 01:09:15 +02:00
Michael Weiss af9ea49430
chromiumBeta: Temporarily build on Hydra
The stable channel update in #130877 is currently blocked due to
regressions but a cached build on Hydra might be useful for the meantime
(and that build would even be reusable if the PR is merged without any
changes).
2021-07-21 00:52:35 +02:00
Serge Bazanski c00d507f97 go: enable MIPS GOARCH/cross integration
This allows the Go compiler in nixpkgs (eg. buildGoModule) to work with
crossSystem.config == mips-*, eg mips-unknown-linux-musl, and
succesfully generate Go MIPS binaries.

nix-build -A grpcurl --arg crossSystem '{ config = "mips-unknown-linux-musl"; }'

This unfortunately cannot currently be tested on qemu-mips as Go emits
ELF files that fail to execute correctly in qemu-user (see:
https://go-review.googlesource.com/c/go/+/239217, on track to land in Go
1.17). However, I have tested this on a physical MIPS device.

I have not been able to build anything using cgo (hit various
compilation errors in C dependencies), but considering
mips-unknown-linux-musl is not a support nixpkgs target this isn't that
surprising.
2021-07-21 00:43:16 +02:00
Sandro 07a363dba1
Merge pull request #130840 from oxalica/osu-lazer
osu-lazer: 2021.707.0 -> 2021.720.0 and fix build failure
2021-07-21 00:11:12 +02:00
Sandro 702a33afaa
Merge pull request #130873 from applePrincess/exploitdb-2021-07-20
exploitdb: 2021-07-17 -> 2021-07-20
2021-07-21 00:10:26 +02:00
Sandro 9eb8808b9d
Merge pull request #130838 from r-ryantm/auto-update/cascadia-code
cascadia-code: 2105.24 -> 2106.17
2021-07-21 00:08:32 +02:00
Sandro 1809f05d6c
Merge pull request #130846 from fabaff/bump-sqlfluff
sqlfluff: 0.6.0 -> 0.6.1
2021-07-21 00:08:22 +02:00
Sandro 7834a23ec3
Merge pull request #130844 from r-ryantm/auto-update/andika
andika: 6.000 -> 6.001
2021-07-21 00:05:01 +02:00
Sandro f9f7aefb90
Merge pull request #130670 from Artturin/update-copyq
CopyQ: 3.13.0 -> 4.1.0
2021-07-21 00:03:26 +02:00
Sandro 0dab2584b6
Merge pull request #130850 from mdlayher/mdl-corerad-0.3.3
corerad: 0.3.2 -> 0.3.3
2021-07-20 23:52:42 +02:00
Sandro ad8e5050cf
Merge pull request #130789 from r-ryantm/auto-update/elementary-sound-theme 2021-07-20 23:49:59 +02:00
Sandro 5b9675edbd
Merge pull request #129775 from fabaff/bump-esptool
esptool: 3.0 -> 3.1
2021-07-20 23:49:33 +02:00
Sandro bd889b9a8b
Merge pull request #130837 from oxalica/fix/nuget
dotnetPackages.Nuget: fix runtime error
2021-07-20 23:49:14 +02:00
Sandro 0d9a904841
Merge pull request #130630 from heph2/submit/nixpkgs-my-branch 2021-07-20 23:48:42 +02:00
Sandro 51380dd429
Merge pull request #130822 from 0x4A6F/master-zellij
zellij: 0.14.0 -> 0.15.0
2021-07-20 23:47:15 +02:00
Lein Matsumaru 34141d226a
exploitdb: 2021-07-17 -> 2021-07-20 2021-07-20 21:47:01 +00:00
R. RyanTM 5f496e0da3 gnome.gnome-desktop: 40.1 -> 40.3 2021-07-20 23:19:09 +02:00
Fabian Affolter 2cc8ecd237 tfsec: 0.48.7 -> 0.50.3 2021-07-20 22:44:15 +02:00
Sandro 68885a709e
Merge pull request #130843 from ajgrf/anki-bin-desktop-entry
anki-bin: install desktop entry and man page
2021-07-20 22:33:39 +02:00
Sandro f9137f6131
Merge pull request #130817 from alyssais/tar2sqfs
squashfs-tools-ng: 1.1.1 -> 1.1.2
2021-07-20 22:33:07 +02:00
Sandro f150d0a6bd
fetchurl: replace dead sourceforge mirrors (#130834) 2021-07-20 22:32:28 +02:00
Pavol Rusnak 39a75e764a
Merge pull request #130821 from prusnak/eclair
eclair: init at 0.6.1
2021-07-20 22:28:48 +02:00
Vladimír Čunát 586a9e6bff
Merge #129506: 'staging-next' branch 2021-07-20 22:07:53 +02:00
Jonathan Ringer 1916bd8717 mill: 0.9.8 -> 0.9.9
Use the `${version}-assembly` artifact, which avoids
having to download it using the release script
2021-07-20 13:07:35 -07:00
Gürkan Gür d3c568e16a nixos/clipcat: add user service module 2021-07-20 21:40:58 +02:00
Matt Layher 5d01b52010
corerad: 0.3.2 -> 0.3.3
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2021-07-20 15:31:32 -04:00
Artturin 53b07b7f33 CopyQ: 3.13.0 -> 4.1.0 2021-07-20 22:28:03 +03:00
Fabian Affolter 0ad752febe sqlfluff: 0.6.0 -> 0.6.1 2021-07-20 21:13:43 +02:00
R. RyanTM 3c093fd023 folks: 0.15.2 -> 0.15.3 2021-07-20 21:12:48 +02:00
R. RyanTM 3e3e5dcc17 andika: 6.000 -> 6.001 2021-07-20 18:54:10 +00:00