-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nmap version update 7.01 #184
Conversation
ghost
commented
Dec 27, 2015
- Updated version
- combined into for-loop
- Fixed typo in uninstaller
1.) Updated nmap version to 7.01. 2.) Uses for-loop for both versions. 3.) Fixed typo for uninstaller. Info: Provides silent installer Winpcap (usable e.g. for wireshark).
@gqgunhed have you tested this? |
@TheBigBear I tested installing by pkg.install and removing with pkg.purge (without specific version). As far as I remember it is possible that it showed only "Not Found" as "old:" at the time of removing. |
@TheBigBear so should I edit the nmap sls to only include the latest version? |
have added upstream PR on nmap project |
very cool :-) I used the old 6.47 sls and just replaced 6.47 with 7.01. |
@gqgunhed thanks. and once the upstream nmap windows installer has added the version number we can then add a few versions into a 'for' loop, as planned. |
Merge pull request #323 from TheBigBear/master