Changeset ea4164ad


Ignore:
Timestamp:
03/31/2022 07:22:31 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
b8d6fed
Parents:
4505673f
Message:

Update to ghostscript-9.56.0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r4505673f rea4164ad  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[bdubbs] - Update to ghostscript-9.56.0. Fixes
     50          <ulink url="&blfs-ticket-root;16352">#16352</ulink>.</para>
     51        </listitem>
     52        <listitem>
    4953          <para>[bdubbs] - Update to libX11-1.7.4 (Xorg library). Fixes
    5054          <ulink url="&blfs-ticket-root;16351">#16351</ulink>.</para>
  • packages.ent

    r4505673f rea4164ad  
    10891089<!ENTITY cups-version                 "2.4.1">
    10901090<!ENTITY cups-filters-version         "1.28.13">
    1091 <!ENTITY gs-version                   "9.55.0">
    1092 <!ENTITY gs-packver                   "9550">
     1091<!ENTITY gs-version                   "9.56.0">
     1092<!ENTITY gs-packver                   "9560">
    10931093<!ENTITY gutenprint-version           "5.3.4">
    10941094
  • pst/printing/gs.xml

    r4505673f rea4164ad  
    1010  "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs&gs-packver;/ghostscript-&gs-version;.tar.xz">
    1111  <!ENTITY gs-download-ftp  " ">
    12   <!ENTITY gs-md5sum        "92aa46e75c4f32eb11d9c975053d876c">
    13   <!ENTITY gs-size          "64 MB">
    14   <!ENTITY gs-buildsize     "360 MB (with fonts and libgs.so)">
    15   <!ENTITY gs-time          "2.5 SBU (Using parallelism=4; with libgs.so)">
     12  <!ENTITY gs-md5sum        "115e7330d01d8ebff1f562fbbe4f35bb">
     13  <!ENTITY gs-size          "59 MB">
     14  <!ENTITY gs-buildsize     "287 MB (with fonts and libgs.so)">
     15  <!ENTITY gs-time          "1.7 SBU (Using parallelism=4; with libgs.so)">
    1616
    1717  <!ENTITY gs-standard-fonts-download
     
    8888         out all the additional downloads (including font files)
    8989         Commenting this out since it's no longer needed, but keeping it for the
    90          inevitable next time that we need a patch for this package.
     90         inevitable next time that we need a patch for this package.-->
    9191    <itemizedlist spacing="compact">
    9292      <listitem>
    9393        <para>
    9494          Required patch:
    95           <ulink url="&patch-root;/ghostscript-&gs-version;-upstream_fix-2.patch"/>
     95          <ulink url="&patch-root;/ghostscript-&gs-version;-upstream_fix-1.patch"/>
    9696        </para>
    9797      </listitem>
    9898    </itemizedlist>
    99     -->
    10099
    101100    <para>
     
    203202<screen><userinput>rm -rf freetype lcms2mt jpeg libpng openjpeg</userinput></screen>
    204203
    205 <!--
    206     <para>
    207       Apply a patch to prevent a segfault when processing some PDF files and
    208       to fix a public 0-day in libgs which can be exploited via ImageMagick:
    209     </para>
    210 
    211 <screen><userinput remap="pre">patch -Np1 -i ../ghostscript-&gs-version;-upstream_fix-2.patch</userinput></screen>
    212 -->
    213 
    214     <para>
    215       Fix a build failure due to a typo in a source file:
    216     </para>
    217 
    218 <screen><userinput remap="pre">sed -i 's/gscms_transformm_color_const/gscms_transform_color_const/' base/gsicc_lcms2.c</userinput></screen>
     204
     205    <para>
     206      Apply an upstream fix to prevent a build problem.
     207    </para>
     208
     209<screen><userinput remap="pre">patch -Np1 -i ../ghostscript-&gs-version;-upstream_fix-1.patch</userinput></screen>
    219210
    220211    <para>
Note: See TracChangeset for help on using the changeset viewer.