head	1.4;
access;
symbols
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	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.01.02.19.46.05;	author ijliao;	state dead;
branches;
next	1.3;

1.3
date	2002.06.09.23.28.55;	author petef;	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
@upgrade to 2.0.14

PR:		46020
Submitted by:	maintainer
@
text
@--- src/text/Makefile.in.orig	Sun May 26 21:27:10 2002
+++ src/text/Makefile.in	Sun May 26 21:28:58 2002
@@@@ -105,7 +105,7 @@@@
 EXTRA_PROGRAMS = gftp-text
 gftp_text_SOURCES = gftp-text.c 
 INCLUDES = @@GLIB_CFLAGS@@ -DSHARE_DIR=\"$(datadir)/gftp\" -DLOCALE_DIR=\"$(localedir)\" -I../../intl
-LDADD = ../../lib/libgftp.a @@INTLLIBS@@ @@GLIB_LIBS@@ @@EXTRA_LIBS@@ @@READLINE_LIBS@@
+LDADD = -lintl ../../lib/libgftp.a @@INTLLIBS@@ @@GLIB_LIBS@@ @@EXTRA_LIBS@@ @@READLINE_LIBS@@
 noinst_HEADERS = gftp-text.h
 localedir = $(prefix)/share/locale
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
@


1.3
log
@Update to 2.0.12.

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


1.2
log
@- Update to 2.0.11
- Remove FORBIDDEN

PR:		33764
Submitted by:	Oliver Lehmann <lehmann@@ans-netz.de>
@
text
@d1 3
a3 3
--- src/text/Makefile.in.orig	Thu Jan 10 16:15:43 2002
+++ src/text/Makefile.in	Thu Jan 10 16:17:37 2002
@@@@ -104,7 +104,7 @@@@
d7 2
a8 2
-LDADD = ../../lib/libgftp.a @@INTLLIBS@@ @@GLIB_LIBS@@ @@EXTRA_LIBS@@
+LDADD = -lintl ../../lib/libgftp.a @@INTLLIBS@@ @@GLIB_LIBS@@ @@EXTRA_LIBS@@
@


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 4
a4 4
--- src/text/Makefile.in.orig	Mon Apr 30 00:11:48 2001
+++ src/text/Makefile.in	Mon Apr 30 00:13:22 2001
@@@@ -99,7 +99,7 @@@@
 bin_PROGRAMS = gftp-text
d6 3
a8 3
 INCLUDES = @@GLIB_CFLAGS@@ -DSHARE_DIR=\"$(datadir)/gftp\" -DLOCALE_DIR=\"$(localedir)\"
-LDADD = @@INTLLIBS@@ @@GLIB_LIBS@@ @@EXTRA_LIBS@@ ../../lib/libgftp.a
+LDADD = -lintl @@INTLLIBS@@ @@GLIB_LIBS@@ @@EXTRA_LIBS@@ ../../lib/libgftp.a
@

