Changeset c9f70861


Ignore:
Timestamp:
02/08/2020 08:53:12 PM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.1, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
Children:
d03fb97
Parents:
29cc6a1
Message:

Update HTTP::Daemon and Module::Build to current.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r29cc6a1 rc9f70861  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "07">                   <!-- Always 2 digits -->
     3<!ENTITY day          "08">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 7th, &year;">
     9<!ENTITY releasedate  "February 8th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/perl-modules/perl-http-daemon.xml

    r29cc6a1 rc9f70861  
    55  %general-entities;
    66
    7   <!ENTITY my-download-http "&perl_authors;/id/E/ET/ETHER/HTTP-Daemon-&HTTP-Daemon-version;.tar.gz">
    8   <!ENTITY my-md5sum "3628c90a5d0c097d604bb49923e51101">
     7  <!ENTITY my-download-http "&perl_authors;/id/O/OA/OALDERS/HTTP-Daemon-&HTTP-Daemon-version;.tar.gz">
     8  <!ENTITY my-md5sum "c5d6e1d84f7f09770d9ce52d4bddef59">
    99
    1010]>
     
    5353         HTTP::Date (perl-http-date) and LWP::MediaTypes (perl-lwp-mediatypes)
    5454         which are dependencies of perl-http-message, as well as URI (perl-uri)
    55          in a test - that too is a dependency of perl-http-message -->
     55         in a test - that too is a dependency of perl-http-message. It claims
     56         to want Module::Build::Tiny but that is only for the old ./Build.PL -->
    5657      </para>
    5758
  • general/prog/perl-modules/perl-module-build.xml

    r29cc6a1 rc9f70861  
    77
    88  <!ENTITY my-download-http "&metacpan_authors;/L/LE/LEONT/Module-Build-&Module-Build-version;.tar.gz">
    9   <!ENTITY my-md5sum "1447d9e02e63f7a1643986789a8f1ba9">
     9  <!ENTITY my-md5sum "066b193e461d7dfe1eca17a139353001">
    1010
    1111]>
     
    4444        </listitem>
    4545      </itemizedlist>
     46
     47    <!-- Dependencies: It warns that the optional fetature inc_bundling_support
     48        is disabled because inc::latest is not installed : that is experimental
     49        (originally part of Module::Build itself) and is not useful except for
     50        people who create CPAN distributions. -->
    4651
    4752    </sect3>
  • introduction/welcome/changelog.xml

    r29cc6a1 rc9f70861  
    4242    </listitem>
    4343       -->
     44    <listitem>
     45      <para>February 8th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Update to HTTP::Daemon-6.06 and Module::Build-0.4231
     49          (perl modules). Fixes
     50          <ulink url="&blfs-ticket-root;13107">#13107</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
    4455    <listitem>
    4556      <para>February 7th, 2020</para>
  • packages.ent

    r29cc6a1 rc9f70861  
    388388<!ENTITY File-Which-version           "1.23">
    389389<!ENTITY HTML-Parser-version          "3.72">
    390 <!ENTITY HTTP-Daemon-version          "6.05">
     390<!ENTITY HTTP-Daemon-version          "6.06">
    391391<!ENTITY IO-Socket-SSL-version        "2.066">
    392392<!ENTITY IO-String-version            "1.08">
     
    397397<!ENTITY Log-Log4perl-version         "1.49">
    398398<!ENTITY LWP-Protocol-https-version   "6.07">
    399 <!ENTITY Module-Build-version         "0.4229">
     399<!ENTITY Module-Build-version         "0.4231">
    400400<!ENTITY Net-DNS-version              "1.21">
    401401<!ENTITY Parse-RecDescent-version     "1.967015">
Note: See TracChangeset for help on using the changeset viewer.