Blame SPECS/ftp.spec

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