aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-security/nmap
AgeCommit message (Collapse)Author
2016-06-26nmap: fix several new QA warnings.Armin Kuster
WARNING: nmap-7.12-r0 do_package: QA Issue: nmap: Files/directories were installed but not shipped in any package: /usr/lib /usr/bin/ndiff /usr/bin/nping /usr/bin/ncat /usr/lib/python2.7 /usr/lib/python2.7/site-packages /usr/lib/python2.7/site-packages/ndiff.pyc /usr/lib/python2.7/site-packages/ndiff.py Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. nmap: 8 installed and not shipped files. [installed-vs-shipped] remove crazyness and let the system figure out packaging info remove ndiff.py* as the compiled version is installed in /usr/bin and remove the leftover python site-package cruft. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Armin Kuster <akuster@mvista.com>
2016-04-23nmap: update to 7.12Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-04-11nmap: update to 7.11Armin Kuster
https://nmap.org/changelog.html Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-03-14nmap: update to version 7.0.1Armin Kuster
fixed WARNING: QA Issue: /usr/bin/ndiff_nmap contained in package nmap requires /usr/bin/python2.7, but no providers found in its RDEPENDS [file-rdeps] Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-01-17nmap: package update to 7.0Armin Kuster
removed integrated patch Changed LIC_FILES_CHKSUM from generic OE to a file within the package sources. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-10-08nmap: fix build issue.Armin Kuster
ncat/ncat_lua.c:174: undefined reference to `lua_remove' ncat/ncat_lua.c:167: undefined reference to `lua_insert' use internal lua support Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-02-14nmap: add aarch64 config supportArmin Kuster
allow nmap to build for arm64 qemu machine. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-02-01nmap: fix QA issueArmin Kuster
WARNING: QA Issue: nmap requires /usr/bin/python, but no providers in its RDEPENDS [file-rdeps] move nmap.inc back into recipe colapse ${BPN}-${PV} to ${BP} Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-02-01nmap: update to version 6.47Armin Kuster
for list of changes see: http://seclists.org/nmap-dev/2014/q3/335 use nmap.inc to house most code. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2014-09-13nmap: New QA issue via ppcArmin Kuster
Fixes: WARNING: QA Issue: nmap rdepends on libpcap, but it isn't a build dependency? [build-deps] nmap internal lua library does not compile with PPC so use OE version instead. Changed PACKAGECONFIG assignment from "??=" to "=". It was empty when using PPC. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2014-09-13nmap: Add gui supportArmin Kuster
Add zenmap to work with gtk+/x11 Signed-off-by: Armin Kuster <akuster808@gmail.com>
2014-09-13v2] nmap: use pkgconfig and reorgArmin Kuster
Added pkgconfig support Since most binaries provided by nmap can be excluded via configure manage via pkgconfig Aligned python packages with binaries so nmap-python is no longer needed V2: Missed some options in EXTRA_OECONF changes Signed-off-by: Armin Kuster <akuster808@gmail.com>
2014-09-13nmap: build QA WarningsArmin Kuster
WARNING: QA Issue: nmap rdepends on libcrypto, but it isn't a build dependency? [build-deps] WARNING: QA Issue: nmap rdepends on libssl, but it isn't a build dependency? [build-deps] This fixes the above QA warnings. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2014-08-06nmap: update to 6.46Armin Kuster
Updated to later version on nmap. remove patch which is included in update Added ndiff package Include zenmap build changes but commented out for now and untested Signed-off-by: Armin Kuster <akuster@mvista.com>
2014-05-07nmap: inherit autotools-brokensep to allow B=S build.Nick D'Ademo
Signed-off-by: Nick D'Ademo <nickdademo@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-07-11meta-security-1.0-finalAndrei Dinu
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
2013-07-10Security layer version 1.0Andrei Dinu
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
2013-07-01security layer updated workAndrei Dinu
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>