Changeset 289c90f


Ignore:
Timestamp:
04/16/2019 12:49:29 PM (5 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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:
b738ceb
Parents:
fd5cc27
Message:

Update to libpng-1.6.37

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rfd5cc27 r289c90f  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "15">                   <!-- Always 2 digits -->
     3<!ENTITY day          "16">                   <!-- Always 2 digits -->
    44<!ENTITY month        "04">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "April 15th, &year;">
     9<!ENTITY releasedate  "April 16th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/graphlib/libpng.xml

    rfd5cc27 r289c90f  
    77  <!ENTITY libpng-download-http "&sourceforge-dl;/libpng/libpng-&libpng-version;.tar.xz">
    88  <!ENTITY libpng-download-ftp  " ">
    9   <!ENTITY libpng-md5sum        "df2be2d29c40937fe1f5349b16bc2826">
     9  <!ENTITY libpng-md5sum        "015e8e15db1eecde5f2eb9eb5b6e59e9">
    1010  <!ENTITY libpng-size          "992 KB">
    1111  <!ENTITY libpng-buildsize     "14 MB (with tests)">
    1212  <!ENTITY libpng-time          "less than 0.1 SBU (using parallelism=4; add 0.7 SBU for tests)">
    1313
    14   <!ENTITY apng-version "&libpng-version;">
     14  <!-- To fix security issues libpng is upgraded but apng is not up to date -->
     15  <!ENTITY apng-version "1.6.36">
    1516  <!ENTITY apng-md5sum  "bd1f5f7dd99003128d747c5597308a44">
    1617
  • introduction/welcome/changelog.xml

    rfd5cc27 r289c90f  
    4242    </listitem>
    4343    -->
     44    <listitem>
     45      <para>April 16th, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[xry111] - Update to libpng-1.6.37 (security fixes). Part of
     49          <ulink url="&blfs-ticket-root;11949">#11949</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>April 15th, 2019</para>
  • packages.ent

    rfd5cc27 r289c90f  
    212212<!ENTITY libmng-version               "2.0.3">
    213213<!ENTITY libmypaint-version           "1.3.0"> <!-- version 1 only -->
    214 <!ENTITY libpng-version               "1.6.36">
     214<!ENTITY libpng-version               "1.6.37">
    215215<!ENTITY librsvg-version              "2.44.13">   <!-- Normally even minors -->
    216216<!ENTITY libraw-version               "0.19.2">
Note: See TracChangeset for help on using the changeset viewer.