diff --git a/CHANGELOG b/CHANGELOG index 585f44747..b09dc0cc5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 " 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 " 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 diff --git a/nmapfe/Makefile.in b/nmapfe/Makefile.in index 659ed168a..2b5ea385f 100644 --- a/nmapfe/Makefile.in +++ b/nmapfe/Makefile.in @@ -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) diff --git a/scripts/Makefile b/scripts/Makefile index d2ddde3e7..817a2b122 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -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)