Bug 158519 - [maintainer-update] security/skipfish to 2.00b
Summary: [maintainer-update] security/skipfish to 2.00b
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-30 01:20 UTC by Ryan Steinmetz
Modified: 2011-06-30 03:30 UTC (History)
0 users

See Also:


Attachments
file.diff (4.19 KB, patch)
2011-06-30 01:20 UTC, Ryan Steinmetz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Steinmetz 2011-06-30 01:20:07 UTC
-Update to 2.00b

======================================

Version 2.00b:
--------------

  - Minor bug fix to path parsing to avoid problems with /.$foo/,

  - Improved PHP error detection (courtesy of Niels Heinen),

  - Improved dictionary logic (courtesy of Niels Heinen) and new
    documentation of the same,

  - Improved support for file.ext keywords in the dictionary,

  - Fixed missing content_checks() in unknown_check_callback()
    (courtesy of Niels Heinen),

  - Improved an oversight in dictionary case sensitivity,

  - Improved pivots.txt data,

  - Support for supplementary read-only dictionaries (-W +dict),

  - Change to directory detection to work around a certain sneaky
    server behavior.

  - TODO: Revise dictionaries!!!

Version 1.94b:
--------------

  - Proxy support! Currently only works for HTTP, put behind #ifdef 
    PROXY_SUPPORT.

  - Change to prefix() and change_prefix() macros to limit the risk of bugs.

Version 1.93b:
--------------

  - Major fix to URL XSS detection logic (courtesy of Niels Heinen).


Version 1.92b:
--------------

  - Reading starting URLs from file is now supported (@ prefix).

Version 1.90b / 1.91b:
----------------------

  - Minor fix to pivots.txt.

Version 1.89b:
--------------

  - Skipfish now saves all discovered URLs in a single file for third-party
    tools: pivots.txt.

Fix: Patch attached with submission follows:
Comment 1 Wesley Shields freebsd_committer freebsd_triage 2011-06-30 01:47:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-06-30 03:27:52 UTC
wxs         2011-06-30 02:27:44 UTC

  FreeBSD ports repository

  Modified files:
    security/skipfish    Makefile distinfo pkg-plist 
    security/skipfish/files patch-Makefile 
  Added files:
    security/skipfish/files patch-sfscandiff 
  Log:
  - Update to 2.00b
  
  PR:             ports/158519
  Submitted by:   Ryan Steinmetz <rpsfa@rit.edu> (maintainer)
  
  Revision  Changes    Path
  1.19      +2 -1      ports/security/skipfish/Makefile
  1.16      +2 -2      ports/security/skipfish/distinfo
  1.3       +5 -11     ports/security/skipfish/files/patch-Makefile
  1.1       +8 -0      ports/security/skipfish/files/patch-sfscandiff (new)
  1.3       +1 -0      ports/security/skipfish/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Wesley Shields freebsd_committer freebsd_triage 2011-06-30 03:30:20 UTC
State Changed
From-To: open->closed

Committed. Thanks!