Author: ken
Date: Sat Jul 18 13:51:53 2020
New Revision: 23401

Log:
LWP::Protocol::https -

New version of the patch.

Also rearrange that page and the perl template so that the
Additional Download appears after the Package Information.

Modified:
   trunk/BOOK/general/prog/perl-modules/perl-lwp-protocol-https.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/template/template-perl-module.xml

Modified: trunk/BOOK/general/prog/perl-modules/perl-lwp-protocol-https.xml
==============================================================================
--- trunk/BOOK/general/prog/perl-modules/perl-lwp-protocol-https.xml    Sat Jul 
18 02:26:46 2020        (r23400)
+++ trunk/BOOK/general/prog/perl-modules/perl-lwp-protocol-https.xml    Sat Jul 
18 13:51:53 2020        (r23401)
@@ -26,17 +26,7 @@
         <xref linkend="perl-libwww-perl"/>). Once the module is installed
         LWP is able to access sites using HTTP over SSL/TLS.
       </para>
-<!--
-      <bridgehead renderas="sect4">Additional Download</bridgehead>
-      <itemizedlist spacing="compact">
-        <listitem>
-          <para>
-            Required patch:
-            <ulink 
url="&patch-root;/LWP-Protocol-https-&LWP-Protocol-https-version;-system_certs-1.patch"/>
-          </para>
-        </listitem>
-      </itemizedlist>
--->
+
       &lfs91_checked;
 
       <bridgehead renderas="sect4">Package Information</bridgehead>
@@ -53,6 +43,16 @@
         </listitem>
       </itemizedlist>
 
+      <bridgehead renderas="sect4">Additional Download</bridgehead>
+      <itemizedlist spacing="compact">
+        <listitem>
+          <para>
+            Required patch:
+            <ulink 
url="&patch-root;/LWP-Protocol-https-&LWP-Protocol-https-version;-system_certs-2.patch"/>
+          </para>
+        </listitem>
+      </itemizedlist>
+
       <bridgehead renderas="sect4">LWP::Protocol::https 
Dependencies</bridgehead>
 
       <bridgehead renderas="sect5">Required</bridgehead>
@@ -69,7 +69,7 @@
 
     <sect3 role="installation">
       <title>Installation of LWP::Protocol::https</title>
-<!--
+
       <para>
         First, apply a patch to use the system certificates (using the CPAN
         automated install will instead use <ulink
@@ -77,8 +77,8 @@
         is usually not up to date and does not use local certificates).
       </para>
 
-<screen><userinput>patch -Np1 -i 
../LWP-Protocol-https-&LWP-Protocol-https-version;-system_certs-1.patch</userinput></screen>
--->
+<screen><userinput>patch -Np1 -i 
../LWP-Protocol-https-&LWP-Protocol-https-version;-system_certs-2.patch</userinput></screen>
+
       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
                   href="../../../xincludes/perl-standard-install.xml"/>
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sat Jul 18 02:26:46 
2020        (r23400)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sat Jul 18 13:51:53 
2020        (r23401)
@@ -45,6 +45,10 @@
       <para>July 18th, 2020</para>
       <itemizedlist>
         <listitem>
+          <para>[ken] - Tweak patch for LWP-Protocol-https-6.09 (Perl Module), 
re
+          <ulink url="&blfs-ticket-root;13809">#13809</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Update to nasm-2.15.03. Fixes
           <ulink url="&blfs-ticket-root;13814">#13814</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/template/template-perl-module.xml
==============================================================================
--- trunk/BOOK/template/template-perl-module.xml        Sat Jul 18 02:26:46 
2020        (r23400)
+++ trunk/BOOK/template/template-perl-module.xml        Sat Jul 18 13:51:53 
2020        (r23401)
@@ -31,16 +31,6 @@
         Fu::Bar does something.
       </para>
 
-      <bridgehead renderas="sect4">Additional Download</bridgehead>
-      <itemizedlist spacing="compact">
-        <listitem>
-          <para>
-            Required patch:
-            <ulink 
url="&patch-root;/Fu-Bar-&Fu-Bar-version;-do_something-1.patch"/>
-          </para>
-        </listitem>
-      </itemizedlist>
-
 <!--  &lfs8x_checked; -->
 
       <bridgehead renderas="sect4">Package Information</bridgehead>
@@ -56,6 +46,16 @@
           </para>
         </listitem>
       </itemizedlist>
+
+      <bridgehead renderas="sect4">Additional Download</bridgehead>
+      <itemizedlist spacing="compact">
+        <listitem>
+          <para>
+            Required patch:
+            <ulink 
url="&patch-root;/Fu-Bar-&Fu-Bar-version;-do_something-1.patch"/>
+          </para>
+        </listitem>
+      </itemizedlist>
 
       <!-- omit dependencies if not needed.
        If module A currently brings in the required dep of B, add a comment 
that
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to