From 1d1f9ea4fba6f4d1e9fe90a58163d34cc2ca28fe Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Mon, 23 Aug 2021 20:05:36 +0000 Subject: Mon Aug 23 20:05:36 UTC 2021 d/parallel-20210822-noarch-1.txz: Upgraded. l/imagemagick-7.1.0_5-x86_64-1.txz: Upgraded. l/pulseaudio-15.0-x86_64-3.txz: Rebuilt. Build module-gsettings.so. Thanks to SeB. l/python2-module-collection-2.7.18-x86_64-6.txz: Rebuilt. Restored pycairo.h and pycairo.pc. Thanks to nobodino. n/libgcrypt-1.9.4-x86_64-1.txz: Upgraded. Fix Elgamal encryption for other implementations. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33560 (* Security fix *) t/fig2dev-3.2.8b-x86_64-1.txz: Upgraded. t/xfig-3.2.8b-x86_64-1.txz: Upgraded. xap/mozilla-firefox-91.0.1-x86_64-2.txz: Rebuilt. Rebuilt with: --with-unsigned-addon-scopes=app,system --allow-addon-sideload xap/mozilla-thunderbird-91.0.2-x86_64-2.txz: Rebuilt. Rebuilt with "export MOZ_REQUIRE_SIGNING=" to fix add-ons and language packs. Thanks to marav. --- source/xap/mozilla-firefox/mozilla-firefox.SlackBuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/xap/mozilla-firefox') diff --git a/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild b/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild index 4b558e783..f7364222f 100755 --- a/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild +++ b/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mozilla-firefox VERSION=$(basename $(ls firefox-*.tar.?z | cut -d - -f 2 | rev | cut -f 3- -d . | rev) .source) RELEASEVER=$(echo $VERSION | cut -f 1 -d r | cut -f 1 -d b | cut -f 1 -d e) -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Specify this variable for a localized build. # For example, to build a version of Firefox with Italian support, run @@ -236,6 +236,8 @@ OPTIONS="\ --with-system-zlib \ --with-system-nss \ --with-system-nspr \ + --with-unsigned-addon-scopes=app,system \ + --allow-addon-sideload \ --enable-alsa \ --enable-application=browser \ --enable-default-toolkit=cairo-gtk3-wayland \ -- cgit v1.2.3-65-gdbad