mirror of
https://github.com/libssh2/libssh2.git
synced 2025-07-29 13:01:14 +03:00
drop www.
from www.libssh2.org
<https://www.libssh2.org/*> is now a 301 permanent redirect to
<https://libssh2.org/*>.
Update all references to point directly to the new destination.
Ref: ccf4a7de7f
Closes #1172
This commit is contained in:
@ -304,7 +304,7 @@ $(DISTDIR)/readme.txt: Makefile.mk
|
||||
@echo $(DL)libssh2 version $(LIBSSH2_VERSION_STR)$(DL) >> $@
|
||||
@echo $(DL)Please download the complete libssh2 package for$(DL) >> $@
|
||||
@echo $(DL)any further documentation:$(DL) >> $@
|
||||
@echo $(DL)https://www.libssh2.org/$(DL) >> $@
|
||||
@echo $(DL)https://libssh2.org/$(DL) >> $@
|
||||
|
||||
help: $(OBJ_DIR)/version.inc
|
||||
@echo $(DL)===========================================================$(DL)
|
||||
|
2
README
2
README
@ -4,7 +4,7 @@ libssh2 - SSH2 library
|
||||
libssh2 is a library implementing the SSH2 protocol, available under
|
||||
the revised BSD license.
|
||||
|
||||
Web site: https://www.libssh2.org/
|
||||
Web site: https://libssh2.org/
|
||||
|
||||
Mailing list: https://lists.haxx.se/listinfo/libssh2-devel
|
||||
|
||||
|
@ -3,11 +3,11 @@
|
||||
libssh2 is a library implementing the SSH2 protocol, available under
|
||||
the revised BSD license.
|
||||
|
||||
[Web site](https://www.libssh2.org/)
|
||||
[Web site](https://libssh2.org/)
|
||||
|
||||
[Mailing list](https://lists.haxx.se/listinfo/libssh2-devel)
|
||||
|
||||
[BSD Licensed](https://www.libssh2.org/license.html)
|
||||
[BSD Licensed](https://libssh2.org/license.html)
|
||||
|
||||
[Web site source code](https://github.com/libssh2/www)
|
||||
|
||||
|
@ -8,7 +8,7 @@ Publishing Information
|
||||
----------------------
|
||||
|
||||
All known and public libssh2 vulnerabilities will be listed on [the libssh2
|
||||
web site](https://www.libssh2.org/).
|
||||
web site](https://libssh2.org/).
|
||||
|
||||
Security vulnerabilities should not be entered in the project's public bug
|
||||
tracker unless the necessary configuration is in place to limit access to the
|
||||
|
@ -11,7 +11,7 @@ libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: libssh2
|
||||
URL: https://www.libssh2.org/
|
||||
URL: https://libssh2.org/
|
||||
Description: Library for SSH-based communication
|
||||
Version: @LIBSSH2_VERSION@
|
||||
Requires: @LIBSSH2_PC_REQUIRES@
|
||||
|
@ -1,7 +1,7 @@
|
||||
/***************************************************************************
|
||||
* libssh2 Windows resource file
|
||||
* Copyright (C) The libssh2 project and its contributors.
|
||||
*
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
***************************************************************************/
|
||||
#include <winver.h>
|
||||
@ -29,7 +29,7 @@ BEGIN
|
||||
BEGIN
|
||||
BLOCK "040904b0" /* 0x0409: en-US, 1200/0x04b0: UTF-16LE */
|
||||
BEGIN
|
||||
VALUE "CompanyName", "The libssh2 library, https://www.libssh2.org/\0"
|
||||
VALUE "CompanyName", "The libssh2 library, https://libssh2.org/\0"
|
||||
VALUE "FileDescription", "libssh2 Shared Library\0"
|
||||
VALUE "FileVersion", LIBSSH2_VERSION "\0"
|
||||
VALUE "InternalName", "libssh2\0"
|
||||
@ -37,7 +37,7 @@ BEGIN
|
||||
VALUE "ProductName", "The libssh2 library\0"
|
||||
VALUE "ProductVersion", LIBSSH2_VERSION "\0"
|
||||
VALUE "LegalCopyright", "Copyright (C) " LIBSSH2_COPYRIGHT "\0"
|
||||
VALUE "License", "https://www.libssh2.org/license.html\0"
|
||||
VALUE "License", "https://libssh2.org/license.html\0"
|
||||
END
|
||||
END
|
||||
|
||||
|
@ -194,7 +194,7 @@ $ write pt "=prompt JCB LIBSSH2 for OpenVMS"
|
||||
$ write pt ""
|
||||
$ write pt "libssh2 is an open source client side library that aims to implement"
|
||||
$ write pt "the SSH protocol. This is the OpenVMS port of that library."
|
||||
$ write pt "Further information at https://www.libssh2.org."
|
||||
$ write pt "Further information at https://libssh2.org/."
|
||||
$ write pt ""
|
||||
$ write pt "1 NEED_VMS83"
|
||||
$ write pt "=prompt OpenVMS 8.3 or later is not installed on your system."
|
||||
|
Reference in New Issue
Block a user