Summary: | sys-fs/xfsprogs: bump to 4.8.0 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Holger Hoffstätte <holger> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Holger Hoffstätte
2016-11-28 16:23:06 UTC
The 4.7.0 ebuild can be bumped without issue (incl. its 3 patches) except for the new upstream package location at kernel.org. The following change did the trick for me (inline for simplicity): --snip-- diff -up xfsprogs-4.7.0.ebuild ~/portage/sys-fs/xfsprogs/xfsprogs-4.8.0.ebuild --- xfsprogs-4.7.0.ebuild 2016-11-28 16:57:24.605551226 +0100 +++ /home/holger/portage/sys-fs/xfsprogs/xfsprogs-4.8.0.ebuild 2016-11-14 18:43:37.344603270 +0100 @@ -7,8 +7,7 @@ inherit eutils toolchain-funcs multilib DESCRIPTION="xfs filesystem utilities" HOMEPAGE="http://oss.sgi.com/projects/xfs/" -SRC_URI="ftp://oss.sgi.com/projects/xfs/cmd_tars/${P}.tar.gz - ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/${P}.tar.gz" +SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" --snip-- Don't know whether an alternative FTP location is required, but in any case this works. On a related note: xfsdump has not yet been migrated; it has a directory on kernel.org, but no files. Not sure what happened there. commit 956ccb6f1f4040f7011825b75c4c5070cc1dceef Author: Lars Wendler <polynomial-c@gentoo.org> Date: Mon Nov 28 17:31:21 2016 sys-fs/xfsprogs: Bump to version 4.8.0 (bug #601086). Package-Manager: portage-2.3.2 |