diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-05-31 11:16:29 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-05-31 11:16:29 +0000 |
commit | e8d54f8b435ea5e3c3a64df8302174fa1115cd74 (patch) | |
tree | 334f79c865d8758bc33d2af43e586f69ac1ab3d6 /www/paros | |
parent | 63b57883df17b7688497bc491bdf81dd74e5ff2c (diff) | |
download | pkgsrc-e8d54f8b435ea5e3c3a64df8302174fa1115cd74.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')
-rw-r--r-- | www/paros/Makefile | 4 | ||||
-rw-r--r-- | www/paros/distinfo | 8 |
2 files changed, 6 insertions, 6 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/} diff --git a/www/paros/distinfo b/www/paros/distinfo index 3f7ce5cf83c..441eba94b83 100644 --- a/www/paros/distinfo +++ b/www/paros/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2006/04/25 14:16:24 salo Exp $ +$NetBSD: distinfo,v 1.4 2006/05/31 11:16:29 adrianp Exp $ -SHA1 (paros-3.2.10-unix.zip) = a873fe4bef3c40bc094088619a03f03a8c50faa9 -RMD160 (paros-3.2.10-unix.zip) = 4fd4379b28b3a01cce4d230d2e027266ce5ac79f -Size (paros-3.2.10-unix.zip) = 2400650 bytes +SHA1 (paros-3.2.12-unix.zip) = 72bf193ce7ce72d117105d964204deaa13357d0e +RMD160 (paros-3.2.12-unix.zip) = 2cab8afbffe0b7a2edb391468ea5f0fbb62fe8f0 +Size (paros-3.2.12-unix.zip) = 2406324 bytes |