aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-06-06 08:56:50 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-06-06 08:56:50 +0000
commita7683a9b81e65bfc69884fb85da084f1d2558e31 (patch)
tree54ff7e64e884eeb6daccdd02757e0a7660281d0c
parentadeef2b2305dae76069d0165b12dd5b22bd0e6f9 (diff)
downloadalicelinux-a7683a9b81e65bfc69884fb85da084f1d2558e31.tar.gz
alicelinux-a7683a9b81e65bfc69884fb85da084f1d2558e31.zip
Woodpecker CI feae540e379022d08de3e942204873f4e381e26c [SKIP CI]
-rw-r--r--firefox/.checksum2
-rw-r--r--firefox/.shasum15
-rw-r--r--firefox/abuild5
-rw-r--r--firefox/rust-1.95-iwyu.patch12
4 files changed, 18 insertions, 16 deletions
diff --git a/firefox/.checksum b/firefox/.checksum
index f9a43b04..c0d18204 100644
--- a/firefox/.checksum
+++ b/firefox/.checksum
@@ -1,5 +1,5 @@
f9405d027e062c80b3f642442a2b6fee5bfe89a506d15536558e1d1eba66668d enable-jxl.patch
-29b77bc0047281b671d903af594c77f88b8c7c5ad27f73428bd6795abf0a464a firefox-150.0.2.source.tar.xz
+d643e8415627dc0ae93128e1356e68329bdd8d90ad4327aceb65f1d83052dda0 firefox-151.0.source.tar.xz
236ce405bbdd08d95caf005db4a51a573f8580b988c4ee2e5137972e35fb816c fix-webrtc-pid_t.patch
b239875402706ed78023daab811cd997d5f3dd61f4a4444da7299e0fdc425832 gtk-focus-mask.patch
1a8b337a849c5020835735b37f741855655a837fa4b202fe40dd01957e0e5de4 libcxx18.patch
diff --git a/firefox/.shasum b/firefox/.shasum
new file mode 100644
index 00000000..0efae712
--- /dev/null
+++ b/firefox/.shasum
@@ -0,0 +1,15 @@
+0fdab43072746f93aefb429f0fe97b2a6345139fc064558b8dcf224a enable-jxl.patch
+d03619d1a85b4512ad6e34c884d2e8a7e38d3c3231cb8e79c458cd70 firefox-151.0.3.source.tar.xz
+37beb2dd9a1c4fb9e69f1c70b8f039f994c8acf7eb3bf1a80707ead9 fix-webrtc-pid_t.patch
+d289c334a5a3f4dee41530dae9f8d920fd94006623e0ebafb1f00c8c gtk-focus-mask.patch
+5b7f946577620eb6b565b3ae636b8c4d317273a0a660f689a15c8c99 libcxx18.patch
+cdb728f3405635166c6ab789dd299e6e1dd94d41e3233bb79069062b musl-heap-reporter.patch
+7e3cf855faa67cdd18485f5ce96cf5cb079f81508a2d49b6f6174341 musl-no-features-h.patch
+ca9d0528cb4096b556907fba7eb8c51e485b301689bcb40d9e171259 musl-prctl.patch
+e751c7f883de57b8df8c4ee964352eae1ef003a282fabaac5bc177aa musl-pread64.patch
+3a9b4bdb271c5ce7dcd86dda0166bb8dcf72984c773abfa147a97e72 musl-pthread-name.patch
+013dd4dad261e3faa7a1e5cd2608bf5f058cf94864de24648d59e88e musl-sandbox-libgcc.patch
+207032a0ecaba2a6917f6009f6dda02bc77a6d3536fc58c62db8a7bb musl-sandbox-sched.patch
+175d44db56735fa3008969dd64f5809fd6bd45c6a8d8a5b439a63628 musl-siginfo.patch
+5e867d8126657094b588c618be5861758566f04e78f59cb901498087 musl-single-threaded.patch
+006759a53a5a65d37f3443b65b36942657bb7570614e59c01478185e no-build-id.patch
diff --git a/firefox/abuild b/firefox/abuild
index 1ae0b12d..b257b884 100644
--- a/firefox/abuild
+++ b/firefox/abuild
@@ -1,5 +1,5 @@
name=firefox
-version=150.0.2
+version=151.0.3
release=1
source="https://ftp.mozilla.org/pub/${name}/releases/${version}/source/${name}-${version}.source.tar.xz
fix-webrtc-pid_t.patch
@@ -15,8 +15,7 @@ source="https://ftp.mozilla.org/pub/${name}/releases/${version}/source/${name}-$
musl-sandbox-sched.patch
musl-siginfo.patch
musl-single-threaded.patch
- no-build-id.patch
- rust-1.95-iwyu.patch"
+ no-build-id.patch"
build() {
# musl: allow select() syscall in all sandbox policies
diff --git a/firefox/rust-1.95-iwyu.patch b/firefox/rust-1.95-iwyu.patch
deleted file mode 100644
index 3122c977..00000000
--- a/firefox/rust-1.95-iwyu.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/third_party/rust/encoding_rs/src/x_user_defined.rs b/third_party/rust/encoding_rs/src/x_user_defined.rs
-index 7af7d5e..afd93c1 100644
---- a/third_party/rust/encoding_rs/src/x_user_defined.rs
-+++ b/third_party/rust/encoding_rs/src/x_user_defined.rs
-@@ -7,6 +7,7 @@
- // option. This file may not be copied, modified, or distributed
- // except according to those terms.
-
-+use core::simd::Select;
- use super::*;
- use crate::handles::*;
- use crate::variant::*;