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:
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?
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?
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
Attached patch should resolve the issue of trying to compile ratproxy with a version of gcc less then 4
State Changed From-To: feedback->closed New port added, thank you!
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"