head	1.4;
access;
symbols
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2003.08.08.13.27.51;	author oliver;	state dead;
branches;
next	1.3;

1.3
date	2003.07.24.17.53.02;	author oliver;	state Exp;
branches;
next	1.2;

1.2
date	2002.01.22.05.19.24;	author pat;	state Exp;
branches;
next	1.1;

1.1
date	2001.04.30.07.33.39;	author kris;	state Exp;
branches;
next	;


desc
@@


1.4
log
@update to 2.0.15.rc2 which fixes several bugs introduced by rc1
@
text
@--- src/text/gftp-text.h.orig	Thu Sep 20 03:10:29 2001
+++ src/text/gftp-text.h	Wed Jan  2 13:59:28 2002
@@@@ -53,7 +53,7 @@@@
 /* gftp-text.h */
 void gftp_text_log				( gftp_logging_level level, 
 						  gftp_request * request, 
-						  const char *string, ... );
+						  const char *string, ... ) __attribute__((format(printf, 3, 4)));
 int gftp_text_open				( gftp_request * request, 
 						  char *command, 
 						  gpointer *data );
@


1.3
log
@update gftp to 2.0.15.rc1
@
text
@@


1.2
log
@- Update to 2.0.11
- Remove FORBIDDEN

PR:		33764
Submitted by:	Oliver Lehmann <lehmann@@ans-netz.de>
@
text
@d3 1
a3 1
@@@@ -48,7 +48,7 @@@@
d6 1
a6 1
 						  void *ptr, 
@


1.1
log
@Upgrade to gftp 2.0.8 and mark FORBIDDEN. gftp 2.0.8 was a security update
to fix a remotely exploitable format string vulnerability, but in the course
of trying to make the new version actually build I discovered that it also
has local tempfile vulnerabilities, among other problems.
@
text
@d1 3
a3 3
--- ./src/text/gftp-text.h.orig	Fri Feb 23 10:59:57 2001
+++ ./src/text/gftp-text.h	Mon Apr 30 00:19:21 2001
@@@@ -43,7 +43,7 @@@@
@

