From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] ghostscript: Update to version 9.56.1 Date: Wed, 06 Apr 2022 15:05:42 +0200 Message-ID: <20220406130542.4932-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6313755489840575576==" List-Id: --===============6313755489840575576== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from 9.55.0 to 9.56.1 - Update of rootfile - Changelog Version 9.56.0 (2022-02-22) Highlights in this release include: New PDF Interpreter: This is an entirely new implementation written in C (rather than PostScript, as before). For a full discussion of th= is change and reasons for it see: Changes Coming to the PDF Interpreter. In this (9.56.0) release, the new PDF interpreter is now ENABLED by defa= ult in Ghostscript, but the old PDF interpreter can be used as a fal= lback by specifying -dNEWPDF=3Dfalse. We've provided this so users that e= ncounter issues with the new interpreter can keep working while we iron o= ut those issues, the option will not be available in the long term. This also allows us to offer a new executable (gpdf, or gpdfwin??.exe on Windows) which is purely for PDF input. For this release, those = new binaries are not included in the "install" make targets, nor in the Windo= ws installers. Calling Ghostscript via the GS API is now thread safe. The one limitatio= n is that the X11 devices for Unix-like systems (x11, x11alpha, x11cm= yk, x11cmyk2, x11cmyk4, x11cmyk8, x11gray2, x11gray4 and x11mono) cannot be ma= de thread safe, due to their interaction with the X11 server, those device= s have been modified to only allow one instance in an executable. The PSD output device now writes ICC profiles to their output files, for improved color fidelity. Our efforts in code hygiene and maintainability continue. The usual round of bug fixes, compatibility changes, and incremental improvements. Included below are incompatible changes from recent releases (the specif= ic release in question is listed in parentheses). We include these, for now, as we= are aware that not everyone upgrades with every release. (9.55.0) Changes to the device API. This will affect developers and maintainers of Ghostscript devices. Firstly, and most i= mportantly, the way device-specific "procs" are specified has been = rewritten to make it (we think!) clearer and less confusing. See = The Interface between Ghostscript and Device Drivers and Th= e Great Device Rework Of 2021 for more details. (9.55.0) The command line options -sGraphicsICCProfile=3D___, -dGraphicsIntent=3D#, -dGraphicsBlackPt=3D#, -dGraphics= KPreserve=3D# have been changed to -sVectorICCProfile=3D___, -dVectorInten= t=3D#, -dVectorBlackPt=3D#, -dVectorKPreserve=3D#. (9.53.0) As of 9.53.0, we have (re-)introduced the patch level to the version number, this helps facilitate a revised policy = on handling security-related issues. Note for GSView Users: The patch level addition breaks GSView 5 (it is hardcoded to check for versions 704-999. It is possible, but not= guaranteed that a GSView update might be forthcoming to resolve this. (9.52) -dALLOWPSTRANSPARENCY: The transparency compositor (and related features), whilst we are improving it, remains sensitive = to being driven correctly, and incorrect use can have unexpected/u= ndefined results. Hence, as part of improving security, we limited= access to these operators, originally using the -dSAFER feature. As= we made "SAFER" the default mode, that became unacceptable, hence= the new option -dALLOWPSTRANSPARENCY which enables access to the = operators. (9.50) There are a couple of subtle incompatibilities between the old and new SAFER implementations. Firstly, as mentioned in the 9= .50 release notes, SAFER now leaves standard PostScript functionality= unchanged (except for the file access limitations). Secondly, the i= nteraction with save/restore operations has changed. See SAFER. Signed-off-by: Adolf Belka --- config/rootfiles/packages/ghostscript | 400 +++++++++++++------------- lfs/ghostscript | 6 +- 2 files changed, 201 insertions(+), 205 deletions(-) diff --git a/config/rootfiles/packages/ghostscript b/config/rootfiles/package= s/ghostscript index 0fc837dfa..bbe988dc9 100644 --- a/config/rootfiles/packages/ghostscript +++ b/config/rootfiles/packages/ghostscript @@ -25,209 +25,205 @@ usr/bin/ps2ps usr/bin/ps2ps2 usr/bin/unix-lpr.sh #usr/share/doc/ghostscript -#usr/share/doc/ghostscript/9.55.0 -#usr/share/doc/ghostscript/9.55.0/API.htm -#usr/share/doc/ghostscript/9.55.0/C-style.htm -#usr/share/doc/ghostscript/9.55.0/COPYING -#usr/share/doc/ghostscript/9.55.0/Commprod.htm -#usr/share/doc/ghostscript/9.55.0/DLL.htm -#usr/share/doc/ghostscript/9.55.0/Deprecated.htm -#usr/share/doc/ghostscript/9.55.0/Develop.htm -#usr/share/doc/ghostscript/9.55.0/Devices.htm -#usr/share/doc/ghostscript/9.55.0/Drivers.htm -#usr/share/doc/ghostscript/9.55.0/Fonts.htm -#usr/share/doc/ghostscript/9.55.0/GS9_Color_Management.pdf -#usr/share/doc/ghostscript/9.55.0/History9.htm -#usr/share/doc/ghostscript/9.55.0/Install.htm -#usr/share/doc/ghostscript/9.55.0/Language.htm -#usr/share/doc/ghostscript/9.55.0/Lib.htm -#usr/share/doc/ghostscript/9.55.0/Make.htm -#usr/share/doc/ghostscript/9.55.0/News.htm -#usr/share/doc/ghostscript/9.55.0/Ps-style.htm -#usr/share/doc/ghostscript/9.55.0/Ps2epsi.htm -#usr/share/doc/ghostscript/9.55.0/Psfiles.htm -#usr/share/doc/ghostscript/9.55.0/Readme.htm -#usr/share/doc/ghostscript/9.55.0/Release.htm -#usr/share/doc/ghostscript/9.55.0/SavedPages.htm -#usr/share/doc/ghostscript/9.55.0/Source.htm -#usr/share/doc/ghostscript/9.55.0/Unix-lpr.htm -#usr/share/doc/ghostscript/9.55.0/Use.htm -#usr/share/doc/ghostscript/9.55.0/VectorDevices.htm -#usr/share/doc/ghostscript/9.55.0/WhatIsGS.htm -#usr/share/doc/ghostscript/9.55.0/gdevds32.c -#usr/share/doc/ghostscript/9.55.0/gs-style.css -#usr/share/doc/ghostscript/9.55.0/images -#usr/share/doc/ghostscript/9.55.0/images/Artifex_logo.png -#usr/share/doc/ghostscript/9.55.0/images/favicon.png -#usr/share/doc/ghostscript/9.55.0/images/ghostscript_logo.png -#usr/share/doc/ghostscript/9.55.0/images/hamburger-light.png -#usr/share/doc/ghostscript/9.55.0/images/x-light.png -#usr/share/doc/ghostscript/9.55.0/index.html -#usr/share/doc/ghostscript/9.55.0/index.js -#usr/share/doc/ghostscript/9.55.0/pscet_status.txt -#usr/share/doc/ghostscript/9.55.0/sample_downscale_device.htm -#usr/share/doc/ghostscript/9.55.0/style.css -#usr/share/doc/ghostscript/9.55.0/subclass.htm -#usr/share/doc/ghostscript/9.55.0/thirdparty.htm +#usr/share/doc/ghostscript/9.56.1 +#usr/share/doc/ghostscript/9.56.1/API.htm +#usr/share/doc/ghostscript/9.56.1/C-style.htm +#usr/share/doc/ghostscript/9.56.1/COPYING +#usr/share/doc/ghostscript/9.56.1/DLL.htm +#usr/share/doc/ghostscript/9.56.1/Deprecated.htm +#usr/share/doc/ghostscript/9.56.1/Develop.htm +#usr/share/doc/ghostscript/9.56.1/Devices.htm +#usr/share/doc/ghostscript/9.56.1/Drivers.htm +#usr/share/doc/ghostscript/9.56.1/Fonts.htm +#usr/share/doc/ghostscript/9.56.1/GS9_Color_Management.pdf +#usr/share/doc/ghostscript/9.56.1/History9.htm +#usr/share/doc/ghostscript/9.56.1/Install.htm +#usr/share/doc/ghostscript/9.56.1/Language.htm +#usr/share/doc/ghostscript/9.56.1/Lib.htm +#usr/share/doc/ghostscript/9.56.1/Make.htm +#usr/share/doc/ghostscript/9.56.1/News.htm +#usr/share/doc/ghostscript/9.56.1/Ps-style.htm +#usr/share/doc/ghostscript/9.56.1/Ps2epsi.htm +#usr/share/doc/ghostscript/9.56.1/Psfiles.htm +#usr/share/doc/ghostscript/9.56.1/Readme.htm +#usr/share/doc/ghostscript/9.56.1/Release.htm +#usr/share/doc/ghostscript/9.56.1/SavedPages.htm +#usr/share/doc/ghostscript/9.56.1/Source.htm +#usr/share/doc/ghostscript/9.56.1/Unix-lpr.htm +#usr/share/doc/ghostscript/9.56.1/Use.htm +#usr/share/doc/ghostscript/9.56.1/VectorDevices.htm +#usr/share/doc/ghostscript/9.56.1/WhatIsGS.htm +#usr/share/doc/ghostscript/9.56.1/gdevds32.c +#usr/share/doc/ghostscript/9.56.1/images +#usr/share/doc/ghostscript/9.56.1/images/Artifex_logo.png +#usr/share/doc/ghostscript/9.56.1/images/favicon.png +#usr/share/doc/ghostscript/9.56.1/images/ghostscript_logo.png +#usr/share/doc/ghostscript/9.56.1/images/hamburger-light.png +#usr/share/doc/ghostscript/9.56.1/images/x-light.png +#usr/share/doc/ghostscript/9.56.1/index.html +#usr/share/doc/ghostscript/9.56.1/pscet_status.txt +#usr/share/doc/ghostscript/9.56.1/sample_downscale_device.htm +#usr/share/doc/ghostscript/9.56.1/subclass.htm +#usr/share/doc/ghostscript/9.56.1/thirdparty.htm #usr/share/ghostscript -#usr/share/ghostscript/9.55.0 -#usr/share/ghostscript/9.55.0/lib -#usr/share/ghostscript/9.55.0/lib/PDFA_def.ps -#usr/share/ghostscript/9.55.0/lib/PDFX_def.ps -#usr/share/ghostscript/9.55.0/lib/PM760p.upp -#usr/share/ghostscript/9.55.0/lib/PM760pl.upp -#usr/share/ghostscript/9.55.0/lib/PM820p.upp -#usr/share/ghostscript/9.55.0/lib/PM820pl.upp -#usr/share/ghostscript/9.55.0/lib/Stc670p.upp -#usr/share/ghostscript/9.55.0/lib/Stc670pl.upp -#usr/share/ghostscript/9.55.0/lib/Stc680p.upp -#usr/share/ghostscript/9.55.0/lib/Stc680pl.upp -#usr/share/ghostscript/9.55.0/lib/Stc740p.upp -#usr/share/ghostscript/9.55.0/lib/Stc740pl.upp -#usr/share/ghostscript/9.55.0/lib/Stc760p.upp -#usr/share/ghostscript/9.55.0/lib/Stc760pl.upp -#usr/share/ghostscript/9.55.0/lib/Stc777p.upp -#usr/share/ghostscript/9.55.0/lib/Stc777pl.upp -#usr/share/ghostscript/9.55.0/lib/Stp720p.upp -#usr/share/ghostscript/9.55.0/lib/Stp720pl.upp -#usr/share/ghostscript/9.55.0/lib/Stp870p.upp -#usr/share/ghostscript/9.55.0/lib/Stp870pl.upp -#usr/share/ghostscript/9.55.0/lib/acctest.ps -#usr/share/ghostscript/9.55.0/lib/align.ps -#usr/share/ghostscript/9.55.0/lib/bj8.rpd -#usr/share/ghostscript/9.55.0/lib/bj8gc12f.upp -#usr/share/ghostscript/9.55.0/lib/bj8hg12f.upp -#usr/share/ghostscript/9.55.0/lib/bj8oh06n.upp -#usr/share/ghostscript/9.55.0/lib/bj8pa06n.upp -#usr/share/ghostscript/9.55.0/lib/bj8pp12f.upp -#usr/share/ghostscript/9.55.0/lib/bj8ts06n.upp -#usr/share/ghostscript/9.55.0/lib/bjc6000a1.upp -#usr/share/ghostscript/9.55.0/lib/bjc6000b1.upp -#usr/share/ghostscript/9.55.0/lib/bjc610a0.upp -#usr/share/ghostscript/9.55.0/lib/bjc610a1.upp -#usr/share/ghostscript/9.55.0/lib/bjc610a2.upp -#usr/share/ghostscript/9.55.0/lib/bjc610a3.upp -#usr/share/ghostscript/9.55.0/lib/bjc610a4.upp -#usr/share/ghostscript/9.55.0/lib/bjc610a5.upp -#usr/share/ghostscript/9.55.0/lib/bjc610a6.upp -#usr/share/ghostscript/9.55.0/lib/bjc610a7.upp -#usr/share/ghostscript/9.55.0/lib/bjc610a8.upp -#usr/share/ghostscript/9.55.0/lib/bjc610b1.upp -#usr/share/ghostscript/9.55.0/lib/bjc610b2.upp -#usr/share/ghostscript/9.55.0/lib/bjc610b3.upp -#usr/share/ghostscript/9.55.0/lib/bjc610b4.upp -#usr/share/ghostscript/9.55.0/lib/bjc610b6.upp -#usr/share/ghostscript/9.55.0/lib/bjc610b7.upp -#usr/share/ghostscript/9.55.0/lib/bjc610b8.upp -#usr/share/ghostscript/9.55.0/lib/caption.ps -#usr/share/ghostscript/9.55.0/lib/cbjc600.ppd -#usr/share/ghostscript/9.55.0/lib/cbjc800.ppd -#usr/share/ghostscript/9.55.0/lib/cdj550.upp -#usr/share/ghostscript/9.55.0/lib/cdj690.upp -#usr/share/ghostscript/9.55.0/lib/cdj690ec.upp -#usr/share/ghostscript/9.55.0/lib/cid2code.ps -#usr/share/ghostscript/9.55.0/lib/dnj750c.upp -#usr/share/ghostscript/9.55.0/lib/dnj750m.upp -#usr/share/ghostscript/9.55.0/lib/docie.ps -#usr/share/ghostscript/9.55.0/lib/font2pcl.ps -#usr/share/ghostscript/9.55.0/lib/ghostpdf.ppd -#usr/share/ghostscript/9.55.0/lib/gs_ce_e.ps -#usr/share/ghostscript/9.55.0/lib/gs_css_e.ps -#usr/share/ghostscript/9.55.0/lib/gs_il2_e.ps -#usr/share/ghostscript/9.55.0/lib/gs_kanji.ps -#usr/share/ghostscript/9.55.0/lib/gs_ksb_e.ps -#usr/share/ghostscript/9.55.0/lib/gs_l.xbm -#usr/share/ghostscript/9.55.0/lib/gs_l.xpm -#usr/share/ghostscript/9.55.0/lib/gs_l_m.xbm -#usr/share/ghostscript/9.55.0/lib/gs_lgo_e.ps -#usr/share/ghostscript/9.55.0/lib/gs_lgx_e.ps -#usr/share/ghostscript/9.55.0/lib/gs_m.xbm -#usr/share/ghostscript/9.55.0/lib/gs_m.xpm -#usr/share/ghostscript/9.55.0/lib/gs_m_m.xbm -#usr/share/ghostscript/9.55.0/lib/gs_s.xbm -#usr/share/ghostscript/9.55.0/lib/gs_s.xpm -#usr/share/ghostscript/9.55.0/lib/gs_s_m.xbm -#usr/share/ghostscript/9.55.0/lib/gs_t.xbm -#usr/share/ghostscript/9.55.0/lib/gs_t.xpm -#usr/share/ghostscript/9.55.0/lib/gs_t_m.xbm -#usr/share/ghostscript/9.55.0/lib/gs_wl1_e.ps -#usr/share/ghostscript/9.55.0/lib/gs_wl2_e.ps -#usr/share/ghostscript/9.55.0/lib/gs_wl5_e.ps -#usr/share/ghostscript/9.55.0/lib/gslp.ps -#usr/share/ghostscript/9.55.0/lib/gsnup.ps -#usr/share/ghostscript/9.55.0/lib/ht_ccsto.ps -#usr/share/ghostscript/9.55.0/lib/image-qa.ps -#usr/share/ghostscript/9.55.0/lib/jispaper.ps -#usr/share/ghostscript/9.55.0/lib/landscap.ps -#usr/share/ghostscript/9.55.0/lib/lines.ps -#usr/share/ghostscript/9.55.0/lib/mkcidfm.ps -#usr/share/ghostscript/9.55.0/lib/necp2x.upp -#usr/share/ghostscript/9.55.0/lib/necp2x6.upp -#usr/share/ghostscript/9.55.0/lib/pdf2dsc.ps -#usr/share/ghostscript/9.55.0/lib/pdf_info.ps -#usr/share/ghostscript/9.55.0/lib/pf2afm.ps -#usr/share/ghostscript/9.55.0/lib/pfbtopfa.ps -#usr/share/ghostscript/9.55.0/lib/ppath.ps -#usr/share/ghostscript/9.55.0/lib/pphs.ps -#usr/share/ghostscript/9.55.0/lib/prfont.ps -#usr/share/ghostscript/9.55.0/lib/printafm.ps -#usr/share/ghostscript/9.55.0/lib/ps2ai.ps -#usr/share/ghostscript/9.55.0/lib/ps2epsi.ps -#usr/share/ghostscript/9.55.0/lib/ras1.upp -#usr/share/ghostscript/9.55.0/lib/ras24.upp -#usr/share/ghostscript/9.55.0/lib/ras3.upp -#usr/share/ghostscript/9.55.0/lib/ras32.upp -#usr/share/ghostscript/9.55.0/lib/ras4.upp -#usr/share/ghostscript/9.55.0/lib/ras8m.upp -#usr/share/ghostscript/9.55.0/lib/rollconv.ps -#usr/share/ghostscript/9.55.0/lib/s400a1.upp -#usr/share/ghostscript/9.55.0/lib/s400b1.upp -#usr/share/ghostscript/9.55.0/lib/sharp.upp -#usr/share/ghostscript/9.55.0/lib/sipixa6.upp -#usr/share/ghostscript/9.55.0/lib/st640ih.upp -#usr/share/ghostscript/9.55.0/lib/st640ihg.upp -#usr/share/ghostscript/9.55.0/lib/st640p.upp -#usr/share/ghostscript/9.55.0/lib/st640pg.upp -#usr/share/ghostscript/9.55.0/lib/st640pl.upp -#usr/share/ghostscript/9.55.0/lib/st640plg.upp -#usr/share/ghostscript/9.55.0/lib/stc.upp -#usr/share/ghostscript/9.55.0/lib/stc1520h.upp -#usr/share/ghostscript/9.55.0/lib/stc2.upp -#usr/share/ghostscript/9.55.0/lib/stc200_h.upp -#usr/share/ghostscript/9.55.0/lib/stc2_h.upp -#usr/share/ghostscript/9.55.0/lib/stc2s_h.upp -#usr/share/ghostscript/9.55.0/lib/stc300.upp -#usr/share/ghostscript/9.55.0/lib/stc300bl.upp -#usr/share/ghostscript/9.55.0/lib/stc300bm.upp -#usr/share/ghostscript/9.55.0/lib/stc500p.upp -#usr/share/ghostscript/9.55.0/lib/stc500ph.upp -#usr/share/ghostscript/9.55.0/lib/stc600ih.upp -#usr/share/ghostscript/9.55.0/lib/stc600p.upp -#usr/share/ghostscript/9.55.0/lib/stc600pl.upp -#usr/share/ghostscript/9.55.0/lib/stc640p.upp -#usr/share/ghostscript/9.55.0/lib/stc740ih.upp -#usr/share/ghostscript/9.55.0/lib/stc800ih.upp -#usr/share/ghostscript/9.55.0/lib/stc800p.upp -#usr/share/ghostscript/9.55.0/lib/stc800pl.upp -#usr/share/ghostscript/9.55.0/lib/stc_h.upp -#usr/share/ghostscript/9.55.0/lib/stc_l.upp -#usr/share/ghostscript/9.55.0/lib/stcany.upp -#usr/share/ghostscript/9.55.0/lib/stcany_h.upp -#usr/share/ghostscript/9.55.0/lib/stcinfo.ps -#usr/share/ghostscript/9.55.0/lib/stcolor.ps -#usr/share/ghostscript/9.55.0/lib/stocht.ps -#usr/share/ghostscript/9.55.0/lib/traceimg.ps -#usr/share/ghostscript/9.55.0/lib/traceop.ps -#usr/share/ghostscript/9.55.0/lib/uninfo.ps -#usr/share/ghostscript/9.55.0/lib/viewcmyk.ps -#usr/share/ghostscript/9.55.0/lib/viewgif.ps -#usr/share/ghostscript/9.55.0/lib/viewjpeg.ps -#usr/share/ghostscript/9.55.0/lib/viewmiff.ps -#usr/share/ghostscript/9.55.0/lib/viewpbm.ps -#usr/share/ghostscript/9.55.0/lib/viewpcx.ps -#usr/share/ghostscript/9.55.0/lib/viewps2a.ps -#usr/share/ghostscript/9.55.0/lib/winmaps.ps -#usr/share/ghostscript/9.55.0/lib/zeroline.ps +#usr/share/ghostscript/9.56.1 +#usr/share/ghostscript/9.56.1/lib +#usr/share/ghostscript/9.56.1/lib/PDFA_def.ps +#usr/share/ghostscript/9.56.1/lib/PDFX_def.ps +#usr/share/ghostscript/9.56.1/lib/PM760p.upp +#usr/share/ghostscript/9.56.1/lib/PM760pl.upp +#usr/share/ghostscript/9.56.1/lib/PM820p.upp +#usr/share/ghostscript/9.56.1/lib/PM820pl.upp +#usr/share/ghostscript/9.56.1/lib/Stc670p.upp +#usr/share/ghostscript/9.56.1/lib/Stc670pl.upp +#usr/share/ghostscript/9.56.1/lib/Stc680p.upp +#usr/share/ghostscript/9.56.1/lib/Stc680pl.upp +#usr/share/ghostscript/9.56.1/lib/Stc740p.upp +#usr/share/ghostscript/9.56.1/lib/Stc740pl.upp +#usr/share/ghostscript/9.56.1/lib/Stc760p.upp +#usr/share/ghostscript/9.56.1/lib/Stc760pl.upp +#usr/share/ghostscript/9.56.1/lib/Stc777p.upp +#usr/share/ghostscript/9.56.1/lib/Stc777pl.upp +#usr/share/ghostscript/9.56.1/lib/Stp720p.upp +#usr/share/ghostscript/9.56.1/lib/Stp720pl.upp +#usr/share/ghostscript/9.56.1/lib/Stp870p.upp +#usr/share/ghostscript/9.56.1/lib/Stp870pl.upp +#usr/share/ghostscript/9.56.1/lib/acctest.ps +#usr/share/ghostscript/9.56.1/lib/align.ps +#usr/share/ghostscript/9.56.1/lib/bj8.rpd +#usr/share/ghostscript/9.56.1/lib/bj8gc12f.upp +#usr/share/ghostscript/9.56.1/lib/bj8hg12f.upp +#usr/share/ghostscript/9.56.1/lib/bj8oh06n.upp +#usr/share/ghostscript/9.56.1/lib/bj8pa06n.upp +#usr/share/ghostscript/9.56.1/lib/bj8pp12f.upp +#usr/share/ghostscript/9.56.1/lib/bj8ts06n.upp +#usr/share/ghostscript/9.56.1/lib/bjc6000a1.upp +#usr/share/ghostscript/9.56.1/lib/bjc6000b1.upp +#usr/share/ghostscript/9.56.1/lib/bjc610a0.upp +#usr/share/ghostscript/9.56.1/lib/bjc610a1.upp +#usr/share/ghostscript/9.56.1/lib/bjc610a2.upp +#usr/share/ghostscript/9.56.1/lib/bjc610a3.upp +#usr/share/ghostscript/9.56.1/lib/bjc610a4.upp +#usr/share/ghostscript/9.56.1/lib/bjc610a5.upp +#usr/share/ghostscript/9.56.1/lib/bjc610a6.upp +#usr/share/ghostscript/9.56.1/lib/bjc610a7.upp +#usr/share/ghostscript/9.56.1/lib/bjc610a8.upp +#usr/share/ghostscript/9.56.1/lib/bjc610b1.upp +#usr/share/ghostscript/9.56.1/lib/bjc610b2.upp +#usr/share/ghostscript/9.56.1/lib/bjc610b3.upp +#usr/share/ghostscript/9.56.1/lib/bjc610b4.upp +#usr/share/ghostscript/9.56.1/lib/bjc610b6.upp +#usr/share/ghostscript/9.56.1/lib/bjc610b7.upp +#usr/share/ghostscript/9.56.1/lib/bjc610b8.upp +#usr/share/ghostscript/9.56.1/lib/caption.ps +#usr/share/ghostscript/9.56.1/lib/cbjc600.ppd +#usr/share/ghostscript/9.56.1/lib/cbjc800.ppd +#usr/share/ghostscript/9.56.1/lib/cdj550.upp +#usr/share/ghostscript/9.56.1/lib/cdj690.upp +#usr/share/ghostscript/9.56.1/lib/cdj690ec.upp +#usr/share/ghostscript/9.56.1/lib/cid2code.ps +#usr/share/ghostscript/9.56.1/lib/dnj750c.upp +#usr/share/ghostscript/9.56.1/lib/dnj750m.upp +#usr/share/ghostscript/9.56.1/lib/docie.ps +#usr/share/ghostscript/9.56.1/lib/font2pcl.ps +#usr/share/ghostscript/9.56.1/lib/ghostpdf.ppd +#usr/share/ghostscript/9.56.1/lib/gs_ce_e.ps +#usr/share/ghostscript/9.56.1/lib/gs_css_e.ps +#usr/share/ghostscript/9.56.1/lib/gs_il2_e.ps +#usr/share/ghostscript/9.56.1/lib/gs_kanji.ps +#usr/share/ghostscript/9.56.1/lib/gs_ksb_e.ps +#usr/share/ghostscript/9.56.1/lib/gs_l.xbm +#usr/share/ghostscript/9.56.1/lib/gs_l.xpm +#usr/share/ghostscript/9.56.1/lib/gs_l_m.xbm +#usr/share/ghostscript/9.56.1/lib/gs_lgo_e.ps +#usr/share/ghostscript/9.56.1/lib/gs_lgx_e.ps +#usr/share/ghostscript/9.56.1/lib/gs_m.xbm +#usr/share/ghostscript/9.56.1/lib/gs_m.xpm +#usr/share/ghostscript/9.56.1/lib/gs_m_m.xbm +#usr/share/ghostscript/9.56.1/lib/gs_s.xbm +#usr/share/ghostscript/9.56.1/lib/gs_s.xpm +#usr/share/ghostscript/9.56.1/lib/gs_s_m.xbm +#usr/share/ghostscript/9.56.1/lib/gs_t.xbm +#usr/share/ghostscript/9.56.1/lib/gs_t.xpm +#usr/share/ghostscript/9.56.1/lib/gs_t_m.xbm +#usr/share/ghostscript/9.56.1/lib/gs_wl1_e.ps +#usr/share/ghostscript/9.56.1/lib/gs_wl2_e.ps +#usr/share/ghostscript/9.56.1/lib/gs_wl5_e.ps +#usr/share/ghostscript/9.56.1/lib/gslp.ps +#usr/share/ghostscript/9.56.1/lib/gsnup.ps +#usr/share/ghostscript/9.56.1/lib/ht_ccsto.ps +#usr/share/ghostscript/9.56.1/lib/image-qa.ps +#usr/share/ghostscript/9.56.1/lib/jispaper.ps +#usr/share/ghostscript/9.56.1/lib/landscap.ps +#usr/share/ghostscript/9.56.1/lib/lines.ps +#usr/share/ghostscript/9.56.1/lib/mkcidfm.ps +#usr/share/ghostscript/9.56.1/lib/necp2x.upp +#usr/share/ghostscript/9.56.1/lib/necp2x6.upp +#usr/share/ghostscript/9.56.1/lib/pdf2dsc.ps +#usr/share/ghostscript/9.56.1/lib/pdf_info.ps +#usr/share/ghostscript/9.56.1/lib/pf2afm.ps +#usr/share/ghostscript/9.56.1/lib/pfbtopfa.ps +#usr/share/ghostscript/9.56.1/lib/ppath.ps +#usr/share/ghostscript/9.56.1/lib/pphs.ps +#usr/share/ghostscript/9.56.1/lib/prfont.ps +#usr/share/ghostscript/9.56.1/lib/printafm.ps +#usr/share/ghostscript/9.56.1/lib/ps2ai.ps +#usr/share/ghostscript/9.56.1/lib/ps2epsi.ps +#usr/share/ghostscript/9.56.1/lib/ras1.upp +#usr/share/ghostscript/9.56.1/lib/ras24.upp +#usr/share/ghostscript/9.56.1/lib/ras3.upp +#usr/share/ghostscript/9.56.1/lib/ras32.upp +#usr/share/ghostscript/9.56.1/lib/ras4.upp +#usr/share/ghostscript/9.56.1/lib/ras8m.upp +#usr/share/ghostscript/9.56.1/lib/rollconv.ps +#usr/share/ghostscript/9.56.1/lib/s400a1.upp +#usr/share/ghostscript/9.56.1/lib/s400b1.upp +#usr/share/ghostscript/9.56.1/lib/sharp.upp +#usr/share/ghostscript/9.56.1/lib/sipixa6.upp +#usr/share/ghostscript/9.56.1/lib/st640ih.upp +#usr/share/ghostscript/9.56.1/lib/st640ihg.upp +#usr/share/ghostscript/9.56.1/lib/st640p.upp +#usr/share/ghostscript/9.56.1/lib/st640pg.upp +#usr/share/ghostscript/9.56.1/lib/st640pl.upp +#usr/share/ghostscript/9.56.1/lib/st640plg.upp +#usr/share/ghostscript/9.56.1/lib/stc.upp +#usr/share/ghostscript/9.56.1/lib/stc1520h.upp +#usr/share/ghostscript/9.56.1/lib/stc2.upp +#usr/share/ghostscript/9.56.1/lib/stc200_h.upp +#usr/share/ghostscript/9.56.1/lib/stc2_h.upp +#usr/share/ghostscript/9.56.1/lib/stc2s_h.upp +#usr/share/ghostscript/9.56.1/lib/stc300.upp +#usr/share/ghostscript/9.56.1/lib/stc300bl.upp +#usr/share/ghostscript/9.56.1/lib/stc300bm.upp +#usr/share/ghostscript/9.56.1/lib/stc500p.upp +#usr/share/ghostscript/9.56.1/lib/stc500ph.upp +#usr/share/ghostscript/9.56.1/lib/stc600ih.upp +#usr/share/ghostscript/9.56.1/lib/stc600p.upp +#usr/share/ghostscript/9.56.1/lib/stc600pl.upp +#usr/share/ghostscript/9.56.1/lib/stc640p.upp +#usr/share/ghostscript/9.56.1/lib/stc740ih.upp +#usr/share/ghostscript/9.56.1/lib/stc800ih.upp +#usr/share/ghostscript/9.56.1/lib/stc800p.upp +#usr/share/ghostscript/9.56.1/lib/stc800pl.upp +#usr/share/ghostscript/9.56.1/lib/stc_h.upp +#usr/share/ghostscript/9.56.1/lib/stc_l.upp +#usr/share/ghostscript/9.56.1/lib/stcany.upp +#usr/share/ghostscript/9.56.1/lib/stcany_h.upp +#usr/share/ghostscript/9.56.1/lib/stcinfo.ps +#usr/share/ghostscript/9.56.1/lib/stcolor.ps +#usr/share/ghostscript/9.56.1/lib/stocht.ps +#usr/share/ghostscript/9.56.1/lib/traceimg.ps +#usr/share/ghostscript/9.56.1/lib/traceop.ps +#usr/share/ghostscript/9.56.1/lib/uninfo.ps +#usr/share/ghostscript/9.56.1/lib/viewcmyk.ps +#usr/share/ghostscript/9.56.1/lib/viewgif.ps +#usr/share/ghostscript/9.56.1/lib/viewjpeg.ps +#usr/share/ghostscript/9.56.1/lib/viewmiff.ps +#usr/share/ghostscript/9.56.1/lib/viewpbm.ps +#usr/share/ghostscript/9.56.1/lib/viewpcx.ps +#usr/share/ghostscript/9.56.1/lib/viewps2a.ps +#usr/share/ghostscript/9.56.1/lib/winmaps.ps +#usr/share/ghostscript/9.56.1/lib/zeroline.ps #usr/share/ghostscript/fonts #usr/share/ghostscript/fonts/COPYING #usr/share/ghostscript/fonts/ChangeLog diff --git a/lfs/ghostscript b/lfs/ghostscript index 6d51643e4..7df96bdd5 100644 --- a/lfs/ghostscript +++ b/lfs/ghostscript @@ -26,7 +26,7 @@ include Config =20 SUMMARY =3D The Ghostscript interpreter for PostScript and PDF =20 -VER =3D 9.55.0 +VER =3D 9.56.1 =20 THISAPP =3D ghostscript-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D ghostscript -PAK_VER =3D 9 +PAK_VER =3D 10 =20 DEPS =3D cups dbus libtiff =20 @@ -52,7 +52,7 @@ $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) ghostscript-fonts-std-8.11.tar.gz =3D $(URL_IPFIRE)/ghostscript-fonts-std-8.= 11.tar.gz gnu-gs-fonts-other-6.0.tar.gz =3D $(URL_IPFIRE)/gnu-gs-fonts-other-6.0.tar.gz =20 -$(DL_FILE)_BLAKE2 =3D 87827856aa60c2c4a4ed209bc4203a837107df0404af036a48e5ba= a23fccfc945a97fe328a80b15c7357fc71acb82721d4b96e5f726d8c9d836fee031916aef7 +$(DL_FILE)_BLAKE2 =3D c0457c98e3f13047d9015d9d1415e2935e142d172aa8c560e68250= a4110ccb52167988af70e63d86fc3f462a5d521ac45f7b758cb8d1492670930d9b2dc2e196 ghostscript-fonts-std-8.11.tar.gz_BLAKE2 =3D 1d8ae8f7813623a36e160bdd0ca9ccf= 33c67b945dd96952eb0e37e9bb5bb4ba5daf7df4da5ba53c1d25d6598a0576990ba7e094b8c39= 5778cb9cdfd32761454c gnu-gs-fonts-other-6.0.tar.gz_BLAKE2 =3D 001709983161519365bcef23fef3705071b= 67253ff3b557c45d2ec892987815444d8dd1d213e94bc02e361917c061c723043bf04c98b0a1e= 38c9cd1f265d1312 =20 --=20 2.35.1 --===============6313755489840575576==--