Module Name:    othersrc
Committed By:   lukem
Date:           Sun Oct  4 05:16:25 UTC 2015

Modified Files:
        othersrc/usr.bin/tnftp: configure.ac

Log Message:
Release tnftp 20151003

* Add  -x xferbufsize  to set xferbuf size.
* Add Server Name Indication (SNI) support for https.
* Increase buffer limit used for response handling.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 othersrc/usr.bin/tnftp/configure.ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: othersrc/usr.bin/tnftp/configure.ac
diff -u othersrc/usr.bin/tnftp/configure.ac:1.30 othersrc/usr.bin/tnftp/configure.ac:1.31
--- othersrc/usr.bin/tnftp/configure.ac:1.30	Mon Feb  9 08:00:23 2015
+++ othersrc/usr.bin/tnftp/configure.ac	Sun Oct  4 05:16:25 2015
@@ -1,15 +1,15 @@
-#       $NetBSD: configure.ac,v 1.30 2015/02/09 08:00:23 lukem Exp $
+#       $NetBSD: configure.ac,v 1.31 2015/10/04 05:16:25 lukem Exp $
 #
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([tnftp], [20141104], [lu...@netbsd.org])
+AC_INIT([tnftp], [20151004], [lu...@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.30 $])
+AC_REVISION([$Revision: 1.31 $])
 
 AS_SHELL_SANITIZE()
 
@@ -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])])
 

Reply via email to