Changeset 7f98c43


Ignore:
Timestamp:
09/19/2020 03:32:47 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
66b874d2
Parents:
13946c49
Message:

Update to Pygments-2.7.1 (Python Module).
Update to PerlIO-utf8_strict-0.008 (Perl Module).
Update to Log-Log4perl-1.53 (Perl Module).

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r13946c49 r7f98c43  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "17">                   <!-- Always 2 digits -->
     3<!ENTITY day          "19">                   <!-- Always 2 digits -->
    44<!ENTITY month        "09">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "September 17th, &year;">
     9<!ENTITY releasedate  "September 19th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/perl-modules/perl-log-log4perl.xml

    r13946c49 r7f98c43  
    66
    77  <!ENTITY my-download-http "&perl_authors;/id/E/ET/ETJ/Log-Log4perl-&Log-Log4perl-version;.tar.gz">
    8   <!ENTITY my-md5sum "7556921d53582bac41715e91703af554">
     8  <!ENTITY my-md5sum "48fcd8fa105af31d9e5247cb8e5b6ff1">
    99]>
    1010
  • general/prog/perl-modules/perl-perlio-utf8_strict.xml

    r13946c49 r7f98c43  
    66
    77  <!ENTITY my-download-http "&perl_authors;/id/L/LE/LEONT/PerlIO-utf8_strict-&PerlIO-utf8_strict-version;.tar.gz">
    8   <!ENTITY my-md5sum "9e8fba7f15c612c4f2ed2f961bf1141b">
     8  <!ENTITY my-md5sum "0e2a940e1759c4d322958ef6ebc2e52f">
    99
    1010]>
  • general/prog/pygments.xml

    r13946c49 r7f98c43  
    88           "https://files.pythonhosted.org/packages/source/P/Pygments/Pygments-&pygments-version;.tar.gz">
    99  <!ENTITY pygments-download-ftp " ">
    10   <!ENTITY pygments-md5sum        "5ab12bdfafbf9fda3ef445d60b111a37">
    11   <!ENTITY pygments-size          "2.3 MB">
     10  <!ENTITY pygments-md5sum        "8b4d5fe67fde78e9cf7eab088b341bfb">
     11  <!ENTITY pygments-size          "2.2 MB">
    1212  <!ENTITY pygments-buildsize     "18 MB">
    1313  <!ENTITY pygments-time          "less than 0.1 SBU">
  • introduction/welcome/changelog.xml

    r13946c49 r7f98c43  
    4343    -->
    4444    <listitem>
     45      <para>September 19th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to Pygments-2.7.1 (Python Module). Fixes
     49          <ulink url="&blfs-ticket-root;14044">#14044</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to PerlIO-utf8_strict-0.008 (Perl Module). Fixes
     53          <ulink url="&blfs-ticket-root;14049">#14049</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[bdubbs] - Update to Log-Log4perl-1.53 (Perl Module). Fixes
     57          <ulink url="&blfs-ticket-root;14045">#14045</ulink>.</para>
     58        </listitem>
     59      </itemizedlist>
     60    </listitem>
     61
     62    <listitem>
    4563      <para>September 17th, 2020</para>
    4664      <itemizedlist>
  • packages.ent

    r13946c49 r7f98c43  
    411411<!ENTITY List-AllUtils-version        "0.18">
    412412<!ENTITY List-MoreUtils-version       "0.428">
    413 <!ENTITY Log-Log4perl-version         "1.52">
     413<!ENTITY Log-Log4perl-version         "1.53">
    414414<!ENTITY LWP-Protocol-https-version   "6.09">
    415415<!ENTITY Module-Build-version         "0.4231">
     
    417417<!ENTITY Parse-RecDescent-version     "1.967015">
    418418<!ENTITY Parse-Yapp-version           "1.21">
    419 <!ENTITY PerlIO-utf8_strict-version   "0.007">
     419<!ENTITY PerlIO-utf8_strict-version   "0.008">
    420420<!ENTITY Regexp-Common-version        "2017060201">
    421421<!ENTITY SGMLSpm-version              "1.1">
     
    555555<!--<!ENTITY pycrypto-version             "2.6.1"> Replaced by pycryptodome -->
    556556<!ENTITY pycryptodome-version         "3.9.8">
    557 <!ENTITY pygments-version             "2.7.0">
     557<!ENTITY pygments-version             "2.7.1">
    558558<!ENTITY pygobject2-version           "2.28.7">
    559559<!ENTITY pygobject3-version           "3.36.1">
Note: See TracChangeset for help on using the changeset viewer.