Blame SPECS/telnet.spec

fbcb50
%global _hardened_build 1
fbcb50
fbcb50
Summary: The client program for the Telnet remote login protocol
fbcb50
Name: telnet
fbcb50
Version: 0.17
62c543
Release: 73%{?dist}.1
fbcb50
Epoch: 1
fbcb50
License: BSD
fbcb50
Group: Applications/Internet
fbcb50
Source0: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-telnet-%{version}.tar.gz
fbcb50
Url: http://web.archive.org/web/20070819111735/www.hcs.harvard.edu/~dholland/computers/old-netkit.html
fbcb50
# telnet-client tarball is snapshot of the OpenBSD client telnet
fbcb50
Source2: telnet-client.tar.gz
fbcb50
Source4: telnet.wmconfig
fbcb50
Source5: telnet@.service
fbcb50
Source6: telnet.socket
fbcb50
Patch1: telnet-client-cvs.patch
fbcb50
Patch5: telnetd-0.17.diff
fbcb50
Patch6: telnet-0.17-env.patch
fbcb50
Patch7: telnet-0.17-issue.patch
fbcb50
Patch8: telnet-0.17-sa-01-49.patch
fbcb50
Patch10: telnet-0.17-pek.patch
fbcb50
Patch11: telnet-0.17-8bit.patch
fbcb50
Patch12: telnet-0.17-argv.patch
fbcb50
Patch13: telnet-0.17-conf.patch
fbcb50
Patch14: telnet-0.17-cleanup_race.patch
fbcb50
Patch15: telnetd-0.17-pty_read.patch
fbcb50
Patch16: telnet-0.17-CAN-2005-468_469.patch
fbcb50
Patch18: telnet-gethostbyname.patch
fbcb50
Patch19: netkit-telnet-0.17-ipv6.diff
fbcb50
Patch20: netkit-telnet-0.17-nodns.patch
fbcb50
Patch21: telnet-0.17-errno_test_sys_bsd.patch
fbcb50
Patch22: netkit-telnet-0.17-reallynodns.patch
fbcb50
Patch23: telnet-rh678324.patch
fbcb50
Patch24: telnet-rh674942.patch
fbcb50
Patch25: telnet-rh704604.patch
fbcb50
Patch26: telnet-rh825946.patch
fbcb50
Patch27: telnet-0.17-force-ipv6-ipv4.patch
fbcb50
Patch28: netkit-telnet-0.17-core-dump.patch
fbcb50
Patch29: netkit-telnet-0.17-gcc7.patch
fbcb50
Patch30: netkit-telnet-0.17-manpage.patch
fbcb50
Patch31: netkit-telnet-0.17-covscan.patch
fbcb50
Patch32: telnet-log-address.patch
62c543
Patch33: telnet-0.17-overflow-exploit.patch
fbcb50
fbcb50
BuildRequires: ncurses-devel systemd
fbcb50
BuildRequires: perl-interpreter
fbcb50
fbcb50
%description
fbcb50
Telnet is a popular protocol for logging into remote systems over the
fbcb50
Internet. The package provides a command line Telnet client
fbcb50
fbcb50
%package server
fbcb50
Requires: systemd
fbcb50
Requires(post): systemd
fbcb50
Requires(preun): systemd
fbcb50
Requires(postun): systemd
fbcb50
Group: System Environment/Daemons
fbcb50
Summary: The server program for the Telnet remote login protocol
fbcb50
fbcb50
%description server
fbcb50
Telnet is a popular protocol for logging into remote systems over the
fbcb50
Internet. The package includes a daemon that supports Telnet remote
fbcb50
logins into the host machine. The daemon is disabled by default.
fbcb50
You may enable the daemon by editing /etc/xinetd.d/telnet
fbcb50
fbcb50
%prep
fbcb50
%setup -q -n netkit-telnet-%{version}
fbcb50
fbcb50
mv telnet telnet-NETKIT
fbcb50
%setup -T -D -q -a 2 -n netkit-telnet-%{version}
fbcb50
fbcb50
%patch1 -p0 -b .cvs
fbcb50
%patch5 -p0 -b .fix
fbcb50
%patch6 -p1 -b .env
fbcb50
%patch10 -p0 -b .pek
fbcb50
%patch7 -p1 -b .issue
fbcb50
%patch8 -p1 -b .sa-01-49
fbcb50
%patch11 -p1 -b .8bit
fbcb50
%patch12 -p1 -b .argv
fbcb50
%patch13 -p1 -b .confverb
fbcb50
%patch14 -p1 -b .cleanup_race 
fbcb50
%patch15 -p0 -b .pty_read
fbcb50
%patch16 -p1 -b .CAN-2005-468_469
fbcb50
#%patch17 -p1 -b .linemode
fbcb50
%patch18 -p1 -b .gethost
fbcb50
%patch19 -p1 -b .gethost2
fbcb50
%patch20 -p1 -b .nodns
fbcb50
%patch21 -p1 -b .errnosysbsd
fbcb50
%patch22 -p1 -b .reallynodns
fbcb50
%patch23 -p1 -b .rh678324
fbcb50
%patch24 -p1 -b .rh674942
fbcb50
%patch25 -p1 -b .rh704604
fbcb50
%patch26 -p1 -b .rh825946
fbcb50
%patch27 -p1 -b .ipv6-support
fbcb50
%patch28 -p1 -b .core-dump
fbcb50
%patch29 -p1 -b .gcc7
fbcb50
%patch30 -p1 -b .manpage
fbcb50
%patch31 -p1 -b .covscan
fbcb50
%patch32 -p1 -b .log-address
62c543
%patch33 -p1 -b .overflow
fbcb50
fbcb50
%build
fbcb50
%ifarch s390 s390x
fbcb50
    export CC_FLAGS="$RPM_OPT_FLAGS -fPIE"
fbcb50
%else
fbcb50
    export CC_FLAGS="$RPM_OPT_FLAGS -fpie"
fbcb50
%endif
fbcb50
fbcb50
export LD_FLAGS="$LD_FLAGS -z now -pie"
fbcb50
fbcb50
sh configure --with-c-compiler=gcc 
fbcb50
perl -pi -e '
fbcb50
    s,-O2,\$(CC_FLAGS),;
fbcb50
    s,LDFLAGS=.*,LDFLAGS=\$(LD_FLAGS),;
fbcb50
    s,^BINDIR=.*$,BINDIR=%{_bindir},;
fbcb50
    s,^MANDIR=.*$,MANDIR=%{_mandir},;
fbcb50
    s,^SBINDIR=.*$,SBINDIR=%{_sbindir},;
fbcb50
    ' MCONFIG
fbcb50
fbcb50
# remove stripping
fbcb50
perl -pi -e 's|install[ ]+-s|install|g' \
fbcb50
    ./telnet/GNUmakefile \
fbcb50
    ./telnetd/Makefile \
fbcb50
    ./telnetlogin/Makefile \
fbcb50
    ./telnet-NETKIT/Makefile
fbcb50
fbcb50
make %{?_smp_mflags}
fbcb50
fbcb50
%install
fbcb50
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
fbcb50
mkdir -p ${RPM_BUILD_ROOT}%{_sbindir}
fbcb50
mkdir -p ${RPM_BUILD_ROOT}%{_unitdir}
fbcb50
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
fbcb50
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man5
fbcb50
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8
fbcb50
fbcb50
make INSTALLROOT=${RPM_BUILD_ROOT} install
fbcb50
fbcb50
install -p -m644 %SOURCE5 ${RPM_BUILD_ROOT}%{_unitdir}/telnet@.service
fbcb50
install -p -m644 %SOURCE6 ${RPM_BUILD_ROOT}%{_unitdir}/telnet.socket
fbcb50
fbcb50
%post server
fbcb50
%systemd_post telnet.socket
fbcb50
fbcb50
%preun server
fbcb50
%systemd_preun telnet.socket
fbcb50
fbcb50
%postun server
fbcb50
%systemd_postun_with_restart telnet.socket
fbcb50
fbcb50
%files
fbcb50
%doc README
fbcb50
%defattr(-,root,root,-)
fbcb50
%{_bindir}/telnet
fbcb50
%{_mandir}/man1/telnet.1*
fbcb50
fbcb50
%files server
fbcb50
%defattr(-,root,root,-)
fbcb50
%{_unitdir}/*
fbcb50
%{_sbindir}/in.telnetd
fbcb50
%{_mandir}/man5/issue.net.5*
fbcb50
%{_mandir}/man8/in.telnetd.8*
fbcb50
%{_mandir}/man8/telnetd.8*
fbcb50
fbcb50
%changelog
62c543
* Thu Mar 26 2020 Michal Ruprich <michalruprich@gmail.com> - 1:0.17-73.1
62c543
- Resolves: #1814473 - Arbitrary remote code execution in utility.c via short writes or urgent data
62c543
fbcb50
* Thu Oct 04 2018 Michal Ruprich <mruprich@redhat.com> - 1:0.17-73
fbcb50
- Resolves: #1602711 - Please review important issues found by covscan
fbcb50
- Resolves: #1637085 - Option -i is missing in telnet in el8 but is available in el7
fbcb50
fbcb50
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.17-72
fbcb50
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
fbcb50
fbcb50
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.17-71
fbcb50
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
fbcb50
fbcb50
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.17-70
fbcb50
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
fbcb50
fbcb50
* Tue Apr 25 2017 Michal Ruprich <mruprich@redhat.com> - 1:0.17-69
fbcb50
- Resolves: #1445259 - telnet won't build with latest gcc
fbcb50
- added note about address resolution in manpage
fbcb50
fbcb50
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.17-68
fbcb50
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
fbcb50
fbcb50
* Mon Jan 23 2017 Michal Ruprich <mruprich@redhat.com> - 1:0.17-67
fbcb50
- Resolves: #1415706 - telnet dumps core with certain combination of parameters
fbcb50
fbcb50
* Sat Oct 01 2016 Richard W.M. Jones <rjones@redhat.com> - 1:0.17-66
fbcb50
- BR perl
fbcb50
  (https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl)
fbcb50
fbcb50
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.17-65
fbcb50
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
fbcb50
fbcb50
* Mon Jan 25 2016 Luboš Uhliarik <luhliari@redhat.com> - 1:0.17-64
fbcb50
- Related: #1069809 - fixed wrong paths in patch
fbcb50
fbcb50
* Thu Oct 29 2015 Luboš Uhliarik <luhliari@redhat.com> - 1:0.17-63
fbcb50
- Related: #1069809 - changed patch name + some minor changes in patch
fbcb50
fbcb50
* Wed Sep 30 2015 Luboš Uhliarik <luhliari@redhat.com> - 1:0.17-62
fbcb50
- Resolves: #1069809 - No option to specify IPv6 or IPv4 explicitly must be used
fbcb50
fbcb50
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.17-61
fbcb50
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
fbcb50
fbcb50
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.17-60
fbcb50
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
fbcb50
fbcb50
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.17-59
fbcb50
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
fbcb50
fbcb50
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.17-58
fbcb50
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
fbcb50
fbcb50
* Wed Jul 17 2013 Michal Sekletar <msekleta@redhat.com> - 1:0.17-57
fbcb50
- enable hardened build
fbcb50
- fix dates in changelog
fbcb50
- add systemd to BuildRequires
fbcb50
fbcb50
* Mon May 06 2013 Michal Sekletar <msekleta@redhat.com> - 1:0.17-56
fbcb50
- telnet-server will use systemd socket based activation instead of xinetd
fbcb50
fbcb50
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.17-55
fbcb50
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
fbcb50
fbcb50
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.17-54
fbcb50
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
fbcb50
fbcb50
* Thu Jun 14 2012 Adam Tkac <atkac redhat com> 1:0.17-53
fbcb50
- update /var/run/utmp even on some corner cases
fbcb50
fbcb50
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.17-52
fbcb50
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
fbcb50
fbcb50
* Wed Jul 13 2011 Adam Tkac <atkac redhat com> 1:0.17-51
fbcb50
- add "-debug6" option to telnetd (#rh674942)
fbcb50
- telnet wasn't interruptable (^C) when started with specious -b argument (#704604)
fbcb50
fbcb50
* Tue Jun 28 2011 Adam Tkac <atkac redhat com> 1:0.17-50
fbcb50
- telnetd: store "from" address in sockaddr_storage (#678324)
fbcb50
fbcb50
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.17-49
fbcb50
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
fbcb50
fbcb50
* Thu Jan 20 2011 Karsten Hopp <karsten@redhat.com> 1:0.17-48
fbcb50
- update telnet-0.17-sa-01-49.patch to make it apply with fuzz=0
fbcb50
fbcb50
* Tue Mar 09 2010 Adam Tkac <atkac redhat com> 1:0.17-47
fbcb50
- add URL and README
fbcb50
fbcb50
* Fri Nov 27 2009 Adam Tkac <atkac redhat com> 1:0.17-46
fbcb50
- changes related package review (#226484)
fbcb50
- remove unused patches
fbcb50
  - telnet-0.17-linemode.patch
fbcb50
  - telnet-0.17-env-5x.patch
fbcb50
fbcb50
* Wed Sep 02 2009 Adam Tkac <atkac redhat com> 1:0.17-45
fbcb50
- add new option -N to disable DNS lookups (#490242)
fbcb50
fbcb50
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.17-44
fbcb50
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
fbcb50
fbcb50
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.17-43
fbcb50
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
fbcb50
fbcb50
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:0.17-42
fbcb50
- Autorebuild for GCC 4.3
fbcb50
fbcb50
* Tue Sep 25 2007 Adam Tkac <atkac redhat com> 1:0.17-41
fbcb50
- rebased "nodns" patch with patch from Bryn M. Reeves
fbcb50
fbcb50
* Thu Sep 20 2007 Adam Tkac <atkac redhat com> 1:0.17-40
fbcb50
- improved patch to #274991
fbcb50
fbcb50
* Wed Aug 22 2007 Harald Hoyer <harald@redhat.com> - 1:0.17-39
fbcb50
- added patch to prevent a rare loop in the client
fbcb50
fbcb50
* Fri Apr 13 2007 Adam Tkac <atkac redhat com> - 1:0.17-38.fc7
fbcb50
- added -c option which disables reverse dns checking (#223448)
fbcb50
- added smp_mflags to make
fbcb50
- start using dist macro
fbcb50
fbcb50
* Fri Jul 14 2006 Harald Hoyer <harald@redhat.com> - 1:0.17-37
fbcb50
- added netkit-telnet-0.17-ipv6.diff from Marek Grác, 
fbcb50
  which adds IPv6 support to telnetd
fbcb50
fbcb50
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:0.17-36.1
fbcb50
- rebuild
fbcb50
fbcb50
* Mon May 08 2006 Harald Hoyer <harald@redhat.com> - 1:0.17-36
fbcb50
- patch to remove gethostbyname() (bug #190296)
fbcb50
fbcb50
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:0.17-35.2.1
fbcb50
- bump again for double-long bug on ppc(64)
fbcb50
fbcb50
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1:0.17-35.2
fbcb50
- rebuilt for new gcc4.1 snapshot and glibc changes
fbcb50
fbcb50
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
fbcb50
- rebuilt
fbcb50
fbcb50
* Thu Mar 17 2005 Harald Hoyer <harald@redhat.com> - 1:0.17-35
fbcb50
- fixed CAN-2005-468 and CAN-2005-469
fbcb50
fbcb50
* Wed Mar 02 2005 Harald Hoyer <harald@redhat.com> 
fbcb50
- rebuilt
fbcb50
fbcb50
* Fri Jan 21 2005 Harald Hoyer <harald@redhat.com> - 1:0.17-33
fbcb50
- added patch telnetd-0.17-pty_read.patch, which fixes 145636
fbcb50
fbcb50
* Thu Jan 13 2005 Jason Vas Dias <jvdias@redhat.com> - 1:0.17-31
fbcb50
- bug 143929 / 145004 : fix race condition in telnetd on wtmp lock 
fbcb50
- when cleanup() is entered from main process and in signal
fbcb50
- handler 
fbcb50
fbcb50
* Mon Jun 28 2004 Harald Hoyer <harald@redhat.com> - 1:0.17-30
fbcb50
- fixed 126858: Too long /proc/X/cmdline: bad ps output when 
fbcb50
                piped to less/more
fbcb50
fbcb50
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
fbcb50
- rebuilt
fbcb50
fbcb50
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
fbcb50
- rebuilt
fbcb50
fbcb50
* Thu Feb  5 2004 Harald Hoyer <harald@redhat.com> - 1:0.17-27
fbcb50
- added PIE compile flags
fbcb50
fbcb50
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
fbcb50
- rebuilt
fbcb50
fbcb50
* Wed May 28 2003 Harald Hoyer <harald@redhat.de> 1:0.17-26
fbcb50
- cleanup of spec file
fbcb50
- 8bit binary patch #91023
fbcb50
fbcb50
* Wed Jan 29 2003 Harald Hoyer <harald@redhat.de> 0.17-25
fbcb50
- rebuilt 
fbcb50
fbcb50
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
fbcb50
- rebuilt
fbcb50
fbcb50
* Mon Nov 11 2002 Harald Hoyer <harald@redhat.de> 0.17-24
fbcb50
- changed description
fbcb50
- removed unused .desktop files
fbcb50
fbcb50
* Tue Jul 23 2002 Harald Hoyer <harald@redhat.de> 0.17-23
fbcb50
- removed prestripping
fbcb50
fbcb50
* Tue Jul  9 2002 Harald Hoyer <harald@redhat.de>
fbcb50
- removed x86 -O gcc-2.96 hack (#59514)
fbcb50
fbcb50
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
fbcb50
- automated rebuild
fbcb50
fbcb50
* Thu Jun  6 2002 Tim Powers <timp@redhat.com>
fbcb50
- bump release number and rebuild
fbcb50
fbcb50
* Thu May 23 2002 Tim Powers <timp@redhat.com>
fbcb50
- automated rebuild
fbcb50
fbcb50
* Thu Sep 06 2001 Harald Hoyer <harald@redhat.de> 0.17-20
fbcb50
- hopefully fixed #52817, #52224
fbcb50
fbcb50
* Thu Aug 16 2001 Bill Nottingham <notting@redhat.com>
fbcb50
- bump version for 7.2
fbcb50
fbcb50
* Wed Aug 15 2001 Bill Nottingham <notting@redhat.com>
fbcb50
- fix versioning
fbcb50
fbcb50
* Tue Jul 31 2001 Harald Hoyer <harald@redhat.de>
fbcb50
- fixed security issues (#50335)
fbcb50
- patched the patches to fit the 5x version
fbcb50
- one world -> one spec file for all versions ;)
fbcb50
fbcb50
* Sat Jul 21 2001 Tim Powers <timp@redhat.com>
fbcb50
- no applnk file, it's clutrtering the menus
fbcb50
fbcb50
* Wed Jul 18 2001 Bill Nottingham <notting@redhat.com>
fbcb50
- apply the patch, duh (and fix it while we're here)
fbcb50
fbcb50
* Tue Jul 10 2001 Bill Nottingham <notting@redhat.com>
fbcb50
- make /etc/issue.net parsing match the various gettys
fbcb50
fbcb50
* Mon Jun 18 2001 Harald Hoyer <harald@redhat.de>
fbcb50
- merged Jakubs and Pekka's patches 
fbcb50
fbcb50
* Wed Apr  4 2001 Jakub Jelinek <jakub@redhat.com>
fbcb50
- don't let configure to guess compiler, it can pick up egcs
fbcb50
fbcb50
* Fri Mar  9 2001 Pekka Savola <pekkas@netcore.fi>
fbcb50
- update to 0.17
fbcb50
- apply latest changes from CVS to telnet client, enable IPv6
fbcb50
- BuildPreReq ncurses-devel
fbcb50
fbcb50
* Mon Jan 22 2001 Helge Deller <hdeller@redhat.com>
fbcb50
- added swedish & german translation to .desktop-file (#15332)
fbcb50
fbcb50
* Sat Dec 30 2000 Nalin Dahyabhai <nalin@redhat.com>
fbcb50
- mark the xinetd config file as config(noreplace)
fbcb50
fbcb50
* Fri Dec 01 2000 Trond Eivind Glomsrød <teg@redhat.com>
fbcb50
- make sure the server is turned off by default
fbcb50
fbcb50
* Tue Jul 18 2000 Bill Nottingham <notting@redhat.com>
fbcb50
- add description & default to xinetd file
fbcb50
fbcb50
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
fbcb50
- automatic rebuild
fbcb50
fbcb50
* Mon Jun 19 2000 Jeff Johnson <jbj@redhat.com>
fbcb50
- FHS packaging.
fbcb50
- update to 0.17-pre20000412.
fbcb50
fbcb50
* Tue May 23 2000 Trond Eivind Glomsrød <teg@redhat.com>
fbcb50
- moved the xinet entry to the server
fbcb50
fbcb50
* Mon May 22 2000 Trond Eivind Glomsrød <teg@redhat.com>
fbcb50
- add an entry to /etc/xinetd.d
fbcb50
fbcb50
* Tue May 16 2000 Jeff Johnson <jbj@redhat.com>
fbcb50
- permit telnet queries only for exported variables.
fbcb50
fbcb50
* Fri Mar 24 2000 Bernhard Rosenkraenzer <bero@redhat.com>
fbcb50
- 0.17
fbcb50
fbcb50
* Tue Mar  7 2000 Jeff Johnson <jbj@redhat.com>
fbcb50
- rebuild for sparc baud rates > 38400.
fbcb50
fbcb50
* Fri Feb 11 2000 Bill Nottingham <notting@redhat.com>
fbcb50
- fix description
fbcb50
fbcb50
* Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
fbcb50
- wmconfig gone
fbcb50
fbcb50
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
fbcb50
- man pages are compressed
fbcb50
- fix description
fbcb50
fbcb50
* Tue Jan  4 2000 Bill Nottingham <notting@redhat.com>
fbcb50
- split client and server
fbcb50
fbcb50
* Tue Dec 21 1999 Jeff Johnson <jbj@redhat.com>
fbcb50
- update to 0.16.
fbcb50
fbcb50
* Sun Oct 10 1999 Matt Wilson <msw@redhat.com>
fbcb50
- corrected the Terminal setting of the .desktop (needs to be 'true' not '1')
fbcb50
fbcb50
* Sat Sep 25 1999 Preston Brown <pbrown@redhat.com>
fbcb50
- red hat .desktop entry
fbcb50
fbcb50
* Sat Aug 21 1999 Jeff Johnson <jbj@redhat.com>
fbcb50
- rebuild for 6.1.
fbcb50
fbcb50
* Wed Aug 18 1999 Bill Nottingham <notting@redhat.com>
fbcb50
- don't trust random TERM variables in telnetd (#4560)
fbcb50
fbcb50
* Wed Jun  2 1999 Jeff Johnson <jbj@redhat.com>
fbcb50
- fix (#3098).
fbcb50
fbcb50
* Thu May 27 1999 Antti Andreimann <Antti.Andreimann@mail.ee>
fbcb50
- fixed the problem with escape character (it could not be disabled)
fbcb50
- changed the spec file to use %%setup macro for unpacking telnet-client
fbcb50
fbcb50
* Thu Apr 15 1999 Jeff Johnson <jbj@redhat.com>
fbcb50
- use glibc utmp routines.
fbcb50
fbcb50
* Thu Apr  8 1999 Jeff Johnson <jbj@redhat.com>
fbcb50
- fix the fix (wrong way memcpy).
fbcb50
fbcb50
* Wed Apr  7 1999 Jeff Johnson <jbj@redhat.com>
fbcb50
- fix "telnet localhost" bus error on sparc64 (alpha?).
fbcb50
fbcb50
* Tue Apr  6 1999 Jeff Johnson <jbj@redhat.com>
fbcb50
- use OpenBSD telnet client (and fix minor core dump with .telnetrc #247)
fbcb50
fbcb50
* Thu Mar 25 1999 Erik Troan <ewt@redhat.com>
fbcb50
- use openpty in telnetd
fbcb50
fbcb50
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
fbcb50
- auto rebuild in the new build environment (release 22)
fbcb50
fbcb50
* Mon Mar 15 1999 Jeff Johnson <jbj@redhat.com>
fbcb50
- compile for 6.0.
fbcb50
fbcb50
* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
fbcb50
- translations modified for de, fr, tr
fbcb50
fbcb50
* Fri Apr 24 1998 Cristian Gafton <gafton@redhat.com>
fbcb50
- compile C++ code using egcs
fbcb50
fbcb50
* Tue Apr 14 1998 Erik Troan <ewt@redhat.com>
fbcb50
- built against new ncurses
fbcb50
fbcb50
* Wed Oct 29 1997 Donnie Barnes <djb@redhat.com>
fbcb50
- added wmconfig entry
fbcb50
fbcb50
* Tue Jul 15 1997 Erik Troan <ewt@redhat.com>
fbcb50
- initial build