Update to ghostscript-9.56.0

This commit is contained in:
Bruce Dubbs 2022-03-31 14:22:31 -05:00
parent 4505673fff
commit ea4164ad7f
3 changed files with 14 additions and 19 deletions

View File

@ -45,6 +45,10 @@
<listitem>
<para>March 31st, 2022</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to ghostscript-9.56.0. Fixes
<ulink url="&blfs-ticket-root;16352">#16352</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to libX11-1.7.4 (Xorg library). Fixes
<ulink url="&blfs-ticket-root;16351">#16351</ulink>.</para>

View File

@ -1088,8 +1088,8 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!-- Chapter 46 -->
<!ENTITY cups-version "2.4.1">
<!ENTITY cups-filters-version "1.28.13">
<!ENTITY gs-version "9.55.0">
<!ENTITY gs-packver "9550">
<!ENTITY gs-version "9.56.0">
<!ENTITY gs-packver "9560">
<!ENTITY gutenprint-version "5.3.4">
<!-- Chapter 47 -->

View File

@ -9,10 +9,10 @@
<!ENTITY gs-download-http
"https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs&gs-packver;/ghostscript-&gs-version;.tar.xz">
<!ENTITY gs-download-ftp " ">
<!ENTITY gs-md5sum "92aa46e75c4f32eb11d9c975053d876c">
<!ENTITY gs-size "64 MB">
<!ENTITY gs-buildsize "360 MB (with fonts and libgs.so)">
<!ENTITY gs-time "2.5 SBU (Using parallelism=4; with libgs.so)">
<!ENTITY gs-md5sum "115e7330d01d8ebff1f562fbbe4f35bb">
<!ENTITY gs-size "59 MB">
<!ENTITY gs-buildsize "287 MB (with fonts and libgs.so)">
<!ENTITY gs-time "1.7 SBU (Using parallelism=4; with libgs.so)">
<!ENTITY gs-standard-fonts-download
"&sourceforge-dl;/gs-fonts/ghostscript-fonts-std-8.11.tar.gz">
@ -87,16 +87,15 @@
<!-- devs: do not comment out the bridgehead, unless you comment
out all the additional downloads (including font files)
Commenting this out since it's no longer needed, but keeping it for the
inevitable next time that we need a patch for this package.
inevitable next time that we need a patch for this package.-->
<itemizedlist spacing="compact">
<listitem>
<para>
Required patch:
<ulink url="&patch-root;/ghostscript-&gs-version;-upstream_fix-2.patch"/>
<ulink url="&patch-root;/ghostscript-&gs-version;-upstream_fix-1.patch"/>
</para>
</listitem>
</itemizedlist>
-->
<para>
If you wish, you can download additional fonts.
@ -202,20 +201,12 @@
<screen><userinput>rm -rf freetype lcms2mt jpeg libpng openjpeg</userinput></screen>
<!--
<para>
Apply a patch to prevent a segfault when processing some PDF files and
to fix a public 0-day in libgs which can be exploited via ImageMagick:
</para>
<screen><userinput remap="pre">patch -Np1 -i ../ghostscript-&gs-version;-upstream_fix-2.patch</userinput></screen>
-->
<para>
Fix a build failure due to a typo in a source file:
Apply an upstream fix to prevent a build problem.
</para>
<screen><userinput remap="pre">sed -i 's/gscms_transformm_color_const/gscms_transform_color_const/' base/gsicc_lcms2.c</userinput></screen>
<screen><userinput remap="pre">patch -Np1 -i ../ghostscript-&gs-version;-upstream_fix-1.patch</userinput></screen>
<para>
Compile <application>Ghostscript</application>: