Commit Graph

16337 Commits

Author SHA1 Message Date
Michael Weiss 9f9708fac7
chromiumBeta: Install crashpad_handler
This executable is required to fix a startup error.
TODO: Refactor the Nix expressions to allow chromiumVersionAtLeast, etc.
"everywhere" and investigate the VM test failure.

(cherry picked from commit ef7f020ec88c6aa92f3c35a4a83cd3517533d690)
2021-07-25 11:10:07 +02:00
Michael Weiss 1728c037de
chromiumBeta: 92.0.4515.70 -> 92.0.4515.80
(cherry picked from commit 11237c7d83eb87cf9b608e4917f072b8ed206b27)
2021-07-25 11:10:06 +02:00
Michael Weiss c0a0749d1c
chromiumDev: 93.0.4549.3 -> 93.0.4557.4
Would need to temporarily remove "ffmpeg" from gnSystemLibraries and
disable use_thin_lto to fix the build (theoretically).

(cherry picked from commit 5cae43456679428a675fb7074b48ceb5aa3f73e4)
2021-07-25 11:10:06 +02:00
Michael Weiss 9c2bdffc2a
chromiumDev: Fix build errors due to the older system FFmpeg
The final linking still fails though, even with llvm-git.
We might have to diable use_thin_lto for now:
ld.lld: error: undefined symbol: snappy::Compress(char const*, unsigned long, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*)
>>> referenced by compression_module.cc
>>>               thinlto-cache/Thin-ed5ed5.tmp.o:(reporting::CompressionModule::CompressRecord(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, base::OnceCallback<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, absl::optional<reporting::CompressionInformation>)>) const)
clang-13: error: linker command failed with exit code 1 (use -v to see invocation)

(cherry picked from commit fcdcb819362836505e059ef1c5cb33c737883400)
2021-07-25 11:10:05 +02:00
Michael Weiss d6b4569f80
chromiumBeta: 92.0.4515.59 -> 92.0.4515.70
(cherry picked from commit e829ab8d659cd9e8c574bd366dadaefbef8793e7)
2021-07-25 11:10:04 +02:00
Michael Weiss 04accba48c
chromiumDev: 93.0.4542.2 -> 93.0.4549.3
(cherry picked from commit c8fe353d8be0cb96e91fae004afb0b2d7b02c502)
2021-07-25 11:10:04 +02:00
Michael Weiss 4ee0ab1564
chromiumDev: Fix building from the release tarball
See https://bugs.chromium.org/p/chromium/issues/detail?id=1215229.
Before this the build failed with this error:
[101/47617] ACTION //build/util:chromium_git_revision(//build/toolchain/linux/unbundle:default)oaded_data.pbchain/linux/unbundle:default)
FAILED: gen/build/util/chromium_git_revision.h
python3 ../../build/util/lastchange.py --header gen/build/util/chromium_git_revision.h --revision-id-only --revision-id-prefix @ -m\ CHROMIUM_GIT_REVISION
ERROR:root:Failed to get git top directory from '/build/chromium-93.0.4542.2/build/util': Git command 'git git rev-parse --show-toplevel' in /build/chromium-93.0.4542.2/build/util failed: [Errno 2] No such file or directory: 'git'

(cherry picked from commit 8af443906d795aa562839f4968566dd58b76c0fd)
2021-07-25 11:10:03 +02:00
Michael Weiss dcf696ee71
chromiumBeta: 92.0.4515.51 -> 92.0.4515.59
(cherry picked from commit 28b48376b992a2126dfa79ddfbcc6c60d5c62438)
2021-07-25 11:10:02 +02:00
Michael Weiss 08c330473e
chromiumDev: 93.0.4535.3 -> 93.0.4542.2
(cherry picked from commit 0876f689d75ab65caee1c1ba02ca1be65732a90f)
2021-07-25 11:10:02 +02:00
Michael Weiss 385d6c0d60
chromiumBeta: 92.0.4515.40 -> 92.0.4515.51
(cherry picked from commit 558cb984de748cdf86f08c8bf5d410390d2503ec)
2021-07-25 11:10:01 +02:00
Luke Granger-Brown 2cc557dcae
Merge pull request #129171 from eduardosm/seafile
[Backport release-21.05] seafile-shared: 8.0.1 -> 8.0.3, seafile-client: 8.0.1 -> 8.0.3
2021-07-25 10:07:45 +01:00
Luke Granger-Brown 43aa33d9c2 google-chrome: avoid crash under some situations
If our Chrome derivation is Vulkan enabled, the Chrome GPU process
reliably crashes for me under M92 using the proprietary Nvidia drivers.
This is because the PCI-based GPU detection path fails, and we attempt
to use the Vulkan fallback instead, which then crashes(!!)

Including libpci allows us to use Angle's
src/gpu_info_util/SystemInfo_libpci.cpp path instead, which doesn't
crash, unlike src/gpu_info_util/SystemInfo_vulkan.cpp.

(cherry picked from commit 51d83077ffbca115265b04853e244179713c6518)
2021-07-25 09:06:09 +00:00
Angus Trau ae6a552c88 zoom-us: 5.7.26030.0627 -> 5.7.28852.0718
(cherry picked from commit c2461f0d67efbd642d647e827c8f234f15386fa1)
2021-07-25 17:35:48 +10:00
Martin Weinelt 31f84bb17a apache-directory-studio: 2.0.0-M15 -> 2.0.0-M17
(cherry picked from commit 6d318b6585c5b12244c91b82e12c732356e4959a)
2021-07-25 07:20:10 +00:00
oxalica 18f9a94bcd
tdesktop: bundle the default font
It's worth to think about setting -DDESKTOP_APP_USE_PACKAGED_FONTS=OFF
since it's impossible to install fonts as dependencies of packages with
Nix and tdesktop's widgets are developed only with Open Sans in mind (it
has a lot of hardcoded values and wide fonts like DejaVu may
even go out of widgets' bounds)

https://github.com/NixOS/nixpkgs/pull/130827#issuecomment-885212649
(cherry picked from commit 27585b98971f8180e12592e694d38a19c072d1bf)
2021-07-24 00:43:50 +08:00
oxalica e0952c6afd
tdesktop: patch dlopen paths
(cherry picked from commit 6019d8abff9e4cc31001d2b9a55088bdefa245cd)
2021-07-24 00:42:00 +08:00
oxalica 0006f72f88
tdesktop: use bundled libtgvoip
(cherry picked from commit 2a12ba467c49bd8885f3726fca061574a4d816cb)
2021-07-24 00:36:52 +08:00
Luflosi e2aab2ed33 ipfs: 0.9.0 -> 0.9.1
https://github.com/ipfs/go-ipfs/releases/tag/v0.9.1
(cherry picked from commit 7a4b26853aa44152027cf9a62b0be96d75158953)
2021-07-23 08:49:15 -07:00
Luflosi 576fd29e84 ipfs: install ipfs-hardened.service as well
This will be useful for hardening the IPFS NixOS module in the future.

(cherry picked from commit ad34c7697a2e696d31222b4ae7810700175933f0)
2021-07-23 08:49:15 -07:00
Michael Weiss bdf036229a signal-desktop: 5.9.0 -> 5.10.0
(cherry picked from commit 8c1f8ac915ec379872a88b2613718723dc7f6c35)
2021-07-22 10:50:12 +00:00
Maximilian Bosch 991e8aee2d ferdi: 5.6.0-beta.6 -> 5.6.0
ChangeLogs: https://github.com/getferdi/ferdi/blob/v5.6.0/CHANGELOG.md#560-beta8-2021-07-16
(cherry picked from commit 2354e8f84fc0b8694870d2c93e11b906259bd539)
2021-07-21 21:33:30 +00:00
FliegendeWurst 70f944bdee tor-browser-bundle-bin: 10.0.18 -> 10.5.2
(cherry picked from commit 42e69ba13fc6628e147a0060468ec35daada5edd)
2021-07-20 17:50:16 +00:00
OPNA2608 00c107a333 palemoon: 29.2.1 -> 29.3.0
(cherry picked from commit dbbbb190b131b2f5f53c19a3f12287dc9a61918c)
2021-07-20 16:50:49 +00:00
Artturin 6a1885ca6d discord: symlink Discord to discord to be consistent
with distros such as arch

(cherry picked from commit f0adbd1d9f71473fd21b245b867c3235a3b2846a)
2021-07-18 14:03:19 -07:00
Michael Weiss d313fefef8 ungoogled-chromium: 91.0.4472.114 -> 91.0.4472.164
(cherry picked from commit c5e29c786ffa9413a358ed3accf52e22a27f01cb)
2021-07-18 05:02:13 +00:00
Thomas Gerbet 01e9acfe66 putty: 0.74 -> 0.75
Fixes CVE-2021-36367.

(cherry picked from commit 2931283a42b800a10088738261ea422a69499c8e)
2021-07-17 13:18:39 +00:00
TredwellGit e5eac6b830 wireshark: 3.4.6 -> 3.4.7
https://www.wireshark.org/docs/relnotes/wireshark-3.4.7.html
(cherry picked from commit c9fbd30220499365baa0e7a5ea217c4ddd690e35)
2021-07-17 10:36:54 +02:00
Michael Weiss 0379b62657
Merge pull request #130363 from NixOS/backport-130360-to-release-21.05
[Backport release-21.05] chromium: 91.0.4472.114 -> 91.0.4472.164
2021-07-16 21:42:56 +02:00
Michael Weiss 76430622b7 chromium: 91.0.4472.114 -> 91.0.4472.164
https://chromereleases.googleblog.com/2021/07/stable-channel-update-for-desktop.html

This update includes 8 security fixes. Google is aware of reports that
an exploit for CVE-2021-30563 exists in the wild.

CVEs:
CVE-2021-30559 CVE-2021-30541 CVE-2021-30560 CVE-2021-30561
CVE-2021-30562 CVE-2021-30563 CVE-2021-30564

(cherry picked from commit 27523cad1edbfc0afd1a562e3408b2fa913f9483)
2021-07-16 10:24:41 +00:00
taku0 dfeaca8a8d firefox-esr: 78.11.0esr -> 78.12.0esr
(cherry picked from commit 8cef5c9fea74b5f1aae79fff154126af5925c912)
2021-07-16 07:37:18 +00:00
taku0 b56e661a78 firefox-bin: 89.0.1 -> 90.0
(cherry picked from commit 089c534c215fe8301d53efc33f80eb058eb28c5c)
2021-07-16 07:37:18 +00:00
Viacheslav Lotsmanov c4a4920b2d
psi-plus: add more build options (#129710)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
(cherry picked from commit 53ca0b16646ae358e37c396f6c5f8955977002c1)
2021-07-16 03:30:44 +03:00
Sandro cdbfb44f48 Update pkgs/applications/networking/instant-messengers/discord/base.nix
(cherry picked from commit 1f62e37efbf92dffe80a759dfb54281c7e4834a7)
2021-07-15 20:18:13 +00:00
Moritz Hedtke bef3886537 discord-canary: 0.0.125 → 0.0.126
(cherry picked from commit 06d387bfb2efd319db7cf4d7af048da9bba3a766)
2021-07-15 20:18:13 +00:00
Moritz Hedtke 77d82ccb4f discord: Fix autoupdate script
It didn't properly detect which of the versions it updated.

(cherry picked from commit 83af8ef00e33affadd1df45af48866f24625566c)
2021-07-15 20:18:13 +00:00
Michael Weiss fa46c42246 signal-desktop: 5.8.0 -> 5.9.0
(cherry picked from commit 1a81de7c7231343983b983c4787b926919eaf169)
2021-07-15 09:25:01 +00:00
Robert Hensing 63f6eb0512
Merge pull request #130215 from NixOS/backport-130165-to-release-21.05
[Backport release-21.05]  thunderbird, thunderbird-bin: 78.11.0 -> 78.12.0 [High security fixes]
2021-07-15 09:16:58 +02:00
taku0 edb21b3dbc thunderbird: 78.11.0 -> 78.12.0
(cherry picked from commit db3297a081c0af1c2f1203ad927654184fe133b0)
2021-07-14 19:34:48 +00:00
taku0 42d458e74b thunderbird-bin: 78.11.0 -> 78.12.0
(cherry picked from commit 9cff3c556f06c8c71d585230623d0b0071774e95)
2021-07-14 19:34:47 +00:00
Martin Weinelt 8728b288d1 firefox: use nss_latest for firefox >= 90 2021-07-14 16:32:30 +02:00
ajs124 88320091fa firefox: 89.0.2 -> 90.0
make gtk3Support non-optional, because it hasn't been for a long time
also make gtk2 conditional on firefox older than 90, because we can get
rid of it with firefox 90, but it's still needed by the current ESR
release

(cherry picked from commit b332794adf841262958424c623c442cc8fab92e8)
2021-07-14 16:32:30 +02:00
Michael Weiss 0f88b5e546 signal-desktop: 5.7.1 -> 5.8.0
(cherry picked from commit 5a5d6a785a4ccf5ca00c44ba4a6902830c082434)
2021-07-08 12:12:56 +00:00
ckie c06613c25d tor-browser-bundle-bin: 10.0.17 -> 10.0.18
(cherry picked from commit 4539cc164d469554d44594f7822012c97a24cc8f)
2021-07-07 23:13:28 +02:00
Viacheslav Lotsmanov 654d8f9971
psi-plus: bugfix for missing gstreamer dependencies
Voice messages don’t work without gstreamer “base” and “good” plugins.
This change adds a an override for GST_PLUGIN_SYSTEM_PATH_1_0
environment variable providing necessary dependencies.

(cherry picked from commit 20d4e8bd392ac12a9942fe6a21d2d73ed39231ea)
2021-07-06 23:12:05 +03:00
Eduardo Sánchez Muñoz 4e3128d349 seafile-client: update source hash
It looks like the tag has been modified

(cherry picked from commit 1a4c9851c2b79c4d181d9c306476714ce6a217c9)
2021-07-03 21:40:37 +02:00
Eduardo Sánchez Muñoz 39e0ac53f8 seafile-client: 8.0.1 -> 8.0.3
(cherry picked from commit 004d1683b883b126b0a604eb769757f41f098764)
2021-07-03 21:36:34 +02:00
John Ericson 0b2fbb2fef ipfs: Add 0.9.0 in addition
IPFS evolves quite fast. The network protocol is compatible, but we
don't want to force migrations on stable, so we add a new version
instead.

See #100676 for last time we did this.

(Adapted from from commit d96ccfaf16c5454aaa920ff39b38c81bcf104a3a)
2021-07-02 14:43:56 +00:00
John Ericson aa24875207 ipfs: prepare to add 0.9 in addition
(cherry picked from commit 27949d611a7cca14e21438df725f7c6356f458ac)
2021-07-02 14:36:46 +00:00
Michael Weiss 78ee2e1314 signal-desktop: 5.7.0 -> 5.7.1
(cherry picked from commit 37749817ada45d283d6af16c03ca516ae0b3f1a9)
2021-07-01 09:17:24 +00:00
Michael Weiss eb5a500b13 signal-desktop: 5.6.2 -> 5.7.0
(cherry picked from commit ea8bbfcae0508d4eff626a8467aa3ca69af46d1a)
2021-06-30 13:33:51 +00:00
taku0 4a55c281f9 firefox: 89.0.1 -> 89.0.2
(cherry picked from commit cab7d36885cbc50db77f1910d3afd1af36dace02)
2021-06-30 00:17:48 -07:00
taku0 6e66e25b06 firefox-bin: 89.0.1 -> 89.0.2
(cherry picked from commit 9c732514b7854ce42576d61d70e9705ccaf2b6a6)
2021-06-30 00:17:48 -07:00
Charlotte Van Petegem 4fae706ade qutebrowser: 2.2.3 -> 2.3.0
(cherry picked from commit 7286fc29c544f66126c955d4374a53684e4a6c37)
2021-06-29 06:55:14 +00:00
Michael Ashton 5079a07985 unison: patch 2.51.3
Add patch which fixes builds with (at least) ocaml 4.12.0, and
remove build constraint for 4.09.  Necessary because unison built
with 4.09 is not compatible with unison built with 4.12, e.g. on
recent Homebrew.

(cherry picked from commit 7282b4fc0389217c60fe788cb80d10f3e80e447d)
2021-06-29 08:23:38 +02:00
fortuneteller2k 4a774ab8f4 pan: fix build and format
(cherry picked from commit efe2e4e8c2da7ef263adcd9eaf8c1c920f6f36f1)
2021-06-27 16:22:05 +00:00
Vladimír Čunát a58ab1cef0
Merge #127383: firefox*: 89.0 -> 89.0.1 (into release-21.05) 2021-06-27 09:42:16 +02:00
Michael Weiss dcd4d90508 signal-desktop: 5.6.1 -> 5.6.2
(cherry picked from commit 07fdb0c37551c5549bff1cfc57b7bda55b718d30)
2021-06-25 13:09:55 +00:00
Shea Levy f60fb4f6d0
terraform-providers.grafana: Fix download URL.
Apologies for the pushes straight to release without PR, I will follow
the new workflow moving forward. Unfortunately my last push broke the
package in a way that was invisible locally due to the source already
being downloaded... A perfect example of why we should let ofborg
build!
2021-06-23 17:57:40 -04:00
Shea Levy 387f1644ae
terraform-providers.grafana: 1.10.0 -> 1.12.0
Requires backport due to https://github.com/grafana/terraform-provider-grafana/issues/212

(cherry picked from commit 08931215f4574af3bf9bebdd1f87b9dd4baf2341)
2021-06-23 17:41:08 -04:00
Maximilian Bosch 8498610343
Merge pull request #127831 from NixOS/backport-127699-to-release-21.05
[Backport release-21.05] element-{desktop,web}: 1.7.30 -> 1.7.31
2021-06-23 21:12:18 +02:00
Martin Weinelt 9246be50d6
Merge pull request #127366 from NixOS/backport-127340-to-release-21.05
[Backport release-21.05] appgate-sdp: 5.4.0 -> 5.4.2
2021-06-23 21:11:56 +02:00
Michael Weiss aa6f5b6f91 signal-desktop: 5.5.0 -> 5.6.1
(cherry picked from commit 150a2f0b2eed02fd3e8a22047245870600071160)
2021-06-22 22:56:36 +00:00
TredwellGit a5810d38e3 element-{desktop,web}: 1.7.30 -> 1.7.31
https://github.com/vector-im/element-web/blob/v1.7.31/CHANGELOG.md
https://github.com/vector-im/element-desktop/blob/v1.7.31/CHANGELOG.md
(cherry picked from commit 3eb0354b76e858abe8dc757a9727f67e259a8613)
2021-06-22 21:21:31 +00:00
Robert Scott 0e03bcd641
Merge pull request #127596 from elohmeier/sylpheed-bp
[21.05] sylpheed: Use SNI; fixes TLSv1.3 to imap.gmail.com
2021-06-21 22:19:49 +01:00
Michael Weiss b66e719374
Merge pull request #127650 from NixOS/backport-127549-to-release-21.05
[Backport release-21.05] ungoogled-chromium: 91.0.4472.101 -> 91.0.4472.114
2021-06-21 12:24:02 +02:00
Michael Weiss c16274a260
Merge pull request #127458 from NixOS/backport-127426-to-release-21.05
[Backport release-21.05] chromium: fix APNG support
2021-06-21 12:01:36 +02:00
Michael Weiss e8d68469fc ungoogled-chromium: 91.0.4472.101 -> 91.0.4472.114
(cherry picked from commit 4e201c1c3ca99e9067e64802a877eda1e17e8f58)
2021-06-21 09:53:28 +00:00
Enno Richter 2876d250e9 sylpheed: Use SNI; fixes TLSv1.3 to imap.gmail.com
(cherry picked from commit f28175adcf42adbdddd97aae93d7875fd56e4241)
2021-06-20 22:28:01 +02:00
github-actions[bot] 60e4d510c2
[Backport release-21.05] linkerd: 2020-05-01 -> edge-21.6.2 (#127154) 2021-06-20 08:34:48 -03:00
Artturin 9d8db40541 mailspring: add wrapGAppsHook
(cherry picked from commit 64c69fa288fbcb22a37b3059571386bd578af2fd)
2021-06-20 12:55:38 +02:00
ajs124 f56b207e75
thunderbird: pass gnupg to passthru.updateScript
this fixes the tarball job

(cherry picked from commit 4e6e9adcd4746534b2cb / PR #127504)
2021-06-20 08:28:44 +02:00
TredwellGit fbeb67dd93 chromium: fix APNG support
https://bugs.chromium.org/p/chromium/issues/detail?id=752403
(cherry picked from commit 52651ca62a9e9bf5833ffda13baed4b96b766381)
2021-06-19 11:17:50 +00:00
Michael Weiss 3f6b386e54
Merge pull request #127339 from NixOS/backport-127334-to-release-21.05
[Backport release-21.05] chromium: 91.0.4472.106 -> 91.0.4472.114
2021-06-19 12:17:53 +02:00
R. RyanTM 798a2dfaa7 bosh-cli: 6.4.3 -> 6.4.4
(cherry picked from commit dd1b9306467d6ad3cfaabfb0d8d5a79c8c76404b)
2021-06-18 19:56:26 +00:00
Robert Scott 0e9b707b1d
Merge pull request #126631 from NixOS/backport-126601-to-release-21.05
[Backport release-21.05] bosh-cli: init at 6.4.3
2021-06-18 20:38:20 +01:00
taku0 1bdbbeb81b firefox/update.nix: Use fingerprint instead of keyid
(cherry picked from commit eaef28d6c42f01f459ef16c52d017ca8665fe70b)
2021-06-18 17:40:15 +00:00
taku0 cc335b0e78 firefox-bin/update.nix: Use fingerprint instead of keyid
Co-authored-by: stigtsp <stig@stig.io>
(cherry picked from commit 044aab9fc26dc9bef5b11e2ed321bd7474929b45)
2021-06-18 17:40:15 +00:00
taku0 baeee9e9e0 firefox-bin: 89.0 -> 89.0.1
(cherry picked from commit 84306f5aae4477b57835f28ecf6195dd003cbcd2)
2021-06-18 17:40:15 +00:00
taku0 c1573ea19b firefox: 89.0 -> 89.0.1
(cherry picked from commit e330adceb95b2ef0a8456f19c4fb2010e153ccb7)
2021-06-18 17:40:15 +00:00
taku0 d612e8ab4a firefox, firefox-bin: fetch GPG key from keyring
(cherry picked from commit 1415289e67cf4a8e0ffd81088d549fbafc93e782)
2021-06-18 17:40:15 +00:00
taku0 a84016df15 firefox: fix parameter of update.nix for ESR version
(cherry picked from commit 6aaaa019ce684fad13f9b239536e04252862980d)
2021-06-18 17:40:14 +00:00
taku0 3987314eba firefox: use SHA512SUM in update.nix
(cherry picked from commit 8432387de20d211dee2be068955ba23f7920aa58)
2021-06-18 17:40:14 +00:00
R. RyanTM 450eab40ac appgate-sdp: 5.4.0 -> 5.4.2
(cherry picked from commit 8c6c14f7a6fd81f1c6b66514aca8718ede68ee1a)
2021-06-18 15:14:59 +00:00
Yurii Matsiuk b587c9883b bluejeans: 2.21.3.2 -> 2.22.0.87
(cherry picked from commit 3601c66133d63a213e5c43c4956585c0fb90c2da)
2021-06-18 14:15:49 +00:00
Yurii Matsiuk 4be685dbdd bluejeans: add update script
(cherry picked from commit ba379085a0c36a853979a4bdc0b42b0482318276)
2021-06-18 14:15:49 +00:00
Michael Weiss 3715be19ec chromium: 91.0.4472.106 -> 91.0.4472.114
https://chromereleases.googleblog.com/2021/06/stable-channel-update-for-desktop_17.html

This update includes 4 security fixes. Google is aware that an exploit
for CVE-2021-30554 exists in the wild.

CVEs:
CVE-2021-30554 CVE-2021-30555 CVE-2021-30556 CVE-2021-30557

(cherry picked from commit 0505ed81bc2a71be572117208829b5e69ea9fd65)
2021-06-18 10:48:25 +00:00
Artturin 2629acdcb0 discord-canary: 0.0.124 -> 0.0.125
(cherry picked from commit 7c7adc7b20aaf99b611b3ce666616f776bd21fee)
2021-06-16 13:03:35 -07:00
Michael Weiss 4561a449da signal-desktop: 5.4.1 -> 5.5.0
(cherry picked from commit fcda0d80a392240abdf12351b78ab32c6eaff62e)
2021-06-16 17:18:06 +00:00
Michael Weiss 2cd7bc6b9e
Merge pull request #126933 from NixOS/backport-126924-to-release-21.05
[Backport release-21.05] chromium: 91.0.4472.101 -> 91.0.4472.106
2021-06-16 12:56:10 +02:00
Stig Palmquist f13ce435a4 convos: 6.11 -> 6.24
(cherry picked from commit 09b17967b3b59bd2dffa3cbf76092aa88e112abc)
2021-06-15 15:46:41 +02:00
Michael Weiss f47f0e58dc chromium: 91.0.4472.101 -> 91.0.4472.106
https://chromereleases.googleblog.com/2021/06/stable-channel-update-for-desktop_14.html
(cherry picked from commit 8540133fb7db4ad988ea2844c429b8b547dde370)
2021-06-15 11:17:15 +00:00
Simon Thoby 9d0a88e91f nixos/services/torrent/transmission.nix: add the web UI files to apparmor allowed paths
(cherry picked from commit f02264af8244de928c9c72bba3bbd35d2ccb0de4)
2021-06-14 22:22:14 +02:00
Michael Weiss 39762d2342 ungoogled-chromium: 91.0.4472.77 -> 91.0.4472.101
(cherry picked from commit 3952d191751df8313e0ba0e17ea4818ded20e027)
2021-06-13 09:59:36 +00:00
Robert Gerus ac93a00745 weechatScripts.weechat-matrix: fix matrix_sso_helper path
server.py tries to launch a matrix_sso_helper binary when connecting to
a homeserver that uses some SSO mechanism instead of plain login and
password, but doesn't have $out/bin in $PATH.

Using substituteInPlace to patch server.py so that the helper process is
started by using its actual filesystem location instead of relying on
$PATH.

Fixes: https://github.com/NixOS/nixpkgs/issues/124186
(cherry picked from commit f7ccc5f35d0e1fe11a7e01e3dddd1ff28566ba1d)
2021-06-13 11:29:58 +02:00
Robert Scott b76c86678d bosh-cli: init at 6.4.3
(cherry picked from commit 8f3bf74e1c1689e8c04f83a2c4cf58b38c17ab33)
2021-06-11 22:45:52 +00:00
Maciej Krüger 6d9d295e38
[Backport release-21.05] x2goclient: unstable-2019-07-24 -> 4.1.2.2, fix #78907
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
(cherry picked from commit c4100d81bdbfb28f63f326204a4ee19133233a7b)
2021-06-11 11:35:20 +02:00
Anderson Torres 6d301bb54e
Merge pull request #126460 from NixOS/backport-126341-to-release-21.05
[Backport release-21.05] palemoon: 29.2.0 -> 29.2.1
2021-06-11 01:18:28 -03:00
Michal Sojka 3eb0a0f921 firefox: Make CUPS printers visible in the print dialog
Firefox 81 introduced a new print dialog. Under NixOS, this dialog
offers only "Save as PDF" as the destination. To print to a real
printer, one has to click "Print using the system dialog" and print
from there. This is not only one unnecessary extra click, but the
system dialog also does not offer preview.

With this commit, Firefox starts offering real printers in its
printing dialog, removing the above mentioned deficiencies.

CUPS is needed because Firefox uses dlopen() to load libcups.so.2 at
runtime. See
https://searchfox.org/mozilla-central/rev/b52cf6bbe214bd9d93ed9333d0403f7d556ad7c8/widget/nsCUPSShim.cpp#28

(cherry picked from commit 5102a1247103e7f23fdad9710f1887807b31e37f)
2021-06-10 17:47:30 +00:00
Michael Weiss 0312d6fcf7
chromiumDev: Install crashpad_handler
This executable is required to fix a startup error:
[990:990:0609/092114.482805:FATAL:double_fork_and_exec.cc(131)] execv /nix/store/k02xhxzn6sn2cihaal68wwsyk8cg9pkg-chromium-unwrapped-93.0.4535.3/libexec/chromium/crashpad_handler: No such file or directory (2)

Unfortunately Chromium M93 still segfaults in the VM test:
machine # [0610/100626.225850:ERROR:process_memory_range.cc(75)] read out of range
machine # [0610/100626.227312:ERROR:file_io_posix.cc(144)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or directory (2)
machine # [0610/100626.240410:ERROR:file_io_posix.cc(144)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: No such file or directory (2)
machine # [   19.810981] systemd-coredump[1015]: Process 987 (chromium) of user 1000 dumped core.

(cherry picked from commit 1d6a0d3cf24f2edcf6755fd4db1901f9e1db1ac6)
2021-06-10 19:25:42 +02:00
Michael Weiss 06924553df
chromium: get-commit-message.py: Support a new 0-day sentence
The current stable release announcement [0] uses a slightly different
message/structure.

[0]: https://chromereleases.googleblog.com/2021/06/stable-channel-update-for-desktop.html

(cherry picked from commit c02ac479ba55d802d6232cdb743f5228984e2ff9)
2021-06-10 19:25:42 +02:00
Michael Weiss ede696c79d
chromium: 91.0.4472.77 -> 91.0.4472.101
https://chromereleases.googleblog.com/2021/06/stable-channel-update-for-desktop.html

This update includes 14 security fixes. Google is aware that an exploit
for CVE-2021-30551 exists in the wild.

CVEs:
CVE-2021-30544 CVE-2021-30545 CVE-2021-30546 CVE-2021-30547
CVE-2021-30548 CVE-2021-30549 CVE-2021-30550 CVE-2021-30551
CVE-2021-30552 CVE-2021-30553

(cherry picked from commit 053f1dc49028f8f438506b187739d80d83984c16)
2021-06-10 19:25:41 +02:00
Michael Weiss b6a71637a9
chromiumDev: Revert a patch to fix the build with LLVM 12
The build was failing with:
clang++: error: unknown argument: '-fsanitize-ignorelist=../../tools/cfi/ignores.txt'

(cherry picked from commit 950b321244d541e3c4d05bb163912d53c6c063df)
2021-06-10 19:25:41 +02:00
Michael Weiss 146ff19f4f
chromiumDev: 93.0.4530.5 -> 93.0.4535.3
(cherry picked from commit 5915f689b452816381e9f4e8d9cbf32ece20f467)
2021-06-10 19:25:40 +02:00
Michael Weiss c15df2350d
chromiumDev: 92.0.4515.40 -> 93.0.4530.5
(cherry picked from commit 2c9e2b68753d89764e7ad9a47374ad541130ba84)
2021-06-10 19:25:40 +02:00
Michael Weiss b60b15b410
chromiumBeta: 91.0.4472.77 -> 92.0.4515.40
(cherry picked from commit c6890330f5bb19cf561bf9e0dfc8119766be5aed)
2021-06-10 19:25:39 +02:00
Michael Weiss c92cc2463d
chromiumDev: 92.0.4515.20 -> 92.0.4515.40
(cherry picked from commit cf6496e72bb1c698c3a1516ab6b4ed0cde516cbc)
2021-06-10 19:25:39 +02:00
Michael Weiss ddde2dd1d2
chromiumDev: 92.0.4512.4 -> 92.0.4515.20
(cherry picked from commit 136addaa6e924e642669a925a323475a2d0c207e)
2021-06-10 19:25:38 +02:00
Michael Weiss 180983e6ef
chromiumBeta: 91.0.4472.69 -> 91.0.4472.77
(cherry picked from commit b6f54db787c056ead0d4bd46697d0251adb3141c)
2021-06-10 19:25:38 +02:00
Martin Weinelt 0f924f7864
Merge pull request #126087 from NixOS/backport-125669-to-release-21.05
[Backport release-21.05] firefox-bin: Avoid including both the wrapped and unwrapped versions.
2021-06-10 16:42:40 +02:00
OPNA2608 450dd077e4 palemoon: 29.2.0 -> 29.2.1
(cherry picked from commit dc30d972bbaceb89fe3cd473f708e8071c70294c)
2021-06-10 09:16:33 +00:00
Michael Weiss d69ca2fb50 signal-desktop: 5.4.0 -> 5.4.1
(cherry picked from commit 6a11eafbc9eede9d6f981a8d1b52fae7ccc2591b)
2021-06-09 13:25:41 +00:00
Martin Weinelt 0647103d18 firefox: use nss without p11-kit
Quickfix to allow firefox to recognize certificates as trusted by
Mozilla.

Related: #126065
(cherry picked from commit 42e25d855fa959b7832fbdbc0a384294460d9258)
2021-06-09 12:55:23 +00:00
Sandro 3d04c4066f
Merge pull request #125899 from NixOS/backport-125717-to-release-21.05 2021-06-08 17:08:54 +02:00
Martin Weinelt ba13b8263f
Merge pull request #126120 from NixOS/backport-126115-to-release-21.05
[Backport release-21.05] dino: 0.2.0 -> 0.2.1
2021-06-07 23:55:18 +02:00
TredwellGit f1880322f3 element: 1.7.29 -> 1.7.30
https://github.com/vector-im/element-web/blob/v1.7.30/CHANGELOG.md
https://github.com/vector-im/element-desktop/blob/v1.7.30/CHANGELOG.md
(cherry picked from commit 445e3ce0e8c25017a058a1faa39fdd6648493731)
2021-06-07 20:46:43 +00:00
Félix Baylac-Jacqué a5ea989814 dino: 0.2.0 -> 0.2.1
Fixes https://nvd.nist.gov/vuln/detail/CVE-2021-33896.

The current 9acb54df9254609f2fe4de83c9047d408412de28 patch landed in
dino as 4592b72dfa324d8a4b9f8c25b359110889b2206c. Removing it from the
patch list.

(cherry picked from commit 70173c1519118a5ec79b8e7969b2f91c78e8c297)
2021-06-07 20:17:09 +00:00
Vladimír Čunát 75029d2f14
Merge #125624: thunderbird*: 78.10.2 -> 78.11.0 2021-06-07 20:14:16 +02:00
Nicolas B. Pierron 440f0ac466 firefox-bin: Avoid including both the wrapped and unwrapped version when using nix run command.
In order to make the man pages accessible, the previous code used
nix-support/propagated-user-env-packages. However this file is also used to set
the PATH when the application is executed with `nix run`, thus including the
wrapped and the wrappee in the environment.

Having the wrappee enumerated first in the environment caused `firefox` to
default to the wrappee, and as such not being able to find a proper GTK. This
was a source of failures while opening a file-picker.

This change removes the code to propagate the wrappe in the environment, as the
man pages are already linked in the wrapper output.

(cherry picked from commit efef092ba59259fb2654038bbd952baca5c8bab7)
2021-06-07 16:08:19 +00:00
FliegendeWurst debf52168f tor-browser-bundle-bin: 10.0.16 -> 10.0.17
(cherry picked from commit 0fc1a3d0d89ce06992714c690449c45713af75a6)
2021-06-07 00:46:59 +00:00
FliegendeWurst 92353fcd62 tor-browser-bundle: delete unused extensions.nix
(cherry picked from commit 1b73aa2aea013f23614fe5a5a61621cc6d06c908)
2021-06-07 00:45:13 +00:00
Vladimír Čunát 3776ceb792
Merge #125141: firefox-bin: 88.0.1 -> 89.0 (into release-21.05) 2021-06-06 09:17:58 +02:00
Artturin 9e1f63c0d2 discord-canary: 0.0.123 -> 0.0.124
(cherry picked from commit f3dac01a71b08ae6f9f533b5096f742db54f56f4)
2021-06-06 03:54:09 +00:00
Sandro 275a275cf7
[Backport release-21.05] viber: use webarchive for a stable source (#125868)
Co-authored-by: Artturin <Artturin@artturin.com>
2021-06-06 02:04:01 +02:00
Sandro d7b50ba9b5
Merge pull request #125231 from NixOS/backport-124716-to-release-21.05
[Backport release-21.05] brave: 1.24.86 -> 1.25.68
2021-06-06 01:32:36 +02:00
Artturin d5b481dd69 viber: use webarchive for a stable source
(cherry picked from commit 24ba97a40beb3bc913ab724c8e66b97a06d52db1)
2021-06-05 23:16:08 +00:00
Robert Scott f0f9b4ef89
Merge pull request #125782 from NixOS/backport-125645-to-release-21.05
[Backport release-21.05] wireshark: 3.4.5 -> 3.4.6
2021-06-05 13:53:35 +01:00
Maximilian Bosch 01ec377896
Merge pull request #125786 from NixOS/backport-125732-to-release-21.05
[Backport release-21.05] rambox: unmaintain & mark as insecure
2021-06-05 14:08:35 +02:00
Maximilian Bosch d54d20e1c1
Merge pull request #125787 from NixOS/backport-125723-to-release-21.05
[Backport release-21.05] ferdi: 5.6.0-beta.5 -> 5.6.0-beta.6, improve XWayland support
2021-06-05 14:08:24 +02:00
Ilan Joselevich b7833a0724 jitsi-meet-electron: 2.8.5 -> 2.8.6
(cherry picked from commit 29c70d515a827c043fcef37ddbb675cd620f9301)
2021-06-05 14:05:15 +02:00
Eduardo Sánchez Muñoz 4a6b102088 teams: enable appindicator tray icon support
(cherry picked from commit de7986d7afd9f140ebc43e8a95bdb7f1f7ed08af)
2021-06-05 13:58:48 +02:00
Maximilian Bosch 1eb5ab963a ferdi: 5.6.0-beta.5 -> 5.6.0-beta.6, improve XWayland support
ChangeLog: 1886c8abed/CHANGELOG.md (560-beta6-2021-05-31)

Even though this isn't explicitly noted in the Changelog, this seems to
have fixed the Element integration for me.

Additionally, I added a (hacky) `xdg-open` wrapper which removes the
`GDK_BACKEND` variable to fix the XWayland integration[1]. The problem
is that if a Firefox is running with Wayland (`ferdi` is running under
X11) and `GDK_BACKEND=x11` is passed to the `xdg-open` (and thus
`firefox`) process, Firefox refuses to start since another instance of
it is running under Wayland (but attempts to start in X11 mode because of
`GDK_BACKEND=x11`).

[1] https://github.com/electron/electron/issues/28436

(cherry picked from commit cd4ad7d2fee90fc3afb9f3f3957a7289f02f89dc)
2021-06-05 11:44:32 +00:00
Maximilian Bosch ef186b47af rambox: unmaintain & mark as insecure
Rambox hasn't had a stable release in a while and an increasing number
of issues which is why I don't intend to use this anymore.

While taking a closer look at the source I also realized that it uses
Electron 7.2.4[1]. This is not only EOLed[2], it also contains a few
security vulnerabilities which is why I decided to mark it as insecure.

A few (most likely not all) vulnerabilities can be found by looking at
the Electron 7 changelog[3]: after 7.2.4 there were a few more releases
with security backports - mostly from Chromium. Security issues that
were found later on (and are probably exploitable on the dependency
chain of rambox) aren't listed here. I only added two issues that seemed
applicable to `rambox`, but I haven't researched enough to check the
other ones.

[1] https://github.com/ramboxapp/community-edition/blob/0.7.7/package.json#L70
[2] https://www.electronjs.org/docs/tutorial/support#currently-supported-versions
[3] https://www.electronjs.org/releases/stable?version=7

(cherry picked from commit e2a15cd395f1e137c680d22f83cd195caf3d6c14)
2021-06-05 11:44:21 +00:00
TredwellGit e2fccba4ef wireshark: 3.4.5 -> 3.4.6
https://www.wireshark.org/docs/relnotes/wireshark-3.4.6.html
(cherry picked from commit 15974f58b8c216cf268f8c2302b036db701b31cd)
2021-06-05 11:25:01 +00:00
Michael Weiss 08866897e3 signal-desktop: 5.3.0 -> 5.4.0
(cherry picked from commit f5be28bcc98e0a091c69df8d4e88a7b52452eb38)
2021-06-05 09:35:26 +00:00
Vladimír Čunát 3903d2d41d
Merge #125139: firefox: 88.0.1 -> 89.0 (into release-21.05) 2021-06-04 09:35:18 +02:00
taku0 a593d12cec thunderbird-bin: 78.10.2 -> 78.11.0
(cherry picked from commit 79f71ef9aab48926e8cd0708afa45b0d611808f0)
2021-06-04 07:31:00 +00:00
taku0 5527182b0b thunderbird: 78.10.2 -> 78.11.0
(cherry picked from commit 7267b80c71df31360bab7fcfacb644081a850bf4)
2021-06-04 07:31:00 +00:00
Jonathan Ringer d0db001244 tdesktop: add optional dependencies
(cherry picked from commit fa3517c57a831f56fdb5c60f573ac1c70d5f16eb)
2021-06-03 22:24:50 -07:00
Jonathan Ringer 1de618903e tdesktop: 2.7.4 -> 2.7.5
(cherry picked from commit be72f6a7ce5f2cefbfc7ade175669494e65c3d8a)
2021-06-03 22:24:50 -07:00
Martin Weinelt 40203c4061
Merge pull request #125336 from NixOS/backport-125306-to-release-21.05
[Backport release-21.05] firefox-esr: 78.10.1esr -> 78.11.0esr
2021-06-03 05:12:51 +02:00
Johannes Schleifenbaum 424a8e18f5 pantalaimon: install manuals
(cherry picked from commit f42a1d9df5a413cd80b36081922aaf3b7c33f8e6)
2021-06-02 18:00:01 +00:00
Robert Hensing 297970378b
Merge pull request #125341 from hercules-ci/backport-podman-improvements
[Backport release-21.05] podman improvements
2021-06-02 18:23:15 +02:00
Robert Schütz 22e2e017df qutebrowser: 2.2.2 -> 2.2.3
https://github.com/qutebrowser/qutebrowser/releases/tag/v2.2.3
(cherry picked from commit 29043644b0119bd3c5e695fb90ea5e52b4656045)
2021-06-02 11:54:54 +00:00
Robert Hensing c758b69375 nixos/podman-dnsname: init
(cherry picked from commit 54f2f1e5f1c7fd34e564a84443e8490477e26eb7)
2021-06-02 10:20:11 +02:00
Robert Hensing 03e08759f7 dnsname-cni: Use wrapper instead of patch for dnsmasq
The patch proved to be an incomplete solution while developing
nixosTests.podman-dnsname

(cherry picked from commit 651777934941480a36f7df9c434e6044957d045d)
2021-06-02 10:20:11 +02:00
Mark Vainomaa d33aa3d0d3 dnsname-cni: init at 1.1.1
(cherry picked from commit 5826e9020636c8ba3bc311294ce78b6466fd2b24)
2021-06-02 10:20:10 +02:00
Martin Weinelt 8ab70f5edc firefox-esr: 78.10.1esr -> 78.11.0esr
https://www.mozilla.org/en-US/firefox/78.11.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2021-24/
(cherry picked from commit f42ea75dec8fff9becbdf2094044485ec103dcd1)
2021-06-02 06:53:38 +00:00
R. RyanTM b17110e2de brave: 1.24.86 -> 1.25.68
(cherry picked from commit f625036c9eb78d4c8cae069d82647628fa986f18)
2021-06-01 14:43:02 +00:00
Jonathan Ringer a1d551b23b
discord: fix runtime linking
(cherry picked from commit c5bed409b29dfbf467a71fab9679cf189ccfa428)
2021-06-01 07:34:28 -04:00
wearemnr 803502aaae
discord: 0.0.14 -> 0.0.15
(cherry picked from commit 501e54080dfc82c41011d371677a7390eab61586)
2021-06-01 07:34:18 -04:00