Update for firefox-102.10.0 and JS-102.10.0.

This commit is contained in:
Ken Moffat 2023-04-11 20:16:34 +01:00
parent b2dcbff6a0
commit c528a3e2ff
4 changed files with 11 additions and 7 deletions

View File

@ -14,7 +14,7 @@
<!ENTITY js102-download-http "&mozilla-http;/firefox/releases/&JS102-version;esr/source/firefox-&JS102-version;esr.source.tar.xz"> <!ENTITY js102-download-http "&mozilla-http;/firefox/releases/&JS102-version;esr/source/firefox-&JS102-version;esr.source.tar.xz">
<!ENTITY js102-download-ftp " "> <!ENTITY js102-download-ftp " ">
<!ENTITY js102-md5sum "&firefox-md5;"> <!ENTITY js102-md5sum "&firefox-md5;">
<!ENTITY js102-size "462 MB"> <!ENTITY js102-size "457 MB">
<!ENTITY js102-buildsize "3.3 GB (38 MB installed after removing 34MB static lib)"> <!ENTITY js102-buildsize "3.3 GB (38 MB installed after removing 34MB static lib)">
<!ENTITY js102-time "1.7 SBU (with parallelism=4)"> <!ENTITY js102-time "1.7 SBU (with parallelism=4)">
]> ]>

View File

@ -41,6 +41,10 @@
<listitem> <listitem>
<para>April 11th, 2023</para> <para>April 11th, 2023</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[ken] - Update to JS-102.10.0 (both are Security fixes). Fixes
<ulink url="&blfs-ticket-root;17913">#17913</ulink>.</para>
</listitem>
<listitem> <listitem>
<para>[ken] - Patch libwebp-1.0.3 (Security fix). Fixes <para>[ken] - Patch libwebp-1.0.3 (Security fix). Fixes
<ulink url="&blfs-ticket-root;17918">#17918</ulink>.</para> <ulink url="&blfs-ticket-root;17918">#17918</ulink>.</para>

View File

@ -119,7 +119,7 @@
<!ENTITY inih-version "56"> <!ENTITY inih-version "56">
<!ENTITY intel-gmmlib-version "22.3.5"> <!ENTITY intel-gmmlib-version "22.3.5">
<!ENTITY jansson-version "2.14"> <!ENTITY jansson-version "2.14">
<!ENTITY JS102-version "102.9.0"> <!ENTITY JS102-version "102.10.0">
<!-- temporary, until JS102 is approved for gnome --> <!-- temporary, until JS102 is approved for gnome -->
<!--<!ENTITY JS91-version "91.13.0">--> <!--<!ENTITY JS91-version "91.13.0">-->
<!ENTITY json-c-version "0.16"> <!ENTITY json-c-version "0.16">
@ -963,8 +963,8 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!-- Chapter 40 --> <!-- Chapter 40 -->
<!ENTITY epiphany-version "43.1"> <!ENTITY epiphany-version "43.1">
<!-- falkon version is the same as KDE applications --> <!-- falkon version is the same as KDE applications -->
<!ENTITY firefox-version "102.9.0"> <!ENTITY firefox-version "102.10.0">
<!ENTITY firefox-md5 "1ae083b6c2b5f265e9a882c5fa365304"> <!ENTITY firefox-md5 "1442929705ee299acd2a65b711946cee">
<!ENTITY seamonkey-version "2.53.16"> <!ENTITY seamonkey-version "2.53.16">
<!-- Chapter 41 --> <!-- Chapter 41 -->

View File

@ -7,10 +7,10 @@
<!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;esr/source/firefox-&firefox-version;esr.source.tar.xz"> <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;esr/source/firefox-&firefox-version;esr.source.tar.xz">
<!ENTITY firefox-download-ftp " "> <!ENTITY firefox-download-ftp " ">
<!ENTITY firefox-md5sum "&firefox-md5;"> <!ENTITY firefox-md5sum "&firefox-md5;">
<!ENTITY firefox-size "462 MB"> <!ENTITY firefox-size "457 MB">
<!-- NB with stylo, much of the build uses rust, and therefore cargo files. <!-- NB with stylo, much of the build uses rust, and therefore cargo files.
But the extra cached cargo files, if any, seem to be minimal --> But the extra cached cargo files, if any, seem to be minimal -->
<!ENTITY firefox-buildsize "7.0 GB (199 MB installed) without tests"> <!ENTITY firefox-buildsize "6.9 GB (199 MB installed) without tests">
<!-- editors: with ff63 and rust-1.29, ./mach build -j4 is probably the <!-- editors: with ff63 and rust-1.29, ./mach build -j4 is probably the
most practical way to get a timing on a machine with more cores, if taking most practical way to get a timing on a machine with more cores, if taking
cores offline is not practical. If in doubt, round up --> cores offline is not practical. If in doubt, round up -->
@ -237,7 +237,7 @@ ac_add_options --with-system-webp
# libdavid (av1 decoder) requires nasm. Uncomment this if nasm # libdavid (av1 decoder) requires nasm. Uncomment this if nasm
# has not been installed. Do not uncomment this if you have # has not been installed. Do not uncomment this if you have
# ffmpeg-5 installed. # ffmpeg installed.
#ac_add_options --disable-av1 #ac_add_options --disable-av1
# You cannot distribute the binary if you do this # You cannot distribute the binary if you do this