Changeset 4afc7855 for general/graphlib


Ignore:
Timestamp:
06/14/2020 02:55:32 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 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:
c728e61
Parents:
5921122
Message:

Update to libexif-0.6.22. Contains 9 security fixes

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libexif.xml

    r5921122 r4afc7855  
    55  %general-entities;
    66
    7   <!ENTITY libexif-download-http "&sourceforge-dl;/libexif/libexif-&libexif-version;.tar.bz2">
     7  <!-- Because the maintainer of libexif is releasing versions in a scheme such
     8       as this: libexif-0_6_22-release/libexif-0.6.22.tar.xz, let's keep the
     9       0_6_22 as a separate entity. -->
     10  <!ENTITY dl-version "0_6_22">
     11
     12  <!ENTITY libexif-download-http "https://github.com/libexif/libexif/releases/download/libexif-&dl-version;-release/libexif-&libexif-version;.tar.xz">
    813  <!ENTITY libexif-download-ftp  " ">
    9   <!ENTITY libexif-md5sum        "27339b89850f28c8f1c237f233e05b27">
    10   <!ENTITY libexif-size          "1.4 MB">
    11   <!ENTITY libexif-buildsize     "17 MB">
    12   <!ENTITY libexif-time          "0.2 SBU">
     14  <!ENTITY libexif-md5sum        "1070601438443fdd5b8635565693cf99">
     15  <!ENTITY libexif-size          "1.3 MB">
     16  <!ENTITY libexif-buildsize     "21 MB">
     17  <!ENTITY libexif-time          "0.1 SBU">
    1318]>
    1419
     
    7479    </itemizedlist>
    7580
     81<!-- Applied in 0.6.22
    7682    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7783    <itemizedlist spacing="compact">
     
    8389      </listitem>
    8490    </itemizedlist>
     91-->
    8592
    8693    <bridgehead renderas="sect3">libexif Dependencies</bridgehead>
     
    100107    <title>Installation of libexif</title>
    101108
     109<!--
    102110    <para>
    103111      First, apply a patch to fix a security issue (integer overflow):
     
    105113
    106114<screen><userinput remap="pre">patch -Np1 -i ../libexif-&libexif-version;-security_fix-1.patch</userinput></screen>
     115-->
    107116
    108117    <para>
Note: See TracChangeset for help on using the changeset viewer.