Changeset c9f70861
- Timestamp:
- 02/08/2020 08:53:12 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- d03fb97
- Parents:
- 29cc6a1
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r29cc6a1 rc9f70861 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 7"> <!-- Always 2 digits -->3 <!ENTITY day "08"> <!-- Always 2 digits --> 4 4 <!ENTITY month "02"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2020"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "February 7th, &year;">9 <!ENTITY releasedate "February 8th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/perl-modules/perl-http-daemon.xml
r29cc6a1 rc9f70861 5 5 %general-entities; 6 6 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"> 9 9 10 10 ]> … … 53 53 HTTP::Date (perl-http-date) and LWP::MediaTypes (perl-lwp-mediatypes) 54 54 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 --> 56 57 </para> 57 58 -
general/prog/perl-modules/perl-module-build.xml
r29cc6a1 rc9f70861 7 7 8 8 <!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"> 10 10 11 11 ]> … … 44 44 </listitem> 45 45 </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. --> 46 51 47 52 </sect3> -
introduction/welcome/changelog.xml
r29cc6a1 rc9f70861 42 42 </listitem> 43 43 --> 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 44 55 <listitem> 45 56 <para>February 7th, 2020</para> -
packages.ent
r29cc6a1 rc9f70861 388 388 <!ENTITY File-Which-version "1.23"> 389 389 <!ENTITY HTML-Parser-version "3.72"> 390 <!ENTITY HTTP-Daemon-version "6.0 5">390 <!ENTITY HTTP-Daemon-version "6.06"> 391 391 <!ENTITY IO-Socket-SSL-version "2.066"> 392 392 <!ENTITY IO-String-version "1.08"> … … 397 397 <!ENTITY Log-Log4perl-version "1.49"> 398 398 <!ENTITY LWP-Protocol-https-version "6.07"> 399 <!ENTITY Module-Build-version "0.42 29">399 <!ENTITY Module-Build-version "0.4231"> 400 400 <!ENTITY Net-DNS-version "1.21"> 401 401 <!ENTITY Parse-RecDescent-version "1.967015">
Note:
See TracChangeset
for help on using the changeset viewer.