Changeset 730eeb29


Ignore:
Timestamp:
03/28/2018 09:31:18 AM (6 years ago)
Author:
Tim Tassonis <stuff@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b715e77
Parents:
57a7172
Message:

Update to ghostscript-9.23.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20011 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r57a7172 r730eeb29  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "26">                   <!-- Always 2 digits -->
     3<!ENTITY day          "28">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 26th, &year;">
     9<!ENTITY releasedate  "March 28th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r57a7172 r730eeb29  
    4343-->
    4444   <listitem>
     45      <para>March 28th, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[timtas] - Update to ghostscript-9.23. Fixes
     49          <ulink url="&blfs-ticket-root;10569">#10569</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54   <listitem>
    4555      <para>March 26th, 2018</para>
    4656      <itemizedlist>
  • packages.ent

    r57a7172 r730eeb29  
    868868<!ENTITY cups-version                 "2.2.6">
    869869<!ENTITY cups-filters-version         "1.20.1">
    870 <!ENTITY gs-version                   "9.22">
     870<!ENTITY gs-version                   "9.23">
    871871<!ENTITY gutenprint-version           "5.2.13">
    872872
  • pst/printing/gs.xml

    r57a7172 r730eeb29  
    88
    99  <!ENTITY gs-download-http
    10   "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs922/ghostscript-&gs-version;.tar.gz">
     10  "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs923/ghostscript-&gs-version;.tar.gz">
    1111  <!ENTITY gs-download-ftp  " ">
    12   <!ENTITY gs-md5sum        "eff6bc41b1d7e26e988d2a5c813889d1">
    13   <!ENTITY gs-size          "37 MB">
     12  <!ENTITY gs-md5sum        "5a47ab47cd22dec1eb5f51c06f1c9d9c">
     13  <!ENTITY gs-size          "42 MB">
    1414  <!ENTITY gs-buildsize     "160 MB (with fonts and libgs.so)">
    1515  <!ENTITY gs-time          "1.5 SBU (with libgs.so)">
Note: See TracChangeset for help on using the changeset viewer.