1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-08-01 11:26:53 +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:
Viktor Szakats
2023-08-18 11:05:52 +00:00
parent aeaefaf6cc
commit 6e3e883994
7 changed files with 10 additions and 10 deletions

View File

@ -304,7 +304,7 @@ $(DISTDIR)/readme.txt: Makefile.mk
@echo $(DL)libssh2 version $(LIBSSH2_VERSION_STR)$(DL) >> $@ @echo $(DL)libssh2 version $(LIBSSH2_VERSION_STR)$(DL) >> $@
@echo $(DL)Please download the complete libssh2 package for$(DL) >> $@ @echo $(DL)Please download the complete libssh2 package for$(DL) >> $@
@echo $(DL)any further documentation:$(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 help: $(OBJ_DIR)/version.inc
@echo $(DL)===========================================================$(DL) @echo $(DL)===========================================================$(DL)

2
README
View File

@ -4,7 +4,7 @@ libssh2 - SSH2 library
libssh2 is a library implementing the SSH2 protocol, available under libssh2 is a library implementing the SSH2 protocol, available under
the revised BSD license. the revised BSD license.
Web site: https://www.libssh2.org/ Web site: https://libssh2.org/
Mailing list: https://lists.haxx.se/listinfo/libssh2-devel Mailing list: https://lists.haxx.se/listinfo/libssh2-devel

View File

@ -3,11 +3,11 @@
libssh2 is a library implementing the SSH2 protocol, available under libssh2 is a library implementing the SSH2 protocol, available under
the revised BSD license. the revised BSD license.
[Web site](https://www.libssh2.org/) [Web site](https://libssh2.org/)
[Mailing list](https://lists.haxx.se/listinfo/libssh2-devel) [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) [Web site source code](https://github.com/libssh2/www)

View File

@ -8,7 +8,7 @@ Publishing Information
---------------------- ----------------------
All known and public libssh2 vulnerabilities will be listed on [the libssh2 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 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 tracker unless the necessary configuration is in place to limit access to the

View File

@ -11,7 +11,7 @@ libdir=@libdir@
includedir=@includedir@ includedir=@includedir@
Name: libssh2 Name: libssh2
URL: https://www.libssh2.org/ URL: https://libssh2.org/
Description: Library for SSH-based communication Description: Library for SSH-based communication
Version: @LIBSSH2_VERSION@ Version: @LIBSSH2_VERSION@
Requires: @LIBSSH2_PC_REQUIRES@ Requires: @LIBSSH2_PC_REQUIRES@

View File

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
* libssh2 Windows resource file * libssh2 Windows resource file
* Copyright (C) The libssh2 project and its contributors. * Copyright (C) The libssh2 project and its contributors.
* *
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
***************************************************************************/ ***************************************************************************/
#include <winver.h> #include <winver.h>
@ -29,7 +29,7 @@ BEGIN
BEGIN BEGIN
BLOCK "040904b0" /* 0x0409: en-US, 1200/0x04b0: UTF-16LE */ BLOCK "040904b0" /* 0x0409: en-US, 1200/0x04b0: UTF-16LE */
BEGIN 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 "FileDescription", "libssh2 Shared Library\0"
VALUE "FileVersion", LIBSSH2_VERSION "\0" VALUE "FileVersion", LIBSSH2_VERSION "\0"
VALUE "InternalName", "libssh2\0" VALUE "InternalName", "libssh2\0"
@ -37,7 +37,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", "Copyright (C) " LIBSSH2_COPYRIGHT "\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
END END

View File

@ -194,7 +194,7 @@ $ write pt "=prompt JCB LIBSSH2 for OpenVMS"
$ write pt "" $ write pt ""
$ write pt "libssh2 is an open source client side library that aims to implement" $ 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 "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 ""
$ write pt "1 NEED_VMS83" $ write pt "1 NEED_VMS83"
$ write pt "=prompt OpenVMS 8.3 or later is not installed on your system." $ write pt "=prompt OpenVMS 8.3 or later is not installed on your system."