Update to ncftp-3.2.7.

This commit is contained in:
Bruce Dubbs 2024-01-14 21:31:59 -06:00
parent d0690bb634
commit e137dc2c6e
3 changed files with 21 additions and 9 deletions

View File

@ -41,6 +41,10 @@
<listitem>
<para>January 14th, 2024</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to ncftp-3.2.7. Fixes
<ulink url="&blfs-ticket-root;19125">#19125</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to libwww-perl-6.73. Fixes
<ulink url="&blfs-ticket-root;19124">#19124</ulink>.</para>

View File

@ -6,9 +6,9 @@
<!ENTITY ncftp-download-http "https://www.ncftp.com/downloads/ncftp/ncftp-&ncftp-version;-src.tar.xz">
<!ENTITY ncftp-download-ftp " ">
<!ENTITY ncftp-md5sum "42d0f896d69a4d603ec097546444245f">
<!ENTITY ncftp-size "412 KB">
<!ENTITY ncftp-buildsize "6.6 MB">
<!ENTITY ncftp-md5sum "bbcb048d2412f4d62bc798818e703680">
<!ENTITY ncftp-size "416 KB">
<!ENTITY ncftp-buildsize "6.9 MB">
<!ENTITY ncftp-time "0.2 SBU">
]>
@ -67,7 +67,7 @@
</para>
</listitem>
</itemizedlist>
<!--
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
@ -84,7 +84,7 @@
<para role="optional">
<xref linkend="llvm"/> (with Clang, used by default if installed)
</para>
-->
</sect2>
<sect2 role="installation">
@ -105,7 +105,7 @@
applications that utilize the shared library is subject to a different
license.
</para>
<!--
<para>
First, fix an issue caused by a change in behavior in GCC-10:
</para>
@ -118,13 +118,14 @@
<screen><userinput remap="pre">patch -Np1 -i ../ncftp-&ncftp-version;-configure_fixes-1.patch &amp;&amp;
autoreconf -fiv -I autoconf_local</userinput></screen>
-->
<para>
To install <application>NcFTP</application> using the
first (and optimal) method, run the following commands:
</para>
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
<screen><userinput>CC=/usr/bin/gcc \
./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
make -C libncftp shared &amp;&amp;
make</userinput></screen>
@ -163,6 +164,13 @@ make</userinput></screen>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<envar>CC=/usr/bin/gcc</envar>. This environment variable ensures
that <command>gcc</command> is used if <xref linkend="llvm"/> is
installed. The build procedure is broken if <command>gcc</command>
is not used.
</para>
<para>
<command>make -C ... &amp;&amp; make -C ...</command>:
These commands make and install the dynamic library <filename

View File

@ -664,7 +664,7 @@
<!ENTITY bridgeutils-version "1.7.1">
<!ENTITY cifsutils-version "7.0">
<!ENTITY iw-version "6.7">
<!ENTITY ncftp-version "3.2.6">
<!ENTITY ncftp-version "3.2.7">
<!ENTITY net-tools-version "2.10">
<!ENTITY nfs-utils-version "2.6.4">
<!ENTITY ntp-version "4.2.8p17">