From 618b21cabd73dfef319e045f4ea3ca16f8cc556c Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Mon, 26 Feb 2007 11:32:00 +0000 Subject: - Fix Segmentation Fault problem - Bump PORTREVISION Obtained from: Orso maillist --- www/sarg/Makefile | 1 + www/sarg/files/patch-log.c | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 www/sarg/files/patch-log.c (limited to 'www/sarg') diff --git a/www/sarg/Makefile b/www/sarg/Makefile index ca00db2ba15b..8047815ad03e 100644 --- a/www/sarg/Makefile +++ b/www/sarg/Makefile @@ -7,6 +7,7 @@ PORTNAME= sarg PORTVERSION= 2.2.3.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF diff --git a/www/sarg/files/patch-log.c b/www/sarg/files/patch-log.c new file mode 100644 index 000000000000..4f2b853d3c20 --- /dev/null +++ b/www/sarg/files/patch-log.c @@ -0,0 +1,11 @@ +--- log.c 2007-01-02 17:11:26.000000000 -0200 ++++ new/log.c 2007-01-29 17:19:17.000000000 -0200 +@@ -1216,7 +1216,7 @@ + + if(download_flag && strstr(code,"DENIED") == 0) { + ndownload = 1; +- sprintf(bufz, "%s %s %s %s %s %s\n",dia,hora,user,ip,download_url); ++ sprintf(bufz, "%s %s %s %s %s\n",dia,hora,user,ip,download_url); + + #ifdef LEGACY_WRITE_DOWNLOAD + sprintf(tmp3,"%s/sarg/download.unsort",tmp); -- cgit v1.2.3