head	1.3;
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.3
date	2003.08.08.13.27.51;	author oliver;	state dead;
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.3
log
@update to 2.0.15.rc2 which fixes several bugs introduced by rc1
@
text
@--- src/gtk/gftp-gtk.h.orig	Wed Dec 19 03:52:39 2001
+++ src/gtk/gftp-gtk.h	Wed Jan  2 13:57:06 2002
@@@@ -200,7 +200,7 @@@@
 void ftp_log					( gftp_logging_level level,
 						  void *ptr,
 						  const char *string,
-						  ... );
+						  ... ) __attribute__((format(printf, 3, 4)));
 
 void refresh 					( gftp_window_data * wdata );
 
@


1.2
log
@- Update to 2.0.11
- Remove FORBIDDEN

PR:		33764
Submitted by:	Oliver Lehmann <lehmann@@ans-netz.de>
@
text
@@


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/gtk/gftp-gtk.h.orig	Tue Mar 20 17:46:01 2001
+++ src/gtk/gftp-gtk.h	Mon Apr 30 00:18:12 2001
@@@@ -197,7 +197,7 @@@@
@

