From 76043c535dc6cd83e9b6e9032505e84ae4de1f11 Mon Sep 17 00:00:00 2001 From: niels Date: Sun, 11 Apr 2010 21:23:10 +0000 Subject: Removed old patch to fix previous commit: Upgraded to version 1.30b Submitted by: Ryan Steinmetz (maintainer) Approved by: itetcu (mentor) Reported by: QAT --- security/skipfish/files/patch-aa | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 security/skipfish/files/patch-aa (limited to 'security/skipfish') diff --git a/security/skipfish/files/patch-aa b/security/skipfish/files/patch-aa deleted file mode 100644 index f63d69a2ca98..000000000000 --- a/security/skipfish/files/patch-aa +++ /dev/null @@ -1,30 +0,0 @@ ---- 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) \ -- cgit