Author: ken Date: Thu Jan 14 12:14:24 2021 New Revision: 24111 Log: Update to ImageMagick-7.0.10-57 ftp to imagemagick.org commented, appears to no longer work.
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genutils/imagemagick.xml trunk/BOOK/introduction/welcome/changelog.xml Modified: trunk/BOOK/general.ent ============================================================================== --- trunk/BOOK/general.ent Tue Jan 12 00:44:00 2021 (r24110) +++ trunk/BOOK/general.ent Thu Jan 14 12:14:24 2021 (r24111) @@ -1,12 +1,12 @@ <!-- $LastChangedBy$ $Date$ --> -<!ENTITY day "12"> <!-- Always 2 digits --> +<!ENTITY day "14"> <!-- Always 2 digits --> <!ENTITY month "01"> <!-- Always 2 digits --> <!ENTITY year "2021"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "&year;-&month;-&day;"> -<!ENTITY releasedate "January 12th, &year;"> +<!ENTITY releasedate "January 14th, &year;"> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY lfs-version "development"> <!-- x.y|development --> Modified: trunk/BOOK/general/genutils/imagemagick.xml ============================================================================== --- trunk/BOOK/general/genutils/imagemagick.xml Tue Jan 12 00:44:00 2021 (r24110) +++ trunk/BOOK/general/genutils/imagemagick.xml Thu Jan 14 12:14:24 2021 (r24111) @@ -4,14 +4,16 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY imagemagick-patch-version "27"> + <!ENTITY imagemagick-patch-version "57"> <!ENTITY imagemagick-download-http "https://www.imagemagick.org/download/releases/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz"> - <!ENTITY imagemagick-download-ftp "ftp://ftp.imagemagick.org/pub/ImageMagick/releases/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz"> - <!ENTITY imagemagick-md5sum "40470fd58ae85010a53b61de0378f1c3"> +<!-- 2021-01-14 : ftp.imagemagick.org hangs, assume no longer usable + <!ENTITY imagemagick-download-ftp "ftp://ftp.imagemagick.org/pub/ImageMagick/releases/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz"> --> + <!ENTITY imagemagick-download-ftp " "> + <!ENTITY imagemagick-md5sum "af18570352230f8f3e71f20a775f21b4"> <!ENTITY imagemagick-size "9.3 MB"> - <!ENTITY imagemagick-buildsize "212 MB (with typical dependencies; add 31 MB for checks)"> - <!ENTITY imagemagick-time "0.9 SBU (with typical dependencies; add 0.6 SBU for checks, both using parallelism=4)"> + <!ENTITY imagemagick-buildsize "191 MB (with typical dependencies; add 20 MB for checks)"> + <!ENTITY imagemagick-time "0.9 SBU (with typical dependencies; add 0.5 SBU for checks, both using parallelism=4)"> ]> <!-- Editors: It is highly unlikely that the buildsize (disk space used) will @@ -33,9 +35,15 @@ [bdubbs] Just removed it. I don't think it adds anything. + [ken] Comparing 7.0.10-27 to 7.0.10-57 on the same machine: for -27 my + timings and space matched the book (well, make check was marginally + faster on this machine), but for -57 the compiled source, installed + files and extra space for make check were all much smaller. + Also, please look over the output from the configure command for any additional dependencies that need to be listed, as ImageMagick is - constantly adding additional features and dependencies. + constantly adding additional features and dependencies. Or diff the + configure script against the previous version. For those of us who touch this infrequently: DPS/dpsXclient is from apple so not relevant to linux builds Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Tue Jan 12 00:44:00 2021 (r24110) +++ trunk/BOOK/introduction/welcome/changelog.xml Thu Jan 14 12:14:24 2021 (r24111) @@ -45,6 +45,16 @@ <para>January 12th, 2021</para> <itemizedlist> <listitem> + <para>[ken] - Update to ImageMagick-7.0.10-57 (Security Update). Fixes + <ulink url="&blfs-ticket-root;14513">#14513</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> + <para>January 12th, 2021</para> + <itemizedlist> + <listitem> <para>[renodr] - Update to thunderbird-78.6.1 (Security Update). Fixes <ulink url="&blfs-ticket-root;14506">#14506</ulink>.</para> </listitem> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
