web: the site is now HTTPS

This commit is contained in:
Daniel Stenberg 2016-02-23 08:52:47 +01:00
parent da6676483b
commit 6d553a7bb9
5 changed files with 8 additions and 8 deletions

View File

@ -38,7 +38,7 @@ cmake_minimum_required(VERSION 2.8.11)
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake) set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
project(libssh2 C) project(libssh2 C)
set(PROJECT_URL "http://www.libssh2.org/") set(PROJECT_URL "https://www.libssh2.org/")
set(PROJECT_DESCRIPTION "The SSH library") set(PROJECT_DESCRIPTION "The SSH library")
option(BUILD_SHARED_LIBS "Build Shared Libraries" OFF) option(BUILD_SHARED_LIBS "Build Shared Libraries" OFF)

View File

@ -8,7 +8,7 @@ LIBSSH2
LIBSSH2 is a client-side library written in C that aims to LIBSSH2 is a client-side library written in C that aims to
implement the SSH2 protocol. It is an open source project, implement the SSH2 protocol. It is an open source project,
to be found at http://libssh2.org. to be found at https://libssh2.org.
GNV GNV
--- ---
@ -190,7 +190,7 @@ You will need to have the following available:
Optional: Optional:
- curl, to be found at http://curl.haxx.se - curl, to be found at https://curl.haxx.se
You might want to use curl to download the libssh2 kit directly You might want to use curl to download the libssh2 kit directly
to you VMS machine. Interestingly, sftp in curl is implemented using to you VMS machine. Interestingly, sftp in curl is implemented using
libssh2, soon to be expected on VMS as well, hopefully. libssh2, soon to be expected on VMS as well, hopefully.
@ -217,7 +217,7 @@ $ then
$ delete libssh2-'libssh2_version'-'currentday'.tar.gz;* $ delete libssh2-'libssh2_version'-'currentday'.tar.gz;*
$ endif $ endif
$! $!
$ curl 'proxy_line' "http://libssh2.org/snapshots/libssh2-''libssh2_version'-''currentday'.tar.gz" - $ curl 'proxy_line' "https://libssh2.org/snapshots/libssh2-''libssh2_version'-''currentday'.tar.gz" -
-o libssh2-'libssh2_version'-'currentday'.tar.gz -o libssh2-'libssh2_version'-'currentday'.tar.gz
$! $!
$! $!

View File

@ -34,7 +34,7 @@ PROOT = ..
# Edit the vars below to change target settings. # Edit the vars below to change target settings.
TARGET = libssh2 TARGET = libssh2
WWWURL = http://www.libssh2.org/ WWWURL = https://www.libssh2.org/
DESCR = libssh2 $(LIBSSH2_VERSION_STR) DESCR = libssh2 $(LIBSSH2_VERSION_STR)
#STACK = 64000 #STACK = 64000

View File

@ -26,7 +26,7 @@ BEGIN
BEGIN BEGIN
BLOCK "040904b0" BLOCK "040904b0"
BEGIN BEGIN
VALUE "CompanyName", "The libssh2 library, http://www.libssh2.org/\0" VALUE "CompanyName", "The libssh2 library, https://www.libssh2.org/\0"
VALUE "FileDescription", "libssh2 Shared Library\0" VALUE "FileDescription", "libssh2 Shared Library\0"
VALUE "FileVersion", LIBSSH2_VERSION "\0" VALUE "FileVersion", LIBSSH2_VERSION "\0"
VALUE "InternalName", "libssh2\0" VALUE "InternalName", "libssh2\0"
@ -34,7 +34,7 @@ BEGIN
VALUE "ProductName", "The libssh2 library\0" VALUE "ProductName", "The libssh2 library\0"
VALUE "ProductVersion", LIBSSH2_VERSION "\0" VALUE "ProductVersion", LIBSSH2_VERSION "\0"
VALUE "LegalCopyright", "© " LIBSSH2_COPYRIGHT "\0" VALUE "LegalCopyright", "© " LIBSSH2_COPYRIGHT "\0"
VALUE "License", "http://www.libssh2.org/license.html\0" VALUE "License", "https://www.libssh2.org/license.html\0"
END END
END END

View File

@ -26,7 +26,7 @@ LINK_STATIC = 1
# Edit the vars below to change target settings. # Edit the vars below to change target settings.
SAMPLES = $(PROOT)/example SAMPLES = $(PROOT)/example
TARGETS := $(filter-out x11.exe,$(patsubst $(SAMPLES)/%.c,%.exe,$(strip $(wildcard $(SAMPLES)/*.c)))) TARGETS := $(filter-out x11.exe,$(patsubst $(SAMPLES)/%.c,%.exe,$(strip $(wildcard $(SAMPLES)/*.c))))
WWWURL = http://www.libssh2.org/ WWWURL = https://www.libssh2.org/
DESCR = libssh2 $(subst .rc,,$(notdir $@)) $(LIBSSH2_VERSION_STR) DESCR = libssh2 $(subst .rc,,$(notdir $@)) $(LIBSSH2_VERSION_STR)
#STACK = 64000 #STACK = 64000