Changeset 0fc5bfd7 for xsoft


Ignore:
Timestamp:
03/08/2022 09:56:17 PM (2 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
0075912
Parents:
c4938ccc
Message:

Package updates, build fix, and security patch

Update to thunderbird-91.6.2
Update to curl-7.82.0
Patch Seamonkey against CVE-2022-26485
Fix building inkscape with poppler-22.03.0

Location:
xsoft
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/seamonkey.xml

    rc4938ccc r0fc5bfd7  
    8080    </itemizedlist>
    8181
    82 <!--<bridgehead renderas="sect3">Additional Downloads</bridgehead>
     82    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8383    <itemizedlist spacing="compact">
    8484      <listitem>
    8585        <para>
    8686          Required patch:
    87           <ulink url="&patch-root;/seamonkey-&seamonkey-version;-security_fixes-1.patch"/>
    88         </para>
    89       </listitem>
    90     </itemizedlist>-->
     87          <ulink url="&patch-root;/seamonkey-&seamonkey-version;-security_fix-1.patch"/>
     88        </para>
     89      </listitem>
     90    </itemizedlist>
    9191
    9292    <note>
     
    263263    </note>
    264264
    265 <!--<para>
    266       Apply a patch to fix a 0day vulnerability in Seamonkey:
    267     </para>
    268 
    269 
    270 <screen><userinput>patch -Np1 -i ../seamonkey-&seamonkey-version;-security_fixes-1.patch</userinput></screen>
    271 
    272 
    273     <para>
    274       Remove a deprecated include which breaks the build with glibc-2.32:
    275     </para>
    276 
    277 <screen><userinput>sed /sysctl/d -i mozilla/memory/build/mozjemalloc.cpp</userinput></screen>-->
     265    <para>
     266      Apply a patch to fix a critical security vulnerability in Seamonkey:
     267    </para>
     268
     269<screen><userinput>patch -Np1 -i ../seamonkey-&seamonkey-version;-security_fix-1.patch</userinput></screen>
    278270
    279271    <para>
  • xsoft/other/inkscape.xml

    rc4938ccc r0fc5bfd7  
    193193
    194194    <para>
     195      First, fix the build with poppler-22.03.0:
     196    </para>
     197
     198<screen><userinput remap="pre">sed -i '/filename_goo,/s/filename_goo.*/std::make_unique&lt;GooString&gt;(uri));/' \
     199       src/extension/internal/pdfinput/pdf-input.cpp</userinput></screen>
     200
     201    <para>
    195202      Install <application>Inkscape</application> by running the following
    196203      commands:
  • xsoft/other/thunderbird.xml

    rc4938ccc r0fc5bfd7  
    77  <!ENTITY thunderbird-download-http "&mozilla-http;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.xz">
    88  <!ENTITY thunderbird-download-ftp  " ">
    9   <!ENTITY thunderbird-md5sum        "ef508246f2c90e03adb8529abaa3dccd">
    10   <!ENTITY thunderbird-size          "389 MB">
     9  <!ENTITY thunderbird-md5sum        "cfa6ef391e9348c12775b06de405480b">
     10  <!ENTITY thunderbird-size          "386 MB">
    1111  <!ENTITY thunderbird-buildsize     "7.0 GB (202 MB installed)">
    12   <!ENTITY thunderbird-time          "28 SBU (on a 4-core machine)">
     12  <!ENTITY thunderbird-time          "26 SBU (on a 4-core machine)">
    1313  <!-- Removed the -j1 time because python and rust do not obey it, although
    1414       the C/C++ code appears to obey it -->
Note: See TracChangeset for help on using the changeset viewer.