294833 Commits

Author SHA1 Message Date
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
Mikael Heino
6647b720f7 ntfs-3g: update homepage
(cherry picked from commit 7ca49a701a7b6a9b90738af132f6b57e4160facd)
2021-09-03 01:48:02 +00:00
Mikael Heino
319068cc94 ntfs-3g: 2017.3.23 -> 2021.8.22
New version has important security fixes.

(cherry picked from commit 0c35c72ed4d85da1fa3f953aa2882716bb8d6332)
2021-09-03 01:48:01 +00:00
github-actions[bot]
a1049e285e
Merge staging-next-21.05 into staging-21.05 2021-09-03 00:03:31 +00:00
github-actions[bot]
7a5873a0dd
Merge release-21.05 into staging-next-21.05 2021-09-03 00:02:58 +00: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
Sergei Trofimovich
c3798535b8 mc: 4.8.26 -> 4.8.27
(cherry picked from commit 326209f03708f07545c13f5970cc3ae8a42053e1)
2021-09-02 22:35:11 +02:00
adisbladis
ed77a24bb5 qt5.qt3d: init module
(cherry picked from commit a7432ad3115c153a901cd49da24e7b766cce1e21)
2021-09-02 19:11:00 +00:00
adisbladis
edf806cf27
Merge pull request #136490 from NixOS/backport-123011-to-staging-21.05
[Backport staging-21.05] bluez: Disable kernel-dependent test test-mesh-crypto
2021-09-02 14:10:33 -05:00
Robert Scott
792dba27aa squashfsTools: add patch for CVE-2021-40153 2021-09-02 19:22:21 +01:00
github-actions[bot]
667cd91ecc
Merge staging-next-21.05 into staging-21.05 2021-09-02 18:03:02 +00:00
Josef Kemetmüller
bebbeb1918 bluez: Disable kernel dependent test-mesh-crypto
I'm having trouble building bluez on a CentOS 7.9 builder.
Turns out that the test-mesh-crypto test depends on the following Linux
kernel configuration items:
CONFIG_CRYPTO_[USER|USER_API|USER_API_AEAD|USER_API_HASH|AES|CCM|AEAD|CMAC]
and will fail if run wih an incompatible kernel with the following error
message:

    ...
    IVindex              = 12345678
    NetworkNonce         = 00800000011201000012345678
                           00800000011201000012345678 => PASS
    PrivacyRandom        = 000000000012345678b5e5bfdacbaf6c
                           000000000012345678fffd034b50057e => FAIL
    FAIL unit/test-mesh-crypto (exit status: 1)

I found the same bug reported on Gentoo https://bugs.gentoo.org/704190.
Their fix is to only run the test if the kernel options are available,
which we don't want to do for build reproducibility.
Instead we just want to skip the test unconditionally. As it's simpler
to completely override the test instead of patching the build system, we
opt for doing just that.

(cherry picked from commit 05c517698dcf6a989e364863cf5e7f6f548dd50a)
2021-09-02 18:02:37 +00:00
github-actions[bot]
eb8ef5940d
Merge release-21.05 into staging-next-21.05 2021-09-02 18:02:28 +00:00
Michael Weiss
6bfe71f2a4
Revert "chromium: 92.0.4515.159 -> 93.0.4577.63"
This reverts commit acf91fbac724fbb6763297aac8bf7b24ba1e514d.
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
Sumner Evans
7ddb48c45f
element-{web,desktop}: 1.8.1 -> 1.8.2
(cherry picked from commit 29c70e8b88e1f2ae25f44691d34ffdb073d575f5)
2021-09-02 09:06:19 -06: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
2960083854 strace: 5.13 -> 5.14
ChangeLog: https://github.com/strace/strace/releases/tag/v5.14
(cherry picked from commit e58cba3ca4a4a29800f1780c30cbe0c46a76efdd)
2021-09-02 12:52:40 +00:00
github-actions[bot]
c48f16aef0
Merge staging-next-21.05 into staging-21.05 2021-09-02 12:02:51 +00:00
github-actions[bot]
453a47f57e
Merge release-21.05 into staging-next-21.05 2021-09-02 12:02:17 +00: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
github-actions[bot]
5625cf3495
Merge staging-next-21.05 into staging-21.05 2021-09-02 00:03:28 +00:00
github-actions[bot]
c836f35b5a
Merge release-21.05 into staging-next-21.05 2021-09-02 00:02:55 +00: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
Ilan Joselevich
1c7d3cae8c pipewire: 0.3.33 -> 0.3.34
(cherry picked from commit 70de7b5b453f7bf4ef0e889a48b00c009338030d)
2021-09-01 14:56:15 +00: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]
8c5bd93046
Merge staging-next-21.05 into staging-21.05 2021-09-01 12:03:03 +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
Mario Rodas
1b7893c31a postgresql_13: 13.3 -> 13.4
https://www.postgresql.org/docs/release/13.4/
(cherry picked from commit 3290dd08a210653cb505de997d244d498ce71178)
2021-09-01 04:20:00 +00:00
Mario Rodas
d04c1e30be postgresql_12: 12.7 -> 12.8
https://www.postgresql.org/docs/release/12.8/
(cherry picked from commit 677b27c24ee49f548c5593c7938917824bf1f806)
2021-09-01 04:20:00 +00:00
Mario Rodas
1f3805f7bb postgresql_11: 11.12 -> 11.13
https://www.postgresql.org/docs/release/11.13/
(cherry picked from commit 34418e4c2a23a2a461b0b3666a6088040b5962e8)
2021-09-01 04:20:00 +00:00
Mario Rodas
44a33d44a6 postgresql_10: 10.17 -> 10.18
https://www.postgresql.org/docs/release/10.18/
(cherry picked from commit 4c5bf33b5d01bf3524cd96ddcbe6d40787f66de7)
2021-09-01 04:20:00 +00:00
Mario Rodas
297d8d1547 postgresql_9_6: 9.6.22 -> 9.6.23
https://www.postgresql.org/docs/release/9.6.23/
(cherry picked from commit 957a9bd035a9d1a032a2c881b75b42626e16a0f6)
2021-09-01 04:20:00 +00:00
github-actions[bot]
ca68084d67
Merge staging-next-21.05 into staging-21.05 2021-09-01 00:03:13 +00:00
github-actions[bot]
b6598fc6c3
Merge release-21.05 into staging-next-21.05 2021-09-01 00:02:38 +00:00