mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Change http://zfsonlinux.org links to https://zfsonlinux.org
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user