Changeset 0b87037d for pst/typesetting


Ignore:
Timestamp:
09/14/2020 11:16:20 PM (4 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
9816b812
Parents:
555f708
Message:

Update to biber-2.15 with biblatex-3.15a.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/biber.xml

    r555f708 r0b87037d  
    1313  <!ENTITY biber-download-http "https://github.com/plk/biber/archive/v&biber-version;/biber-&biber-version;.tar.gz">
    1414  <!ENTITY biber-download-ftp  " ">
    15   <!ENTITY biber-md5sum        "726e7457f1b4d882e1d05fd185563cfd">
     15  <!ENTITY biber-md5sum        "3c964253bcab6c0af9acd3d2b3f501c2">
    1616  <!ENTITY biber-size          "1.6 MB">
    1717  <!-- Buildsize includes the installed biblatex, except that what matters is
    1818    the difference from the files shipped by texlive, so usually the addition is
    1919    minimal. Copy full texmf to somewhere for working, measure with du -shm,
    20     then install bibleatex over the top of it and remeasure. -->
    21   <!ENTITY biber-buildsize     "16 MB">
    22   <!ENTITY biber-time          "0.6 SBU including tests">
     20    then install biblatex over the top of it and remeasure.
     21    For 3.15a, texmf grows by 2MB -->
     22  <!ENTITY biber-buildsize     "18 MB">
     23  <!ENTITY biber-time          "0.4 SBU including tests">
    2324
    2425  <!-- Check path.  Directory might not be &biblatex-version; if a suffixed update -->
    25   <!ENTITY biblatex-download-http   "http://sourceforge.net/projects/biblatex/files/biblatex-&biblatex-version;/biblatex-&biblatex-version;.tds.tgz">
     26  <!-- for normal unsuffixed version:
     27  <!ENTITY biblatex-download-http   "http://sourceforge.net/projects/biblatex/files/biblatex-&biblatex-version;/biblatex-&biblatex-version;.tds.tgz"> -->
     28  <!ENTITY biblatex-download-http   "http://sourceforge.net/projects/biblatex/files/biblatex-3.15/biblatex-&biblatex-version;.tds.tgz">
    2629  <!ENTITY biblatex-download-ftp    "">
    27   <!ENTITY biblatex-md5sum          "fc3605bc86de283e6f962f20a80c5a04">
     30  <!ENTITY biblatex-md5sum          "f27db2896d485c2c138fcc42e03a2f1c">
    2831  <!ENTITY biblatex-size            "20 MB">
    2932
     
    121124      <para>
    122125        If you have updated to a new release of texlive-source, biber and its
    123         perl dependencies are still in present in <filename
     126        perl dependencies are still present in <filename
    124127        class="directory">/usr</filename> and do not need to be rebuilt.
    125128        However, biblatex installs in <filename
     
    129132
    130133      <para>
     134        If you installed the above dependencies using the BLFS instructions
     135        for each of them, <command>perl ./Build.PL</command> will complain
     136        that Mozilla::CA is not installed, but that is not needed unless
     137        CPAN was used to install the modules. BLFS patches LWP::Protocol::https
     138        to use the system certificates, Mozilla::CA uses old certificates.
     139      </para>
     140
     141<!--  <para> ##commented as a reminder that sooner or later it will need a
     142        newer version than our current or last but one release ##
    131143        This version of biber requires <application>perl-5.30</application>
    132144        or later.  If you are still using the 8.4 version of BLFS you may
    133145        wish to build the 2.13 version: see the 8.4 book noting that
    134146        biblatex-3.13 has been replaced by biblatex-3.13a upstream.
    135       </para>
     147      </para>-->
    136148    </note>
    137149
     
    230242        linkend="perl-auto-install"/>. Then run <command>perl
    231243        ./Build.PL</command> and when it prompts you, become the root user
    232         and run <command>./Build installdeps</command>
     244        and run <command>./Build installdeps</command> - this will use CPAN
     245        and as noted above it will use Mozilla::CA instead of using system
     246        certificates.
    233247      </para>
    234248    </note>
Note: See TracChangeset for help on using the changeset viewer.