Update to IO-Socket-SSL-2.0.60 (Perl Module)

NOTE: The tests for this package pass, but the dependencies hang.
Update to pcre2-10.32
Bump p11-kit to REQUIRED in make-ca, as without /usr/bin/trust, the certificates will not extract to /etc/ssl/certs

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20571 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2018-10-04 14:57:34 +00:00
parent ac8fc18689
commit 95378e80ac
5 changed files with 20 additions and 9 deletions

View File

@ -6,10 +6,10 @@
<!ENTITY pcre2-download-http "&sourceforge-dl;/pcre/pcre2-&pcre2-version;.tar.bz2">
<!ENTITY pcre2-download-ftp "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-&pcre2-version;.tar.bz2">
<!ENTITY pcre2-md5sum "e0b91c891a3c49050f7fd15de33d0ba4">
<!ENTITY pcre2-md5sum "8a096287153fb994970df3570e90fcb5">
<!ENTITY pcre2-size "1.6 MB">
<!ENTITY pcre2-buildsize "19 MB (with tests)">
<!ENTITY pcre2-time "0.3 SBU (with tests)">
<!ENTITY pcre2-buildsize "22 MB (with tests)">
<!ENTITY pcre2-time "0.4 SBU (with tests)">
]>
<sect1 id="pcre2" xreflabel="pcre2-&pcre2-version;">
@ -76,7 +76,8 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="valgrind"/>
<xref linkend="valgrind"/> and
<ulink url="https://www.cs.utah.edu/~bigler/code/libedit.html">libedit</ulink>
</para>
<para condition="html" role="usernotes">

View File

@ -69,7 +69,7 @@
<!ENTITY HTTP-Daemon-md5sum "ed0ae02d25d7f1e89456d4d69732adc2">
<!ENTITY IO-Socket-SSL-download-http "&perl_authors;/id/S/SU/SULLR/IO-Socket-SSL-&IO-Socket-SSL-version;.tar.gz">
<!ENTITY IO-Socket-SSL-md5sum "0e329d3ce11563a27d70d63ad09ed5e9">
<!ENTITY IO-Socket-SSL-md5sum "97fa6cd64f15db60f810cd8ab02d57fc">
<!ENTITY IPC-Run3-download-http "&perl_authors;/id/R/RJ/RJBS/IPC-Run3-&IPC-Run3-version;.tar.gz">
<!ENTITY IPC-Run3-md5sum "5a8cec571c51a118b265cf6e24e55761">
@ -1300,6 +1300,7 @@ MD5 sum: &IO-Socket-SSL-md5sum;</literallayout>
<listitem><literallayout><ulink url="https://cpan.metacpan.org/authors/id/M/MI/MIKEM/Net-SSLeay-1.85.tar.gz">Net::SSLeay</ulink>
(https://cpan.metacpan.org/authors/id/M/MI/MIKEM/Net-SSLeay-1.85.tar.gz)
When scripting, pipe the <command>perl Makefile.PL</command> command through <command>yes "" |</command>, since some user input is sought</literallayout>
<!-- The test suite for NET::SSLeay has issues with OpenSSL-1.1.1 -->
</listitem>
</itemizedlist>
</listitem>

View File

@ -45,6 +45,14 @@
<listitem>
<para>October 4th, 2018</para>
<itemizedlist>
<listitem>
<para>[renodr] - Update to IO::Socket:SSL-2.060 (Perl Module). Fixes
<ulink url="&blfs-ticket-root;11155">#11155</ulink>.</para>
</listitem>
<listitem>
<para>[renodr] - Update to pcre2-10.32. Fixes
<ulink url="&blfs-ticket-root;11137">#11137</ulink>.</para>
</listitem>
<listitem>
<para>[renodr] - Update to sqlite-3.25.2. Fixes
<ulink url="&blfs-ticket-root;11153">#11153</ulink>.</para>

View File

@ -180,7 +180,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY nspr-version "4.20">
<!ENTITY openobex-version "1.7.2">
<!ENTITY pcre-version "8.42">
<!ENTITY pcre2-version "10.31">
<!ENTITY pcre2-version "10.32">
<!ENTITY popt-version "1.16">
<!ENTITY pth-version "2.0.7">
<!ENTITY ptlib-version "2.10.11">
@ -380,7 +380,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY File-Which-version "1.22">
<!ENTITY HTML-Parser-version "3.72">
<!ENTITY HTTP-Daemon-version "6.01">
<!ENTITY IO-Socket-SSL-version "2.059">
<!ENTITY IO-Socket-SSL-version "2.060">
<!ENTITY IPC-Run3-version "0.048">
<!ENTITY Lingua-Translit-version "0.28">
<!ENTITY List-AllUtils-version "0.14">

View File

@ -75,9 +75,10 @@
<bridgehead renderas="sect3">make-ca Dependencies</bridgehead>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended"><xref linkend="p11-kit"/> (required at runtime to
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="p11-kit"/> (required at runtime to
generate certificate stores from trust anchors)</para>
<!-- /usr/bin/trust is needed to extract the certs to /etc/ssl/certs -->
<bridgehead renderas="sect4">Optional (runtime)</bridgehead>
<para role="optional">