partitionmanager: update filesystem tools URLs

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-10-03 14:03:29 +03:00
parent 3d0f60a63e
commit d58d3c6567
11 changed files with 11 additions and 11 deletions

View file

@ -87,7 +87,7 @@ namespace FS
FileSystem::SupportTool btrfs::supportToolName() const
{
return SupportTool("btrfs-tools", KUrl("http://btrfs.wiki.kernel.org/"));
return SupportTool("btrfs-tools", KUrl("https://btrfs.wiki.kernel.org/"));
}
qint64 btrfs::minCapacity() const

View file

@ -81,7 +81,7 @@ namespace FS
FileSystem::SupportTool exfat::supportToolName() const
{
return SupportTool("exfat-utils", KUrl("http://code.google.com/p/exfat/"));
return SupportTool("exfat-utils", KUrl("https://github.com/relan/exfat"));
}
qint64 exfat::maxCapacity() const

View file

@ -80,7 +80,7 @@ namespace FS
FileSystem::SupportTool ext2::supportToolName() const
{
return SupportTool("e2fsprogs", KUrl("http://e2fsprogs.sf.net"));
return SupportTool("e2fsprogs", KUrl("https://e2fsprogs.sf.net/"));
}
qint64 ext2::maxCapacity() const

View file

@ -69,7 +69,7 @@ namespace FS
FileSystem::SupportTool hfs::supportToolName() const
{
return SupportTool("hfsutils", KUrl("http://www.mars.org/home/rob/proj/hfs/"));
return SupportTool("hfsutils", KUrl("https://www.mars.org/home/rob/proj/hfs/"));
}

View file

@ -78,7 +78,7 @@ namespace FS
FileSystem::SupportTool jfs::supportToolName() const
{
return SupportTool("jfsutils", KUrl("http://jfs.sourceforge.net/"));
return SupportTool("jfsutils", KUrl("https://jfs.sf.net/"));
}
qint64 jfs::minCapacity() const

View file

@ -68,7 +68,7 @@ namespace FS
FileSystem::SupportTool linuxswap::supportToolName() const
{
return SupportTool("util-linux", KUrl("http://www.kernel.org/pub/linux/utils/util-linux-ng/"));
return SupportTool("util-linux", KUrl("https://www.kernel.org/pub/linux/utils/util-linux/"));
}
qint64 linuxswap::maxLabelLength() const

View file

@ -79,7 +79,7 @@ namespace FS
FileSystem::SupportTool lvm2_pv::supportToolName() const
{
return SupportTool("lvm2", KUrl("http://sourceware.org/lvm2/"));
return SupportTool("lvm2", KUrl("https://sourceware.org/lvm2/"));
}
qint64 lvm2_pv::maxCapacity() const

View file

@ -87,7 +87,7 @@ namespace FS
FileSystem::SupportTool ocfs2::supportToolName() const
{
return SupportTool("ocfs2-tools", KUrl("http://oss.oracle.com/projects/ocfs2-tools/"));
return SupportTool("ocfs2-tools", KUrl("https://ocfs2.wiki.kernel.org/"));
}
qint64 ocfs2::minCapacity() const

View file

@ -69,7 +69,7 @@ namespace FS
FileSystem::SupportTool reiser4::supportToolName() const
{
return SupportTool("reiser4progs", KUrl("http://www.kernel.org/pub/linux/utils/fs/reiser4/reiser4progs/"));
return SupportTool("reiser4progs", KUrl("https://reiser4.wiki.kernel.org/"));
}
qint64 reiser4::maxCapacity() const

View file

@ -82,7 +82,7 @@ namespace FS
FileSystem::SupportTool xfs::supportToolName() const
{
return SupportTool("xfsprogs", KUrl("http://oss.sgi.com/projects/xfs/"));
return SupportTool("xfsprogs", KUrl("https://xfs.wiki.kernel.org/"));
}
qint64 xfs::minCapacity() const

View file

@ -76,7 +76,7 @@ namespace FS
FileSystem::SupportTool zfs::supportToolName() const
{
return SupportTool("zfs", KUrl("http://zfsonlinux.org/"));
return SupportTool("zfs", KUrl("https://zfsonlinux.org/"));
}
qint64 zfs::minCapacity() const