diff --git a/nw/Makefile.netware b/nw/Makefile.netware index 0536aec..63d2306 100644 --- a/nw/Makefile.netware +++ b/nw/Makefile.netware @@ -5,7 +5,7 @@ ## ## Comments to: Guenter Knauf ## -## $Id: Makefile.netware,v 1.12 2007/07/22 00:47:21 gknauf Exp $ +## $Id: Makefile.netware,v 1.13 2009/03/06 07:25:37 gknauf Exp $ # ######################################################################### @@ -21,7 +21,7 @@ endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH -OPENSSL_PATH = ../../openssl-0.9.8e +OPENSSL_PATH = ../../openssl-0.9.8j endif # Edit the path below to point to your Distribution folder. @@ -39,7 +39,7 @@ DEVLARC = $(DEVLDIR).zip # Edit the vars below to change NLM target settings. TARGET = libssh2 VERSION = $(LIBSSH2_VERSION) -COPYR = Copyright (c) 2004-2007 Sara Golemon +COPYR = Copyright (c) 2004-2009 Sara Golemon WWWURL = http://www.libssh2.org/ DESCR = libssh2 $(LIBSSH2_VERSION_STR) ($(LIBARCH)) - $(WWWURL) MTSAFE = YES @@ -522,6 +522,7 @@ endif @echo $(DL) libssh2_scp_recv,$(DL) >> $@ @echo $(DL) libssh2_scp_send_ex,$(DL) >> $@ @echo $(DL) libssh2_session_abstract,$(DL) >> $@ + @echo $(DL) libssh2_session_block_directions,$(DL) >> $@ @echo $(DL) libssh2_session_callback_set,$(DL) >> $@ @echo $(DL) libssh2_session_disconnect_ex,$(DL) >> $@ @echo $(DL) libssh2_session_free,$(DL) >> $@ @@ -543,6 +544,7 @@ endif @echo $(DL) libssh2_sftp_rename_ex,$(DL) >> $@ @echo $(DL) libssh2_sftp_rmdir_ex,$(DL) >> $@ @echo $(DL) libssh2_sftp_seek,$(DL) >> $@ + @echo $(DL) libssh2_sftp_seek64,$(DL) >> $@ @echo $(DL) libssh2_sftp_shutdown,$(DL) >> $@ @echo $(DL) libssh2_sftp_stat_ex,$(DL) >> $@ @echo $(DL) libssh2_sftp_symlink_ex,$(DL) >> $@ diff --git a/nw/test/Makefile.netware b/nw/test/Makefile.netware index 25c2b19..5f9115e 100644 --- a/nw/test/Makefile.netware +++ b/nw/test/Makefile.netware @@ -5,7 +5,7 @@ ## ## Comments to: Guenter Knauf ## -## $Id: Makefile.netware,v 1.8 2007/08/08 16:32:42 gknauf Exp $ +## $Id: Makefile.netware,v 1.9 2009/03/06 07:25:37 gknauf Exp $ # ######################################################################### @@ -21,7 +21,7 @@ endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH -OPENSSL_PATH = ../../../openssl-0.9.8e +OPENSSL_PATH = ../../../openssl-0.9.8j endif # Edit the var below to enable static linking of libssh2 and libz @@ -31,7 +31,7 @@ LINK_STATIC = 1 SAMPLES = ../../example/simple TARGETS := $(patsubst $(SAMPLES)/%.c,%.nlm,$(strip $(wildcard $(SAMPLES)/*.c))) VERSION = $(LIBSSH2_VERSION) -COPYR = Copyright (c) 2004-2007, Sara Golemon +COPYR = Copyright (c) 2004-2009, Sara Golemon WWWURL = http://www.libssh2.org/ DESCR = libssh2 $(notdir $(@:.def=)) $(LIBSSH2_VERSION_STR) ($(LIBARCH)) - $(WWWURL) MTSAFE = YES diff --git a/win32/Makefile.win32 b/win32/Makefile.win32 index ed9b226..c4c7878 100644 --- a/win32/Makefile.win32 +++ b/win32/Makefile.win32 @@ -5,7 +5,7 @@ ## ## Comments to: Guenter Knauf ## -## $Id: Makefile.win32,v 1.9 2007/08/18 18:53:26 gknauf Exp $ +## $Id: Makefile.win32,v 1.10 2009/03/06 07:25:37 gknauf Exp $ # ######################################################################### @@ -18,7 +18,7 @@ WITH_ZLIB = 1 # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH -OPENSSL_PATH = ../../openssl-0.9.8e +OPENSSL_PATH = ../../openssl-0.9.8j endif # Edit the path below to point to your Distribution folder. @@ -36,7 +36,7 @@ DEVLARC = $(DEVLDIR).zip # Edit the vars below to change target settings. TARGET = libssh2 VERSION = $(LIBSSH2_VERSION) -COPYR = (c) 2004-2007 Sara Golemon +COPYR = (c) 2004-2009 Sara Golemon WWWURL = http://www.libssh2.org/ DESCR = libssh2 $(LIBSSH2_VERSION_STR) #STACK = 64000 diff --git a/win32/test/Makefile.win32 b/win32/test/Makefile.win32 index 1b483bd..7c5f628 100644 --- a/win32/test/Makefile.win32 +++ b/win32/test/Makefile.win32 @@ -5,7 +5,7 @@ ## ## Comments to: Guenter Knauf ## -## $Id: Makefile.win32,v 1.6 2007/08/18 18:53:26 gknauf Exp $ +## $Id: Makefile.win32,v 1.7 2009/03/06 07:25:49 gknauf Exp $ # ######################################################################### @@ -16,7 +16,7 @@ endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH -OPENSSL_PATH = ../../../openssl-0.9.8e +OPENSSL_PATH = ../../../openssl-0.9.8j endif # Edit the var below to enable static linking of libssh2 and libz @@ -25,7 +25,7 @@ LINK_STATIC = 1 # Edit the vars below to change target settings. TARGETS = scp.exe sftp.exe sftpdir.exe ssh2.exe VERSION = $(LIBSSH2_VERSION) -COPYR = (c) 2004-2007 Sara Golemon +COPYR = (c) 2004-2009 Sara Golemon WWWURL = http://www.libssh2.org/ DESCR = libssh2 $(subst .def,,$(notdir $@)) $(LIBSSH2_VERSION_STR) #STACK = 64000