summaryrefslogtreecommitdiff
path: root/libre/iceweasel/PKGBUILD
diff options
context:
space:
mode:
authorgrizzlyuser <grizzlyuser@protonmail.com>2022-05-15 13:09:50 +0200
committergrizzlyuser <grizzlyuser@protonmail.com>2022-05-15 13:09:50 +0200
commit0947239827274ca70e91a8da93219846bdad401a (patch)
tree3a3ef28b07f316e7383db6a693c7a065f6d95dcd /libre/iceweasel/PKGBUILD
parentae663d32ddc73ed0b0f5582dd196e863bcffa5d9 (diff)
downloadabslibre-0947239827274ca70e91a8da93219846bdad401a.tar.gz
abslibre-0947239827274ca70e91a8da93219846bdad401a.tar.bz2
abslibre-0947239827274ca70e91a8da93219846bdad401a.zip
libre/iceweasel: Update to 100.0, upstream changes
Update patches for some notable changes: 1. about:devtools has been removed upstream, see [1] 2. security.pki.crlite_mode property value has been changed to 3 by default by upstream, but we still disable it. This disablement is still up for discussion, please refer to the appropriate commit message from 9001-FSDG-sync-remote-settings-with-local-dump.patch 3. Remove promos of Firefox Focus and Klar from Private Browsing page which appeared in this release (Klar for Germany, Focus for other locations) Also update existing patching of "More from Mozilla" anti-feature to actually remove SVG files with QR codes that lead to nonfree software. [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1609100
Diffstat (limited to 'libre/iceweasel/PKGBUILD')
-rw-r--r--libre/iceweasel/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD
index a349c661d..d0b4b06d4 100644
--- a/libre/iceweasel/PKGBUILD
+++ b/libre/iceweasel/PKGBUILD
@@ -60,7 +60,7 @@
pkgname=iceweasel
epoch=1
-pkgver=99.0.1
+pkgver=100.0
pkgrel=1
pkgrel+=.parabola1
_brandingver=98.0-1
@@ -72,7 +72,7 @@ url="https://wiki.parabola.nu/Iceweasel"
depends=(gtk3 libxt mime-types dbus-glib ffmpeg nss ttf-font libpulse)
makedepends=(unzip zip diffutils yasm mesa imake inetutils xorg-server-xvfb
autoconf2.13 rust clang llvm jack nodejs cbindgen nasm
- python-setuptools python-psutil python-zstandard lld dump_syms
+ python-setuptools python-zstandard lld dump_syms
wasi-compiler-rt wasi-libc wasi-libc++ wasi-libc++abi)
makedepends+=(quilt libxslt imagemagick git jq python-jsonschema)
makedepends_i686=(gcc10)
@@ -98,15 +98,15 @@ source_armv7h=(build-arm-libopus.patch)
source_i686=('avoid-libxul-OOM-python-check.patch'
'rust-static-disable-network-test-on-static-libraries.patch'
'firefox-99.0.1-fdlibm-double.patch')
-sha256sums=('76d22279ce99588a728bb2d034064be0d5918b5900631f2148d4565b8a72e00b'
+sha256sums=('664c0cc4e0fb70886aa4e652d144996045d533a18eebc7d61093103cbb2d5e7f'
'SKIP'
'9cdc2602661717712092d28bb494e5b48e518cb930898aca85eaf21f91f7ef58')
sha256sums+=('f3e89499909b172476e931d9ab18b856d0001e3042b3816d1728809536179768'
'SKIP'
- 'af53bd22378cd87c27438c34dc1daf3f1909735e85c914b56440751a9dc16856'
+ '0bfffc020a5fba0895c40f79bd613c1e2504bf24239dfbc04474f6263fd0e834'
'a2c71759290dd48c87bf8aacb681040dcaefdabe0d57317de361d2d2d509664b'
'e192458a2a9878483984e1400bb3c66df369adfbf6f144b90445f80973c32ed1'
- '0471c2f625ed8e76833bc7c15dfab23e613600f4ee1abe5e81047237644eea95'
+ '71c098c5b7d62babf2296d55d43a7bc9f2ca10da9ee77552f9afa01b78541522'
'9386f1c50506cd20ab6d212335d5e4417faeb2aea371dd46f2d107d171e80b83'
'c93ce98e1cb64033079343ff1f3037fab6a3bc6d3eb5bc14c5edb70e2d45965d')
sha256sums_armv7h=('2d4d91f7e35d0860225084e37ec320ca6cae669f6c9c8fe7735cdbd542e3a7c9')
@@ -471,7 +471,7 @@ build() {
export MOZ_NOSPAM=1
export MOZBUILD_STATE_PATH="$srcdir/mozbuild"
# export MOZ_ENABLE_FULL_SYMBOLS=1 # anti-feature
- export MACH_USE_SYSTEM_PYTHON=1
+ export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=system
# LTO needs more open files
ulimit -n 4096