]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Change http://zfsonlinux.org links to https://zfsonlinux.org
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 14 Jan 2020 00:43:59 +0000 (16:43 -0800)
committerGitHub <noreply@github.com>
Tue, 14 Jan 2020 00:43:59 +0000 (16:43 -0800)
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

13 files changed:
README.md
cmd/zpool/zpool_main.c
copy-builtin
include/sys/fs/zfs.h
lib/libzfs/libzfs.pc.in
lib/libzfs/libzfs_core.pc.in
lib/libzfs/libzfs_sendrecv.c
man/man8/zed.8.in
module/os/linux/spl/README.md
rpm/generic/zfs-dkms.spec.in
rpm/generic/zfs-kmod.spec.in
rpm/generic/zfs.spec.in
rpm/redhat/zfs-kmod.spec.in

index 59d167f8ec1e71c4738a164c60a00212ec77e8ad..150ba0f2c3f3df2a8c125c70e6b96f4cd5f1bdc3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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
 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
 
-  * [Site](http://zfsonlinux.org)
+  * [Site](https://zfsonlinux.org)
   * [Wiki](https://github.com/zfsonlinux/zfs/wiki)
   * [Mailing lists](https://github.com/zfsonlinux/zfs/wiki/Mailing-Lists)
   * [OpenZFS site](http://open-zfs.org/)
@@ -16,7 +16,7 @@ developed for Solaris and is now maintained by the OpenZFS community.
 # Installation
 
 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
 
index 77c826ba8618cf3576003ae2dcbf90c02a625973..ae5e8a370fc689a8aca968e8737fcdbd56da83db 100644 (file)
@@ -2791,9 +2791,10 @@ show_import(nvlist_t *config)
                            "the '-f' flag.\n"));
        }
 
-       if (msgid != NULL)
-               (void) printf(gettext("   see: http://zfsonlinux.org/msg/%s\n"),
-                   msgid);
+       if (msgid != NULL) {
+               (void) printf(gettext(
+                   "   see: https://zfsonlinux.org/msg/%s\n"), msgid);
+       }
 
        (void) printf(gettext(" config:\n\n"));
 
@@ -7531,7 +7532,7 @@ print_dedup_stats(nvlist_t *config)
  *        pool: tank
  *     status: DEGRADED
  *     reason: One or more devices ...
- *         see: http://zfsonlinux.org/msg/ZFS-xxxx-01
+ *         see: https://zfsonlinux.org/msg/ZFS-xxxx-01
  *     config:
  *             mirror          DEGRADED
  *                c1t0d0       OK
@@ -7900,7 +7901,7 @@ status_callback(zpool_handle_t *zhp, void *data)
        if (msgid != NULL) {
                printf("   ");
                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) {
index ee3b081cae015c70f192f1e5ae945946babe3234..700e6f4f07dedbdfe24894b5590c59ceaf1c6360 100755 (executable)
@@ -58,7 +58,7 @@ config ZFS
        help
          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.
 
index 1474e1f049d8e51345934223d9bd504ed0ba5fd5..2f35563bc9d312e6af0779f98f2731fced61470d 100644 (file)
@@ -987,7 +987,7 @@ typedef enum dsl_scan_state {
 } 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
  * the correct documentation.  New errata may only be appended to the list
  * and must contain corresponding documentation at the above link.
index 1122401a6eb9c6ec35d61e477b7aefb3760ec461..d09e19fb0d4c01dcf266573cc39f3e9479099d85 100644 (file)
@@ -6,7 +6,7 @@ includedir=@includedir@
 Name: libzfs
 Description: LibZFS library
 Version: @VERSION@
-URL: http://zfsonlinux.org
+URL: https://zfsonlinux.org
 Requires: libzfs_core
 Cflags: -I${includedir}/libzfs -I${includedir}/libspl
 Libs: -L${libdir} -lzfs -lnvpair
index 2b6a86bfa4e8fe13298aeeb0c5f50d1ec966ee48..9f5c6462d39290d301cd6d3ec70b56f374431e74 100644 (file)
@@ -6,6 +6,6 @@ includedir=@includedir@
 Name: libzfs_core
 Description: LibZFS core library
 Version: @VERSION@
-URL: http://zfsonlinux.org
+URL: https://zfsonlinux.org
 Cflags: -I${includedir}/libzfs -I${includedir}/libspl
 Libs: -L${libdir} -lzfs_core
index de3bfdbf475b11433b5d19699e02639173571b8d..6179d4dda6b97126199a68c55ea7bcf43a5b5c16 100644 (file)
@@ -5220,7 +5220,7 @@ zfs_receive_one(libzfs_handle_t *hdl, int infd, const char *tosnap,
                case ZFS_ERR_FROM_IVSET_GUID_MISSING:
                        zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
                            "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);
                        (void) zfs_error(hdl, EZFS_BADSTREAM, errbuf);
                        break;
index eaaf7aa6b375f12c67b1237ff4270b118c5232dc..2db223a68b04c203b3f1c7fd82b79d3c098ece8a 100644 (file)
@@ -1,6 +1,6 @@
 .\"
 .\" 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).
 .\" Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC.
 .\" Refer to the ZoL git commit log for authoritative copyright attribution.
index 57f635aed8924693401edc2014ab9045bf27a75c..51166425f063c6dbd088a6d6d92800415d67ec1d 100644 (file)
@@ -1,5 +1,5 @@
 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
 
index d87293686422990da555bfed35c7860409ebc187..f849125a4a7cc5f7a4eb2e76a62c390c9b088afa 100644 (file)
@@ -18,7 +18,7 @@ Summary:        Kernel module(s) (dkms)
 
 Group:          System Environment/Kernel
 License:        @ZFS_META_LICENSE@
-URL:            http://zfsonlinux.org/
+URL:            https://zfsonlinux.org/
 Source0:        %{module}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
index 4a8f662316cc68020e925f9ff123bc6058cfe91f..80b35a05fd3d56b90ea0d5e4b7cb911f4df4f04d 100644 (file)
@@ -51,7 +51,7 @@ Summary:        Kernel module(s)
 
 Group:          System Environment/Kernel
 License:        @ZFS_META_LICENSE@
-URL:            http://zfsonlinux.org/
+URL:            https://zfsonlinux.org/
 Source0:        %{module}-%{version}.tar.gz
 Source10:       kmodtool
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id} -u -n)
index 545627d4bfba94c99d16ba7efced4501de2a67bd..704afd78189404f2cb724e401d3a5acce077a297 100644 (file)
@@ -112,7 +112,7 @@ Summary:        Commands to control the kernel modules and libraries
 
 Group:          System Environment/Kernel
 License:        @ZFS_META_LICENSE@
-URL:            http://zfsonlinux.org/
+URL:            https://zfsonlinux.org/
 Source0:        %{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       libzpool2 = %{version}
index f632c4867e6349ef67bcbc5b79f390ee5a4e67de..3b566c7c5c57e09b830e1f653dbb7530ef210bee 100644 (file)
@@ -11,7 +11,7 @@ Release:        @RELEASE@%{?dist}
 Summary:        Kernel module(s)
 Group:          System Environment/Kernel
 License:        @ZFS_META_LICENSE@
-URL:            http://zfsonlinux.org/
+URL:            https://zfsonlinux.org/
 BuildRequires:  %kernel_module_package_buildreqs
 Source0:        @PACKAGE@-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)