summaryrefslogtreecommitdiffstats
path: root/recipes-security/nmap
Commit message (Collapse)AuthorAgeFilesLines
* nmap: update to 7.60Armin Kuster2017-09-131-3/+5
| | | | | | | | LIC_CHKSUM_FILES changed do to yr update. add a few more PACKCONFIG Signed-off-by: Armin Kuster <akuster808@gmail.com>
* nmap: upgrade to 7.50Jackie Huang2017-08-133-11/+97
| | | | | | | | | | | | | | | | | | | - Add a patch to fix python library install dir for multilib. - Add a patch to fix race condition with mkdir command. - Inherit pythonnative instead of python-dir and install python modules for ndiff to fix the following errors: """ root@qemux86-64:~# ndiff --help -sh: /usr/bin/ndiff: /path_to_build/tmp/hosttools/python: bad interpreter: No such file or directory root@qemux86-64:~# python /usr/bin/ndiff Could not import the ndiff module: 'No module named ndiff'. """ Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* nmap: Upgrade package to 7.31Armin Kuster2016-11-101-5/+5
| | | | | | | LIC_FILES_CHKSUM change do to yr going from 2015 to 2016 in file. Added "no update" config option. Signed-off-by: Armin Kuster <akuster808@gmail.com>
* nmap: fix several new QA warnings.Armin Kuster2016-06-261-14/+9
| | | | | | | | | | | | | | | | | | | | | 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>
* nmap: update to 7.12Armin Kuster2016-04-231-2/+2
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* nmap: update to 7.11Armin Kuster2016-04-111-2/+2
| | | | | | https://nmap.org/changelog.html Signed-off-by: Armin Kuster <akuster808@gmail.com>
* nmap: update to version 7.0.1Armin Kuster2016-03-141-2/+6
| | | | | | 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>
* nmap: package update to 7.0Armin Kuster2016-01-172-34/+5
| | | | | | | | 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>
* nmap: fix build issue.Armin Kuster2015-10-081-4/+2
| | | | | | | | | | 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>
* nmap: add aarch64 config supportArmin Kuster2015-02-142-1/+30
| | | | | | allow nmap to build for arm64 qemu machine. Signed-off-by: Armin Kuster <akuster808@gmail.com>
* nmap: fix QA issueArmin Kuster2015-02-012-50/+48
| | | | | | | | | | 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>
* nmap: update to version 6.47Armin Kuster2015-02-012-7/+11
| | | | | | | | | 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>
* nmap: New QA issue via ppcArmin Kuster2014-09-131-3/+3
| | | | | | | | | | | | 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>
* nmap: Add gui supportArmin Kuster2014-09-131-8/+10
| | | | | | Add zenmap to work with gtk+/x11 Signed-off-by: Armin Kuster <akuster808@gmail.com>
* v2] nmap: use pkgconfig and reorgArmin Kuster2014-09-131-10/+24
| | | | | | | | | | | 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>
* nmap: build QA WarningsArmin Kuster2014-09-131-1/+1
| | | | | | | | | 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>
* nmap: update to 6.46Armin Kuster2014-08-063-103/+36
| | | | | | | | | 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>
* nmap: inherit autotools-brokensep to allow B=S build.Nick D'Ademo2014-05-071-1/+1
| | | | | Signed-off-by: Nick D'Ademo <nickdademo@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-security-1.0-finalAndrei Dinu2013-07-111-2/+2
| | | | Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
* Security layer version 1.0Andrei Dinu2013-07-101-0/+3
| | | | Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
* security layer updated workAndrei Dinu2013-07-012-0/+100
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>