<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb, branch hardknott</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=hardknott</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=hardknott'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2021-03-11T08:12:55+00:00</updated>
<entry>
<title>netkit-telnet: Update SRC_URI</title>
<updated>2021-03-11T08:12:55+00:00</updated>
<author>
<name>Mingli Yu</name>
<email>mingli.yu@windriver.com</email>
</author>
<published>2021-03-10T08:50:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f555f9d34f93118bb4dbe1ae45ba0657c585ee4f'/>
<id>urn:sha1:f555f9d34f93118bb4dbe1ae45ba0657c585ee4f</id>
<content type='text'>
Fix the below do_fetch warning:
WARNING: netkit-telnet-0.17-r0 do_fetch: Failed to fetch URL http://ftp.linux.org.uk/pub/linux/Networking/netkit/netkit-telnet-0.17.tar.gz, attempting MIRRORS if available

Signed-off-by: Mingli Yu &lt;mingli.yu@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>netkit-telnetd: Fix buffer overflow in netoprintf</title>
<updated>2020-07-21T23:46:36+00:00</updated>
<author>
<name>Julius Hemanth Pitti</name>
<email>jpitti@cisco.com</email>
</author>
<published>2020-07-20T22:19:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=232b82afd405c526f822294509e1d32388544ed4'/>
<id>urn:sha1:232b82afd405c526f822294509e1d32388544ed4</id>
<content type='text'>
netoprintf() was not handling a case where
return value of vsnprintf is greater than
"size"(2nd argument), results in buffer overflow
while adjusting "nfrontp" pointer to point
beyond "netobuf" buffer.

Here is one such case where "nfrontp"
crossed boundaries of "netobuf", and
pointing to another global variable.

(gdb) p &amp;netobuf[8255]
$5 = 0x55c93afe8b1f &lt;netobuf+8255&gt; ""
(gdb) p nfrontp
$6 = 0x55c93afe8c20 &lt;terminaltype&gt; "\377"
(gdb) p &amp;terminaltype
$7 = (char **) 0x55c93afe8c20 &lt;terminaltype&gt;
(gdb)

This resulted in crash of telnetd service
with segmentation fault.

Signed-off-by: Julius Hemanth Pitti &lt;jpitti@cisco.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>netkit-telnet: fix CVE-2020-10188</title>
<updated>2020-04-25T15:32:42+00:00</updated>
<author>
<name>Yi Zhao</name>
<email>yi.zhao@windriver.com</email>
</author>
<published>2020-04-24T02:07:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=9bfc740863dd5adb89987d9ac5cdf0b655d4f261'/>
<id>urn:sha1:9bfc740863dd5adb89987d9ac5cdf0b655d4f261</id>
<content type='text'>
Reference:
https://nvd.nist.gov/vuln/detail/CVE-2020-10188

Patch from Fedora:
https://src.fedoraproject.org/rpms/telnet/raw/master/f/telnet-0.17-overflow-exploit.patch

Signed-off-by: Yi Zhao &lt;yi.zhao@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>netkit-telnet: Use alternatives to avoid manpage conflict</title>
<updated>2020-04-01T06:56:42+00:00</updated>
<author>
<name>Ovidiu Panait</name>
<email>ovidiu.panait@windriver.com</email>
</author>
<published>2020-04-01T06:49:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ffc0878a7cd281e9afb57963fbbb44c672bd169f'/>
<id>urn:sha1:ffc0878a7cd281e9afb57963fbbb44c672bd169f</id>
<content type='text'>
Fix the following manpage installation conflict:
 * check_data_file_clashes: Package netkit-telnet-doc wants to install file /usr/share/man/man8/telnetd.8
   But that file is already provided by package  * inetutils-doc

Signed-off-by: Ovidiu Panait &lt;ovidiu.panait@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>netkit-telnet: Clarify BSD license variant</title>
<updated>2019-10-24T08:01:43+00:00</updated>
<author>
<name>Christophe PRIOUZEAU</name>
<email>christophe.priouzeau@st.com</email>
</author>
<published>2019-10-22T14:19:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=19b5d0ce6619c9a5b41763e51328f008ad078d81'/>
<id>urn:sha1:19b5d0ce6619c9a5b41763e51328f008ad078d81</id>
<content type='text'>
The License of netkit-telnet is BSD-4-Clause.

Signed-off-by: Christophe Priouzeau &lt;christophe.priouzeau@st.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>Replace EXCLUDE_FROM_WORLD_libc-musl = "1" with COMPATIBLE_HOST_libc-musl = 'null'</title>
<updated>2019-08-29T16:06:54+00:00</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@stusta.de</email>
</author>
<published>2019-08-28T17:16:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=8ebe4041dda18e33db3c01e0fe49cc461a867643'/>
<id>urn:sha1:8ebe4041dda18e33db3c01e0fe49cc461a867643</id>
<content type='text'>
This gives users a proper error message when trying to build
a known non-building package.

netkit-rsh already had COMPATIBLE_HOST_libc-musl = 'null'.

Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>netkit-telnet: add rconflicts</title>
<updated>2019-05-29T09:21:42+00:00</updated>
<author>
<name>Changqing Li</name>
<email>changqing.li@windriver.com</email>
</author>
<published>2019-05-29T07:47:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1ac44de1358807b9fa848d394e093713f929f686'/>
<id>urn:sha1:1ac44de1358807b9fa848d394e093713f929f686</id>
<content type='text'>
fix below error:

file /etc/xinetd.d/telnet conflicts between attempted installs of netkit-telnet-0.17-r0.i586 and inetutils-telnetd-1.9.4-r0.i586
file /usr/sbin/in.telnetd conflicts between attempted installs of netkit-telnet-0.17-r0.i586 and inetutils-telnetd-1.9.4-r0.i586

Signed-off-by: Changqing Li &lt;changqing.li@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>netkit-telnet: fix qa warnings of alternative target</title>
<updated>2018-11-02T17:05:06+00:00</updated>
<author>
<name>Kai Kang</name>
<email>kai.kang@windriver.com</email>
</author>
<published>2018-10-30T08:36:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=bcbbace221149afb20dd500de1476cadcc3a2b46'/>
<id>urn:sha1:bcbbace221149afb20dd500de1476cadcc3a2b46</id>
<content type='text'>
When build lib32-netkit-telnet that multilib is enabled, it shows qa
warnings of alternative target:

| WARNING: lib32-netkit-telnet-0.17-r0 do_package: netkit-telnet:
|   alternative target (/usr/bin/telnet or /usr/bin/telnet.netkit-telnet)
|   does not exist, skipping...
| WARNING: lib32-netkit-telnet-0.17-r0 do_package: netkit-telnet: NOT
|   adding alternative provide /usr/bin/telnet:
|   /usr/bin/telnet.netkit-telnet does not exist
| WARNING: lib32-netkit-telnet-0.17-r0 do_package: netkit-telnet: alt_link
|   == alt_target: /usr/bin/telnet == /usr/bin/telnet

Set ALTERNATIVE_TARGET to fix the issue.

Signed-off-by: Kai Kang &lt;kai.kang@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>netkit-telnet: update SRC_URI</title>
<updated>2018-11-01T17:04:54+00:00</updated>
<author>
<name>Changqing Li</name>
<email>changqing.li@windriver.com</email>
</author>
<published>2018-11-01T03:12:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=32e5f35069f91c70dd0dd501a9c9130a0b27d22d'/>
<id>urn:sha1:32e5f35069f91c70dd0dd501a9c9130a0b27d22d</id>
<content type='text'>
update SRC_URI since previous is not valid now

Signed-off-by: Changqing Li &lt;changqing.li@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>recipes: Exclude non-buildable recipes from world for musl build</title>
<updated>2018-08-21T06:58:58+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-08-21T06:58:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7e0fa293b79c6599fea41bde72dc24a0158409fb'/>
<id>urn:sha1:7e0fa293b79c6599fea41bde72dc24a0158409fb</id>
<content type='text'>
These recipes need to be fixed for musl, until they are needed
on musl lets remove them from world builds

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
