pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/tnftp/files Update to tnftp 20070806.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa5cc9d01449
branches:  trunk
changeset: 493650:aa5cc9d01449
user:      lukem <lukem%pkgsrc.org@localhost>
date:      Wed May 11 09:01:56 2005 +0000

description:
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:

 net/tnftp/files/Makefile.in             |  2 +-
 net/tnftp/files/libnetbsd/err.c         |  2 +-
 net/tnftp/files/libnetbsd/fseeko.c      |  2 +-
 net/tnftp/files/libnetbsd/setprogname.c |  2 +-
 net/tnftp/files/libnetbsd/strerror.c    |  2 +-
 net/tnftp/files/libnetbsd/timegm.c      |  2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 79063618b9e7 -r aa5cc9d01449 net/tnftp/files/Makefile.in
--- a/net/tnftp/files/Makefile.in       Wed May 11 08:41:50 2005 +0000
+++ b/net/tnftp/files/Makefile.in       Wed May 11 09:01:56 2005 +0000
@@ -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 -r 79063618b9e7 -r aa5cc9d01449 net/tnftp/files/libnetbsd/err.c
--- a/net/tnftp/files/libnetbsd/err.c   Wed May 11 08:41:50 2005 +0000
+++ b/net/tnftp/files/libnetbsd/err.c   Wed May 11 09:01:56 2005 +0000
@@ -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@localhost>.
diff -r 79063618b9e7 -r aa5cc9d01449 net/tnftp/files/libnetbsd/fseeko.c
--- a/net/tnftp/files/libnetbsd/fseeko.c        Wed May 11 08:41:50 2005 +0000
+++ b/net/tnftp/files/libnetbsd/fseeko.c        Wed May 11 09:01:56 2005 +0000
@@ -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@localhost>.
diff -r 79063618b9e7 -r aa5cc9d01449 net/tnftp/files/libnetbsd/setprogname.c
--- a/net/tnftp/files/libnetbsd/setprogname.c   Wed May 11 08:41:50 2005 +0000
+++ b/net/tnftp/files/libnetbsd/setprogname.c   Wed May 11 09:01:56 2005 +0000
@@ -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 -r 79063618b9e7 -r aa5cc9d01449 net/tnftp/files/libnetbsd/strerror.c
--- a/net/tnftp/files/libnetbsd/strerror.c      Wed May 11 08:41:50 2005 +0000
+++ b/net/tnftp/files/libnetbsd/strerror.c      Wed May 11 09:01:56 2005 +0000
@@ -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 -r 79063618b9e7 -r aa5cc9d01449 net/tnftp/files/libnetbsd/timegm.c
--- a/net/tnftp/files/libnetbsd/timegm.c        Wed May 11 08:41:50 2005 +0000
+++ b/net/tnftp/files/libnetbsd/timegm.c        Wed May 11 09:01:56 2005 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index