Changeset 2b64864b


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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r2beaab8 r2b64864b  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "03">                   <!-- Always 2 digits -->
     3<!ENTITY day          "04">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 3rd &year;">
     9<!ENTITY releasedate  "February 4th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • 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"/>
  • introduction/welcome/changelog.xml

    r2beaab8 r2b64864b  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>February 4th, 2016</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - liblinear-2.1 URL Forbidden: replaced by new
     52          unfriendly URL. Notice that versioning is changed from 2.1 to 210.
     53          Contents of old and new tarballs are exactly the same, but the
     54          directory changes from liblinear-2.1 to liblinear-210.</para>
     55        </listitem>
     56      </itemizedlist>
     57    </listitem>
    4658
    4759    <listitem>
  • packages.ent

    r2beaab8 r2b64864b  
    127127<!ENTITY libiodbc-version             "3.52.10">
    128128<!ENTITY libksba-version              "1.3.3">
    129 <!ENTITY liblinear-version            "2.1">
     129<!ENTITY liblinear-version            "210">
    130130<!ENTITY libpaper-version             "1.1.24+nmu4">
    131131<!ENTITY libsigc-version              "2.6.2">
  • postlfs/security/nss.xml

    r2beaab8 r2b64864b  
    154154install -v -m755 Linux*/bin/{certutil,nss-config,pk12util} /usr/bin &amp;&amp;
    155155
    156 install -v -m644 Linux*/lib/pkgconfig/nss.pc  /usr/lib/pkgconfig
    157 </userinput></screen>
     156install -v -m644 Linux*/lib/pkgconfig/nss.pc  /usr/lib/pkgconfig</userinput></screen>
    158157
    159158  </sect2>
Note: See TracChangeset for help on using the changeset viewer.