diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-09-02 14:28:04 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-09-05 13:04:16 -0700 |
commit | 03431fe0a422e6ab1ba9f92a63313c96ca2eb2ca (patch) | |
tree | 28b5eaf25dd4157e50d245a4f434dd55782527b1 /meta-python | |
parent | c563a70087918b51b8e94d69894ec7897d55432a (diff) | |
download | meta-openembedded-03431fe0a422e6ab1ba9f92a63313c96ca2eb2ca.tar.gz |
python3-nmap: Upgrade 1.4.7 -> 1.4.8
Upgrade to release 1.4.8:
- Using of -Pn -sZ options for basic stealth scan
- Refactoring nmap3.py to avoid repetitive code
- Support for nmap stealth scans
- Fix handling of xml.etree.ElementTree.Element with no sub
elements
- Support for gettings nmap raw outout
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-nmap_1.4.8.bb (renamed from meta-python/recipes-devtools/python/python3-nmap_1.4.7.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-nmap_1.4.7.bb b/meta-python/recipes-devtools/python/python3-nmap_1.4.8.bb index 5ebd75711c..2037d496a6 100644 --- a/meta-python/recipes-devtools/python/python3-nmap_1.4.7.bb +++ b/meta-python/recipes-devtools/python/python3-nmap_1.4.8.bb | |||
@@ -8,8 +8,8 @@ DEPENDS += "${PYTHON_PN}-wheel-native" | |||
8 | 8 | ||
9 | PYPI_PACKAGE = "python3-nmap" | 9 | PYPI_PACKAGE = "python3-nmap" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "4dce15e7889b1e9bfa8e1e2e0904795c" | 11 | SRC_URI[md5sum] = "e7904b39b64a8a44f275388862659a0d" |
12 | SRC_URI[sha256sum] = "127b7ad604a3fd34578a6ad848a603ccf1608c607577eb3bba097a1e2fc8f48a" | 12 | SRC_URI[sha256sum] = "8d7da78142bee665289a243f71c5f48407d8ab7e5a02ee672ded05f339044759" |
13 | 13 | ||
14 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |
15 | 15 | ||