diff options
author | adrianp <adrianp> | 2006-05-31 11:16:29 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2006-05-31 11:16:29 +0000 |
commit | 564f8f37a66e64a830fb39269875b38af0386a26 (patch) | |
tree | 334f79c865d8758bc33d2af43e586f69ac1ab3d6 /www/paros/Makefile | |
parent | 73b7923bc2fb4611d67a4e36362f2066324bd72c (diff) | |
download | pkgsrc-564f8f37a66e64a830fb39269875b38af0386a26.tar.gz |
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.
Diffstat (limited to 'www/paros/Makefile')
-rw-r--r-- | www/paros/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/paros/Makefile b/www/paros/Makefile index 2b66605b353..d171982f36d 100644 --- a/www/paros/Makefile +++ b/www/paros/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2006/04/25 14:16:24 salo Exp $ +# $NetBSD: Makefile,v 1.7 2006/05/31 11:16:29 adrianp Exp $ # -DISTNAME= paros-3.2.10-unix +DISTNAME= paros-3.2.12-unix PKGNAME= ${DISTNAME:S/-unix//} CATEGORIES= games java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=paros/} |