Blame SPECS/ftp.spec

4f574c
Summary: The standard UNIX FTP (File Transfer Protocol) client
4f574c
Name: ftp
4f574c
Version: 0.17
4f574c
Release: 89%{?dist}
4f574c
License: BSD with advertising
4f574c
Source0: ftp://ftp.linux.org.uk/pub/linux/Networking/netkit/netkit-ftp-%{version}.tar.gz
4f574c
URL: ftp://ftp.linux.org.uk/pub/linux/Networking/netkit
4f574c
Patch1: netkit-ftp-0.17-pre20000412.pasv-security.patch
4f574c
Patch2: netkit-ftp-0.17-acct.patch
4f574c
Patch3: netkit-ftp.usagi-ipv6.patch
4f574c
Patch4: netkit-ftp-0.17-segv.patch
4f574c
Patch5: netkit-ftp-0.17-volatile.patch
4f574c
Patch6: netkit-ftp-0.17-runique_mget.patch
4f574c
Patch7: netkit-ftp-locale.patch
4f574c
Patch8: netkit-ftp-0.17-printf.patch
4f574c
Patch9: netkit-ftp-0.17-longint.patch
4f574c
Patch10: netkit-ftp-0.17-vsftp165083.patch
4f574c
Patch11: netkit-ftp-0.17-C-Frame121.patch
4f574c
Patch12: netkit-ftp-0.17-data.patch
4f574c
Patch13: netkit-ftp-0.17-multihome.patch
4f574c
Patch14: netkit-ftp-0.17-longnames.patch
4f574c
Patch15: netkit-ftp-0.17-multiipv6.patch
4f574c
Patch16: netkit-ftp-0.17-nodebug.patch
4f574c
Patch17: netkit-ftp-0.17-stamp.patch
4f574c
Patch18: netkit-ftp-0.17-sigseg.patch
4f574c
Patch19: netkit-ftp-0.17-size.patch
4f574c
Patch20: netkit-ftp-0.17-fdleak.patch
4f574c
Patch21: netkit-ftp-0.17-fprintf.patch
4f574c
Patch22: netkit-ftp-0.17-bitrate.patch
4f574c
Patch23: netkit-ftp-0.17-arg_max.patch
4f574c
Patch24: netkit-ftp-0.17-case.patch
4f574c
Patch25: netkit-ftp-0.17-chkmalloc.patch
4f574c
Patch26: netkit-ftp-0.17-man.patch
4f574c
Patch27: netkit-ftp-0.17-acct_ovl.patch
4f574c
Patch28: netkit-ftp-0.17-remove-nested-include.patch
4f574c
Patch29: netkit-ftp-0.17-linelen.patch
4f574c
Patch30: netkit-ftp-0.17-active-mode-option.patch
4f574c
Patch31: netkit-ftp-0.17-commands-leaks.patch
4f574c
Patch32: netkit-ftp-0.17-lsn-timeout.patch
4f574c
Patch33: netkit-ftp-0.17-getlogin.patch
4f574c
Patch34: netkit-ftp-0.17-token.patch
4f574c
Patch35: netkit-ftp-0.17-linelen-segfault.patch
4f574c
Patch36: netkit-ftp-0.17-out-of-memory.patch
4f574c
4f574c
BuildRequires: glibc-devel, readline-devel, ncurses-devel
4f574c
BuildRequires: perl-interpreter, gcc
4f574c
BuildRequires: make
4f574c
4f574c
%description
4f574c
The ftp package provides the standard UNIX command-line FTP (File
4f574c
Transfer Protocol) client.  FTP is a widely used protocol for
4f574c
transferring files over the Internet and for archiving files.
4f574c
4f574c
If your system is on a network, you should install ftp in order to do
4f574c
file transfers.
4f574c
4f574c
%prep
4f574c
%setup -q -n netkit-ftp-%{version}
4f574c
%patch1 -p1
4f574c
%patch2 -p1 -b .acct
4f574c
%patch3 -p1 -b .ipv6
4f574c
%patch4 -p1 -b .segv
4f574c
%patch5 -p1 -b .volatile
4f574c
%patch6 -p1 -b .runique_mget
4f574c
%patch7 -p1 -b .locale
4f574c
%patch8 -p1 -b .printf
4f574c
%patch9 -p1 -b .longint
4f574c
%patch10 -p1 -b .vsftp165083
4f574c
%patch11 -p1 -b .C-Frame121
4f574c
%patch12 -p1 -b .data
4f574c
%patch13 -p1 -b .multihome
4f574c
%patch14 -p1 -b .patch
4f574c
%patch15 -p1 -b .multiipv6
4f574c
%patch16 -p1 -b .nodebug
4f574c
%patch17 -p1 -b .stamp
4f574c
%patch18 -p1 -b .sigseg
4f574c
%patch19 -p1 -b .size
4f574c
%patch20 -p1 -b .fdleak
4f574c
%patch21 -p1 -b .fprintf
4f574c
%patch22 -p1 -b .bitrate
4f574c
%patch23 -p1 -b .arg_max
4f574c
%patch24 -p1 -b .case
4f574c
%patch25 -p1 -b .chkmalloc
4f574c
%patch26 -p1 -b .man
4f574c
%patch27 -p1 -b .acct_ovl
4f574c
%patch28 -p1
4f574c
%patch29 -p1 -b .linelen
4f574c
%patch30 -p1 -b .activemode
4f574c
%patch31 -p1 -b .cmds-leaks
4f574c
%patch32 -p1 -b .lsn-timeout
4f574c
%patch33 -p1 -b .getlogin
4f574c
%patch34 -p1 -b .token
4f574c
%patch35 -p1 -b .linelen-segfault
4f574c
%patch36 -p1 -b .out-of-memory
4f574c
4f574c
%build
4f574c
sh configure --with-c-compiler=%{__cc} --enable-ipv6
4f574c
perl -pi -e '
4f574c
    s,^CC=.*$,CC=cc,;
4f574c
    s,-O2,\$(RPM_OPT_FLAGS) -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64,;
4f574c
    s,^LDFLAGS=.*$,LDFLAGS=\$(RPM_LD_FLAGS),;
4f574c
    s,^BINDIR=.*$,BINDIR=%{_bindir},;
4f574c
    s,^MANDIR=.*$,MANDIR=%{_mandir},;
4f574c
    s,^SBINDIR=.*$,SBINDIR=%{_sbindir},;
4f574c
    ' MCONFIG
4f574c
4f574c
%{make_build}
4f574c
4f574c
%install
4f574c
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
4f574c
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
4f574c
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man5
4f574c
4f574c
make INSTALLROOT=${RPM_BUILD_ROOT} install
4f574c
4f574c
%files
4f574c
%{_bindir}/ftp
4f574c
%{_bindir}/pftp
4f574c
%{_mandir}/man1/ftp.*
4f574c
%{_mandir}/man1/pftp.*
4f574c
%{_mandir}/man5/netrc.*
4f574c
4f574c
%changelog
4f574c
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.17-89
4f574c
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
4f574c
  Related: rhbz#1991688
4f574c
4f574c
* Wed Apr 21 2021 Michal Ruprich <mruprich@redhat.com> - 0.17-88
4f574c
- Resolves: #1949120 - ftp put failed with 'ftp: Out of memory' when stacksize set to unlimited
4f574c
4f574c
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.17-87
4f574c
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
4f574c
4f574c
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-86
4f574c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
4f574c
4f574c
* Thu Nov 19 2020 Michal Ruprich <mruprich@redhat.com> - 0.17-85
4f574c
- Use make_build macro and remove hard-coded gcc
4f574c
- https://docs.fedoraproject.org/en-US/packaging-guidelines/#_parallel_make
4f574c
4f574c
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-84
4f574c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
4f574c
4f574c
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-83
4f574c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
4f574c
4f574c
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-82
4f574c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
4f574c
4f574c
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.17-81
4f574c
- Rebuild for readline 8.0
4f574c
4f574c
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-80
4f574c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
4f574c
4f574c
* Tue Dec 18 2018 Michal Ruprich <mruprich@redhat.com> - 0.17-79
4f574c
- Resolves: #1624949 - netkit ftp client buffer overflow in makeargv()
4f574c
4f574c
* Mon Jul 23 2018 Michal Ruprich <mruprich@redhat.com> - 0.17-78
4f574c
- Resolves: #1604015 - ftp: FTBFS in Fedora rawhide
4f574c
4f574c
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-77
4f574c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
4f574c
4f574c
* Wed Mar 14 2018 Michal Ruprich <mruprich@redhat.com> - 0.17-76
4f574c
- use distribution LDFLAGS during build (#1548427) - fix by jsynacek
4f574c
- fixed bogus dates in changelog
4f574c
4f574c
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-75
4f574c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
4f574c
4f574c
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-74
4f574c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
4f574c
4f574c
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-73
4f574c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
4f574c
4f574c
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-72
4f574c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
4f574c
4f574c
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.17-71
4f574c
- Rebuild for readline 7.x
4f574c
4f574c
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-70
4f574c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
4f574c
4f574c
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-69
4f574c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
4f574c
4f574c
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.17-68
4f574c
- Rebuilt for Fedora 23 Change
4f574c
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
4f574c
4f574c
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-67
4f574c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
4f574c
4f574c
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-66
4f574c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
4f574c
4f574c
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-65
4f574c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
4f574c
4f574c
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-64
4f574c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
4f574c
4f574c
* Tue Oct 30 2012 Jan Synáček <jsynacek@redhat.com> - 0.17-63
4f574c
- Fix buffer overflow in token parsing
4f574c
- Resolves: #871296
4f574c
4f574c
* Tue Oct 30 2012 Jan Synáček <jsynacek@redhat.com> - 0.17-62
4f574c
- Fix linelen patch
4f574c
- Resolves: #871290
4f574c
4f574c
* Wed Oct 03 2012 Jan Synáček <jsynacek@redhat.com> - 0.17-61
4f574c
- Fix: FTP client does not expand home directory correctly after sudo or su
4f574c
- Resolves: #861113
4f574c
4f574c
* Tue Sep 25 2012 Jan Synáček <jsynacek@redhat.com> - 0.17-60
4f574c
- Plug leaks in "put", "send", "append"
4f574c
- Add listening timeout
4f574c
4f574c
* Tue Aug 28 2012 Jan Synáček <jsynacek@redhat.com> - 0.17-59
4f574c
- Add active mode option
4f574c
4f574c
* Fri Aug 03 2012 Jan Synáček <jsynacek@redhat.com> - 0.17-58
4f574c
- Extend the input line buffer and the argument storage buffer
4f574c
- Prettify spec some more and remove trailing space
4f574c
4f574c
* Fri Jul 20 2012 Jan Synáček <jsynacek@redhat.com> - 0.17-57
4f574c
- Remove nested include (fix compilation in rawhide)
4f574c
4f574c
* Thu Jul 19 2012 Jan Synáček <jsynacek@redhat.com> - 0.17-56
4f574c
- Fixed Source0 and URL
4f574c
- Make spec fedora-review-friendly
4f574c
4f574c
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-56
4f574c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
4f574c
4f574c
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-55
4f574c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
4f574c
4f574c
* Fri Sep 09 2011 Jiri Skala <jskala@redhat.com> - 0.17-54
4f574c
- fixes #737016 - ftp: off-by-one in account command parsing
4f574c
4f574c
* Tue Mar 29 2011 Jiri Skala <jskala@redhat.com> - 0.17-53
4f574c
- fixes #673850 - ftp(1) manpage fixes
4f574c
4f574c
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-52
4f574c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
4f574c
4f574c
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-51
4f574c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
4f574c
4f574c
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-50
4f574c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
4f574c
4f574c
* Mon Dec 01 2008 Jiri Skala <jskala@redhat.com> - 0.17-49
4f574c
- Resolves: #473491  unchecked malloc
4f574c
4f574c
* Wed Apr 23 2008 Martin Nagy <mnagy@redhat.com> - 0.17-48
4f574c
- fix mget when using case
4f574c
- Resolves: #442712
4f574c
4f574c
* Mon Apr 07 2008 Martin Nagy <mnagy@redhat.com> - 0.17-47
4f574c
- Use sysconf to get ARG_MAX instead of a macro (#440782)
4f574c
4f574c
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.17-46
4f574c
- Autorebuild for GCC 4.3
4f574c
4f574c
* Mon Jan 28 2008 Marcela Maslanova <mmaslano@redhat.com> - 0.17-45
4f574c
- changed bitrate from 1e+03 KBytes/sec to 1000 kBytes/sec
4f574c
- Resolves: rhbz#430457
4f574c
4f574c
* Thu Nov 15 2007 Marcela Maslanova <mmaslano@redhat.com> - 0.17-44
4f574c
- using fprintf instead of printf
4f574c
4f574c
* Mon Oct 22 2007 Marcela Maslanova <mmaslano@redhat.com> - 0.17-43
4f574c
- feature: for cmd size is switching to TYPE_I automatized
4f574c
- bug: ftp leaks socket fds when it fails to open a file (#315241)
4f574c
- rhbz#306191
4f574c
4f574c
* Fri Aug 24 2007 Marcela Maslanova <mmaslano@redhat.com> - 0.17-42
4f574c
- rebuilt (for mass rebuild)
4f574c
- license tag checked
4f574c
4f574c
* Tue Aug 07 2007 Marcela Maslanova <mmaslano@redhat.com> - 0.17-41
4f574c
- #251074 add patch from Jan Kratochvil
4f574c
4f574c
* Thu Feb 15 2007 Marcela Maslanova <mmaslano@redhat.com> - 0.17-40
4f574c
- review again
4f574c
4f574c
* Wed Feb 14 2007 Marcela Maslanova <mmaslano@redhat.com> - 0.17-39
4f574c
- review again
4f574c
4f574c
* Wed Feb  7 2007 Marcela Maslanova <mmaslano@redhat.com> - 0.17-38
4f574c
- add gpl
4f574c
- spec fix 
4f574c
- rhbz#225774
4f574c
4f574c
* Tue Jan 30 2007 Marcela Maslanova <mmaslano@redhat.com> - 0.17-35
4f574c
- nodebug package
4f574c
4f574c
* Wed Sep 13 2006 Marcela Maslanova <mmaslano@redhat.com> - 0.17-33
4f574c
- rebuilt
4f574c
4f574c
* Wed Aug 2 2006 Marcela Maslanova <mmaslano@redhat.com> - 0.17-32.1.2.4
4f574c
- fix (#199145) patch for IPv6 multihome
4f574c
4f574c
* Tue Jul 25 2006 Marcela Maslanova <mmaslano@redhat.com> - 0.17-32.1.2.3
4f574c
- fix (#196103) patch for long filenames
4f574c
4f574c
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.17-32.1.2.1
4f574c
- rebuild
4f574c
4f574c
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.17-32.1.2
4f574c
- bump again for double-long bug on ppc(64)
4f574c
4f574c
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.17-32.1.1
4f574c
- rebuilt for new gcc4.1 snapshot and glibc changes
4f574c
4f574c
* Thu Jan 12 2006 Petr Raszyk <praszyk@redhat.com> - 0.17-32
4f574c
- support for multi-homed clients
4f574c
  See #171621, netkit-ftp-0.17-multihome.patch
4f574c
4f574c
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
4f574c
- rebuilt
4f574c
4f574c
* Fri Dec 2 2005 Petr Raszyk <praszyk@redhat.com> - 0.17-31
4f574c
- ftp does not close socket descriptor (if the remote file
4f574c
  does not exist).
4f574c
  See #174599, netkit-ftp-0.17-data.patch
4f574c
4f574c
* Wed Oct 26 2005 Petr Raszyk <praszyk@redhat.com> - 0.17-30
4f574c
- The patch netkit-ftp-0.17-C-Frame121.patch adds some
4f574c
  comments/hints for C-Frame 121. It can be removed any time.
4f574c
4f574c
* Tue Aug 30 2005 Petr Raszyk <praszyk@redhat.com> - 0.17-29
4f574c
- rebuild
4f574c
4f574c
* Tue Aug 30 2005 Petr Raszyk <praszyk@redhat.com> - 0.17-28
4f574c
- This 'hack' will avoid a bug in ftp-server
4f574c
  (  < vsftpd-2.0.1-5   ). See #165083 (server prints the 
4f574c
  '150 FILE:...' line twice).
4f574c
  This patch can be (later ?) removed. 
4f574c
4f574c
* Mon Aug 22 2005 Petr Raszyk <praszyk@redhat.com> - 0.17-27
4f574c
- overflow using 'hash mode' (printing '#' but
4f574c
  not reading data from network - #79367)
4f574c
4f574c
* Tue May 24 2005 Miloslav Trmac <mitr@redhat.com> - 0.17-26
4f574c
- Fix passive mode with SELinux (#158234, patch by Nalin Dahyabhai)
4f574c
- Fix format string mismatch
4f574c
4f574c
* Fri Mar 04 2005 Jiri Ryska <jryska@redhat.com>
4f574c
- rebuilt
4f574c
4f574c
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> 0.17-24
4f574c
- Rebuilt for new readline.
4f574c
4f574c
* Wed Dec 15 2004 Tim Waugh <twaugh@redhat.com>
4f574c
- Call setlocale() so that readline works correctly (bug #142265).
4f574c
4f574c
* Tue Dec  7 2004 Thomas Woerner <twoerner@redhat.com> 0.17-23
4f574c
- fixed mget with runique (#79367)
4f574c
4f574c
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
4f574c
- rebuilt
4f574c
4f574c
* Mon Jun 14 2004 Alan Cox <alan@redhat.com>
4f574c
- Re-arranged some totally bogus old bezerkly code that could
4f574c
  segfault ftp on connection loss. (BZ #122295)
4f574c
4f574c
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
4f574c
- rebuilt
4f574c
4f574c
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
4f574c
- rebuilt
4f574c
4f574c
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
4f574c
- rebuilt
4f574c
4f574c
* Fri Dec 13 2002 Elliot Lee <sopwith@redhat.com>
4f574c
- Rebuild
4f574c
4f574c
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
4f574c
- automated rebuild
4f574c
4f574c
* Thu May 23 2002 Tim Powers <timp@redhat.com>
4f574c
- automated rebuild
4f574c
4f574c
* Fri Apr 12 2002 Bernhard Rosenkraenzer <bero@redhat.com> 0.17-13
4f574c
- Recompile with support for files > 2 GB
4f574c
4f574c
* Mon Jun 25 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.17-12
4f574c
- Add some Build dependencies (#45007)
4f574c
4f574c
* Fri May 18 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.17-11
4f574c
- Actually apply Patch #3
4f574c
4f574c
* Fri May 11 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.17-10
4f574c
- Rebuild with new readline
4f574c
4f574c
* Sun Apr 15 2001 Bernhard Rosenkraenzer <bero@redhat.com>
4f574c
- Add IPv6 patch (RFE #35642)
4f574c
4f574c
* Wed Apr  4 2001 Jakub Jelinek <jakub@redhat.com>
4f574c
- don't let configure to guess compiler, it can pick up egcs
4f574c
4f574c
* Sun Jan 21 2001 Bernhard Rosenkraenzer <bero@redhat.com>
4f574c
- Update to 0.17 final
4f574c
- Fix up ACCT support in netrc (Bug #17353)
4f574c
4f574c
* Wed Aug 16 2000 Philipp Knirsch <pknirsch@redhat.com>
4f574c
- Switched the default transfer protocol from PORT to PASV as proposed on
4f574c
  bugzilla (#16134)
4f574c
- Fixed a small compiler warning in ftp.c line 886
4f574c
4f574c
* Fri Jul 14 2000 Jeff Johnson <jbj@redhat.com>
4f574c
- add netrc man page (#7443).
4f574c
- fix possible buffer overflows in ftp client.
4f574c
4f574c
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
4f574c
- automatic rebuild
4f574c
4f574c
* Sun Jun 18 2000 Jeff Johnson <jbj@redhat.com>
4f574c
- FHS packaging.
4f574c
- update to 0.17-pre20000412.
4f574c
4f574c
* Wed Apr  5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
4f574c
- rebuild with current libreadline
4f574c
4f574c
* Fri Mar 24 2000 Bernhard Rosenkraenzer <bero@redhat.com>
4f574c
- 0.17
4f574c
4f574c
* Fri Feb  4 2000 Bill Nottingham <notting@redhat.com>
4f574c
- handle compressed man pages
4f574c
4f574c
* Tue Jan  4 2000 Bill Nottingham <notting@redhat.com>
4f574c
- the ftp client does not require inetd
4f574c
4f574c
* Wed Dec 22 1999 Jeff Johnson <jbj@redhat.com>
4f574c
- update to 0.16.
4f574c
4f574c
* Mon Aug 30 1999 Jeff Johnson <jbj@redhat.com>
4f574c
- update to 0.15.
4f574c
- enable readline support (#3796).
4f574c
4f574c
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
4f574c
- auto rebuild in the new build environment (release 22)
4f574c
4f574c
* Mon Mar 15 1999 Jeff Johnson <jbj@redhat.com>
4f574c
- compile for 6.0.
4f574c
4f574c
* Tue Aug 11 1998 Jeff Johnson <jbj@redhat.com>
4f574c
- build root
4f574c
4f574c
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
4f574c
- translations modified for de, fr, tr