head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2010.04.11.21.23.10;	author niels;	state dead;
branches;
next	1.2;

1.2
date	2010.04.03.17.15.07;	author niels;	state Exp;
branches;
next	1.1;

1.1
date	2010.03.25.06.43.37;	author niels;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Removed old patch to fix previous commit:
Upgraded to version 1.30b

Submitted by:	Ryan Steinmetz (maintainer)
Approved by:	itetcu (mentor)
Reported by:	QAT
@
text
@--- Makefile.origi	2010-04-03 10:33:32.000000000 +0200
+++ Makefile	2010-04-03 10:36:10.000000000 +0200
@@@@ -30,7 +30,7 @@@@
 CFLAGS_DBG = -DLOG_STDERR=1 -DDEBUG_ALLOCATOR=1 $(CFLAGS_GEN) 
 CFLAGS_OPT = -O3 -Wno-format $(CFLAGS_GEN)
 
-LDFLAGS   += -L/usr/local/lib/ -L/opt/local/lib
+LDFLAGS   += -L$(LOCALBASE)/lib/ 
 LIBS      += -lcrypto -lssl -lidn -lz
 
 all: $(PROGNAME)
@@@@ -38,12 +38,12 @@@@
 $(PROGNAME): $(PROGNAME).c $(OBJFILES) $(INCFILES)
 	$(CC) $(LDFLAGS) $(PROGNAME).c -o $(PROGNAME) $(CFLAGS_OPT) \
 	      $(OBJFILES) $(LIBS)
-	@@echo
-	@@echo "See dictionaries/README-FIRST to pick a dictionary for the tool."
-	@@echo
-	@@echo "Having problems with your scans? Be sure to visit:"
-	@@echo "http://code.google.com/p/skipfish/wiki/KnownIssues"
-	@@echo
+#	@@echo
+#	@@echo "See dictionaries/README-FIRST to pick a dictionary for the tool."
+#	@@echo
+#	@@echo "Having problems with your scans? Be sure to visit:"
+#	@@echo "http://code.google.com/p/skipfish/wiki/KnownIssues"
+#	@@echo
 
 debug: $(PROGNAME).c $(OBJFILES) $(INCFILES)
 	$(CC) $(LDFLAGS) $(PROGNAME).c -o $(PROGNAME) $(CFLAGS_DBG) \
@


1.2
log
@Upgrade to version 1.29b

Reviewed by:	Ryan Steinmetz (maintainer)
Approved by:	itetcu (mentor)
@
text
@@


1.1
log
@skipfish is a high-performance, easy, and sophisticated Web application
security testing tool. It features a single-threaded multiplexing
HTTP stack, heuristic detection of obscure Web frameworks, and
advanced, differential security checks capable of detecting blind
injection vulnerabilities, stored XSS, and so forth.

PR:	ports/144942
Submitted by:	Ryan Steinmetz <rpsfa@@rit.edu>
Approved by:	itetcu (mentor)
WWW:	http://code.google.com/p/skipfish/
@
text
@d1 5
a5 3
--- Makefile.orig	2010-03-22 20:34:04.000000000 +0100
+++ Makefile	2010-03-22 20:34:40.000000000 +0100
@@@@ -35,9 +35,9 @@@@
d7 6
d14 4
a17 1
 	$(CC) $(PROGNAME).c -o $(PROGNAME) $(CFLAGS_OPT) $(OBJFILES) $(LDFLAGS)
d19 2
a20 1
-	@@echo "NOTE: See dictionaries/README-FIRST to pick a dictionary for the tool."
d23 4
a26 1
+#	@@echo "NOTE: See dictionaries/README-FIRST to pick a dictionary for the tool."
d30 1
a30 1
 	$(CC) $(PROGNAME).c -o $(PROGNAME) $(CFLAGS_DBG) $(OBJFILES) $(LDFLAGS)
@

