Skip to content

Commit f84f9da

Browse files
authored
chore: upgrade SpiderMonkey to 102.13.0 ESR
https://ubuntu.com/security/notices/USN-6147-1 was patched in SpiderMonkey 102.12.0
1 parent b11532d commit f84f9da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ poetry self add "poetry-dynamic-versioning[plugin]"
2727
echo "Done installing dependencies"
2828

2929
echo "Downloading spidermonkey source code"
30-
wget -c -q https://ftp.mozilla.org/pub/firefox/releases/102.11.0esr/source/firefox-102.11.0esr.source.tar.xz
30+
wget -c -q https://ftp.mozilla.org/pub/firefox/releases/102.13.0esr/source/firefox-102.13.0esr.source.tar.xz
3131
mkdir -p firefox-source
32-
tar xf firefox-102.11.0esr.source.tar.xz -C firefox-source --strip-components=1 # strip the root folder
32+
tar xf firefox-102.13.0esr.source.tar.xz -C firefox-source --strip-components=1 # strip the root folder
3333
echo "Done downloading spidermonkey source code"
3434

3535
echo "Building spidermonkey"

0 commit comments

Comments
 (0)