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

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