Changeset e39a9bcc


Ignore:
Timestamp:
01/01/2023 03:27:02 AM (16 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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/xf86-video-removal
Children:
bd75763
Parents:
b74b310 (diff), 11977a8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rb74b310 re39a9bcc  
    4040    -->
    4141    <listitem>
     42      <para>December 31th, 2022</para>
     43      <itemizedlist>
     44        <listitem>
     45          <para>[renodr] - Update to Thunderbird-102.6.1 (Security Update). Fixes
     46          <ulink url="&blfs-ticket-root;17431">#17431</ulink>.</para>
     47        </listitem>
     48        <listitem>
     49          <para>[renodr] - Update to WebKitGTK+-2.38.3 (Security Update). Fixes
     50          <ulink url="&blfs-ticket-root;17437">#17437</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[thomas] - Fix an issue in gptfdisk introduced by recent
     54           popt.</para>
     55        </listitem>
     56      </itemizedlist>
     57    </listitem>
     58
     59    <listitem>
    4260      <para>December 30th, 2022</para>
    4361      <itemizedlist>
  • packages.ent

    rb74b310 re39a9bcc  
    726726<!ENTITY startup-notification-version "0.12">
    727727<!ENTITY tepl-version                 "6.2.0">
    728 <!ENTITY webkitgtk-version            "2.38.2">    <!-- Even minors only -->
     728<!ENTITY webkitgtk-version            "2.38.3">    <!-- Even minors only -->
    729729
    730730<!ENTITY gtk2-libdir                  "2.0/2.10.0">
     
    868868<!ENTITY rox-filer-version            "2.11">
    869869<!ENTITY rxvt-unicode-version         "9.30">
    870 <!ENTITY thunderbird-version          "102.6.0">
     870<!ENTITY thunderbird-version          "102.6.1">
    871871<!ENTITY tigervnc-version             "1.12.0">
    872872<!ENTITY transmission-version         "3.00">
  • postlfs/filesystems/gptfdisk.xml

    rb74b310 re39a9bcc  
    105105      rudimentary <filename>Makefile</filename>.  First we update it
    106106      to provide a simple build and install interface and fix the
    107       location of a header file.
     107      location of a header file as well fixing an issue introduced
     108      by a recent version of <application>popt</application>.
    108109      Install <application>gptfdisk</application> by running the following
    109110      commands:
     
    114115sed -i 's|sbin|usr/sbin|' Makefile &amp;&amp;
    115116sed -i '/UUID_H/s/^.*$/#if defined (_UUID_UUID_H) || defined (_UL_LIBUUID_UUID_H)/' guid.cc &amp;&amp;
     117sed -i "/device =/s/= \(.*\);/= strdup(\1);/" gptcl.cc &amp;&amp;
    116118
    117119make</userinput></screen>
  • x/lib/webkitgtk.xml

    rb74b310 re39a9bcc  
    77  <!ENTITY webkitgtk-download-http "https://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
    88  <!ENTITY webkitgtk-download-ftp  " ">
    9   <!ENTITY webkitgtk-md5sum        "c234585a51c015a42c80c705222098c6">
    10   <!ENTITY webkitgtk-size          "31 MB">
     9  <!ENTITY webkitgtk-md5sum        "1c1cc5eb59273091e228406937b23947">
     10  <!ENTITY webkitgtk-size          "32 MB">
    1111  <!ENTITY webkitgtk-buildsize     "1.1 GB (172 MB installed)">
    1212  <!ENTITY webkitgtk-time          "33 SBU (using parallelism=4)">
  • xsoft/other/thunderbird.xml

    rb74b310 re39a9bcc  
    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        "7f5d46bfb03a1dd8c0b749fd4ac0b1e4">
    10   <!ENTITY thunderbird-size          "480 MB">
     9  <!ENTITY thunderbird-md5sum        "c6944a9b65b13a3c9c32fef92850ca33">
     10  <!ENTITY thunderbird-size          "486 MB">
    1111  <!ENTITY thunderbird-buildsize     "7.4 GB (202 MB installed)">
    1212  <!ENTITY thunderbird-time          "24 SBU (on a 4-core machine)">
Note: See TracChangeset for help on using the changeset viewer.