Subject: CVS commit: pkgsrc/www/paros
To: None <pkgsrc-changes@NetBSD.org>
From: Adrian Portelli <adrianp@netbsd.org>
List: pkgsrc-changes
Date: 05/31/2006 11:16:29
Module Name: pkgsrc
Committed By: adrianp
Date: Wed May 31 11:16:29 UTC 2006
Modified Files:
pkgsrc/www/paros: Makefile distinfo
Log Message:
Update to 3.2.12
3.2.12
======
New
- Use newest external library for HTTP handling.
- enable/disable spider to POST forms in options panel to avoid
generating unwanted traffic (default to enable). This is requested
by many users.
- Decrease the number of possible combinations crawled by spider on
forms with multiple SELECT/OPTIONS. This make crawling less
resource consuming and lower chance to affect application being scanned.
- Minor UI changes.
Fix
- Fallback database library to previous version as in Paros 3.2.10
because of a problem with hsqldb where some byte combination may
consume 100% cpu time.
- Increase width of method display in history to cater for other
longer method names.
- Default file scans may display incorrect HTTP message body if the
original message is a POST request.
3.2.11
======
New
- Revamp History log panel.
- Added "tag..." in right-click pop-up window for History log panel. This
help to quickly identify a HTTP message in History display.
- Concurrent delete of multiple URL's in the site hierarchy (sf.net request
ID 1472300).
- Use of newest db library.
Fix
- For POST request, if the body contain binary parameters of certain pattern,
it may be unable to issue a re-send because URLDecode failed to decode
properly.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/www/paros/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/www/paros/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.