Changeset facc64d


Ignore:
Timestamp:
09/21/2023 08:34:35 PM (8 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
5a83b91b
Parents:
7f79ef79
Message:

Update to stunnel-5.71

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r7f79ef79 rfacc64d  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[renodr] - Update to stunnel-5.71. Fixes
     46          <ulink url="&blfs-ticket-root;18612">#18612</ulink>.</para>
     47        </listitem>
     48        <listitem>
    4549          <para>[renodr] - Update to adwaita-icon-theme-45.0. Fixes
    4650          <ulink url="&blfs-ticket-root;18607">#18607</ulink>.</para>
  • packages.ent

    r7f79ef79 rfacc64d  
    3636<!ENTITY shadow-version               "4.14.0">
    3737<!ENTITY ssh-askpass-version          "&openssh-version;">
    38 <!ENTITY stunnel-version              "5.70">
     38<!ENTITY stunnel-version              "5.71">
    3939<!ENTITY sudo-version                 "1.9.14p3">
    4040<!ENTITY tripwire-version             "2.4.3.7">
  • postlfs/security/stunnel.xml

    r7f79ef79 rfacc64d  
    1010  <!-- Following ftp only has later release -->
    1111<!--   "ftp://ftp.stunnel.org/stunnel/stunnel-&stunnel-version;.tar.gz"> -->
    12   <!ENTITY stunnel-md5sum        "4246f65d556b9ec51e94f80744ce0eda">
    13   <!ENTITY stunnel-size          "864 KB">
    14   <!ENTITY stunnel-buildsize     "6.9 MB">
     12  <!ENTITY stunnel-md5sum        "23ddd3c3bd92873deb0caadba12f9574">
     13  <!ENTITY stunnel-size          "876 KB">
     14  <!ENTITY stunnel-buildsize     "7.5 MB">
    1515  <!ENTITY stunnel-time          "less than 0.1 SBU">
    1616]>
     
    133133      commands:
    134134    </para>
    135 
    136 <!-- Not needed, we're 10+ versions ahead of this now
    137     <note>
    138       <para>
    139         For some systems with <application>binutils</application>
    140         versions prior to 2.25, <command>configure</command> may fail.  If
    141         necessary, fix it either with:
    142       </para>
    143 
    144 <screen><userinput>sed -i '/LDFLAGS.*static_flag/ s/^/#/' configure</userinput></screen>
    145 
    146       <para>
    147         or, if <xref linkend="llvm"/> with Clang is installed, you can
    148         replace <command>./configure ...</command> with <command>CC=clang
    149         ./configure ...</command> in the first command below.
    150       </para>
    151     </note>
    152 -->
    153135
    154136<screen revision="sysv"><userinput>./configure --prefix=/usr        \
Note: See TracChangeset for help on using the changeset viewer.