Changeset e342f1a


Ignore:
Timestamp:
01/14/2021 08:14:24 PM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.1, 11.0, 11.1, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b657499
Parents:
3741962
Message:

Update to ImageMagick-7.0.10-57
ftp to imagemagick.org commented, appears to no longer work.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r3741962 re342f1a  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "12">                   <!-- Always 2 digits -->
     3<!ENTITY day          "14">                   <!-- Always 2 digits -->
    44<!ENTITY month        "01">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2021">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "January 12th, &year;">
     9<!ENTITY releasedate  "January 14th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genutils/imagemagick.xml

    r3741962 re342f1a  
    55  %general-entities;
    66
    7   <!ENTITY imagemagick-patch-version "27">
     7  <!ENTITY imagemagick-patch-version "57">
    88
    99  <!ENTITY imagemagick-download-http "https://www.imagemagick.org/download/releases/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz">
    10   <!ENTITY imagemagick-download-ftp  "ftp://ftp.imagemagick.org/pub/ImageMagick/releases/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz">
    11   <!ENTITY imagemagick-md5sum        "40470fd58ae85010a53b61de0378f1c3">
     10<!-- 2021-01-14 : ftp.imagemagick.org hangs, assume no longer usable
     11  <!ENTITY imagemagick-download-ftp  "ftp://ftp.imagemagick.org/pub/ImageMagick/releases/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz"> -->
     12  <!ENTITY imagemagick-download-ftp  " ">
     13  <!ENTITY imagemagick-md5sum        "af18570352230f8f3e71f20a775f21b4">
    1214  <!ENTITY imagemagick-size          "9.3 MB">
    13   <!ENTITY imagemagick-buildsize     "212 MB (with typical dependencies; add 31 MB for checks)">
    14   <!ENTITY imagemagick-time          "0.9 SBU (with typical dependencies; add 0.6 SBU for checks, both using  parallelism=4)">
     15  <!ENTITY imagemagick-buildsize     "191 MB (with typical dependencies; add 20 MB for checks)">
     16  <!ENTITY imagemagick-time          "0.9 SBU (with typical dependencies; add 0.5 SBU for checks, both using  parallelism=4)">
    1517]>
    1618
     
    3436     [bdubbs] Just removed it.  I don't think it adds anything.
    3537
     38     [ken] Comparing 7.0.10-27 to 7.0.10-57 on the same machine: for -27 my
     39     timings and space matched the book (well, make check was marginally
     40     faster on this machine), but for -57 the compiled source, installed
     41     files and extra space for make check were all much smaller.
     42
    3643     Also, please look over the output from the configure command for any
    3744     additional dependencies that need to be listed, as ImageMagick is
    38      constantly adding additional features and dependencies.
     45     constantly adding additional features and dependencies. Or diff the
     46     configure script against the previous version.
    3947
    4048     For those of us who touch this infrequently:
  • introduction/welcome/changelog.xml

    r3741962 re342f1a  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Update to ImageMagick-7.0.10-57 (Security Update). Fixes
     49          <ulink url="&blfs-ticket-root;14513">#14513</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
     55      <para>January 12th, 2021</para>
     56      <itemizedlist>
     57        <listitem>
    4858          <para>[renodr] - Update to thunderbird-78.6.1 (Security Update). Fixes
    4959          <ulink url="&blfs-ticket-root;14506">#14506</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.