diff options
author | tnn <tnn> | 2015-10-04 14:44:06 +0000 |
---|---|---|
committer | tnn <tnn> | 2015-10-04 14:44:06 +0000 |
commit | 7f155a7981774b968f9b4076da3e241263101fd3 (patch) | |
tree | 820c6956533f23e133199693b7846e2b11f525fe /net/tnftp | |
parent | ea4851c4f9d7beafd6e9b24e76b878e7de77a567 (diff) | |
download | pkgsrc-7f155a7981774b968f9b4076da3e241263101fd3.tar.gz |
merge tnftp-20151004 from ftp.n.o/pub/NetBSD/misc/tnftp/tnftp-20151004.tar.gz
- Add -x xferbufsize to set xferbuf size.
- Add Server Name Indication (SNI) support for https.
- Increase buffer limit used for response handling.
Diffstat (limited to 'net/tnftp')
-rw-r--r-- | net/tnftp/Makefile | 4 | ||||
-rw-r--r-- | net/tnftp/files/ChangeLog | 10 | ||||
-rw-r--r-- | net/tnftp/files/NEWS | 12 | ||||
-rwxr-xr-x | net/tnftp/files/configure | 30 | ||||
-rw-r--r-- | net/tnftp/files/configure.ac | 16 | ||||
-rw-r--r-- | net/tnftp/files/src/Makefile.am | 2 | ||||
-rw-r--r-- | net/tnftp/files/src/cmds.c | 2 | ||||
-rw-r--r-- | net/tnftp/files/src/fetch.c | 13 | ||||
-rw-r--r-- | net/tnftp/files/src/ftp.1 | 15 | ||||
-rw-r--r-- | net/tnftp/files/src/ftp.c | 2 | ||||
-rw-r--r-- | net/tnftp/files/src/ftp_var.h | 6 | ||||
-rw-r--r-- | net/tnftp/files/src/main.c | 21 | ||||
-rw-r--r-- | net/tnftp/files/src/ssl.c | 14 | ||||
-rw-r--r-- | net/tnftp/files/src/ssl.h | 6 | ||||
-rw-r--r-- | net/tnftp/files/src/version.h | 8 |
15 files changed, 100 insertions, 61 deletions
diff --git a/net/tnftp/Makefile b/net/tnftp/Makefile index ffd55ecafd5..03170609651 100644 --- a/net/tnftp/Makefile +++ b/net/tnftp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2015/02/24 08:58:56 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2015/10/04 14:44:06 tnn Exp $ -DISTNAME= tnftp-20141104 +DISTNAME= tnftp-20151004 CATEGORIES= net MASTER_SITES= # empty DISTFILES= # empty diff --git a/net/tnftp/files/ChangeLog b/net/tnftp/files/ChangeLog index f89a3e02aaa..10334beba33 100644 --- a/net/tnftp/files/ChangeLog +++ b/net/tnftp/files/ChangeLog @@ -1,5 +1,13 @@ -$NetBSD: ChangeLog,v 1.9 2014/11/04 22:38:26 agc Exp $ +$NetBSD: ChangeLog,v 1.10 2015/10/04 14:44:06 tnn Exp $ +Sun Oct 4 06:19:25 UTC 2015 lukem + + * Release as "tnftp 20151004". + + * Merge NetBSD usr.bin/ftp from 20141026 to 20151003: + - Add -x xferbufsize to set xferbuf size. + - Add Server Name Indication (SNI) support for https. + - Increase buffer limit used for response handling. Mon Nov 3 21:43:20 UTC 2014 lukem diff --git a/net/tnftp/files/NEWS b/net/tnftp/files/NEWS index 56f7ac8eaab..69571e2bfff 100644 --- a/net/tnftp/files/NEWS +++ b/net/tnftp/files/NEWS @@ -1,6 +1,14 @@ -$NetBSD: NEWS,v 1.2 2014/11/04 22:38:26 agc Exp $ +$NetBSD: NEWS,v 1.3 2015/10/04 14:44:06 tnn Exp $ -This is tnftp version 20141104. +This is tnftp version 20151004. + +Changes in tnftp 20141104 to 20151004: + + Implement '-x xferbufsize' to set xferbuf size. + + Add Server Name Indication (SNI) support for https. + + Increase buffer limit used for response handling. Changes in tnftp from 20141031 to 20141104: diff --git a/net/tnftp/files/configure b/net/tnftp/files/configure index ef0baa3a0da..89731d7d223 100755 --- a/net/tnftp/files/configure +++ b/net/tnftp/files/configure @@ -1,7 +1,7 @@ #! /bin/sh -# From configure.ac Revision: 1.29 . +# From configure.ac Revision: 1.31 . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for tnftp 20141104. +# Generated by GNU Autoconf 2.69 for tnftp 20151004. # # Report bugs to <lukem@NetBSD.org>. # @@ -13,7 +13,7 @@ # gives unlimited permission to copy, distribute and modify it. # # -# Copyright (c) 1999-2014 The NetBSD Foundation, Inc. +# Copyright (c) 1999-2015 The NetBSD Foundation, Inc. # All rights reserved. # ## -------------------- ## @@ -596,8 +596,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='tnftp' PACKAGE_TARNAME='tnftp' -PACKAGE_VERSION='20141104' -PACKAGE_STRING='tnftp 20141104' +PACKAGE_VERSION='20151004' +PACKAGE_STRING='tnftp 20151004' PACKAGE_BUGREPORT='lukem@NetBSD.org' PACKAGE_URL='' @@ -1333,7 +1333,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures tnftp 20141104 to adapt to many kinds of systems. +\`configure' configures tnftp 20151004 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1403,7 +1403,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of tnftp 20141104:";; + short | recursive ) echo "Configuration of tnftp 20151004:";; esac cat <<\_ACEOF @@ -1518,7 +1518,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -tnftp configure 20141104 +tnftp configure 20151004 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1526,7 +1526,7 @@ This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. -Copyright (c) 1999-2014 The NetBSD Foundation, Inc. +Copyright (c) 1999-2015 The NetBSD Foundation, Inc. All rights reserved. _ACEOF @@ -2103,7 +2103,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by tnftp $as_me 20141104, which was +It was created by tnftp $as_me 20151004, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3067,7 +3067,7 @@ fi # Define the identity of the package. PACKAGE='tnftp' - VERSION='20141104' + VERSION='20151004' cat >>confdefs.h <<_ACEOF @@ -12109,7 +12109,7 @@ else if test "$with_socks" != "auto"; then : { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error $? "--with-socks was given, but SOCKSinit() wasn't found +as_fn_error $? "--with-socks was given, but SOCKSinit() was not found See \`config.log' for more details" "$LINENO" 5; } fi { $as_echo "$as_me:${as_lineno-$LINENO}: disabling --with-socks" >&5 @@ -12287,7 +12287,7 @@ else if test "$with_ssl" != "auto"; then : { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error $? "--with-ssl was given, but OpenSSL wasn't found +as_fn_error $? "--with-ssl was given, but OpenSSL was not found See \`config.log' for more details" "$LINENO" 5; } fi { $as_echo "$as_me:${as_lineno-$LINENO}: disabling --with-ssl" >&5 @@ -15275,7 +15275,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by tnftp $as_me 20141104, which was +This file was extended by tnftp $as_me 20151004, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15341,7 +15341,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -tnftp config.status 20141104 +tnftp config.status 20151004 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/net/tnftp/files/configure.ac b/net/tnftp/files/configure.ac index abc011bebf2..0abc548c494 100644 --- a/net/tnftp/files/configure.ac +++ b/net/tnftp/files/configure.ac @@ -1,15 +1,15 @@ -# $NetBSD: configure.ac,v 1.6 2015/02/01 08:58:52 obache Exp $ +# $NetBSD: configure.ac,v 1.7 2015/10/04 14:44:06 tnn Exp $ # # Process this file with autoconf to produce a configure script. -AC_INIT([tnftp], [20141104], [lukem@NetBSD.org]) +AC_INIT([tnftp], [20151004], [lukem@NetBSD.org]) AC_PREREQ([2.69]) AC_COPYRIGHT([ -Copyright (c) 1999-2014 The NetBSD Foundation, Inc. +Copyright (c) 1999-2015 The NetBSD Foundation, Inc. All rights reserved. ]) -AC_REVISION([$Revision: 1.6 $]) +AC_REVISION([$Revision: 1.7 $]) AS_SHELL_SANITIZE() @@ -41,8 +41,8 @@ AC_ARG_ENABLE([ssl], [AS_HELP_STRING([--enable-ssl], [enable SSL support (requires --with-openssl) [default=auto]])], - [opt_ssl=$enableval], - [opt_ssl=auto]) + [with_ssl=$enableval], + [with_ssl=auto]) AC_ARG_WITH([socks], [AS_HELP_STRING([--with-socks], [enable support for (Dante) SOCKS5 proxy @@ -129,7 +129,7 @@ AS_IF([test "$with_socks" != no], opt_ipv6=no])], [AS_IF([test "$with_socks" != "auto"], [AC_MSG_FAILURE( - [--with-socks was given, but SOCKSinit() wasn't found])]) + [--with-socks was given, but SOCKSinit() was not found])]) AC_MSG_NOTICE([disabling --with-socks]) with_socks=no])]) @@ -145,7 +145,7 @@ AS_IF([test "$with_ssl" != no], AC_MSG_NOTICE([enabling SSL support]) with_ssl=yes], [AS_IF([test "$with_ssl" != "auto"], - [AC_MSG_FAILURE([--with-ssl was given, but OpenSSL wasn't found])]) + [AC_MSG_FAILURE([--with-ssl was given, but OpenSSL was not found])]) AC_MSG_NOTICE([disabling --with-ssl]) with_ssl=no])]) diff --git a/net/tnftp/files/src/Makefile.am b/net/tnftp/files/src/Makefile.am index cf0bc02c6be..26493cfd761 100644 --- a/net/tnftp/files/src/Makefile.am +++ b/net/tnftp/files/src/Makefile.am @@ -1,4 +1,4 @@ -## $NetBSD: Makefile.am,v 1.1.1.1 2014/10/31 18:47:16 spz Exp $ +## $NetBSD: Makefile.am,v 1.2 2015/10/04 14:44:07 tnn Exp $ bin_PROGRAMS = tnftp diff --git a/net/tnftp/files/src/cmds.c b/net/tnftp/files/src/cmds.c index 7892529747b..97ffc675277 100644 --- a/net/tnftp/files/src/cmds.c +++ b/net/tnftp/files/src/cmds.c @@ -1,4 +1,4 @@ -/* $NetBSD: cmds.c,v 1.10 2014/10/31 18:59:32 spz Exp $ */ +/* $NetBSD: cmds.c,v 1.11 2015/10/04 14:44:07 tnn Exp $ */ /* from NetBSD: cmds.c,v 1.135 2012/12/22 16:57:09 christos Exp */ /*- diff --git a/net/tnftp/files/src/fetch.c b/net/tnftp/files/src/fetch.c index ed5145fedbd..4215f45e50a 100644 --- a/net/tnftp/files/src/fetch.c +++ b/net/tnftp/files/src/fetch.c @@ -1,8 +1,8 @@ -/* $NetBSD: fetch.c,v 1.9 2014/10/31 18:59:33 spz Exp $ */ -/* from NetBSD: fetch.c,v 1.206 2014/10/26 16:21:59 christos Exp */ +/* $NetBSD: fetch.c,v 1.10 2015/10/04 14:44:07 tnn Exp $ */ +/* from NetBSD: fetch.c,v 1.207 2015/09/12 19:38:42 wiz Exp */ /*- - * Copyright (c) 1997-2009 The NetBSD Foundation, Inc. + * Copyright (c) 1997-2015 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation @@ -11,6 +11,9 @@ * This code is derived from software contributed to The NetBSD Foundation * by Scott Aaron Bamford. * + * This code is derived from software contributed to The NetBSD Foundation + * by Thomas Klausner. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -39,7 +42,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID(" NetBSD: fetch.c,v 1.206 2014/10/26 16:21:59 christos Exp "); +__RCSID(" NetBSD: fetch.c,v 1.207 2015/09/12 19:38:42 wiz Exp "); #endif /* not lint */ /* @@ -789,7 +792,7 @@ fetch_url(const char *url, const char *proxyenv, char *proxyauth, char *wwwauth) #ifdef WITH_SSL if (urltype == HTTPS_URL_T) { - if ((ssl = fetch_start_ssl(s)) == NULL) { + if ((ssl = fetch_start_ssl(s, host)) == NULL) { close(s); s = -1; continue; diff --git a/net/tnftp/files/src/ftp.1 b/net/tnftp/files/src/ftp.1 index 02d4c38e027..96d1a876e2a 100644 --- a/net/tnftp/files/src/ftp.1 +++ b/net/tnftp/files/src/ftp.1 @@ -1,7 +1,7 @@ -.\" $NetBSD: ftp.1,v 1.5 2014/10/31 18:59:33 spz Exp $ -.\" from NetBSD: ftp.1,v 1.134 2012/12/22 16:57:10 christos Exp +.\" $NetBSD: ftp.1,v 1.6 2015/10/04 14:44:07 tnn Exp $ +.\" from NetBSD: ftp.1,v 1.135 2015/04/23 23:31:23 lukem Exp .\" -.\" Copyright (c) 1996-2010 The NetBSD Foundation, Inc. +.\" Copyright (c) 1996-2015 The NetBSD Foundation, Inc. .\" All rights reserved. .\" .\" This code is derived from software contributed to The NetBSD Foundation @@ -58,7 +58,7 @@ .\" .\" @(#)ftp.1 8.3 (Berkeley) 10/9/94 .\" -.Dd December 22, 2012 +.Dd April 24, 2015 .Dt FTP 1 .Os .Sh NAME @@ -85,6 +85,7 @@ .Xc .Oc .Ek +.Op Fl x Ar xferbufsize .Bk -words .\" [[user@]host [port]] .Oo @@ -312,6 +313,12 @@ Forces .Nm to show all responses from the remote server, as well as report on data transfer statistics. +.It Fl x Ar xferbufsize +Set the size of the socket send and receive buffers to +.Ar xferbufsize . +Refer to +.Ic xferbuf +for more information. .El .Pp The client host with which diff --git a/net/tnftp/files/src/ftp.c b/net/tnftp/files/src/ftp.c index 5323fa042c4..debc4884da6 100644 --- a/net/tnftp/files/src/ftp.c +++ b/net/tnftp/files/src/ftp.c @@ -1,4 +1,4 @@ -/* $NetBSD: ftp.c,v 1.10 2014/10/31 18:59:33 spz Exp $ */ +/* $NetBSD: ftp.c,v 1.11 2015/10/04 14:44:07 tnn Exp $ */ /* from NetBSD: ftp.c,v 1.164 2012/07/04 06:09:37 is Exp */ /*- diff --git a/net/tnftp/files/src/ftp_var.h b/net/tnftp/files/src/ftp_var.h index 946cfacfe40..0c5f0d940ee 100644 --- a/net/tnftp/files/src/ftp_var.h +++ b/net/tnftp/files/src/ftp_var.h @@ -1,5 +1,5 @@ -/* $NetBSD: ftp_var.h,v 1.9 2014/10/31 18:59:33 spz Exp $ */ -/* from NetBSD: ftp_var.h,v 1.82 2012/12/21 18:07:36 christos Exp */ +/* $NetBSD: ftp_var.h,v 1.10 2015/10/04 14:44:07 tnn Exp $ */ +/* from NetBSD: ftp_var.h,v 1.83 2015/01/12 14:17:08 christos Exp */ /*- * Copyright (c) 1996-2009 The NetBSD Foundation, Inc. @@ -174,7 +174,7 @@ enum { /* * Global defines */ -#define FTPBUFLEN MAXPATHLEN + 200 +#define FTPBUFLEN (4 * MAXPATHLEN) #define MAX_IN_PORT_T 0xffffU #define HASHBYTES 1024 /* default mark for `hash' command */ diff --git a/net/tnftp/files/src/main.c b/net/tnftp/files/src/main.c index 8edbc4b56d4..3e6a60766be 100644 --- a/net/tnftp/files/src/main.c +++ b/net/tnftp/files/src/main.c @@ -1,8 +1,8 @@ -/* $NetBSD: main.c,v 1.10 2014/10/31 18:59:33 spz Exp $ */ -/* from NetBSD: main.c,v 1.122 2012/12/22 16:57:10 christos Exp */ +/* $NetBSD: main.c,v 1.11 2015/10/04 14:44:07 tnn Exp $ */ +/* from NetBSD: main.c,v 1.123 2015/04/23 23:31:23 lukem Exp */ /*- - * Copyright (c) 1996-2009 The NetBSD Foundation, Inc. + * Copyright (c) 1996-2015 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation @@ -96,14 +96,14 @@ #ifndef lint __COPYRIGHT("@(#) Copyright (c) 1985, 1989, 1993, 1994\ The Regents of the University of California. All rights reserved.\ - Copyright 1996-2008 The NetBSD Foundation, Inc. All rights reserved"); + Copyright 1996-2015 The NetBSD Foundation, Inc. All rights reserved"); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 10/9/94"; #else -__RCSID(" NetBSD: main.c,v 1.122 2012/12/22 16:57:10 christos Exp "); +__RCSID(" NetBSD: main.c,v 1.123 2015/04/23 23:31:23 lukem Exp "); #endif #endif /* not lint */ @@ -275,7 +275,7 @@ main(int volatile argc, char **volatile argv) } } - while ((ch = getopt(argc, argv, "46AadefginN:o:pP:q:r:Rs:tT:u:vV")) != -1) { + while ((ch = getopt(argc, argv, "46AadefginN:o:pP:q:r:Rs:tT:u:vVx:")) != -1) { switch (ch) { case '4': family = AF_INET; @@ -417,6 +417,13 @@ main(int volatile argc, char **volatile argv) progress = verbose = 0; break; + case 'x': + sndbuf_size = strsuftoi(optarg); + if (sndbuf_size < 1) + errx(1, "Bad xferbuf value: %s", optarg); + rcvbuf_size = sndbuf_size; + break; + default: usage(); } @@ -1054,7 +1061,7 @@ usage(void) (void)fprintf(stderr, "usage: %s [-46AadefginpRtVv] [-N netrc] [-o outfile] [-P port] [-q quittime]\n" -" [-r retry] [-s srcaddr] [-T dir,max[,inc]]\n" +" [-r retry] [-s srcaddr] [-T dir,max[,inc]] [-x xferbufsize]\n" " [[user@]host [port]] [host:path[/]] [file:///file]\n" " [ftp://[user[:pass]@]host[:port]/path[/]]\n" " [http://[user[:pass]@]host[:port]/path] [...]\n" diff --git a/net/tnftp/files/src/ssl.c b/net/tnftp/files/src/ssl.c index 17f889f86be..2a8b6edebed 100644 --- a/net/tnftp/files/src/ssl.c +++ b/net/tnftp/files/src/ssl.c @@ -1,9 +1,10 @@ -/* $NetBSD: ssl.c,v 1.1.1.1 2014/10/31 18:47:17 spz Exp $ */ -/* from NetBSD: ssl.c,v 1.2 2012/12/24 22:12:28 christos Exp */ +/* $NetBSD: ssl.c,v 1.2 2015/10/04 14:44:07 tnn Exp $ */ +/* from NetBSD: ssl.c,v 1.5 2015/09/16 15:32:53 joerg Exp */ /*- * Copyright (c) 1998-2004 Dag-Erling Coïdan Smørgrav * Copyright (c) 2008, 2010 Joerg Sonnenberger <joerg@NetBSD.org> + * Copyright (c) 2015 Thomas Klausner <wiz@NetBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -38,7 +39,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID(" NetBSD: ssl.c,v 1.2 2012/12/24 22:12:28 christos Exp "); +__RCSID(" NetBSD: ssl.c,v 1.5 2015/09/16 15:32:53 joerg Exp "); #endif #include <time.h> @@ -552,7 +553,7 @@ fetch_getline(struct fetch_connect *conn, char *buf, size_t buflen, } void * -fetch_start_ssl(int sock) +fetch_start_ssl(int sock, const char *servername) { SSL *ssl; SSL_CTX *ctx; @@ -576,6 +577,11 @@ fetch_start_ssl(int sock) return NULL; } SSL_set_fd(ssl, sock); + if (!SSL_set_tlsext_host_name(ssl, __UNCONST(servername))) { + fprintf(ttyout, "SSL hostname setting failed\n"); + SSL_CTX_free(ctx); + return NULL; + } while ((ret = SSL_connect(ssl)) == -1) { ssl_err = SSL_get_error(ssl, ret); if (ssl_err != SSL_ERROR_WANT_READ && diff --git a/net/tnftp/files/src/ssl.h b/net/tnftp/files/src/ssl.h index 47a921fd00b..59b95496d52 100644 --- a/net/tnftp/files/src/ssl.h +++ b/net/tnftp/files/src/ssl.h @@ -1,5 +1,5 @@ -/* $NetBSD: ssl.h,v 1.1.1.1 2014/10/31 18:47:18 spz Exp $ */ -/* from NetBSD: ssl.h,v 1.2 2014/01/07 02:07:08 joerg Exp */ +/* $NetBSD: ssl.h,v 1.2 2015/10/04 14:44:07 tnn Exp $ */ +/* from NetBSD: ssl.h,v 1.3 2015/09/12 19:38:42 wiz Exp */ /*- * Copyright (c) 2012 The NetBSD Foundation, Inc. @@ -43,7 +43,7 @@ ssize_t fetch_read(void *, size_t, size_t, struct fetch_connect *); char *fetch_getln(char *, int, struct fetch_connect *); int fetch_getline(struct fetch_connect *, char *, size_t, const char **); void fetch_set_ssl(struct fetch_connect *, void *); -void *fetch_start_ssl(int); +void *fetch_start_ssl(int, const char *); #else /* !WITH_SSL */ diff --git a/net/tnftp/files/src/version.h b/net/tnftp/files/src/version.h index cfcc043e9aa..2df1b7a042c 100644 --- a/net/tnftp/files/src/version.h +++ b/net/tnftp/files/src/version.h @@ -1,8 +1,8 @@ -/* $NetBSD: version.h,v 1.8 2014/10/31 18:59:33 spz Exp $ */ -/* from NetBSD: version.h,v 1.85 2014/10/31 03:27:18 lukem Exp */ +/* $NetBSD: version.h,v 1.9 2015/10/04 14:44:07 tnn Exp $ */ +/* from NetBSD: version.h,v 1.87 2015/09/12 20:18:52 wiz Exp */ /*- - * Copyright (c) 1999-2009 The NetBSD Foundation, Inc. + * Copyright (c) 1999-2015 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation @@ -35,5 +35,5 @@ #endif #ifndef FTP_VERSION -#define FTP_VERSION "20141026" +#define FTP_VERSION "20150912" #endif |