Changeset dc1953de


Ignore:
Timestamp:
01/31/2023 10:20:02 AM (15 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
b6d51156
Parents:
b003406f (diff), d0eb8992 (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

    rb003406f rdc1953de  
    5252      <itemizedlist>
    5353        <listitem>
     54          <para>[ken] - Update to asymptote-2.84. Fixes
     55          <ulink url="&blfs-ticket-root;17556">#17556</ulink>.</para>
     56        </listitem>
     57        <listitem>
     58          <para>[ken] - Update to dvisvgm-3.0.1. Fixes
     59          <ulink url="&blfs-ticket-root;17190">#17190</ulink>.</para>
     60        </listitem>
     61        <listitem>
    5462          <para>[bdubbs] - Update to pycryptodome-3.17.0 (Python module). Fixes
    5563          <ulink url="&blfs-ticket-root;17579">#17579</ulink>.</para>
  • packages.ent

    rb003406f rdc1953de  
    10641064 in asymptote, biber and xindy -->
    10651065<!ENTITY texlive-year                 "2022">
    1066 <!ENTITY asymptote-version            "2.83">
     1066<!ENTITY asymptote-version            "2.84">
    10671067<!ENTITY biber-version                "2.18">
    10681068<!ENTITY biblatex-version             "3.18b">
    1069 <!ENTITY dvisvgm-version              "2.14">
     1069<!ENTITY dvisvgm-version              "3.0.1">
    10701070<!ENTITY xindy-version                "2.5.1">
    10711071
  • postlfs/config/firmware.xml

    rb003406f rdc1953de  
    255255        CPU) the relevant values are cpu family 6, model 126, stepping 5 so
    256256        in this case the required identification is 06-7e-05. The
    257         releasenote says the latest microcode for it is versioned 0xb2.  If
     257        releasenote says the latest microcode for it is versioned 0xb6.  If
    258258        the value of the <quote>microcode</quote> field in
    259         <filename>/proc/cpuinfo</filename> is 0xb2 or greater, it indicates
     259        <filename>/proc/cpuinfo</filename> is 0xb6 or greater, it indicates
    260260        the microcode update is already applied by the BIOS.  Otherwise,
    261261        configure the kernel to support loading Intel microcode, and then
  • pst/typesetting/asymptote.xml

    rb003406f rdc1953de  
    77  <!ENTITY asymptote-download-http "&sourceforge-dl;/asymptote/asymptote-&asymptote-version;.src.tgz">
    88  <!ENTITY asymptote-download-ftp  " ">
    9   <!ENTITY asymptote-md5sum        "46f15906963cd852d1acc727b99f731f">
     9  <!ENTITY asymptote-md5sum        "253112bc2607f8660e5b8beb013fe364">
    1010  <!ENTITY asymptote-size          "15 MB">
    1111  <!ENTITY asymptote-buildsize     "222 MB (55 MB installed,with all the dependencies which are within BLFS)">
  • pst/typesetting/dvisvgm.xml

    rb003406f rdc1953de  
    99  <!ENTITY dvisvgm-download-http "https://github.com/mgieseki/dvisvgm/releases/download/&dvisvgm-version;/dvisvgm-&dvisvgm-version;.tar.gz">
    1010  <!ENTITY dvisvgm-download-ftp  " ">
    11   <!ENTITY dvisvgm-md5sum        "57f23eefa075556e36de64ea9b61d8fd">
    12   <!ENTITY dvisvgm-size          "3.0 MB">
    13   <!ENTITY dvisvgm-buildsize     "280 MB (41 MB installed, add 949 MB for the tests)">
    14   <!ENTITY dvisvgm-time          "1.2 SBU (add 0.7 SBU for the tests, both using parallelism=4)">
     11  <!ENTITY dvisvgm-md5sum        "5ec31f41ca0332e2c91ad15c60e289a6">
     12  <!ENTITY dvisvgm-size          "2.8 MB">
     13  <!ENTITY dvisvgm-buildsize     "309 MB (44 MB installed, add 962 MB for the tests)">
     14  <!ENTITY dvisvgm-time          "0.8 SBU (add 0.7 SBU for the tests, both using parallelism=4)">
    1515]>
    1616
     
    120120
    121121<screen role="root"><userinput>ln -svf $TEXLIVE_PREFIX/lib/libkpathsea.so /usr/lib</userinput></screen>
    122 
    123     <para>
    124       Fix an issue introduced by ghostscript-10.0.0:
    125     </para>
    126 
    127 <screen><userinput>sed "s/gs_error_names\[/error_names[/" -i src/Ghostscript.cpp</userinput></screen>
    128122
    129123    <para>
Note: See TracChangeset for help on using the changeset viewer.