ports/165902: [PATCH] security/sqlmap should have psyco turned off by default

Antoine Brodin antoine at FreeBSD.org
Sat Mar 10 11:50:02 UTC 2012


>Number:         165902
>Category:       ports
>Synopsis:       [PATCH] security/sqlmap should have psyco turned off by default
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 10 11:50:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Antoine Brodin
>Release:        FreeBSD 10.0-CURRENT i386
>Organization:
none
>Environment:
System: FreeBSD barton.dreadbsd.org. 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Sat Feb 11 18:22:15 CET 2012 root at barton.dreadbsd.org.:/usr/obj/usr/src/sys/MYGENERIC i386


>Description:
Psyco optimizer is enabled by default for security/sqlmap.
But Psyco is only for i386, so there are no packages for amd64 etc.
and installation will fail with default options for amd64 etc.
>How-To-Repeat:
>Fix:


--- sqlmap.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/sqlmap/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	14 Nov 2011 23:06:23 -0000	1.6
+++ Makefile	10 Mar 2012 11:28:26 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	sqlmap
 PORTVERSION=	0.8
+PORTREVISION=	1
 CATEGORIES=	security python
 MASTER_SITES=	SF
 
@@ -21,7 +22,7 @@
 		PATH=${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}
 
 OPTIONS=	MSF "Enable Metasploit Framework integration" off \
-		PSY "Enable Psyco optimizer (recommended)" on
+		PSY "Enable Psyco optimizer (i386 only)" off
 
 .include <bsd.port.options.mk>
 
--- sqlmap.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list