Ignore:
Timestamp:
06/30/2021 11:38:00 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6852cb9
Parents:
a4586ac9
Message:

Two security updates
Update to seamonkey-2.53.8
Update to NetworkManager-1.32.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/seamonkey.xml

    ra4586ac9 r257c1bf  
    77  <!ENTITY seamonkey-download-http "&mozilla-http;/seamonkey/releases/&seamonkey-version;/source/seamonkey-&seamonkey-version;.source.tar.xz">
    88  <!ENTITY seamonkey-download-ftp " ">
    9   <!ENTITY seamonkey-md5sum        "4fa8dfc6f9c35f2b865764a37ffa01db">
    10   <!ENTITY seamonkey-size          "271 MB">
    11   <!ENTITY seamonkey-buildsize     "6.1 GB (160 MB installed)">
    12   <!ENTITY seamonkey-time          "18 SBU (on a 4-core machine)">
     9  <!ENTITY seamonkey-md5sum        "02e1b5238484e06ca7c623656ac29686">
     10  <!ENTITY seamonkey-size          "270 MB">
     11  <!ENTITY seamonkey-buildsize     "6.1 GB (159 MB installed)">
     12  <!ENTITY seamonkey-time          "19 SBU (on a 4-core machine)">
    1313]>
    1414
     
    225225ac_add_options --with-system-nspr
    226226# nss-3.65 broke the build of seamonkey, use the shipped version
    227 #ac_add_options --with-system-nss
     227# Fixed with 2.53.8
     228ac_add_options --with-system-nss
    228229ac_add_options --with-system-webp
    229230
     
    232233# libxul.so by a few MB - comment this if you know your machine is not affected.
    233234ac_add_options --disable-elf-hack
     235
     236# Seamonkey has some additional features that are not turned on by default,
     237# such as an IRC client, calendar, and DOM Inspector. The DOM Inspector
     238# aids with designing web pages. Comment these options if you do not
     239# desire these features.
     240ac_add_options --enable-calendar
     241ad_add_options --enable-dominspector
     242ac_add_options --enable-irc
    234243
    235244# The BLFS editors recommend not changing anything below this line:
     
    293302    </para>
    294303
    295 <!-- the RUSTC_BOOTSTRAP items will be fixed in semonkey-2.53.8b1,
    296      please also remove the Command Explanation for that. -->
    297 <screen><userinput>RUSTC_BOOTSTRAP=encoding_rs,packed_simd \
    298 CC=gcc CXX=g++ make -f client.mk</userinput></screen>
     304<screen><userinput>CC=gcc CXX=g++ ./mach build</userinput></screen>
    299305
    300306    <note>
     
    315321
    316322
    317 <screen role="root"><userinput>make  -f client.mk install INSTALL_SDK= &amp;&amp;
     323<screen role="root"><userinput>./mach install &amp;&amp;
    318324chown -R 0:0 /usr/lib/seamonkey         &amp;&amp;
    319325
     
    326332
    327333    <para>
    328       <command>RUSTC_BOOTSTRAP=encoding_rs,packed_simd</command>: With
    329       <application>rustc-1.52.0</application> crates can no longer set
    330       `RUSTC_BOOTSTRAP` themselves because it subverts the stability guarantee
    331       of Rust. The crates encoding_rs v0.8.16 and packed_simd v0.3.4 are both
    332       affected, setting the environment variable like this allows the package
    333       to compile.
    334     </para>
    335 
    336     <para>
    337       <command>make -f client.mk</command>: Mozilla products are packaged to
    338       allow the use of a configuration file which can be used to pass the
    339       configuration settings to the <command>configure</command> command.
    340       <command>make</command> uses the <filename>client.mk</filename> file to
    341       get initial configuration and setup parameters.
     334      <command>./mach build</command>: <application>Seamonkey</application>
     335      now uses this <application>python</application> script to run the
     336      build and install.
    342337    </para>
    343338
Note: See TracChangeset for help on using the changeset viewer.