about summary refs log tree commit diff
path: root/pkgs/applications
AgeCommit message (Collapse)AuthorFilesLines
2024-05-03Merge pull request #308795 from NixOS/backport-308591-to-release-23.11Pol Dellaiera1-2/+2
[Backport release-23.11] discord: 0.0.51 -> 0.0.52
2024-05-03discord: 0.0.51 -> 0.0.52R. Ryantm1-2/+2
(cherry picked from commit 31b789ce8544f66b1cdce6633648cfce28dd0a7d)
2024-05-03google-chrome: add jnsgruk as maintaineremilylange1-1/+1
They signaled interest in issue 306010. (cherry picked from commit 1f88e2fa146c93330846958f95905e3a0d4d9cd3)
2024-05-03google-chrome: move independently of `chromium`emilylange1-15/+9
Historically, `google-chrome` used the version info and debian package FOD provided by `chromium`. This was very efficient, because `chromium` uses parts of the debian tarball for Widevine (opt-in, via `.override`). Meaning `chromium` has to track that debian tarball with each update anyway. And they always release in sync. So why keep seperate `google-chrome` from `chromium` now? - The current `chromium` maintainers are already at capacity maintaining `chromium` and have no time for `google-chrome`. - `chromium` bumps become sometimes a bottleneck for `google-chrome`. This is because `chromium` is built from source and a lot more time consuming and significantly more complex. - Lately, `chromium` and `google-chrome` both had an upstream issue under wayland with `--ozone-platform-hint`, rendering it unusable. For `chromium` we were able to patch it, since unlike `google-chrome` it's built from source. The `chromium` maintainers simply forgot that `google-chrome` might have the same issue, continued to merge the PR, rendering `google-chrome` broken. This PR also removes primeos from `meta.maintainers` since they only added themself to `google-chrome` because it inherited `chromium`'s version, stating they don't actually use `google-chrome`. Furthermore, primeos no longer maintains `chromium`. Ref 477e7d6b60e817661632ff3a8aaf2e39c4cceadc (cherry picked from commit 9f96faf9d8d5ba69f1772d087284bb6d2a67f356)
2024-05-03google-chrome: remove leftover `google-chrome-{beta,dev}` code pathsemilylange1-19/+5
Those are leftovers from when `google-chrome-{beta,dev}` were removed due to lack of maintenance in 59719f787e94f39e64e9086d08eaedd8a9e61b22. (cherry picked from commit dfd28b0c05d52782f821dbdf5e710a0a5c80d355)
2024-05-03telegram-desktop: 4.16.8 -> 5.0.0Nick Cao1-2/+2
Diff: https://github.com/telegramdesktop/tdesktop/compare/v4.16.8...v5.0.0 Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v5.0.0 (cherry picked from commit 6ecc2d869a87908becdcf4bc1ad3be8e2a4501d5)
2024-05-02opentofu: update calls to substituteInPlaceNick Cao1-1/+1
(cherry picked from commit 252f8d3423479b53dda86716b78a089188dfd925)
2024-05-02opentofu: 1.7.0-beta1 -> 1.7.0Nick Cao1-3/+3
Diff: https://github.com/opentofu/opentofu/compare/v1.7.0-beta1...v1.7.0 Changelog: https://github.com/opentofu/opentofu/blob/v1.7.0/CHANGELOG.md (cherry picked from commit aadbdc7d48913fe887fbadeb374203e463457f7d)
2024-05-02opentofu: 1.7.0-alpha1 -> 1.7.0-beta1Nick Cao1-3/+3
Diff: https://github.com/opentofu/opentofu/compare/v1.7.0-alpha1...v1.7.0-beta1 Changelog: https://github.com/opentofu/opentofu/blob/v1.7.0-beta1/CHANGELOG.md (cherry picked from commit 5105b4bcbc68e42357ae01796af15ad00c1768fd)
2024-05-02opentofu: 1.6.2 -> 1.7.0-alpha1Nick Cao1-3/+4
Diff: https://github.com/opentofu/opentofu/compare/v1.6.2...v1.7.0-alpha1 Changelog: https://github.com/opentofu/opentofu/blob/v1.7.0-alpha1/CHANGELOG.md (cherry picked from commit 25a4a18d8676fbb51b671cb75b893d2d37ce6a09)
2024-05-02opentofu: 1.6.1 -> 1.6.2Nick Cao1-2/+2
Diff: https://github.com/opentofu/opentofu/compare/v1.6.1...v1.6.2 Changelog: https://github.com/opentofu/opentofu/blob/v1.6.2/CHANGELOG.md (cherry picked from commit 55af7e2300a0b460a9703d9cb159a1c79b027794)
2024-05-02Merge pull request #308401 from NixOS/backport-308358-to-release-23.11Emily2-5/+5
[Backport release-23.11] chromium: 124.0.6367.91 -> 124.0.6367.118, lower version range of `--ozone-platform-hint` patch
2024-05-02Merge pull request #308226 from NixOS/backport-307832-to-release-23.11Nick Cao2-6/+6
[Backport release-23.11] {tor,mullvad}-browser: fix font config patch
2024-05-02Merge pull request #303337 from NixOS/backport-289215-to-release-23.11Pol Dellaiera1-5/+5
[Backport release-23.11] deltachat-desktop: 1.42.2 -> 1.44.0
2024-05-02Merge pull request #306753 from NixOS/backport-305796-to-release-23.11Pol Dellaiera1-2/+2
[Backport release-23.11] signal-desktop(aarch64): 7.3.0 -> 7.5.1
2024-05-02chromium: lower version range of `--ozone-platform-hint` patchemilylange1-2/+2
Ref: fb10ea41b2a080cb4ecac34aa12cf056d8d3f90e We had to apply this patch from M125 to M124 because at the time, chromium hasn't backported this to M124 yet. Until now! Or at least somewhat. 124.0.6367.118 shipped and has an equivalent patch now, which means that this patch is no longer needed. (Ignoring the fact that it no longer applies because of this anyway) At least on chromium. The thing is, ungoogled-chromium hasn't caught up with chromium yet, meaning it is still on < .118 and thus still needs that patch. (cherry picked from commit 85dfe83a86658f3fba80c050a774195f08fb378d)
2024-05-02chromium: 124.0.6367.91 -> 124.0.6367.118emilylange1-3/+3
https://chromereleases.googleblog.com/2024/04/stable-channel-update-for-desktop_30.html This update includes 2 security fixes. CVEs: CVE-2024-4331 CVE-2024-4368 (cherry picked from commit b71eeb5b2d7a3c7aed0cb089bfad25b23cc008fc)
2024-05-02Merge pull request #308237 from NixOS/backport-276803-to-release-23.11kirillrdy1-4/+16
[Backport release-23.11] git-hound: 1.4 -> 1.7.2 unbreak
2024-05-01freerdp: 2.11.5 -> 2.11.7Michael Adler1-2/+2
(cherry picked from commit 67b3f5964f964c63841e5ec8a85efc75a1e1dc58)
2024-05-01git-hound: 1.4 -> 1.7.2Kirill Radzikhovskyy1-4/+16
(cherry picked from commit dd647021251a01a02e5bfe1af8465eab4f5423fb)
2024-05-01{tor,mullvad}-browser: replace some sed commands with substituteInPlaceFelix Schröter2-6/+6
The new substituteInPlace commands will fail when they don't apply, which will avoid some issues. (cherry picked from commit f00481192ddbf75ada1ee02b324485104d1280c3)
2024-05-01{tor,mullvad}-browser: fix font config patchFelix Schröter2-2/+2
(cherry picked from commit c69a216eec2f8f3ae1ddbaf051666d7eff424440)
2024-05-01Merge pull request #304820 from Ma27/backport-gitea-renderer-fixMaximilian Bosch2-0/+23
[23.11] gitea: backport CSP patch in markdown renderer
2024-04-30firefox-bin-unwrapped: 125.0.2 -> 125.0.3Martin Weinelt1-409/+409
https://www.mozilla.org/en-US/firefox/125.0.3/releasenotes/ (cherry picked from commit cade5ad06a0d926dcd5ac37067dfff99dbc7dfdd)
2024-04-30firefox-unwrapped: 125.0.2 -> 125.0.3Martin Weinelt1-2/+2
https://www.mozilla.org/en-US/firefox/125.0.3/releasenotes/ (cherry picked from commit 0a694771751e1d37fa4cdef85ae550aa17104eb4)
2024-04-29Merge pull request #307212 from ↵Thomas Gerbet2-0/+75
risicle/ris-sngrep-CVE-2024-3119-CVE-2024-3120-r23.11 [23.11] sngrep: add patch for CVE-2024-3119 & CVE-2024-3120
2024-04-29Merge pull request #307669 from NixOS/backport-307579-to-release-23.11Artturi1-12/+12
[Backport release-23.11] Discord updates
2024-04-29Merge pull request #307561 from NixOS/backport-307485-to-release-23.11Nick Cao1-3/+3
[Backport release-23.11] palemoon-bin: 33.0.2 -> 33.1.0
2024-04-29why3: 1.7.1 → 1.7.2Vincent Laporte1-2/+2
(cherry picked from commit 89e1ebb1e06b6fd415397f9cd76b9ff38488e511)
2024-04-29pkgsCross.aarch64-darwin.discord-canary: 0.0.477 -> 0.0.486Artturin1-2/+2
(cherry picked from commit 5c88cde0ba69605ce17fb99fc80b21d12c812eda)
2024-04-29pkgsCross.aarch64-darwin.discord-ptb: 0.0.109 -> 0.0.110Artturin1-2/+2
(cherry picked from commit e2a67424fdbeb80a0f190c7cd8476c38f7bb4c42)
2024-04-29pkgsCross.aarch64-darwin.discord: 0.0.301 -> 0.0.302Artturin1-2/+2
(cherry picked from commit 2ebc5bd3f59f64f5d0ffd21767d716e069a07ac9)
2024-04-29discord-canary: 0.0.357 -> 0.0.369Artturin1-2/+2
(cherry picked from commit ce38e7a4afebcf07cc6fffedad45e7f156f9d787)
2024-04-29discord-ptb: 0.0.80 -> 0.0.81Artturin1-2/+2
(cherry picked from commit 9511e7af23bbf4ad7f57f5cc5015232b007bd9b1)
2024-04-29discord: 0.0.50 -> 0.0.51Artturin1-2/+2
(cherry picked from commit 44658c14579e127aaa3b58c240028ad31e51713d)
2024-04-28ungoogled-chromium: 124.0.6367.60-1 -> 124.0.6367.91-1networkException1-5/+5
Note that there's currently no release blog entry for .91 specifically. https://chromereleases.googleblog.com/2024/04/stable-channel-update-for-desktop_24.html This update includes 4 security fixes. CVEs: CVE-2024-4058 CVE-2024-4059 CVE-2024-4060 (cherry picked from commit 48f25ebe728c551bfb3bbafb237a28ecfda67bdc)
2024-04-28chromium: 124.0.6367.60 -> 124.0.6367.91networkException1-3/+3
Note that there's currently no release blog entry for .91 specifically. https://chromereleases.googleblog.com/2024/04/stable-channel-update-for-desktop_24.html This update includes 4 security fixes. CVEs: CVE-2024-4058 CVE-2024-4059 CVE-2024-4060 (cherry picked from commit 5072c7bb91802e6c0b8492a01b757771b161071d)
2024-04-28chromedriver: 123.0.6312.122 -> 124.0.6367.91networkException1-4/+4
(cherry picked from commit 95c1ffd998b90138a4910076d22e03aa6d69d52c)
2024-04-28palemoon-bin: 33.0.2 -> 33.1.0R. Ryantm1-3/+3
(cherry picked from commit dd7a10fac877d605b1cc91d3f3e94471d180622a)
2024-04-28Merge pull request #307206 from LeSuisse/octoprint-CVE-2024-28237-23.11Robert Scott1-0/+8
[23.11] octoprint: apply patch for CVE-2024-28237
2024-04-28Merge #305269: thunderbird: 115.9.0 -> 115.10.1Vladimír Čunát1-2/+2
...into release-23.11
2024-04-27sngrep: add patch for CVE-2024-3119 & CVE-2024-3120Robert Scott2-0/+75
2024-04-27octoprint: apply patch for CVE-2024-28237Thomas Gerbet1-0/+8
The 1.10.0 upgrade from #306861 seems to be too big to be safely backported. I also did not backport CVE-2024-23637: it is split across a series of patches and impacts quite sensitive parts of OctoPrint. I am not feeling confident enough to backport it and exploiting the issue requires an admin level access.
2024-04-27anydesk: 6.3.1 -> 6.3.2R. Ryantm1-2/+2
(cherry picked from commit 1af4a76beaf7403f816d42fc8ec85614be54d41c)
2024-04-27anydesk: 6.3.0 -> 6.3.1R. Ryantm1-2/+2
(cherry picked from commit a7e26c5949710061c5ee1cb61829b254f432739c)
2024-04-27anydesk: fix desktop fileJohn Garcia1-1/+1
(cherry picked from commit ae8abf36cfcdad2ccc3bf3e9c4ca7089021c51e7)
2024-04-27anydesk: use desktopItems, move passthru before metaSandro Jäckel1-30/+27
(cherry picked from commit c21d0c384484712202bb9f5a69858739f31742f5)
2024-04-27Merge pull request #305774 from NixOS/backport-304593-to-release-23.11Aleksana1-5/+8
[Backport release-23.11] brscan5: 1.3.0-0 -> 1.3.1-0
2024-04-27Merge pull request #305303 from datafoo/backport-305044-to-release-23.11Weijia Wang1-2/+2
vscode-extensions.davidanson.vscode-markdownlint: 0.54.0 -> 0.55.0
2024-04-26Merge pull request #306847 from buckley310/2024-04-25-braveThomas Gerbet1-2/+2
[23.11] brave: 1.64.113 -> 1.65.122