Using fprintf instead of printf.
This commit is contained in:
parent
5c72344e72
commit
f648401a40
7
ftp.spec
7
ftp.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: The standard UNIX FTP (File Transfer Protocol) client
|
Summary: The standard UNIX FTP (File Transfer Protocol) client
|
||||||
Name: ftp
|
Name: ftp
|
||||||
Version: 0.17
|
Version: 0.17
|
||||||
Release: 43%{?dist}
|
Release: 44%{?dist}
|
||||||
License: BSD with advertising
|
License: BSD with advertising
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Source0: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-ftp-%{version}.tar.gz
|
Source0: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-ftp-%{version}.tar.gz
|
||||||
@ -26,6 +26,7 @@ Patch17: netkit-ftp-0.17-stamp.patch
|
|||||||
Patch18: netkit-ftp-0.17-sigseg.patch
|
Patch18: netkit-ftp-0.17-sigseg.patch
|
||||||
Patch19: netkit-ftp-0.17-size.patch
|
Patch19: netkit-ftp-0.17-size.patch
|
||||||
Patch20: netkit-ftp-0.17-fdleak.patch
|
Patch20: netkit-ftp-0.17-fdleak.patch
|
||||||
|
Patch21: netkit-ftp-0.17-fprintf.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: glibc-devel, readline-devel, ncurses-devel
|
BuildRequires: glibc-devel, readline-devel, ncurses-devel
|
||||||
@ -60,6 +61,7 @@ file transfers.
|
|||||||
%patch18 -p1 -b .sigseg
|
%patch18 -p1 -b .sigseg
|
||||||
%patch19 -p1 -b .size
|
%patch19 -p1 -b .size
|
||||||
%patch20 -p1 -b .fdleak
|
%patch20 -p1 -b .fdleak
|
||||||
|
%patch21 -p1 -b .fprintf
|
||||||
|
|
||||||
%build
|
%build
|
||||||
sh configure --with-c-compiler=gcc --enable-ipv6
|
sh configure --with-c-compiler=gcc --enable-ipv6
|
||||||
@ -93,6 +95,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man5/netrc.*
|
%{_mandir}/man5/netrc.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 15 2007 Marcela Maslanova <mmaslano@redhat.com> - 0.17-44
|
||||||
|
- using fprintf instead of printf
|
||||||
|
|
||||||
* Mon Oct 22 2007 Marcela Maslanova <mmaslano@redhat.com> - 0.17-43
|
* Mon Oct 22 2007 Marcela Maslanova <mmaslano@redhat.com> - 0.17-43
|
||||||
- feature: for cmd size is switching to TYPE_I automatized
|
- feature: for cmd size is switching to TYPE_I automatized
|
||||||
- bug: ftp leaks socket fds when it fails to open a file (#315241)
|
- bug: ftp leaks socket fds when it fails to open a file (#315241)
|
||||||
|
Loading…
Reference in New Issue
Block a user