Update package version to 147.0.3

This commit is contained in:
2026-02-08 13:59:34 +02:00
parent cbeb50ba6a
commit b0369fdf4d
4 changed files with 52 additions and 2 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: firefox name: firefox
description: Fast, Private & Safe Web Browser description: Fast, Private & Safe Web Browser
version: 147.0.2 version: 147.0.3
revision: 1 revision: 1
url: https://www.firefox.com url: https://www.firefox.com
license: MPL-2.0 license: MPL-2.0
@@ -55,4 +55,4 @@ downloads:
- url: https://archive.mozilla.org/pub/firefox/releases/${BPM_PKG_VERSION}/source/firefox-${BPM_PKG_VERSION}.source.tar.xz - url: https://archive.mozilla.org/pub/firefox/releases/${BPM_PKG_VERSION}/source/firefox-${BPM_PKG_VERSION}.source.tar.xz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}
extract_strip_components: 1 extract_strip_components: 1
checksum: 689d3d34c31b317511a09d6e568250c6736138ee092ef9129c98836d11d942d9 checksum: bfa38a16d51a88ff077dceeca5ac28c14635d24401de305e6c5e2291a64d9c18
File diff suppressed because one or more lines are too long
+11
View File
@@ -0,0 +1,11 @@
diff -up thunderbird-145.0/security/sandbox/chromium/sandbox/linux/system_headers/linux_seccomp.h.seccomp thunderbird-145.0/security/sandbox/chromium/sandbox/linux/system_headers/linux_seccomp.h
--- thunderbird-145.0/security/sandbox/chromium/sandbox/linux/system_headers/linux_seccomp.h.seccomp 2025-12-09 13:42:31.378958842 +0100
+++ thunderbird-145.0/security/sandbox/chromium/sandbox/linux/system_headers/linux_seccomp.h 2025-12-09 13:42:37.886937626 +0100
@@ -6,6 +6,7 @@
#define SANDBOX_LINUX_SYSTEM_HEADERS_LINUX_SECCOMP_H_
#include <stdint.h>
+#include <signal.h>
#include <sys/ioctl.h>
#include "build/build_config.h"
+3
View File
@@ -6,6 +6,9 @@
# This function is used for putting downloaded files to the correct location or applying patches # This function is used for putting downloaded files to the correct location or applying patches
prepare() { prepare() {
cd "$BPM_SOURCE" cd "$BPM_SOURCE"
patch -Np1 -i "$BPM_WORKDIR"/build-c11-threads-avail.patch
patch -Np1 -i "$BPM_WORKDIR"/build-seccomp.patch
# Generate mozconfig # Generate mozconfig
cat > mozconfig <<-EOF cat > mozconfig <<-EOF
ac_add_options --enable-application=browser ac_add_options --enable-application=browser