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