Changeset 257c1bf


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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    ra4586ac9 r257c1bf  
    4343    -->
    4444    <listitem>
     45      <para>June 30th, 2021</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to seamonkey-2.53.8 (Security Update). Fixes
     49          <ulink url="&blfs-ticket-root;15227">#15227</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Update to NetworkManager-1.32.2 (Security Update).
     53          Fixes <ulink url="&blfs-ticket-root;15228">#15228</ulink>.</para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
     57
     58    <listitem>
    4559      <para>June 29th, 2021</para>
    4660      <itemizedlist>
  • networking/netutils/networkmanager.xml

    ra4586ac9 r257c1bf  
    99  <!ENTITY NetworkManager-download-ftp
    1010"&gnome-download-ftp;/NetworkManager/&NetworkManager-minor;/NetworkManager-&NetworkManager-version;.tar.xz">
    11   <!ENTITY NetworkManager-md5sum        "637d790b4c4453cf04f141ed71e95957">
     11  <!ENTITY NetworkManager-md5sum        "82dda0dc3963d7d6447a76c7aa831b85">
    1212  <!ENTITY NetworkManager-size          "5.0 MB">
    13   <!ENTITY NetworkManager-buildsize     "758 MB (with tests)">
     13  <!ENTITY NetworkManager-buildsize     "764 MB (with tests)">
    1414  <!ENTITY NetworkManager-time          "0.9 SBU (with tests, using parallelism=4)">
    1515]>
  • packages.ent

    ra4586ac9 r257c1bf  
    607607<!ENTITY mod_dnssd-version            "0.6">
    608608<!ENTITY NetworkManager-minor         "1.32">
    609 <!ENTITY NetworkManager-version       "&NetworkManager-minor;.0">
     609<!ENTITY NetworkManager-version       "&NetworkManager-minor;.2">
    610610<!ENTITY network-manager-applet-version "1.22.0">
    611611<!ENTITY nmap-version                 "7.91">
     
    926926<!ENTITY flashplayer-version          "27.0.0.187">
    927927<!ENTITY qupzilla-version             "2.2.6">
    928 <!ENTITY seamonkey-version            "2.53.7.1">
     928<!ENTITY seamonkey-version            "2.53.8">
    929929
    930930<!-- Chapter 41 -->
  • 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.