forked from Lainports/freebsd-ports
- Fix Segmentation Fault problem
- Bump PORTREVISION Obtained from: Orso maillist
This commit is contained in:
parent
88c8b624ed
commit
618b21cabd
2 changed files with 12 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= sarg
|
||||
PORTVERSION= 2.2.3.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
|
|||
11
www/sarg/files/patch-log.c
Normal file
11
www/sarg/files/patch-log.c
Normal file
|
|
@ -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);
|
||||
Loading…
Add table
Reference in a new issue