From 6fc2e38aa3ea1bffa6560da4136d53828eb90873 Mon Sep 17 00:00:00 2001 From: fyodor Date: Thu, 14 Jun 2012 01:56:02 +0000 Subject: [PATCH] Note Python update for the next version of our Windows build --- CHANGELOG | 8 ++++++++ docs/win32-installer-zenmap-buildguide.txt | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 67724025d..03e07a23d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -126,6 +126,14 @@ o Nmap's development pace has increased because Google (again) Thanks, Google Open Source Department! We're delighted to introduce the team: http://seclists.org/nmap-dev/2012/q2/204 +o [Zenmap] Updated the version of Python used to build the Windows + release from 2.7.1 to 2.7.3 to remove a false-positive security + alarm flagged by tools such as Secunia PSI. There was a minor + vulnerability in certain Python27.dll web functionality (which Nmap + doesn't use anyway) and Secunia was flagging all software which + includes that version of Python27.dll. This update should prevent + the false alarm. + o [NSE] Added the script mmouse-exec that connects to a Mobile Mouse server, starts an application, and sends a sequence of keystrokes to it. [Patrik Karlsson] diff --git a/docs/win32-installer-zenmap-buildguide.txt b/docs/win32-installer-zenmap-buildguide.txt index c0c9b3160..cb10191ee 100644 --- a/docs/win32-installer-zenmap-buildguide.txt +++ b/docs/win32-installer-zenmap-buildguide.txt @@ -14,7 +14,7 @@ GTK+ All-in-one bundle o Tested: gtk+-bundle_2.22.1-20101227_win32.zip Python o http://www.python.org/download - o Tested: python-2.7.1.msi + o Tested: python-2.7.3.msi GTK+, PyGTK, PyGObject, PyCairo o http://ftp.gnome.org/pub/gnome/binaries/win32/pygtk o Tested: 2.24/pygtk-all-in-one-2.24.2.win32-py2.7.msi