Bug 123945 - New port: security/spybye, a lightweight web proxy for identifying malicious webpages
Summary: New port: security/spybye, a lightweight web proxy for identifying malicious ...
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: Philippe Audeoud
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-24 06:30 UTC by pauls
Modified: 2008-06-05 20:50 UTC (History)
0 users

See Also:


Attachments
spybye.shar (4.49 KB, text/plain)
2008-05-24 06:30 UTC, pauls
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description pauls 2008-05-24 06:30:07 UTC
	New port submission, security/spybye, a lightweight web proxy
	for identifying malicious webpages
Comment 1 Philippe Audeoud freebsd_committer freebsd_triage 2008-06-03 21:15:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jadawin

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-06-05 20:40:37 UTC
jadawin     2008-06-05 19:40:32 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/spybye      Makefile distinfo pkg-descr pkg-plist 
    security/spybye/files spybye.sh.in 
  Log:
  SpyBye is a tool to help web masters determine if their web pages
  are hosting browser exploits that can infect visiting users with
  malware. It functions as an HTTP proxy server and intercepts all
  browser requests. SpyBye uses a few simple rules to determine if
  embedded links on your web page are harmlesss, unknown or maybe
  even dangerous.
  
  SpyBye analyzes all downloads in the background and provides you
  with a warning notification whenever it encounters content that
  is potentially malicious. At that point, you can click on the link
  in the notification and receive a more detailed analysis of the web page.
  
  WWW: http://www.spybye.org/
  
  PR:             ports/123945
  Submitted by:   Paul Schmel <pauls utdallas.edu>
  Approved by:    tabthorpe (mentor)
  
  Revision  Changes    Path
  1.971     +1 -0      ports/security/Makefile
  1.1       +34 -0     ports/security/spybye/Makefile (new)
  1.1       +3 -0      ports/security/spybye/distinfo (new)
  1.1       +37 -0     ports/security/spybye/files/spybye.sh.in (new)
  1.1       +13 -0     ports/security/spybye/pkg-descr (new)
  1.1       +5 -0      ports/security/spybye/pkg-plist (new)
_______________________________________________
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 Philippe Audeoud freebsd_committer freebsd_triage 2008-06-05 20:45:42 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!