From 5d45743172ff971e4499402fcc7048936379489e Mon Sep 17 00:00:00 2001 From: fyodor Date: Tue, 28 Feb 2012 21:30:54 +0000 Subject: [PATCH] note a done task and add one for the next dev release --- todo/nmap.txt | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/todo/nmap.txt b/todo/nmap.txt index 11d5af4c7..64f88bfb9 100644 --- a/todo/nmap.txt +++ b/todo/nmap.txt @@ -1,11 +1,5 @@ TODO $Id: TODO 11866 2009-01-24 23:10:05Z fyodor $ -*-text-*- -o Get RPM staticly linking to libsvn (rather than dynamic linking) so - that it isn't a requirement for installing the RPM. - - since the libsvn-devel package apparently only installs dynamic - libs, we'll probably have to install it ourselves on the CentOS - build machines. - o Make the nmap.header.tmpl wording a little more generic so it more clearly applies to Ncat, Zenmap, Nping, etc. Then use templatereplace.pl to apply those changes to the code. [Fyodor] @@ -14,7 +8,7 @@ o Change Nmap copyright dates (in the file headers, etc.) from 2011 to 2012. o Document the nsearg format changes made by Paulino (how you can - prefase an argument with a script to make it more specific, or make it + preface an argument with a script to make it more specific, or make it general to apply to multiple scripts) o Rough drafts: o nmap-exp/calderon/refguide.xml @@ -28,6 +22,8 @@ o Document the nsearg format changes made by Paulino (how you can an argument to only apply to a specific script can give [scriptname].[argname]. +o Create CHANGELOG + o Make stable release candidate branch o Make at least one more test release from the candidate branch @@ -730,6 +726,15 @@ o random tip database DONE: +o Get RPM staticly linking to libsvn (rather than dynamic linking) so + that it isn't a requirement for installing the RPM. + - We decided to just make nmap-update its own separate RPM so that + it can dynamically link to libsvn without forcing that dependency on + the whole nmap RPM package. + - since the libsvn-devel package apparently only installs dynamic + libs, we'll probably have to install it ourselves on the CentOS + build machines. + o Fix "BOGUS! Can't parse supposed IP packet" in packet trace of IPv6 packets.