<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-security/nmap/nmap_7.70.bb, branch kirkstone-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=kirkstone-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=kirkstone-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2019-09-23T19:17:18+00:00</updated>
<entry>
<title>nmap: Update to 7.80</title>
<updated>2019-09-23T19:17:18+00:00</updated>
<author>
<name>Peiran Hong</name>
<email>peiran.hong@windriver.com</email>
</author>
<published>2019-09-23T17:54:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b315c1a024d8b1d1444934de738bb7a239eae9aa'/>
<id>urn:sha1:b315c1a024d8b1d1444934de738bb7a239eae9aa</id>
<content type='text'>
Updates nmap to v7.80, this solves the following CVEs:
	- CVE-2017-18594
	- CVE-2018-15173
and addressed numerous bugs as well.
The patch '0001-include-time.h-for-time-structure-definition.patch'
is modified to be applicable to the new version while serving for
the same purpose.
The license changed in the commit https://github.com/nmap/nmap/commit/d639a53
and is only a date bump without modification of any content in the
license.

Signed-off-by: Peiran Hong &lt;peiran.hong@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nmap: Fix build on RISC-V</title>
<updated>2019-03-07T17:33:45+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-03-06T03:43:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3b94c03c2b413736fb2c78e0dfa4bfa12847fc8c'/>
<id>urn:sha1:3b94c03c2b413736fb2c78e0dfa4bfa12847fc8c</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nmap: Include additional FILES path for certs</title>
<updated>2019-02-03T18:46:42+00:00</updated>
<author>
<name>Scott Ellis</name>
<email>scottellis.developer@gmail.com</email>
</author>
<published>2019-02-03T13:37:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fe157b9cb9b6c2954d8c92b66afd167676d31ea1'/>
<id>urn:sha1:fe157b9cb9b6c2954d8c92b66afd167676d31ea1</id>
<content type='text'>
If both ncat and ssl are in PACKAGECONFIG then the installer adds
a cert bundle to

  /usr/share/ncat/ca-bundle.crt

Signed-off-by: Scott Ellis &lt;scott@jumpnowtek.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nmap: Fix typo in pcre PACKAGECONFIG</title>
<updated>2019-02-03T18:46:42+00:00</updated>
<author>
<name>Scott Ellis</name>
<email>scottellis.developer@gmail.com</email>
</author>
<published>2019-02-03T13:37:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c5f0ba6648b309c8260a7c8d719f775cb88c7e10'/>
<id>urn:sha1:c5f0ba6648b309c8260a7c8d719f775cb88c7e10</id>
<content type='text'>
Signed-off-by: Scott Ellis &lt;scott@jumpnowtek.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nmap: Fix build with clang8/musl/libc++</title>
<updated>2019-01-28T15:05:17+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-01-21T07:28:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f25ae4f0aba103fadd926681145d827ad486939e'/>
<id>urn:sha1:f25ae4f0aba103fadd926681145d827ad486939e</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nmap: install ndiff</title>
<updated>2018-08-22T18:32:58+00:00</updated>
<author>
<name>Mingli Yu</name>
<email>Mingli.Yu@windriver.com</email>
</author>
<published>2018-08-22T09:13:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6964fa543c9f4394217128b780caa1a94a1d3d21'/>
<id>urn:sha1:6964fa543c9f4394217128b780caa1a94a1d3d21</id>
<content type='text'>
Currently, the ndiff isn't built and installed
as ndiff is python2 compatible script and it
checks PYTHON_VERSION to determine whether
build and install ndiff in configure phase.

Update to inherit pythonnative to let the
PYTHON_VERSION to be 2 to let ndiff be built
and installed.

Apart from ndiff python script, there is another
script named ndiff.py used by ndiff, export
PYTHON_SITEPACKAGES_DIR to make ndiff.py installed
in the correct place.

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>nmap: update to 7.70</title>
<updated>2018-07-12T14:19:43+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2018-07-12T01:27:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=80b1450c013c1210d52221702cefdaae50017996'/>
<id>urn:sha1:80b1450c013c1210d52221702cefdaae50017996</id>
<content type='text'>
Update LIC_FILES_CHKSUM for yr change

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