Ignore:
Timestamp:
02/04/2016 01:17:26 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 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, nosym, 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:
bd86aa8
Parents:
2beaab8
Message:
  • nss-3.22 minor reformat.
  • liblinear-2.1 URL Forbidden: replaced by new unfriendly URL. Notice that versioning is changed from 2.1 to 210. Contents of old and new tarballs are exactly the same, but the directory changes from liblinear-2.1 to liblinear-210.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/liblinear.xml

    r2beaab8 r2b64864b  
    55  %general-entities;
    66
     7<!--
    78  <!ENTITY liblinear-download-http "http://www.csie.ntu.edu.tw/~cjlin/liblinear/oldfiles/liblinear-&liblinear-version;.tar.gz">
     9  HTTP request sent, awaiting response... 403 Forbidden
     10  2016-02-04 09:39:51 ERROR 403: Forbidden. -->
     11  <!ENTITY liblinear-download-http "https://github.com/cjlin1/liblinear/archive/v&liblinear-version;.tar.gz">
    812  <!ENTITY liblinear-download-ftp  " ">
    9   <!ENTITY liblinear-md5sum        "0d87a71d054ed17c5ee7656efba06e89">
     13  <!ENTITY liblinear-md5sum        "b48c811243eae0e4d144f21424294fcc">
    1014  <!ENTITY liblinear-size          "376 KB">
    1115  <!ENTITY liblinear-buildsize     "1.2 MB">
     
    8387    </itemizedlist>
    8488
     89    <note>
     90      <para>
     91        <application>liblinear</application> source tarball shown above
     92        downloads with the correct name liblinear-&liblinear-version;.tar.gz, if
     93        using a browser such as Firefox. If you prefer to use a command line
     94        program, such as wget, you obtain v&liblinear-version;.tar.gz. To change
     95        the filename, run: <command>mv -vi v&liblinear-version;.tar.gz
     96        liblinear-&liblinear-version;.tar.gz</command>.
     97        </para>
     98      </note>
     99
    85100    <para condition="html" role="usernotes">
    86101      User Notes: <ulink url="&blfs-wiki;/liblinear"/>
Note: See TracChangeset for help on using the changeset viewer.