diff options
author | lukem <lukem@pkgsrc.org> | 2005-05-11 09:01:56 +0000 |
---|---|---|
committer | lukem <lukem@pkgsrc.org> | 2005-05-11 09:01:56 +0000 |
commit | ff3f52256fa1607791b61de24c4738813252d267 (patch) | |
tree | 8684e9bebda76eaaa0c383c18640bcad34eeeefd /net/tnftp | |
parent | fe7968552833554150ed73986baf8ae5b33f3491 (diff) | |
download | pkgsrc-ff3f52256fa1607791b61de24c4738813252d267.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.
Diffstat (limited to 'net/tnftp')
-rw-r--r-- | net/tnftp/files/Makefile.in | 2 | ||||
-rw-r--r-- | net/tnftp/files/libnetbsd/err.c | 2 | ||||
-rw-r--r-- | net/tnftp/files/libnetbsd/fseeko.c | 2 | ||||
-rw-r--r-- | net/tnftp/files/libnetbsd/setprogname.c | 2 | ||||
-rw-r--r-- | net/tnftp/files/libnetbsd/strerror.c | 2 | ||||
-rw-r--r-- | net/tnftp/files/libnetbsd/timegm.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/net/tnftp/files/Makefile.in b/net/tnftp/files/Makefile.in index 4098824edb0..789d8b60589 100644 --- a/net/tnftp/files/Makefile.in +++ b/net/tnftp/files/Makefile.in @@ -1,4 +1,4 @@ -# NetBSD: Makefile.in,v 1.3 2005/05/11 03:03:42 lukem Exp +# $NetBSD: Makefile.in,v 1.1.1.3 2005/05/11 09:03:42 lukem Exp $ # srcdir = @srcdir@ diff --git a/net/tnftp/files/libnetbsd/err.c b/net/tnftp/files/libnetbsd/err.c index 64004688c56..2683ae841ba 100644 --- a/net/tnftp/files/libnetbsd/err.c +++ b/net/tnftp/files/libnetbsd/err.c @@ -1,4 +1,4 @@ -/* NetBSD: err.c,v 1.4 2005/05/11 01:01:56 lukem Exp */ +/* $NetBSD: err.c,v 1.1.1.3 2005/05/11 09:01:56 lukem Exp $ */ /* * Copyright 1997-2000 Luke Mewburn <lukem@NetBSD.org>. diff --git a/net/tnftp/files/libnetbsd/fseeko.c b/net/tnftp/files/libnetbsd/fseeko.c index e6752d7469f..3c4bc7881d1 100644 --- a/net/tnftp/files/libnetbsd/fseeko.c +++ b/net/tnftp/files/libnetbsd/fseeko.c @@ -1,4 +1,4 @@ -/* NetBSD: fseeko.c,v 1.4 2005/05/11 01:01:56 lukem Exp */ +/* $NetBSD: fseeko.c,v 1.1.1.3 2005/05/11 09:01:56 lukem Exp $ */ /* * Copyright 2002 Luke Mewburn <lukem@NetBSD.org>. diff --git a/net/tnftp/files/libnetbsd/setprogname.c b/net/tnftp/files/libnetbsd/setprogname.c index 6e60d5d22ae..3e7404bc746 100644 --- a/net/tnftp/files/libnetbsd/setprogname.c +++ b/net/tnftp/files/libnetbsd/setprogname.c @@ -1,4 +1,4 @@ -/* NetBSD: setprogname.c,v 1.3 2005/05/11 01:01:56 lukem Exp */ +/* $NetBSD: setprogname.c,v 1.1.1.3 2005/05/11 09:01:56 lukem Exp $ */ /* from NetBSD: setprogname.c,v 1.3 2002/01/31 19:21:58 tv Exp */ /*- diff --git a/net/tnftp/files/libnetbsd/strerror.c b/net/tnftp/files/libnetbsd/strerror.c index 7d610c042fa..1aa64b5371b 100644 --- a/net/tnftp/files/libnetbsd/strerror.c +++ b/net/tnftp/files/libnetbsd/strerror.c @@ -1,4 +1,4 @@ -/* NetBSD: strerror.c,v 1.3 2005/05/11 01:01:56 lukem Exp */ +/* $NetBSD: strerror.c,v 1.1.1.3 2005/05/11 09:01:56 lukem Exp $ */ #include "tnftp.h" diff --git a/net/tnftp/files/libnetbsd/timegm.c b/net/tnftp/files/libnetbsd/timegm.c index 094f8d1aaee..5ae2c409ab0 100644 --- a/net/tnftp/files/libnetbsd/timegm.c +++ b/net/tnftp/files/libnetbsd/timegm.c @@ -1,4 +1,4 @@ -/* NetBSD: timegm.c,v 1.3 2005/05/11 01:01:56 lukem Exp */ +/* $NetBSD: timegm.c,v 1.1.1.3 2005/05/11 09:01:56 lukem Exp $ */ /* from ? */ #include "tnftp.h" |