Changeset e97fa8c
- Timestamp:
- 09/10/2021 08:02:13 AM (3 years ago)
- Branches:
- 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- eb448ba
- Parents:
- 88523c51
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r88523c51 re97fa8c 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>September 10th, 2021</para> 46 <itemizedlist> 47 <listitem> 48 <para>[pierre] - Update to thunderbird-91.1.0 (Security Update). Fixes 49 <ulink url="&blfs-ticket-root;15513">#15513</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 44 54 <listitem> 45 55 <para>September 9th, 2021</para> -
packages.ent
r88523c51 re97fa8c 954 954 <!ENTITY rox-filer-version "2.11"> 955 955 <!ENTITY rxvt-unicode-version "9.26"> 956 <!ENTITY thunderbird-version "91. 0.3">956 <!ENTITY thunderbird-version "91.1.0"> 957 957 <!ENTITY tigervnc-version "1.11.0"> 958 958 <!ENTITY transmission-version "3.00"> -
xsoft/other/thunderbird.xml
r88523c51 re97fa8c 7 7 <!ENTITY thunderbird-download-http "&mozilla-http;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.xz"> 8 8 <!ENTITY thunderbird-download-ftp " "> 9 <!ENTITY thunderbird-md5sum " f08dd55b8b1b0baf2c38a88aa3734cf8">10 <!ENTITY thunderbird-size "3 90MB">11 <!ENTITY thunderbird-buildsize "6.9 GB (20 1MB installed)">12 <!ENTITY thunderbird-time " 29SBU (on a 4-core machine)">9 <!ENTITY thunderbird-md5sum "4954fa2b4c55e475e4d3533ac03f6f1f"> 10 <!ENTITY thunderbird-size "385 MB"> 11 <!ENTITY thunderbird-buildsize "6.9 GB (202 MB installed)"> 12 <!ENTITY thunderbird-time "30 SBU (on a 4-core machine)"> 13 13 <!-- Removed the -j1 time because python and rust do not obey it, although 14 14 the C/C++ code appears to obey it --> … … 73 73 </itemizedlist> 74 74 75 <!-- keeping this for next patch :) 75 76 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 76 77 <itemizedlist spacing="compact"> … … 82 83 </listitem> 83 84 </itemizedlist> 84 85 --> 85 86 <bridgehead renderas="sect3">Thunderbird Dependencies</bridgehead> 86 87 … … 216 217 ac_add_options --with-system-zlib</literal> 217 218 EOF</userinput></screen> 218 219 <!-- 219 220 <para> 220 221 Apply a patch which allows compilation on systems running glibc-2.34: … … 222 223 223 224 <screen><userinput remap="pre">patch -p1 -i ../thunderbird-&thunderbird-version;-glibc234-1.patch</userinput></screen> 224 225 --> 225 226 <para> 226 227 Now invoke the Python <command>mach</command> script to compile … … 253 254 254 255 <screen role="root"><userinput>MACH_USE_SYSTEM_PYTHON=1 ./mach install</userinput></screen> 255 256 <!-- devs: For DESTDIR install, prepend DESTDIR=<dest> to the above --> 256 257 <para> 257 258 Empty the environment variables which were set above:
Note:
See TracChangeset
for help on using the changeset viewer.