Commit graph

18 commits

Author SHA1 Message Date
joerg
73cd5a7bdd Skip shared library check for non-native binaries. 2016-03-25 21:03:09 +00:00
agc
b9b754e081 Add SHA512 digests for distfiles for www category
Problems found locating distfiles:
	Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz
	Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz
	Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz
	Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz
	Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz
	Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz
	Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz
	Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 02:46:46 +00:00
obache
9df55c0b3b Set unwanted linux binaries to CHECK_SHLIBS_SKIP. 2014-03-02 05:47:08 +00:00
obache
1a53edaf3b CHECK_SHLIBS_SUPPORTED=no.
Linux/Windows binaries are in distribution.
2013-12-08 06:49:43 +00:00
asau
5eae6a18a3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wiz
baa75cee36 Fix PLIST after unzip default flags change. Bump PKGREVISION. 2009-09-29 17:06:15 +00:00
joerg
e031855e4a Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 22:00:14 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
joerg
3d8ef5a52d Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
2008-05-26 02:13:14 +00:00
salo
b0cd9cf66c Fix CATEGORIES, duh. 2007-02-28 13:08:08 +00:00
salo
6df20f936f Update to latest version, 3.2.13
Changes:

New
- skipping designated URL in spider.  Use options to set the spider.
- auto update menu and periodic check for update (Windows and Linux
  platform only).

Fix
- the use of new external library caused slower performance of proxy.
  Restored to older library.
2006-10-08 01:47:18 +00:00
adrianp
e8d54f8b43 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.
2006-05-31 11:16:29 +00:00
salo
08fe599279 Update to version 3.2.10
Changes:

- Tracking session state problem reported (previously only restart
  can reset session state).
- Paros startup problem when added server authentication into
  authentication panel.
- Authentnciation entry reappear even after deleted (when proxy
  reloads).
2006-04-25 14:16:24 +00:00
rillig
9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
salo
00c3f101e2 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.
2006-02-01 15:47:04 +00:00
salo
f9c9cd979e The license dialog is case-sensitive.. and the file included is all lowercase.
Duh.
2006-01-12 18:17:19 +00:00
salo
9082e1f9c0 Initial import of paros-3.2.8: HTTP/HTTPS proxy for assessing web application
vulnerabilities.

A Java based HTTP/HTTPS proxy for assessing web application vulnerabilities.
It supports editing/viewing HTTP messages on-the-fly. Other features include
spiders, client certificate, proxy-chaining, intelligent scanning for XSS
and SQL injections and more.
2006-01-11 18:59:36 +00:00