From 086070ab8556188fab9f146c914d269602e5caa4 Mon Sep 17 00:00:00 2001 From: "Chris D. Faulhaber" Date: Thu, 25 Jan 2001 03:19:53 +0000 Subject: - Update port to 0.4.6p1 (fixes remote buffer overflow) - Add some additional buffer checks --- net/micq/files/patch-aa | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'net/micq/files/patch-aa') diff --git a/net/micq/files/patch-aa b/net/micq/files/patch-aa index 777dc8b9f921..296b89535428 100644 --- a/net/micq/files/patch-aa +++ b/net/micq/files/patch-aa @@ -1,12 +1,13 @@ ---- Makefile.orig Mon Jul 3 02:10:31 2000 -+++ Makefile Mon Jul 3 02:12:24 2000 -@@ -5,8 +5,7 @@ - # Most options that were here and soem that weren't have been moved to config.h - # edit that file to set up options. - # +--- Makefile.orig Tue Jan 23 11:49:05 2001 ++++ Makefile Wed Jan 24 20:28:41 2001 +@@ -2,8 +2,8 @@ + # originally by Matt D. Smith + # rewritten by Rico Gloeckner + -CC = gcc -CFLAGS = -O4 -Wall -DUNIX -+CFLAGS += -Wall -DUNIX - CFLAGS += -DENGLISH_LANG - #CFLAGS += -DBULGARIAN_LANG - #CFLAGS += -DPOLISH_LANG ++CC?= gcc ++CFLAGS+= -Wall -DUNIX + + # uncomment the line below for debuging info + #CFLAGS += -g -- cgit v1.2.3