Commit Graph

708887 Commits

Author SHA1 Message Date
networkException
439ec33ea7 chromium: use cached dependencies from other attributes in update script
This patch extends the caching mechanism of the chromium
update scripts to use cached dependencies of all attributes
in the lockfile.

When updating ungoogled-chromium for example, the update script
will now use cached dependencies from vanilla chromium, usually
meaning that no additional fetching has to be done.

(cherry picked from commit 68d51619a2)
2024-11-21 10:35:45 +00:00
Emily
28626e01c5
[Backport release-24.11] chromium: fetch src from git instead of using release tarball, {ungoogled-,}chromium,chromedriver: 130.0.6723.116 -> 131.0.6778.69/85 (#357678) 2024-11-21 11:34:40 +01:00
Aleksana
991904fa88
[Backport release-24.11] git-smash: init at 0.1.1 (#357810) 2024-11-21 18:28:36 +08:00
Atemu
6490cdc578
[Backport release-24.11] linux_xanmod, linux_xanmod_latest: 2024-11-17 (#357564) 2024-11-21 10:58:13 +01:00
Franz Pletz
aea647643b
[Backport release-24.11] wget: 1.24.5 -> 1.25.0 (#357202) 2024-11-21 10:37:21 +01:00
Jon Seager
138a472850
[Backport release-24.11] google-chrome: 131.0.6778.69 -> 131.0.6778.85 (#357821) 2024-11-21 09:09:59 +00:00
John Titor
0016cd3dff google-chrome: 131.0.6778.69 -> 131.0.6778.85
(cherry picked from commit bd6d61f02d)
2024-11-21 08:35:42 +00:00
Bazyli Cyran
bceb563011 git-smash: init at 0.1.1
(cherry picked from commit 63cc45e9ea)
2024-11-21 08:22:03 +00:00
Aleksana
a5a963c1a2
[Backport release-24.11] upscaler: init at 1.4.0 (#357475) 2024-11-21 16:18:54 +08:00
Aleksana
1f7fe81f2e
[Backport release-24.11] snipaste: add desktop entries (#357806) 2024-11-21 16:14:28 +08:00
panda2134
4784023f58 snipaste: add desktop entries
(cherry picked from commit f56bbed24b)
2024-11-21 08:13:28 +00:00
Naïm Camille Favier
f17a91f464
[Backport release-24.11] nixos/libreswan: use environment.etc."ipsec.secrets".text (#357775) 2024-11-21 08:19:13 +01:00
Naïm Favier
65933c9eb9 nixos/libreswan: use environment.etc."ipsec.secrets".text
This is to ensure compatibility with the networkmanager module, which
uses the `text` option.

(cherry picked from commit b294762bb9)
2024-11-21 07:18:48 +00:00
José Romildo Malaquias
ed0df42190
[Backport release-24.11] ibm-plex: 6.4.0 -> 1.1.0, add @ryanccn as maintainer (#357741) 2024-11-20 23:35:03 -03:00
Ryan Cao
99a571aea7 ibm-plex: add @ryanccn as maintainer
(cherry picked from commit da4a805906)
2024-11-21 01:45:45 +00:00
Ryan Cao
e6db7d6820 ibm-plex: 6.4.0 -> 1.1.0
(cherry picked from commit 18ad5961d2)
2024-11-21 01:45:45 +00:00
Yt
8b31f63a2b
[Backport release-24.11] meilisearch: migrate to the new macOS SDK (#357349) 2024-11-20 18:48:52 -05:00
Nick Cao
fd3a0748f0
[Backport release-24.11] alembic: fix hash (#357637) 2024-11-20 17:17:00 -05:00
Gaétan Lepage
4cb4d316e6
[Backport release-24.11] mission-center: use RUSTFLAGS to link libGL and libvulkan; adopt (#357509) 2024-11-20 23:09:46 +01:00
emilylange
7b74a044f9 chromium,chromedriver: 131.0.6778.69 -> 131.0.6778.85
https://chromereleases.googleblog.com/2024/11/stable-channel-update-for-desktop_19.html

This update includes 3 security fixes.

CVEs:
CVE-2024-11395

(cherry picked from commit eaa1bb9980)
2024-11-20 21:48:11 +00:00
emilylange
03b6fa3e21 ungoogled-chromium: 130.0.6723.116-1 -> 131.0.6778.69-1
https://chromereleases.googleblog.com/2024/11/stable-channel-update-for-desktop_12.html

This update includes 12 security fixes.

CVEs:
CVE-2024-11110 CVE-2024-11111 CVE-2024-11112 CVE-2024-11113
CVE-2024-11114 CVE-2024-11115 CVE-2024-11116 CVE-2024-11117

(cherry picked from commit 54d69a3c79)
2024-11-20 21:48:11 +00:00
emilylange
ebd96b1e40 chromium,chromedriver: 130.0.6723.116 -> 131.0.6778.69
https://chromereleases.googleblog.com/2024/11/stable-channel-update-for-desktop_12.html

This update includes 12 security fixes.

CVEs:
CVE-2024-11110 CVE-2024-11111 CVE-2024-11112 CVE-2024-11113
CVE-2024-11114 CVE-2024-11115 CVE-2024-11116 CVE-2024-11117

(cherry picked from commit 875ae81fe5)
2024-11-20 21:48:11 +00:00
emilylange
7f0b52f1aa chromium: fetch src from git instead of using release tarball
This builds upon Yureka's work to build electron from source.
A lot of the newly introduced changes to the chromium derivation and
update script are 1-to-1 copies or slight derivates of that work.

Especially the newly added depot_tools.py to resolve the DEPS files does
most of the heavy lifting and is an ever so slightly modified version of
that section Yureka implemented in electron's update.py.

Some coordination between the chromium and electron maintainers should
allow us to deduplicate a lot of the duplicated code fairly easily in
the future.

That just wasn't a goal with this commit, due to time constraints and
the urgency to switch away from the release tarballs.

Instead of taking just a few hours for a tarball to be available for
download after a release, it now takes multiple days at least.

At the time of writing, roughly a week after M131 was released, the
tarball is still not available. It's unclear if it will ever be.

Reason for this are CI issues on Google's side.

Note that virtually every release contains some security critical fixes.

Also note that this commit is written with a lot of conditionals so the
electron derivation doesn't change (just yet).

The new update.mjs update script is still very much work-in-progress but
gets the job done.

Co-Authored-By: Yureka <yuka@yuka.dev>
(cherry picked from commit 8dd2f1add9)
2024-11-20 21:48:11 +00:00
emilylange
27a9cb1168 chromium: remove "channel" argument
This is no longer used as we only differentiate between stable and
ungoogled-chromium, which we already track in the "ungoogled" boolean.

Beta and dev channels are gone for good.
It's been a year since their removal in 59719f787e.

There is, however, an additional channel mapping in nixos/tests/chromium
but that one is independent from this one here.

(cherry picked from commit ebb40bd5c2)
2024-11-20 21:48:11 +00:00
Pol Dellaiera
f9b758017c
[Backport release-24.11] evdi: 1.14.6 -> 1.14.7 (#357667) 2024-11-20 22:22:31 +01:00
Oriano de Stefani
f449f2784a evdi: 1.14.6 -> 1.14.7
https://github.com/DisplayLink/evdi/releases/tag/v1.14.7

(cherry picked from commit b6d57c6bf0)
2024-11-20 21:21:42 +00:00
Emily
4a3fd1d584
[Backport release-24.11] nodejs_23: add patches to fix parallel-os test (#357651) 2024-11-20 20:40:48 +00:00
John Titor
43aa85573a nodejs_23: add patches to fix parallel-os test
FIXME: remove after a point release containing the patches
(cherry picked from commit 28bcb4477d)
2024-11-20 20:22:53 +00:00
Nick Cao
458cfc165b alembic: fix hash
(cherry picked from commit 408404d8fe)
2024-11-20 19:35:08 +00:00
Sefa Eyeoglu
90865e7043
[Backport release-24.11] prowlarr: 1.25.4.4818 -> 1.26.1.4844 (#357519) 2024-11-20 20:17:30 +01:00
Maximilian Bosch
bca81a31fe
Merge: [Backport release-24.11] postgresqlPackages: enable update scripts and update many packages (#357398) 2024-11-20 19:06:54 +01:00
Bobby Rong
cea589df55
[Backport release-24.11] pantheon.switchboard-plug-sound: 8.0.0 -> 8.0.1 (#357586) 2024-11-20 23:52:25 +08:00
Bobby Rong
ed9f1d9c58 pantheon.switchboard-plug-sound: 8.0.0 -> 8.0.1
https://github.com/elementary/switchboard-plug-sound/compare/8.0.0...8.0.1
(cherry picked from commit b05dbffa60)
2024-11-20 15:45:56 +00:00
Emily
894bb3e7ec
[Backport release-24.11] signal-desktop(aarch64-linux): 7.23.0 -> 7.33.0, signal-desktop(darwin): 7.29.0 -> 7.33.0 (#357576) 2024-11-20 15:10:53 +00:00
teutat3s
6219a5a59c signal-desktop(darwin): 7.29.0 -> 7.33.0
(cherry picked from commit 0bcdcae905)
2024-11-20 15:10:01 +00:00
teutat3s
6b7f035b93 signal-desktop(aarch64-linux): 7.23.0 -> 7.33.0
https://github.com/0mniteck/Signal-Desktop-Mobian/compare/7.23.0...7.33.1
(cherry picked from commit c48022dee9)
2024-11-20 15:10:01 +00:00
jopejoe1
067c0ff504
[Backport release-24.11] vvenc: 1.12.0 -> 1.12.1 (#357354) 2024-11-20 14:53:00 +01:00
Nick Cao
81ddfbcb27
[Backport release-24.11] spotify-player: clean up old Darwin SDK pattern; fix x86_64-darwin (#356750) 2024-11-20 08:52:49 -05:00
Nick Cao
7024a7c208
[Backport release-24.11] replibyte: fix build by updating lockfile (#356752) 2024-11-20 08:51:49 -05:00
Nick Cao
59679f0fb6
[Backport release-24.11] spotifyd: 0.3.5-unstable-2024-09-05 -> 0.3.5-unstable-2024-10-21 (#357320) 2024-11-20 08:51:19 -05:00
Nick Cao
32078e2df4
[Backport release-24.11] nixos/pay-respects: actually import the module (#357375) 2024-11-20 08:49:32 -05:00
Nick Cao
434e6fb2df
[Backport release-24.11] brave: 1.71.123 -> 1.73.89 (#357380) 2024-11-20 08:48:58 -05:00
Shawn8901
ece6812b83 linux_xanmod_latest: 6.11.7 -> 6.11.9
(cherry picked from commit 8e03d427e0)
2024-11-20 13:48:20 +00:00
Shawn8901
8cfb55ca6e linux_xanmod: 6.6.60 -> 6.6.62
(cherry picked from commit 36f09e35b6)
2024-11-20 13:48:20 +00:00
Nick Cao
6468b28927
[Backport release-24.11] rnote: unbreak darwin (#356748) 2024-11-20 08:46:27 -05:00
Nick Cao
4426af75b3
[Backport release-24.11] koboldcpp: 1.77 -> 1.78 (#356703) 2024-11-20 08:45:57 -05:00
Nick Cao
b244b98a52
[Backport release-24.11] vengi-tools: 0.0.33 -> 0.0.34 (#356722) 2024-11-20 08:45:40 -05:00
Nick Cao
41c3bbea24
[Backport release-24.11] nihstro: init at 0-unstable-2024-05-05 (#356711) 2024-11-20 08:45:19 -05:00
Nick Cao
264f85bf44
[Backport release-24.11] phlare: fix build (#356682) 2024-11-20 08:44:34 -05:00
Nick Cao
8502ec844b
[Backport release-24.11] python3Packages.cocotb: fix build (#356295) 2024-11-20 08:43:46 -05:00