#
PKG_MAJOR=2
PKG_MINOR=6
-PKG_REVISION=19
+PKG_REVISION=20
PKG_BUILD=1
+xfsprogs (2.6.20-1) unstable; urgency=low
+
+ * New upstream release.
+ * Fix xfs_io segfault on non-XFS files. (closes: #260470)
+
+ -- Nathan Scott <nathans@debian.org> Wed, 28 Jul 2004 21:11:38 +1000
+
xfsprogs (2.6.19-1) unstable; urgency=low
* New upstream release.
+xfsprogs-2.6.20 (28 July 2004)
+ - Fix a segfault on xfs_io open error path for non-XFS
+ files. Thanks to Steinar H. Gunderson for this fix.
+
xfsprogs-2.6.19 (16 July 2004)
- Fix two byte count size wraps in xfs_copy.
- Minor man page fixes from Eric Raymond.
if (!platform_test_xfs_fd(fd)) {
fprintf(stderr, _("%s: specified file "
"[\"%s\"] is not on an XFS filesystem\n"),
- progname, file->name);
+ progname, path);
close(fd);
return -1;
}