head	1.8;
access;
symbols
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.7
	RELEASE_5_1_0:1.7
	RELEASE_4_8_0:1.7
	RELEASE_5_0_0:1.6
	RELEASE_4_7_0:1.6
	RELEASE_4_6_2:1.6
	RELEASE_4_6_1:1.6
	RELEASE_4_6_0:1.6
	RELEASE_5_0_DP1:1.6
	RELEASE_4_5_0:1.6
	RELEASE_4_4_0:1.6
	ncftp3_3_0_3:1.6
	RELEASE_4_3_0:1.6
	ncftp3_0_1:1.6
	RELEASE_4_2_0:1.6
	RELEASE_4_1_1:1.6
	RELEASE_4_1_0:1.6
	RELEASE_3_5_0:1.6
	RELEASE_4_0_0:1.6
	RELEASE_3_4_0:1.5
	RELEASE_3_3_0:1.5
	RELEASE_3_2_0:1.5
	ncftp3_0_beta_18:1.5
	ncftp3_0_beta_17:1.5
	RELEASE_3_1_0:1.4
	ncftp3_0_beta_16:1.4
	RELEASE_2_2_8:1.4
	ncftp3_0_beta_15:1.4
	RELEASE_3_0_0:1.4
	RELEASE_2_2_7:1.2
	ncftp3_0_beta_14:1.2
	ncftp3_0_beta_13:1.2
	ncftp3_0_beta_12:1.2
	ncftp3_0_beta_11:1.2
	ncftp3_0_beta_9:1.1
	ncftp3_0_beta_10:1.1
	RELEASE_2_2_6:1.1;
locks; strict;
comment	@# @;


1.8
date	2004.01.05.08.03.05;	author obrien;	state dead;
branches;
next	1.7;

1.7
date	2003.03.12.18.06.24;	author obrien;	state Exp;
branches;
next	1.6;

1.6
date	2000.01.10.15.57.20;	author obrien;	state Exp;
branches;
next	1.5;

1.5
date	99.02.18.09.26.53;	author obrien;	state Exp;
branches;
next	1.4;

1.4
date	98.09.27.03.02.15;	author obrien;	state Exp;
branches;
next	1.3;

1.3
date	98.09.07.20.38.06;	author ache;	state Exp;
branches;
next	1.2;

1.2
date	98.05.21.20.43.42;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	97.12.14.16.45.41;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Upgrade to version 3.1.6.
@
text
@--- Strn/Makefile.in.orig	Sat Oct 12 17:01:11 2002
+++ Strn/Makefile.in	Wed Mar 12 10:00:33 2003
@@@@ -63,5 +63,5 @@@@
 $(LIBSO): $(SOBJS)
 	/bin/rm -f "$(LIBSO)" "$(LIBSOS)"
-	gcc -shared "-Wl,-soname,$(LIBSO)" -o "$(LIBSO)" $(SOBJS)
+	$(CC) -shared "-Wl,-soname,$(LIBSO)" -o "$(LIBSO)" $(SOBJS)
 	/bin/ln -s "$(LIBSO)" "$(LIBSOS)"
 	-@@/bin/ls -l "$(LIBSOS)" "$(LIBSO)"
@


1.7
log
@Update to 3.1.5.

This update addresses
	http://www.kb.cert.org/vuls/id/JPLA-5GJUBZ
	http://www.ncftpd.com/ncftp/doc/changelog.html#3.1.5

PR:		47445
Submitted by:	Esa Karkkainen <ejk@@iki.fi>, ITO Tsuyoshi <tsuyoshi@@is.s.u-tokyo.ac.jp>
@
text
@@


1.6
log
@Update to 3.0 beta 21.

Submitted by:	Christian Weisgerber <naddy@@unix-ag.uni-kl.de>
@
text
@d1 3
a3 4
--- Strn/Makefile.in.orig	Mon Jan 10 14:37:45 2000
+++ Strn/Makefile.in	Mon Jan 10 14:38:32 2000
@@@@ -42,7 +42,7 @@@@
 
d5 1
a5 1
 	/bin/rm -f "$(LIBSO)"
a9 1
 
@


1.5
log
@upgrade to 3.0b17
@
text
@d1 2
a2 2
--- Strn/Makefile.orig	Mon Feb  8 18:10:17 1999
+++ Strn/Makefile	Thu Feb 18 01:23:16 1999
@


1.4
log
@ELFify
@
text
@d1 2
a2 2
--- Strn/Makefile.orig	Tue Nov 11 04:28:01 1997
+++ Strn/Makefile	Sat Sep 26 19:47:28 1998
d6 5
a10 5
 	/bin/rm -f $(LIBSO)
-	gcc -shared -Wl,-soname,$(LIBSO) -o $(LIBSO) $(SOBJS)
+	$(CC) -shared -Wl,-x -o $(LIBSO) `lorder $(SOBJS) | tsort -q`
 	/bin/ln -s $(LIBSO) $(LIBSOS)
 	-@@/bin/ls -l $(LIBSOS) $(LIBSO)
@


1.3
log
@New ld.so (a.out) can't understand libraries with major only
@
text
@d1 11
a11 36
*** Strn/Makefile.orig	Tue Nov 11 15:28:01 1997
--- Strn/Makefile	Tue Sep  8 00:25:07 1998
***************
*** 6,12 ****
  SHELL=/bin/sh
  .SUFFIXES: .c .o .so
  LIB=libStrn.a
! LIBSO=libStrn.so.1
  LIBSOS=libStrn.so
  CC=cc
  CPPFLAGS=
--- 6,12 ----
  SHELL=/bin/sh
  .SUFFIXES: .c .o .so
  LIB=libStrn.a
! LIBSO=libStrn.so.1.0
  LIBSOS=libStrn.so
  CC=cc
  CPPFLAGS=
***************
*** 42,48 ****
  
  $(LIBSO): $(SOBJS)
  	/bin/rm -f $(LIBSO)
! 	gcc -shared -Wl,-soname,$(LIBSO) -o $(LIBSO) $(SOBJS)
  	/bin/ln -s $(LIBSO) $(LIBSOS)
  	-@@/bin/ls -l $(LIBSOS) $(LIBSO)
  
--- 42,48 ----
  
  $(LIBSO): $(SOBJS)
  	/bin/rm -f $(LIBSO)
! 	$(CC) -shared -Wl,-x -o $(LIBSO) `lorder $(SOBJS) | tsort -q`
  	/bin/ln -s $(LIBSO) $(LIBSOS)
  	-@@/bin/ls -l $(LIBSOS) $(LIBSO)
  
@


1.2
log
@Change two ``gcc''s to $(CC) for consitancy with rest of the package.

Lead to problem by:	roberto
@
text
@d1 36
a36 11
--- Strn/Makefile.orig	Tue Nov 11 04:28:01 1997
+++ Strn/Makefile	Sat Dec 13 23:28:53 1997
@@@@ -42,7 +42,7 @@@@
 
 $(LIBSO): $(SOBJS)
 	/bin/rm -f $(LIBSO)
-	gcc -shared -Wl,-soname,$(LIBSO) -o $(LIBSO) $(SOBJS)
+	$(CC) -shared -Wl,-x -o $(LIBSO) `lorder $(SOBJS) | tsort -q`
 	/bin/ln -s $(LIBSO) $(LIBSOS)
 	-@@/bin/ls -l $(LIBSOS) $(LIBSO)
 
@


1.1
log
@Creation of NcFTP version 3.x port.

Repository copied by:	Satoshi
@
text
@d8 1
a8 1
+	gcc -shared -Wl,-x -o $(LIBSO) `lorder $(SOBJS) | tsort -q`
@
