Update the project website links contained in to repository to
reference the secure https://zfsonlinux.org address.

Reviewed-By: Richard Laager <rlaager@wiktel.com>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Garrett Fields <ghfields@gmail.com>
Reviewed-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #9837
This commit is contained in:
Brian Behlendorf 2020-01-13 16:43:59 -08:00 committed by GitHub
parent a4c3e3c74f
commit e458fcca75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 20 additions and 19 deletions

View File

@ -1,4 +1,4 @@
![img](http://zfsonlinux.org/images/zfs-linux.png) ![img](https://zfsonlinux.org/images/zfs-linux.png)
ZFS on Linux is an advanced file system and volume manager which was originally ZFS on Linux is an advanced file system and volume manager which was originally
developed for Solaris and is now maintained by the OpenZFS community. developed for Solaris and is now maintained by the OpenZFS community.
@ -8,7 +8,7 @@ developed for Solaris and is now maintained by the OpenZFS community.
# Official Resources # Official Resources
* [Site](http://zfsonlinux.org) * [Site](https://zfsonlinux.org)
* [Wiki](https://github.com/zfsonlinux/zfs/wiki) * [Wiki](https://github.com/zfsonlinux/zfs/wiki)
* [Mailing lists](https://github.com/zfsonlinux/zfs/wiki/Mailing-Lists) * [Mailing lists](https://github.com/zfsonlinux/zfs/wiki/Mailing-Lists)
* [OpenZFS site](http://open-zfs.org/) * [OpenZFS site](http://open-zfs.org/)
@ -16,7 +16,7 @@ developed for Solaris and is now maintained by the OpenZFS community.
# Installation # Installation
Full documentation for installing ZoL on your favorite Linux distribution can Full documentation for installing ZoL on your favorite Linux distribution can
be found at [our site](http://zfsonlinux.org/). be found at [our site](https://zfsonlinux.org/).
# Contribute & Develop # Contribute & Develop

View File

@ -2791,9 +2791,10 @@ show_import(nvlist_t *config)
"the '-f' flag.\n")); "the '-f' flag.\n"));
} }
if (msgid != NULL) if (msgid != NULL) {
(void) printf(gettext(" see: http://zfsonlinux.org/msg/%s\n"), (void) printf(gettext(
msgid); " see: https://zfsonlinux.org/msg/%s\n"), msgid);
}
(void) printf(gettext(" config:\n\n")); (void) printf(gettext(" config:\n\n"));
@ -7531,7 +7532,7 @@ print_dedup_stats(nvlist_t *config)
* pool: tank * pool: tank
* status: DEGRADED * status: DEGRADED
* reason: One or more devices ... * reason: One or more devices ...
* see: http://zfsonlinux.org/msg/ZFS-xxxx-01 * see: https://zfsonlinux.org/msg/ZFS-xxxx-01
* config: * config:
* mirror DEGRADED * mirror DEGRADED
* c1t0d0 OK * c1t0d0 OK
@ -7900,7 +7901,7 @@ status_callback(zpool_handle_t *zhp, void *data)
if (msgid != NULL) { if (msgid != NULL) {
printf(" "); printf(" ");
printf_color(ANSI_BOLD, gettext("see:")); printf_color(ANSI_BOLD, gettext("see:"));
printf(gettext(" http://zfsonlinux.org/msg/%s\n"), msgid); printf(gettext(" https://zfsonlinux.org/msg/%s\n"), msgid);
} }
if (config != NULL) { if (config != NULL) {

View File

@ -58,7 +58,7 @@ config ZFS
help help
This is the ZFS filesystem from the ZFS On Linux project. This is the ZFS filesystem from the ZFS On Linux project.
See http://zfsonlinux.org/ See https://zfsonlinux.org/
To compile this file system support as a module, choose M here. To compile this file system support as a module, choose M here.

View File

@ -987,7 +987,7 @@ typedef enum dsl_scan_state {
} dsl_scan_state_t; } dsl_scan_state_t;
/* /*
* Errata described by http://zfsonlinux.org/msg/ZFS-8000-ER. The ordering * Errata described by https://zfsonlinux.org/msg/ZFS-8000-ER. The ordering
* of this enum must be maintained to ensure the errata identifiers map to * of this enum must be maintained to ensure the errata identifiers map to
* the correct documentation. New errata may only be appended to the list * the correct documentation. New errata may only be appended to the list
* and must contain corresponding documentation at the above link. * and must contain corresponding documentation at the above link.

View File

@ -6,7 +6,7 @@ includedir=@includedir@
Name: libzfs Name: libzfs
Description: LibZFS library Description: LibZFS library
Version: @VERSION@ Version: @VERSION@
URL: http://zfsonlinux.org URL: https://zfsonlinux.org
Requires: libzfs_core Requires: libzfs_core
Cflags: -I${includedir}/libzfs -I${includedir}/libspl Cflags: -I${includedir}/libzfs -I${includedir}/libspl
Libs: -L${libdir} -lzfs -lnvpair Libs: -L${libdir} -lzfs -lnvpair

View File

@ -6,6 +6,6 @@ includedir=@includedir@
Name: libzfs_core Name: libzfs_core
Description: LibZFS core library Description: LibZFS core library
Version: @VERSION@ Version: @VERSION@
URL: http://zfsonlinux.org URL: https://zfsonlinux.org
Cflags: -I${includedir}/libzfs -I${includedir}/libspl Cflags: -I${includedir}/libzfs -I${includedir}/libspl
Libs: -L${libdir} -lzfs_core Libs: -L${libdir} -lzfs_core

View File

@ -5220,7 +5220,7 @@ zfs_receive_one(libzfs_handle_t *hdl, int infd, const char *tosnap,
case ZFS_ERR_FROM_IVSET_GUID_MISSING: case ZFS_ERR_FROM_IVSET_GUID_MISSING:
zfs_error_aux(hdl, dgettext(TEXT_DOMAIN, zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
"IV set guid missing. See errata %u at " "IV set guid missing. See errata %u at "
"http://zfsonlinux.org/msg/ZFS-8000-ER."), "https://zfsonlinux.org/msg/ZFS-8000-ER."),
ZPOOL_ERRATA_ZOL_8308_ENCRYPTION); ZPOOL_ERRATA_ZOL_8308_ENCRYPTION);
(void) zfs_error(hdl, EZFS_BADSTREAM, errbuf); (void) zfs_error(hdl, EZFS_BADSTREAM, errbuf);
break; break;

View File

@ -1,6 +1,6 @@
.\" .\"
.\" This file is part of the ZFS Event Daemon (ZED) .\" This file is part of the ZFS Event Daemon (ZED)
.\" for ZFS on Linux (ZoL) <http://zfsonlinux.org/>. .\" for ZFS on Linux (ZoL) <https://zfsonlinux.org/>.
.\" Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049). .\" Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049).
.\" Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC. .\" Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC.
.\" Refer to the ZoL git commit log for authoritative copyright attribution. .\" Refer to the ZoL git commit log for authoritative copyright attribution.

View File

@ -1,5 +1,5 @@
The Solaris Porting Layer, SPL, is a Linux kernel module which provides a The Solaris Porting Layer, SPL, is a Linux kernel module which provides a
compatibility layer used by the [ZFS on Linux](http://zfsonlinux.org) project. compatibility layer used by the [ZFS on Linux](https://zfsonlinux.org) project.
# Installation # Installation

View File

@ -18,7 +18,7 @@ Summary: Kernel module(s) (dkms)
Group: System Environment/Kernel Group: System Environment/Kernel
License: @ZFS_META_LICENSE@ License: @ZFS_META_LICENSE@
URL: http://zfsonlinux.org/ URL: https://zfsonlinux.org/
Source0: %{module}-%{version}.tar.gz Source0: %{module}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch

View File

@ -51,7 +51,7 @@ Summary: Kernel module(s)
Group: System Environment/Kernel Group: System Environment/Kernel
License: @ZFS_META_LICENSE@ License: @ZFS_META_LICENSE@
URL: http://zfsonlinux.org/ URL: https://zfsonlinux.org/
Source0: %{module}-%{version}.tar.gz Source0: %{module}-%{version}.tar.gz
Source10: kmodtool Source10: kmodtool
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id} -u -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id} -u -n)

View File

@ -112,7 +112,7 @@ Summary: Commands to control the kernel modules and libraries
Group: System Environment/Kernel Group: System Environment/Kernel
License: @ZFS_META_LICENSE@ License: @ZFS_META_LICENSE@
URL: http://zfsonlinux.org/ URL: https://zfsonlinux.org/
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: libzpool2 = %{version} Requires: libzpool2 = %{version}

View File

@ -11,7 +11,7 @@ Release: @RELEASE@%{?dist}
Summary: Kernel module(s) Summary: Kernel module(s)
Group: System Environment/Kernel Group: System Environment/Kernel
License: @ZFS_META_LICENSE@ License: @ZFS_META_LICENSE@
URL: http://zfsonlinux.org/ URL: https://zfsonlinux.org/
BuildRequires: %kernel_module_package_buildreqs BuildRequires: %kernel_module_package_buildreqs
Source0: @PACKAGE@-%{version}.tar.gz Source0: @PACKAGE@-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)