3.94ALPHA3 just released

This commit is contained in:
fyodor 2005-12-07 06:20:47 +00:00
parent 1a7e0a1901
commit 67d842477f
3 changed files with 8 additions and 7 deletions

View file

@ -1,5 +1,7 @@
# Nmap Changelog ($Id$)
3.94ALPHA3
o Updated NmapFE to build with GTK2 rather than obsolete GTK1. Thanks
to Mike Basinger (dbasinge(a)speakeasy.net) and Meethune Bhowmick
(meethune(a)oss-institute.org) for developing the
@ -8,6 +10,10 @@ o Updated NmapFE to build with GTK2 rather than obsolete GTK1. Thanks
assertion error messages. If someone has time to look into this, that
would be appreciated.
o Fixed a compilation problem on Mac OS X and perhaps other platforms
with a one-line fix to scan_engine.cc. Thanks to Felix Gröbert
(felix(a)groebert.org) for notifying me of the problem.
o Fixed a problem that prevented the command "nmap -sT -PT <targets>"
from working from a non-privileged user account. The -PT option
doesn't change default behavior in this case, but Nmap should (and now
@ -15,10 +21,6 @@ o Fixed a problem that prevented the command "nmap -sT -PT <targets>"
o Applied another VS 2005 compatability patch from KX (kxmail(a)gmail.com).
o Fixed a compilation problem on Mac OS X and perhaps other platforms
with a one-line fix to scan_engine.cc. Thanks to Felix Gröbert
(felix(a)groebert.org) for notifying me of the problem.
o Define INET_ADDRSTRLEN in tcpip.h if the system doesn't define it
for us. This apparently aids compilation on Solaris 2.6 and 7.
Thanks to Albert Chin (nmap-hackers(a)mlists.thewrittenword.com) for

View file

@ -74,8 +74,7 @@ PROGRAMS = $(bin_PROGRAMS)
DEFS = @DEFS@ -DVERSION=\"$(VERSION)\" -DHAVE_CONFIG_H=1 -I$(srcdir)
CPPFLAGS = @CPPFLAGS@
STATIC =
LDFLAGS = @LDFLAGS@ $(STATIC)
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
nmapfe_OBJECTS = nmapfe.o nmapfe_sig.o nmapfe_error.o
nmapfe_LDADD = $(LDADD)

View file

@ -215,6 +215,6 @@ distro:
rpmbuild -ta --define "static 1" /usr/tmp/nmap-$(NMAP_VERSION).tgz
cp -f $(RPMTDIR)/RPMS/x86_64/nmap-$(NMAP_VERSION)-1.x86_64.rpm /usr/tmp
# cp -f $(RPMTDIR)/RPMS/i386/nmap-$(NMAP_VERSION)-1.i386.rpm /usr/tmp
# cp -f $(RPMTDIR)/RPMS/i386/nmap-frontend-$(NMAP_VERSION)-1.i386.rpm /usr/tmp
cp -f $(RPMTDIR)/RPMS/i386/nmap-frontend-$(NMAP_VERSION)-1.x86_64.rpm /usr/tmp
cp -f $(RPMTDIR)/SRPMS/nmap-$(NMAP_VERSION)-1.src.rpm /usr/tmp
rm -rf /usr/tmp/nmap-$(NMAP_VERSION)