Summary: | New port: security/pantera - web site penetration testing suite | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jonathan <afarsec> | ||||
Component: | Individual Port(s) | Assignee: | Gabor Kovesdan <gabor> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Jonathan
2006-11-08 16:10:26 UTC
Responsible Changed From-To: freebsd-ports-bugs->ahze Grab Responsible Changed From-To: ahze->freebsd-ports-bugs Turn over to freebsd-ports-bugs, I'm kinda busy right now sorry. Responsible Changed From-To: freebsd-ports-bugs->gabor Take. gabor 2006-12-25 20:08:15 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/pantera Makefile distinfo pkg-descr pkg-plist security/pantera/files pantera.sh.in pkg-message.in security/pantera/scripts pantera-install.sh Log: Overview: Pantera uses an improved version of SpikeProxy to provide a powerful web application analysis engine. Goals: The primary goal of Pantera is to combine automated capabilities with complete manual testing to get the best penetration testing results. WWW: http://www.owasp.org/index.php/Category:OWASP_Pantera_Web_Assessment_Studio_Project PR: ports/105291 Submitted by: Yonatan <onatan at gmail.com> Revision Changes Path 1.845 +1 -0 ports/security/Makefile 1.1 +43 -0 ports/security/pantera/Makefile (new) 1.1 +3 -0 ports/security/pantera/distinfo (new) 1.1 +5 -0 ports/security/pantera/files/pantera.sh.in (new) 1.1 +9 -0 ports/security/pantera/files/pkg-message.in (new) 1.1 +9 -0 ports/security/pantera/pkg-descr (new) 1.1 +277 -0 ports/security/pantera/pkg-plist (new) 1.1 +101 -0 ports/security/pantera/scripts/pantera-install.sh (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" State Changed From-To: open->closed Committed with changes: - Use SUB_FILES and SUB_LIST to process pantera.sh and pkg-message. You can use this method with any file, you just need to place the unedited version into the files subdirectory with a .in ending. This is done in the post-patch stage and you will find the processed files in WRKDIR. - This sort of dependency using with MySQL might create conflicts and doesn't allow the user to choose the desired version at all. You can solve this by using USE_MYSQL and MYSQL_VER. Thanks for your work on this port! Regards, Gabor Kovesdan |