mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
Update to stunnel-5.71
This commit is contained in:
parent
7f79ef7999
commit
facc64d744
@ -41,6 +41,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>September 21st, 2023</para>
|
<para>September 21st, 2023</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[renodr] - Update to stunnel-5.71. Fixes
|
||||||
|
<ulink url="&blfs-ticket-root;18612">#18612</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[renodr] - Update to adwaita-icon-theme-45.0. Fixes
|
<para>[renodr] - Update to adwaita-icon-theme-45.0. Fixes
|
||||||
<ulink url="&blfs-ticket-root;18607">#18607</ulink>.</para>
|
<ulink url="&blfs-ticket-root;18607">#18607</ulink>.</para>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<!ENTITY polkit-gnome-version "0.105">
|
<!ENTITY polkit-gnome-version "0.105">
|
||||||
<!ENTITY shadow-version "4.14.0">
|
<!ENTITY shadow-version "4.14.0">
|
||||||
<!ENTITY ssh-askpass-version "&openssh-version;">
|
<!ENTITY ssh-askpass-version "&openssh-version;">
|
||||||
<!ENTITY stunnel-version "5.70">
|
<!ENTITY stunnel-version "5.71">
|
||||||
<!ENTITY sudo-version "1.9.14p3">
|
<!ENTITY sudo-version "1.9.14p3">
|
||||||
<!ENTITY tripwire-version "2.4.3.7">
|
<!ENTITY tripwire-version "2.4.3.7">
|
||||||
<!--<!ENTITY volume_key-version "0.3.12">-->
|
<!--<!ENTITY volume_key-version "0.3.12">-->
|
||||||
|
@ -9,9 +9,9 @@
|
|||||||
<!ENTITY stunnel-download-ftp "ftp://ftp.stunnel.org/stunnel/archive/5.x/stunnel-&stunnel-version;.tar.gz">
|
<!ENTITY stunnel-download-ftp "ftp://ftp.stunnel.org/stunnel/archive/5.x/stunnel-&stunnel-version;.tar.gz">
|
||||||
<!-- Following ftp only has later release -->
|
<!-- Following ftp only has later release -->
|
||||||
<!-- "ftp://ftp.stunnel.org/stunnel/stunnel-&stunnel-version;.tar.gz"> -->
|
<!-- "ftp://ftp.stunnel.org/stunnel/stunnel-&stunnel-version;.tar.gz"> -->
|
||||||
<!ENTITY stunnel-md5sum "4246f65d556b9ec51e94f80744ce0eda">
|
<!ENTITY stunnel-md5sum "23ddd3c3bd92873deb0caadba12f9574">
|
||||||
<!ENTITY stunnel-size "864 KB">
|
<!ENTITY stunnel-size "876 KB">
|
||||||
<!ENTITY stunnel-buildsize "6.9 MB">
|
<!ENTITY stunnel-buildsize "7.5 MB">
|
||||||
<!ENTITY stunnel-time "less than 0.1 SBU">
|
<!ENTITY stunnel-time "less than 0.1 SBU">
|
||||||
]>
|
]>
|
||||||
|
|
||||||
@ -133,24 +133,6 @@ useradd -c "stunnel Daemon" -d /var/lib/stunnel \
|
|||||||
commands:
|
commands:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<!-- Not needed, we're 10+ versions ahead of this now
|
|
||||||
<note>
|
|
||||||
<para>
|
|
||||||
For some systems with <application>binutils</application>
|
|
||||||
versions prior to 2.25, <command>configure</command> may fail. If
|
|
||||||
necessary, fix it either with:
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<screen><userinput>sed -i '/LDFLAGS.*static_flag/ s/^/#/' configure</userinput></screen>
|
|
||||||
|
|
||||||
<para>
|
|
||||||
or, if <xref linkend="llvm"/> with Clang is installed, you can
|
|
||||||
replace <command>./configure ...</command> with <command>CC=clang
|
|
||||||
./configure ...</command> in the first command below.
|
|
||||||
</para>
|
|
||||||
</note>
|
|
||||||
-->
|
|
||||||
|
|
||||||
<screen revision="sysv"><userinput>./configure --prefix=/usr \
|
<screen revision="sysv"><userinput>./configure --prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
|
Loading…
Reference in New Issue
Block a user