Changeset 95378e8


Ignore:
Timestamp:
10/04/2018 02:57:34 PM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8ef150f
Parents:
ac8fc18
Message:

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/pcre2.xml

    rac8fc18 r95378e8  
    77  <!ENTITY pcre2-download-http "&sourceforge-dl;/pcre/pcre2-&pcre2-version;.tar.bz2">
    88  <!ENTITY pcre2-download-ftp  "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-&pcre2-version;.tar.bz2">
    9   <!ENTITY pcre2-md5sum        "e0b91c891a3c49050f7fd15de33d0ba4">
     9  <!ENTITY pcre2-md5sum        "8a096287153fb994970df3570e90fcb5">
    1010  <!ENTITY pcre2-size          "1.6 MB">
    11   <!ENTITY pcre2-buildsize     "19 MB (with tests)">
    12   <!ENTITY pcre2-time          "0.3 SBU (with tests)">
     11  <!ENTITY pcre2-buildsize     "22 MB (with tests)">
     12  <!ENTITY pcre2-time          "0.4 SBU (with tests)">
    1313]>
    1414
     
    7777    <bridgehead renderas="sect4">Optional</bridgehead>
    7878    <para role="optional">
    79       <xref linkend="valgrind"/>
     79      <xref linkend="valgrind"/> and
     80      <ulink url="https://www.cs.utah.edu/~bigler/code/libedit.html">libedit</ulink>
    8081    </para>
    8182
  • general/prog/perl-modules.xml

    rac8fc18 r95378e8  
    7070
    7171  <!ENTITY IO-Socket-SSL-download-http "&perl_authors;/id/S/SU/SULLR/IO-Socket-SSL-&IO-Socket-SSL-version;.tar.gz">
    72   <!ENTITY IO-Socket-SSL-md5sum "0e329d3ce11563a27d70d63ad09ed5e9">
     72  <!ENTITY IO-Socket-SSL-md5sum "97fa6cd64f15db60f810cd8ab02d57fc">
    7373
    7474  <!ENTITY IPC-Run3-download-http "&perl_authors;/id/R/RJ/RJBS/IPC-Run3-&IPC-Run3-version;.tar.gz">
     
    13011301(https://cpan.metacpan.org/authors/id/M/MI/MIKEM/Net-SSLeay-1.85.tar.gz)
    13021302When scripting, pipe the <command>perl Makefile.PL</command> command through <command>yes "" |</command>, since some user input is sought</literallayout>
     1303          <!-- The test suite for NET::SSLeay has issues with OpenSSL-1.1.1 -->
    13031304          </listitem>
    13041305        </itemizedlist>
  • introduction/welcome/changelog.xml

    rac8fc18 r95378e8  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[renodr] - Update to IO::Socket:SSL-2.060 (Perl Module). Fixes
     50          <ulink url="&blfs-ticket-root;11155">#11155</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[renodr] - Update to pcre2-10.32. Fixes
     54          <ulink url="&blfs-ticket-root;11137">#11137</ulink>.</para>
     55        </listitem>
     56        <listitem>
    4957          <para>[renodr] - Update to sqlite-3.25.2. Fixes
    5058          <ulink url="&blfs-ticket-root;11153">#11153</ulink>.</para>
  • packages.ent

    rac8fc18 r95378e8  
    181181<!ENTITY openobex-version             "1.7.2">
    182182<!ENTITY pcre-version                 "8.42">
    183 <!ENTITY pcre2-version                "10.31">
     183<!ENTITY pcre2-version                "10.32">
    184184<!ENTITY popt-version                 "1.16">
    185185<!ENTITY pth-version                  "2.0.7">
     
    381381<!ENTITY HTML-Parser-version          "3.72">
    382382<!ENTITY HTTP-Daemon-version          "6.01">
    383 <!ENTITY IO-Socket-SSL-version        "2.059">
     383<!ENTITY IO-Socket-SSL-version        "2.060">
    384384<!ENTITY IPC-Run3-version             "0.048">
    385385<!ENTITY Lingua-Translit-version      "0.28">
  • postlfs/security/make-ca.xml

    rac8fc18 r95378e8  
    7676    <bridgehead renderas="sect3">make-ca Dependencies</bridgehead>
    7777
    78     <bridgehead renderas="sect4">Recommended</bridgehead>
    79     <para role="recommended"><xref linkend="p11-kit"/> (required at runtime to
     78    <bridgehead renderas="sect4">Required</bridgehead>
     79    <para role="required"><xref linkend="p11-kit"/> (required at runtime to
    8080    generate certificate stores from trust anchors)</para>
     81    <!-- /usr/bin/trust is needed to extract the certs to /etc/ssl/certs -->
    8182
    8283   <bridgehead renderas="sect4">Optional (runtime)</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.