summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukem <lukem@pkgsrc.org>2005-06-10 06:37:47 +0000
committerlukem <lukem@pkgsrc.org>2005-06-10 06:37:47 +0000
commit530222e6aa88e939041b9ae4cbb43576b534298a (patch)
tree6cd84dea6a95a6c31a17f4141323023b5031b103
parent7337550569b4f9a143cac3c772b5b331efae88c2 (diff)
downloadpkgsrc-530222e6aa88e939041b9ae4cbb43576b534298a.tar.gz
Update to tnftp 20070806.
Notable changes: - Implement '-s srcaddr' to set the local IP address for all connections. - Support '-q quittime' when waiting for server replies. - Use IEC 60027-2 "KiB", "MiB" (etc) instead of "KB", "MB", ... - Portability fixes, including for FreeBSD, Mac OS X, and Solaris.
-rw-r--r--net/tnftp/files/libnetbsd/sl_init.c2
-rw-r--r--net/tnftp/files/libnetbsd/strdup.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/tnftp/files/libnetbsd/sl_init.c b/net/tnftp/files/libnetbsd/sl_init.c
index f1b64ecffd2..6757a0d7df8 100644
--- a/net/tnftp/files/libnetbsd/sl_init.c
+++ b/net/tnftp/files/libnetbsd/sl_init.c
@@ -1,4 +1,4 @@
-/* NetBSD: sl_init.c,v 1.4 2005/05/16 06:37:47 lukem Exp */
+/* $NetBSD: sl_init.c,v 1.1.1.4 2005/06/10 06:37:47 lukem Exp $ */
/* from NetBSD: stringlist.c,v 1.10 2000/01/25 16:24:40 enami Exp */
/*-
diff --git a/net/tnftp/files/libnetbsd/strdup.c b/net/tnftp/files/libnetbsd/strdup.c
index 75a4005e263..60a3e80c3e8 100644
--- a/net/tnftp/files/libnetbsd/strdup.c
+++ b/net/tnftp/files/libnetbsd/strdup.c
@@ -1,4 +1,4 @@
-/* NetBSD: strdup.c,v 1.4 2005/05/16 06:40:04 lukem Exp */
+/* $NetBSD: strdup.c,v 1.1.1.4 2005/06/10 06:40:04 lukem Exp $ */
/* from NetBSD: strdup.c,v 1.13 2003/08/07 16:43:50 agc Exp */
/*