Changeset 1908704 for multimedia


Ignore:
Timestamp:
07/05/2019 07:19:56 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
2100008f
Parents:
0ea2a4a
Message:

Add vorbis-tools security patch

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/audioutils/vorbistools.xml

    r0ea2a4a r1908704  
    7272    </itemizedlist>
    7373
     74    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     75    <itemizedlist spacing="compact">
     76      <listitem>
     77        <para>
     78          Required patch:
     79          <ulink url="&patch-root;/vorbis-tools-&vorbistools-version;-security_fix-1.patch"/>
     80        </para>
     81      </listitem>
     82    </itemizedlist>
     83
    7484    <bridgehead renderas="sect3">Vorbis Tools Dependencies</bridgehead>
    7585
     
    8999      <xref linkend="curl"/>,
    90100      <xref linkend="flac"/>,
    91       <ulink url="https://code.google.com/p/libkate/downloads/list">libkate</ulink>, and
     101      <ulink url="https://code.google.com/archive/p/libkate/">libkate</ulink>, and
    92102      <xref linkend="speex"/>
    93103    </para>
     
    100110  <sect2 role="installation">
    101111    <title>Installation of Vorbis Tools</title>
     112
     113    <para>
     114      First, apply a patch to fix some security issues:
     115    </para>
     116
     117<screen><userinput remap="pre">patch -Np1 -i ../vorbis-tools-&vorbistools-version;-security_fix-1.patch</userinput></screen>
    102118
    103119    <para>
Note: See TracChangeset for help on using the changeset viewer.