Commit Graph

294389 Commits

Author SHA1 Message Date
Artturin 3adca1abf6 nixos/pipewire: use absolute path for jack libs
(cherry picked from commit 756e60344fd83427148d8acf416c63573404a2e9)
2021-09-03 13:40:40 +00:00
Michael Weiss b5d1601f7a
Merge pull request #136562 from primeos/llvm-backport
[21.05] Backport LLVM 13
2021-09-03 13:34:11 +02:00
Michael Weiss 7055f658d9
Merge pull request #136561 from primeos/chromium-backport
[21.05] Backport the first batch of Chromium patches
2021-09-03 11:52:51 +02:00
Michael Weiss 56ebee647a
llvmPackages_13: 13.0.0-rc1 -> 13.0.0-rc2
Upstream backported 5060224d9eed8b8359ed5090bb7c577b8575e9e7:
93da37dc58

(cherry picked from commit bac15390f5dbe8072b7acc77329e68a9fdfb5758)
2021-09-03 11:40:30 +02:00
Yureka 90cb748196
llvmPackages_13.libcxx: mark as broken on darwin
(cherry picked from commit f8230bb0f482e639b09d84c2ffaf2ca95c179427)
2021-09-03 11:40:29 +02:00
Yureka 373402fb6d
llvm_13: fix tests on non-x86 platforms
(cherry picked from commit 48d1e393c03cfbb9c00979a28f99f9a8bd2dac94)
2021-09-03 11:40:28 +02:00
Yureka 036e4b3df8
llvm_13: workaround for llvm bug 50611
https://bugs.llvm.org/show_bug.cgi?id=50611
(cherry picked from commit 91b15b6dcfd2d394e707fdfaa10d563bbf2f8198)
2021-09-03 11:40:27 +02:00
Michael Weiss bcfaa8041c
pkgsi686Linux.llvmPackages_13.compiler-rt: fix build
Ported from a7c4537a729929f6670349f67d248ffb6ff800da.

(cherry picked from commit c8db49f0a939ce2219b41f8d3993268ceeef05f1)
2021-09-03 11:40:26 +02:00
Michael Weiss 81aa38b83d
llvmPackages_13.lldb: python into lib & wrap binary
Ported from cc7740ae770c52ac1f385aa25cfc143fe79c6b6e.

(cherry picked from commit a5f0733461e6937d0397e2afdef73db15f748c61)
2021-09-03 11:40:25 +02:00
Michael Weiss 11d06468b3
llvmPackages_13.lldb: fix python lldb library
Ported from e097f7efc77726a17acca7be3e6e2346331883f3.

(cherry picked from commit a6defaf953d4470a9dcf8cae3bef1c2c4d17f296)
2021-09-03 11:40:25 +02:00
Michael Weiss 80f644e0d2
llvmPackages_13.compiler-rt: fix build on darwin
Ported from cf4e1b9e62ab987552eb676f7618ea085f12a751.

(cherry picked from commit 6a1354b1fc14dfd549bd88f58aede0178f489415)
2021-09-03 11:40:24 +02:00
Michael Weiss cb51b0e984
llvmPackages_13.clang: fix linker invocation with LLVMgold plugin
Ported from 3530837417da13076a2c8412de2c0c385dfbd648.

(cherry picked from commit c858c42002313cc5f9c837c10d8b3babddc77b32)
2021-09-03 11:40:23 +02:00
Michael Weiss 90c3f09977
llvmPackages_13: init at 13.0.0-rc1
(cherry picked from commit 2540b66ba652d68d9f1ba487d516c22f8ae69bec)
2021-09-03 11:40:19 +02:00
Michael Weiss ebd2a830dc
llvmPackages_13: Copy from llvmPackages_git
(cherry picked from commit f3f86d47220e2c2332d60f6bd0a89b76a628529d)
2021-09-03 11:39:05 +02:00
Michael Weiss 7ab6adf608
chromium: get-commit-message.py: Support specifying a version
This makes the usage from update.py more robust.
It also adds a workaround for [0] which currently lacks a title.

[0]: https://chromereleases.googleblog.com/2021/08/the-stable-channel-has-been-updated-to.html

(cherry picked from commit 9bc2d82b55549f0786f729fdc080335d8aa4a8a8)
2021-09-03 11:30:41 +02:00
Michael Weiss ba876b30f2
chromiumDev: 93.0.4577.18 -> 94.0.4595.0
(cherry picked from commit f9eb20c0a96c01f60a8162d228eede544f7e230e)
2021-09-03 11:30:40 +02:00
Michael Weiss c46ea2796f
chromium: update.py: Implement automatic committing of the updates
This functionality saves some unnecessary work.

(cherry picked from commit e143dc53b23a56621a2da13cf8698bea7521f94a)
2021-09-03 11:30:39 +02:00
Felix Buehler 1361a07a95
chromium: remove phases
(cherry picked from commit 2ae5f1a6b85dbc632ad3a800b2639e633dc6d89e)
2021-09-03 11:30:38 +02:00
Michael Weiss 3ababf6d04
chromium: Drop our closure_compiler patch for Java
Hopefully the Java dependency can be dropped soon:
https://bugs.chromium.org/p/chromium/issues/detail?id=1192875#c5

(cherry picked from commit 8505750ac89a1aee154038f6ac9c30cbdd221cfe)
2021-09-03 11:28:51 +02:00
Michael Weiss 701cb52607
chromium: Drop two gn overrides that are not required anymore
The chromium and chromiumBeta builds still succeed.

(cherry picked from commit 2682531c67cefc5110adfa546bfdc66e6374e91f)
2021-09-03 11:27:08 +02:00
Michael Weiss 65b3f3f186
chromium: Restructure gnFlags
This doesn't cause any rebuilds because we use a set but should make it
a bit easier to understand what's going on. This also moves two flags
that where incorrectly in "optionalAttrs pulseSupport" (enabled by
default) out of there.
The native client deprecation is stated here:
https://developer.chrome.com/docs/native-client/

(cherry picked from commit 555c3afaf2b17af6ad06ae82b545ca06e252bcd1)
2021-09-03 11:27:08 +02:00
Michael Weiss aa0e9cfd1e
chromiumBeta: 92.0.4515.107 -> 93.0.4577.18
(cherry picked from commit d7ab681b7aa525b4c3081473ab68dd13ae85c7b2)
2021-09-03 11:27:07 +02:00
Michael Weiss e77d77484a
chromiumDev: 93.0.4577.15 -> 93.0.4577.18
(cherry picked from commit 7f8de3536ab224357110274441c209f8291a6cbd)
2021-09-03 11:27:06 +02:00
Michael Weiss 1ffa4bbbd6
chromiumDev: 93.0.4577.8 -> 93.0.4577.15
(cherry picked from commit 68adc7b81c4743f3314aa720c2ac2a0e6d7e44e1)
2021-09-03 11:27:05 +02:00
Michael Weiss cb026a4a09
chromiumDev: Fix the build
Our system FFmpeg version is too outdated and Snappy causes a linking
failure (I didn't have time to investigate yet). Hopefully we can revert
this before the stable release of M93.

(cherry picked from commit bd22d2425cb7f14b1f98f7432e6ad38208609adb)
2021-09-03 11:27:05 +02:00
Michael Weiss 4dbbc50b30
chromium: Merge the installPhase command strings
This wasn't done in 97570d30c7f to allow reusing chromiumBeta builds
(without having to perform any changes) in the meantime.

(cherry picked from commit 9ac31885527059cfc150343e576216e712408d1b)
2021-09-03 11:27:04 +02:00
Michael Weiss 81c33c7969
chromium: Minimize the diff to nixos-unstable
Keeping the diff minimal makes backporting updates easier.
This is basically e9e5f5f84de backported for Chromium.
2021-09-03 11:23:03 +02:00
nixpkgs-upkeep-bot 0950b449b5 vscodium: 1.59.1 -> 1.59.1
(cherry picked from commit 5ecadf00522c7ecbfef64a41f9402722040ccedb)
2021-09-03 16:55:08 +09:00
adisbladis 2fe9d531d0
Merge pull request #136494 from NixOS/backport-136228-to-release-21.05
[Backport release-21.05] qt5.qt3d: init module
2021-09-02 17:11:13 -05:00
adisbladis ed77a24bb5 qt5.qt3d: init module
(cherry picked from commit a7432ad3115c153a901cd49da24e7b766cce1e21)
2021-09-02 19:11:00 +00:00
Michael Weiss 6bfe71f2a4
Revert "chromium: 92.0.4515.159 -> 93.0.4577.63"
This reverts commit acf91fbac7.
Reason: I didn't pay enough attention, this lacks additional backports,
sorry!
2021-09-02 17:55:10 +02:00
Michael Weiss ea2023628b
Merge pull request #136386 from NixOS/backport-136373-to-release-21.05
[Backport release-21.05] chromium: 92.0.4515.159 -> 93.0.4577.63
2021-09-02 17:53:25 +02:00
Anderson Torres ec1c2a06cb
Merge pull request #136424 from NixOS/backport-136382-to-release-21.05
[Backport release-21.05] palemoon: 29.4.0.1 -> 29.4.0.2
2021-09-02 10:21:00 -03:00
Maximilian Bosch 796e823083
Merge pull request #134492 from NixOS/backport-134335-to-release-21.05
[Backport release-21.05] element-{web,desktop}: 1.7.34 -> 1.8.1
2021-09-02 13:44:14 +02:00
Martin Weinelt b642e782d8
Merge pull request #136458 from mweinelt/21.05/fix-httplib2 2021-09-02 13:22:16 +02:00
Robert Schütz 32d97638ed python3Packages.httplib2: fix tests
(cherry picked from commit f019d3adb27c2754f1c122ea945aa51ea4347819)
2021-09-02 13:02:12 +02:00
Martin Weinelt 8db3d39036
Merge pull request #136450 from LeSuisse/mosquitto-2.0.12-21.05 2021-09-02 13:00:35 +02:00
Thomas Gerbet 476832f9ba mosquitto: 2.0.11 -> 2.0.12
https://github.com/eclipse/mosquitto/blob/v2.0.12/ChangeLog.txt
(cherry picked from commit d4c75580c18c78bdf81810dc73aab76e10754190)
2021-09-02 10:56:25 +02:00
Thomas Gerbet 24caf232b7 mosquitto: 2.0.10 -> 2.0.11
Fixes CVE-2021-34431.

https://github.com/eclipse/mosquitto/blob/v2.0.11/ChangeLog.txt
(cherry picked from commit ded0f0ede6c5ebda4eb88e8158a4115b2780a9fe)
2021-09-02 10:56:21 +02:00
OPNA2608 5feba0ecf7 palemoon: 29.4.0.1 -> 29.4.0.2
(cherry picked from commit 080b1486041d214754cf25f4f1e94e05cba36184)
2021-09-01 23:37:42 +00:00
Vladimír Čunát 3e09410da0
Merge branch 'staging-next-21.05' into release-21.05
There's not even half of all binaries yet, but let's move this forward
and get the -small channel going with secure openssl.
2021-09-01 22:48:45 +02:00
Pavol Rusnak abd8e8f9fb
Merge pull request #136099 from prusnak/electron-21.05
[21.05] electron_12: 12.0.17 -> 12.0.18
2021-09-01 22:47:55 +02:00
Martin Weinelt 71be98642c
Merge pull request #136342 from mweinelt/21.05/firefox 2021-09-01 21:01:06 +02:00
Michael Weiss acf91fbac7 chromium: 92.0.4515.159 -> 93.0.4577.63
https://chromereleases.googleblog.com/2021/08/stable-channel-update-for-desktop_31.html

This update includes 27 security fixes.

CVEs:
CVE-2021-30606 CVE-2021-30607 CVE-2021-30608 CVE-2021-30609
CVE-2021-30610 CVE-2021-30611 CVE-2021-30612 CVE-2021-30613
CVE-2021-30614 CVE-2021-30615 CVE-2021-30616 CVE-2021-30617
CVE-2021-30618 CVE-2021-30619 CVE-2021-30620 CVE-2021-30621
CVE-2021-30622 CVE-2021-30623 CVE-2021-30624

(cherry picked from commit d04f44f7e8d6f475e91e5539becf156676caff5c)
2021-09-01 13:53:53 +00:00
github-actions[bot] f3307f7b93
Merge release-21.05 into staging-next-21.05 2021-09-01 12:02:24 +00:00
Pascal Bach 110a2c9ebb
Merge pull request #136268 from NixOS/backport-135929-to-release-21.05
[Backport release-21.05] nextcloud22: 22.1.0 -> 22.1.1
2021-09-01 09:24:39 +02:00
github-actions[bot] b6598fc6c3
Merge release-21.05 into staging-next-21.05 2021-09-01 00:02:38 +00:00
Martin Weinelt 441c74d110 firefox-bin: 91.0.1 -> 91.0.2
(cherry picked from commit f6187a43a06b76ffd467646ab49ac0421d50d22c)
2021-08-31 23:54:36 +02:00
Martin Weinelt 8bddec8899 firefox: 91.0.1 -> 91.0.2
(cherry picked from commit 01b534e8884a6a997a1f382297c513d5c8a0d9b9)
2021-08-31 23:54:36 +02:00
Robert Scott df7a756cbc
Merge pull request #136325 from NixOS/backport-136167-to-release-21.05
[Backport release-21.05] grilo: add patch for CVE-2021-39365
2021-08-31 21:48:58 +01:00