diff options
| author | Emmett1 <me@emmett1.my> | 2026-06-06 08:56:03 +0000 |
|---|---|---|
| committer | Emmett1 <me@emmett1.my> | 2026-06-06 08:56:03 +0000 |
| commit | 7f1938a28f2cc748be044dee66e17592adfc281e (patch) | |
| tree | 5ca57145c46eab8a7d6c2e420e058c62115981f4 /repos/extra/firefox/abuild | |
| parent | 6ceffed1c24416b38af1c2c1be4c65a120cd5d26 (diff) | |
| download | alicelinux-7f1938a28f2cc748be044dee66e17592adfc281e.tar.gz alicelinux-7f1938a28f2cc748be044dee66e17592adfc281e.zip | |
firefox: updated to 151.0.3
Diffstat (limited to 'repos/extra/firefox/abuild')
| -rw-r--r-- | repos/extra/firefox/abuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/repos/extra/firefox/abuild b/repos/extra/firefox/abuild index 1ae0b12d..b257b884 100644 --- a/repos/extra/firefox/abuild +++ b/repos/extra/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 |