mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
bump version number to alpha5, fix problem which prevented scripts dir from appearing in nmap win32 .zip version
This commit is contained in:
parent
76ecce2f5c
commit
b46b0e3faf
4 changed files with 6 additions and 3 deletions
|
|
@ -1,5 +1,8 @@
|
|||
# Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
o Fixed a bug which prevented the NSE scripts directory from appearing
|
||||
in the Win32 .zip version of Nmap.
|
||||
|
||||
o Fixed a bug in Traceroute's output. It occured when a traced host could
|
||||
be fully consolidated, but only the first hop number was outputted. [Kris]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
export NMAP_VERSION = 4.21ALPHA4
|
||||
export NMAP_VERSION = 4.21ALPHA5
|
||||
NMAP_NAME= Nmap
|
||||
NMAP_URL= http://insecure.org
|
||||
NMAP_PLATFORM=@host@
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ winbuild:
|
|||
$(MAKENSIS) winpcap/winpcap-nmap.nsi
|
||||
rm -rf nmap-$(NMAP_VERSION)
|
||||
mkdir nmap-$(NMAP_VERSION)
|
||||
cd Release && cp ../../CHANGELOG ../../COPYING nmap-mac-prefixes nmap-os-fingerprints nmap-os-db nmap-protocols nmap-rpc nmap-service-probes nmap-services nmap.exe nmap.xsl ../nmap_performance.reg ../../README-WIN32 ../nmap-$(NMAP_VERSION)/
|
||||
cd Release && cp -r ../../CHANGELOG ../../COPYING scripts nmap-mac-prefixes nmap-os-fingerprints nmap-os-db nmap-protocols nmap-rpc nmap-service-probes nmap-services nmap.exe nmap.xsl ../nmap_performance.reg ../../README-WIN32 ../nmap-$(NMAP_VERSION)/
|
||||
zip -r nmap-$(NMAP_VERSION)-win32.zip nmap-$(NMAP_VERSION)
|
||||
cp winpcap/winpcap-nmap-*.exe nmap-$(NMAP_VERSION)
|
||||
cp nsis/AddToPath.nsh nsis/Nmap.nsi nmap-$(NMAP_VERSION)
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@
|
|||
/* Without this, Windows will give us all sorts of crap about using functions
|
||||
like strcpy() even if they are done safely */
|
||||
#define _CRT_SECURE_NO_DEPRECATE 1
|
||||
#define NMAP_VERSION "4.21ALPHA4"
|
||||
#define NMAP_VERSION "4.21ALPHA5"
|
||||
#define NMAP_NAME "Nmap"
|
||||
#define NMAP_URL "http://insecure.org"
|
||||
#define NMAP_PLATFORM "i686-pc-windows-windows"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue