Ignore:
Timestamp:
01/29/2018 01:40:59 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
722f363
Parents:
86f56c1
Message:

Update to transmission-2.93

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/transmission.xml

    r86f56c1 r6226419  
    55  %general-entities;
    66
    7   <!ENTITY transmission-download-http "https://transmission.cachefly.net/transmission-&transmission-version;.tar.xz">
     7  <!ENTITY transmission-download-http "https://raw.githubusercontent.com/transmission/transmission-releases/master/transmission-&transmission-version;.tar.xz">
    88  <!ENTITY transmission-download-ftp  " ">
    9   <!ENTITY transmission-md5sum        "3fce404a436e3cd7fde80fb6ed61c264">
     9  <!ENTITY transmission-md5sum        "a1b8113ebc3402787312ecb443d9d3c1">
    1010  <!ENTITY transmission-size          "3.2 MB">
    11   <!ENTITY transmission-buildsize     "338 MB">
    12   <!ENTITY transmission-time          "1.6 SBU (with Qt and GTK gui interfaces)">
     11  <!ENTITY transmission-buildsize     "244 MB">
     12  <!ENTITY transmission-time          "0.4 SBU (with Qt and GTK gui interfaces; using parallelism=4)">
    1313]>
    1414
     
    7070          Estimated build time: &transmission-time;
    7171        </para>
    72       </listitem>
    73     </itemizedlist>
    74 
    75     <bridgehead renderas="sect3">Additional Downloads:</bridgehead>
    76     <itemizedlist spacing="compact">
    77       <listitem>
    78         <para>Required patch: <ulink url="&patch-root;/transmission-&transmission-version;-openssl-1.1.0-1.patch"/></para>
    7972      </listitem>
    8073    </itemizedlist>
     
    108101  <sect2 role="installation">
    109102    <title>Installation of Transmission</title>
    110 
    111     <para>
    112       Fix a build issue when using <xref linkend="openssl"/>:
    113     </para>
    114 
    115 <screen><userinput>patch -Np1 -i ../transmission-&transmission-version;-openssl-1.1.0-1.patch</userinput></screen>
    116103
    117104    <para>
Note: See TracChangeset for help on using the changeset viewer.