diff options
author | bouyer <bouyer@pkgsrc.org> | 2015-06-11 17:42:43 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2015-06-11 17:42:43 +0000 |
commit | 7ad250f2d90d4acb7849ee84e2044e4d9bf599ce (patch) | |
tree | 26e7d9c38f8d4bbcea65d9c4a403e367334cfff5 /sysutils/xentools42/Makefile | |
parent | 7d49e75ab9809d7a03e785e5513c6253fd5bfc5d (diff) | |
download | pkgsrc-7ad250f2d90d4acb7849ee84e2044e4d9bf599ce.tar.gz |
For disks larger than 128GB, the LBA capacity reported by IDE disks
should be limited to 128GB, the real size being reported in
LBA48 capacity.
Should fix disk corrution reported by Reinoud Zandijk.
Bump PKGREVISION
Diffstat (limited to 'sysutils/xentools42/Makefile')
-rw-r--r-- | sysutils/xentools42/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xentools42/Makefile b/sysutils/xentools42/Makefile index 0aecacda610..08cefa62f1d 100644 --- a/sysutils/xentools42/Makefile +++ b/sysutils/xentools42/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.28 2015/06/05 18:41:18 khorben Exp $ +# $NetBSD: Makefile,v 1.29 2015/06/11 17:43:21 bouyer Exp $ VERSION= 4.2.5 VERSION_IPXE= 1.0.0 DISTNAME= xen-${VERSION} PKGNAME= xentools42-${VERSION} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= sysutils MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/ |