nmap: bump to 7.99#29511
Conversation
|
I have asked you multiple times in the past to please read and follow the contributing guidelines: Edit: and yet again you didn't tag the maintainer. |
| define Package/ndiff | ||
| $(call Package/nmap/default) | ||
| DEPENDS:=+python3-light +python3-xml | ||
| TITLE:=Utility to compare the results of Nmap scans | ||
| endef |
There was a problem hiding this comment.
Why did you change all of these in a minor version bump?
|
You are removing ndiff? That needs to have an explanation in the commit, if some exists. |
When upgrading Nmap to version 7.99, retaining the existing The root cause is that Nmap version 7.99 has undergone a major overhaul of the build system for its Python-based tools (such as In Nmap 7.94, By Nmap 7.99, the project officially deprecated Consequently, simply updating the version number and hash was insufficient; I therefore removed the obsolete elements from the |
|
I think there could be a argument to remove ndiff if no one is interested in supporting it for a few years, but wouldn't trade a version bump for removing ndiff without a significant reason. |
Alright, let's put this PR on hold for now. This is the only approach I have at the moment; perhaps you might have a better solution. Thank you for taking the time to reply. I apologize for the intrusion. |
- Update nmap to version 7.99 - Fix build error Signed-off-by: David Mandy <smallprogram@foxmail.com>
📦 Package Details
Maintainer: @nunojpg
(You can find this by checking the history of the package
Makefile.)Description:
nmap: bump to 7.99
🧪 Run Testing Details
✅ Formalities
If your PR contains a patch:
git am(e.g., subject line, commit description, etc.)
We must try to upstream patches to reduce maintenance burden.