Ignore:
Timestamp:
06/22/2017 09:04:21 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 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:
3f2f363
Parents:
faaa22d
Message:

Update to thunderbird-52.2.0.
Update to fuse3-3.0.2.
Update to mercurial-4.2.1.
Update volume_key-0.3.9 url.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/volume_key.xml

    rfaaa22d r8c08e6a  
    55  %general-entities;
    66
    7   <!ENTITY volume_key-download-http "https://github.com/felixonmars/volume_key/archive/volume_key-&volume_key-version;.tar.gz">
     7  <!ENTITY volume_key-download-http "https://releases.pagure.org/volume_key//volume_key-&volume_key-version;.tar.gz">
    88  <!ENTITY volume_key-download-ftp  " ">
    9   <!ENTITY volume_key-md5sum        "ce18e96706c04d3a54f0988d1c199cd4">
    10   <!ENTITY volume_key-size          "176 KB">
    11   <!ENTITY volume_key-buildsize     "10.5 MB">
     9  <!ENTITY volume_key-md5sum        "a2d14931177c660e1f3ebbcf5f47d8e2">
     10  <!ENTITY volume_key-size          "436 KB">
     11  <!ENTITY volume_key-buildsize     "7.9 MB">
    1212  <!ENTITY volume_key-time          "0.1 SBU">
    1313]>
     
    7272      </listitem>
    7373    </itemizedlist>
    74 
     74<!--
    7575   <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7676    <itemizedlist spacing="compact">
     
    8282      </listitem>
    8383    </itemizedlist>
    84 
    85 <!-- As of June 2017, this package has not be updated since 2009, at least
    86 as a released version.  The patch brings the package up to speed. -->
    87    
     84-->
    8885    <bridgehead renderas="sect3">volume_key Dependencies</bridgehead>
    8986
     
    9794    <bridgehead renderas="sect4">Recommended</bridgehead>
    9895    <para role="recommended">
     96      <xref linkend="python2"/>
     97    </para>
     98
     99    <bridgehead renderas="sect4">Optional</bridgehead>
     100    <para role="optional">
    99101      <xref linkend="python3"/>
    100102    </para>
     
    113115    </para>
    114116
    115 <screen><userinput>patch -Np1 -i ../volume_key-&volume_key-version;-modernize-1.patch &amp;&amp;
     117<screen><userinput>sed -i '/config.h/d' lib/libvolume_key.h &amp;&amp;
    116118
    117 autoreconf -fiv &amp;&amp;
    118 
     119autoreconf -fiv           &amp;&amp;
    119120./configure --prefix=/usr &amp;&amp;
    120 make PYTHON=python3</userinput></screen>
     121make</userinput></screen>
    121122
    122123    <para>
Note: See TracChangeset for help on using the changeset viewer.