Blame SOURCES/xfsprogs-4.15.0-xfsprogs-update-dead-urls.patch

4af5d6
From 50663dc149619aef23bcb43e6fdf48bc60487374 Mon Sep 17 00:00:00 2001
4af5d6
From: "Darrick J. Wong" <darrick.wong@oracle.com>
4af5d6
Date: Thu, 25 Jan 2018 13:55:01 -0600
4af5d6
Subject: [PATCH] xfsprogs: update dead urls
4af5d6
4af5d6
Since oss.sgi.com is dead and xfs.org is slowly migrating to
4af5d6
xfs.wiki.kernel.org, update all the documentation links to point to the
4af5d6
current landing pads.
4af5d6
4af5d6
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
4af5d6
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
4af5d6
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
4af5d6
---
4af5d6
 README           | 2 +-
4af5d6
 debian/control   | 6 +++---
4af5d6
 debian/copyright | 2 +-
4af5d6
 debian/watch     | 2 +-
4af5d6
 4 files changed, 6 insertions(+), 6 deletions(-)
4af5d6
4af5d6
Index: xfsprogs-4.5.0/README
4af5d6
===================================================================
4af5d6
--- xfsprogs-4.5.0.orig/README
4af5d6
+++ xfsprogs-4.5.0/README
4af5d6
@@ -9,4 +9,4 @@ and references to other XFS manual pages
4af5d6
 
4af5d6
 For more information and details on how to contribute to the
4af5d6
 XFS project see the web pages at:
4af5d6
-	http://oss.sgi.com/projects/xfs/
4af5d6
+	https://xfs.wiki.kernel.org/
4af5d6
Index: xfsprogs-4.5.0/debian/control
4af5d6
===================================================================
4af5d6
--- xfsprogs-4.5.0.orig/debian/control
4af5d6
+++ xfsprogs-4.5.0/debian/control
4af5d6
@@ -24,7 +24,7 @@ Description: Utilities for managing the 
4af5d6
  Btrees (directories, extents, free space) to aid both performance
4af5d6
  and scalability.
4af5d6
  .
4af5d6
- Refer to the documentation at http://oss.sgi.com/projects/xfs/
4af5d6
+ Refer to the documentation at https://xfs.wiki.kernel.org/
4af5d6
  for complete details.
4af5d6
 
4af5d6
 Package: xfslibs-dev
4af5d6
Index: xfsprogs-4.5.0/debian/copyright
4af5d6
===================================================================
4af5d6
--- xfsprogs-4.5.0.orig/debian/copyright
4af5d6
+++ xfsprogs-4.5.0/debian/copyright
4af5d6
@@ -1,7 +1,7 @@
4af5d6
 This package was debianized by Nathan Scott nathans@debian.org on
4af5d6
 Sun, 19 Nov 2000 07:37:09 -0500.
4af5d6
 
4af5d6
-It can be downloaded from ftp://oss.sgi.com/projects/xfs/download/
4af5d6
+It can be downloaded from https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/
4af5d6
 
4af5d6
 Copyright:
4af5d6
 
4af5d6
Index: xfsprogs-4.5.0/debian/watch
4af5d6
===================================================================
4af5d6
--- xfsprogs-4.5.0.orig/debian/watch
4af5d6
+++ xfsprogs-4.5.0/debian/watch
4af5d6
@@ -1,3 +1,3 @@
4af5d6
 version=3
4af5d6
 opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/ \
4af5d6
-ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsprogs-(.+)\.tar\.gz
4af5d6
+https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-(.+)\.tar\.xz
4af5d6
Index: xfsprogs-4.5.0/libxfs/util.c
4af5d6
===================================================================
4af5d6
--- xfsprogs-4.5.0.orig/libxfs/util.c
4af5d6
+++ xfsprogs-4.5.0/libxfs/util.c
4af5d6
@@ -690,7 +690,7 @@ libxfs_fs_repair_cmn_err(int level, xfs_
4af5d6
 	fprintf(stderr, "  This is a bug.\n");
4af5d6
 	fprintf(stderr, "%s version %s\n", progname, VERSION);
4af5d6
 	fprintf(stderr, "Please capture the filesystem metadata with "
4af5d6
-			"xfs_metadump and\nreport it to xfs@oss.sgi.com.\n");
4af5d6
+			"xfs_metadump and\nreport it to linux-xfs@vger.kernel.org.\n");
4af5d6
 	va_end(ap);
4af5d6
 }
4af5d6
 
4af5d6
Index: xfsprogs-4.5.0/man/man8/xfs_mdrestore.8
4af5d6
===================================================================
4af5d6
--- xfsprogs-4.5.0.orig/man/man8/xfs_mdrestore.8
4af5d6
+++ xfsprogs-4.5.0/man/man8/xfs_mdrestore.8
4af5d6
@@ -51,4 +51,4 @@ returns an exit code of 0 if all the met
4af5d6
 .BR xfs (5)
4af5d6
 .SH BUGS
4af5d6
 Email bug reports to
4af5d6
-.BR xfs@oss.sgi.com .
4af5d6
+.BR linux-xfs@vger.kernel.org .
4af5d6
Index: xfsprogs-4.5.0/man/man8/xfs_metadump.8
4af5d6
===================================================================
4af5d6
--- xfsprogs-4.5.0.orig/man/man8/xfs_metadump.8
4af5d6
+++ xfsprogs-4.5.0/man/man8/xfs_metadump.8
4af5d6
@@ -154,4 +154,4 @@ command.
4af5d6
 .BR xfs (5)
4af5d6
 .SH BUGS
4af5d6
 Email bug reports to
4af5d6
-.BR xfs@oss.sgi.com .
4af5d6
+.BR linux-xfs@vger.kernel.org .