diff options
author | salo <salo@pkgsrc.org> | 2006-02-01 15:47:04 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-02-01 15:47:04 +0000 |
commit | 00c3f101e2a00dd5fc0f942a64f7318172f66aeb (patch) | |
tree | 2e615a2d49fa7a2b777cdab0cd22aa0a3010182f /www/paros/Makefile | |
parent | 0887a9d39cb72092906b4ce2c2213a92453fbba8 (diff) | |
download | pkgsrc-00c3f101e2a00dd5fc0f942a64f7318172f66aeb.tar.gz |
Update to version 3.2.9
Changes:
New
- Continuous browser display when selecting in History panel.
- Use final stable version of external library.
- Record working directory for all subsequent file access within
the same Paros instance.
- Improved spider capability to crawl forms with textarea and handle
links with "&"
- Improved check for cross-site script without bracket.
- Improved check for PHP error and MySQL.
- Improved blind sql check on double quotes.
Fix
- if request body contain certain binary bytes it may cause unnecessary
encoding and corrupt the request. Fixed to always submit contain
binary bytes.
- better handling of accepted-encoding.
Diffstat (limited to 'www/paros/Makefile')
-rw-r--r-- | www/paros/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/paros/Makefile b/www/paros/Makefile index b117fbba122..2be0b3a2f73 100644 --- a/www/paros/Makefile +++ b/www/paros/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2006/01/12 18:17:19 salo Exp $ +# $NetBSD: Makefile,v 1.3 2006/02/01 15:47:04 salo Exp $ # -DISTNAME= paros-3.2.8-unix +DISTNAME= paros-3.2.9-unix PKGNAME= ${DISTNAME:S/-unix//} -PKGREVISION= 1 CATEGORIES= games java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=paros/} EXTRACT_SUFX= .zip |