Bug 125249 - New Port: security/ratproxy
Summary: New Port: security/ratproxy
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: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-04 05:00 UTC by Steven Kreuzer
Modified: 2008-07-08 22:40 UTC (History)
0 users

See Also:


Attachments
file.shar (3.34 KB, text/plain)
2008-07-04 05:00 UTC, Steven Kreuzer
no flags Details
Makefile.txt (513 bytes, text/plain)
2008-07-08 20:40 UTC, Steven Kreuzer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steven Kreuzer 2008-07-04 05:00:11 UTC
Ratproxy is a semi-automated, largely passive web application security audit tool. It is meant to complement active crawlers and manual proxies more commonly used for this task, and is optimized specifically for an accurate and sensitive detection, and automatic annotation, of potential problems and security-relevant design patterns based on the observation of existing, user-initiated traffic in complex web 2.0 environments.

Fix: Patch attached with submission follows:
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2008-07-08 10:24:50 UTC
State Changed
From-To: open->feedback

Does not compile on my 6.3/amd64 system: 

cc ratproxy.c -o ratproxy  -Wall -O3 -Wno-pointer-sign -D_GNU_SOURCE http.c mime.c ssl.c -lcrypto -lssl 
cc1: error: unrecognized command line option "-Wno-pointer-sign" 
cc1: error: unrecognized command line option "-Wno-pointer-sign" 
cc1: error: unrecognized command line option "-Wno-pointer-sign" 
cc1: error: unrecognized command line option "-Wno-pointer-sign" 
*** Error code 1 

maybe that compiler flag is 4.x specific? Do we need it? 


Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2008-07-08 10:24:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Does not compile on my 6.3/amd64 system: 

cc ratproxy.c -o ratproxy  -Wall -O3 -Wno-pointer-sign -D_GNU_SOURCE http.c mime.c ssl.c -lcrypto -lssl 
cc1: error: unrecognized command line option "-Wno-pointer-sign" 
cc1: error: unrecognized command line option "-Wno-pointer-sign" 
cc1: error: unrecognized command line option "-Wno-pointer-sign" 
cc1: error: unrecognized command line option "-Wno-pointer-sign" 
*** Error code 1 

maybe that compiler flag is 4.x specific? Do we need it?
Comment 3 wenheping 2008-07-08 14:35:53 UTC
HI:

   Today I create this same ports ,then found I am too late.

   I think add below lines to the Makefile could resolve pav's problem:

   post-patch:
        cd ${WRKSRC} && \
                ${REINPLACE_CMD} -e 's#-Wno-pointer-sign##g' Makefile

   Good Luck.


                                       wenheping@gmail.com
                                          20080708
Comment 4 Steven Kreuzer 2008-07-08 20:40:57 UTC
Attached patch should resolve the issue of trying to compile ratproxy 
with a version of gcc less then 4
Comment 5 Pav Lucistnik freebsd_committer freebsd_triage 2008-07-08 22:34:22 UTC
State Changed
From-To: feedback->closed

New port added, thank you!
Comment 6 dfilter service freebsd_committer freebsd_triage 2008-07-08 22:35:33 UTC
pav         2008-07-08 21:35:23 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/ratproxy    Makefile distinfo pkg-descr 
    security/ratproxy/files patch-Makefile 
  Log:
  Ratproxy is a semi-automated, largely passive web application security audit
  tool. It is meant to complement active crawlers and manual proxies more
  commonly used for this task, and is optimized specifically for an accurate and
  sensitive detection, and automatic annotation, of potential problems and
  security-relevant design patterns based on the observation of existing,
  user-initiated traffic in complex web 2.0 environments.
  
  WWW: http://code.google.com/p/ratproxy/
  
  PR:             ports/125249
  Submitted by:   Steven Kreuzer <skreuzer@exit2shell.com>
  
  Revision  Changes    Path
  1.982     +1 -0      ports/security/Makefile
  1.1       +28 -0     ports/security/ratproxy/Makefile (new)
  1.1       +3 -0      ports/security/ratproxy/distinfo (new)
  1.1       +22 -0     ports/security/ratproxy/files/patch-Makefile (new)
  1.1       +8 -0      ports/security/ratproxy/pkg-descr (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"