[Lunar-commits] <moonbase> xfsprogs: version bumped to 3.1.0.
Florin Braescu
florin at lunar-linux.org
Wed Jan 13 20:38:47 CET 2010
commit e48cb303c6dca0797aaf836c22a322eaae2e5b26
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed Jan 13 21:38:47 2010 +0200
xfsprogs: version bumped to 3.1.0.
Changes:
- Reduce memory usage in xfs_repair by using better data structures.
- Add additional checks in xfs_repair to detect freespace btree
corruption instead of only rebuilding the btrees. Useful for the
no-modify mode.
- Fix libhandle to use the right path to issue by-handle ioctls for
symbolic links and special files.
- Use lazy superblock counters by default.
- Use physical device sector size if available in mkfs.xfs,
so 4K sector devices are handed more gracefully.
- Add a German translation.
- Enable the madvise and mincor commands in xfs_io.
- Fix unsafe temporary file creation in xfs_fsr.
- Add support for discarding unused space on SSDs or thin provisioned
arrays in mkfs.xfs.
- Allow linking against libblkid for topology information.
- Add symbol versioning for libhandle.
- Remove the included RPM and binary tarball built infrastructure.
- Various build system improvements.
- Small fixes to xfs_db and xfs_io.
---
filesys/xfsprogs/DETAILS | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/filesys/xfsprogs/DETAILS b/filesys/xfsprogs/DETAILS
index b4d5ffc..307351d 100644
--- a/filesys/xfsprogs/DETAILS
+++ b/filesys/xfsprogs/DETAILS
@@ -1,12 +1,12 @@
MODULE=xfsprogs
- VERSION=3.0.5
+ VERSION=3.1.0
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=ftp://oss.sgi.com/projects/xfs/cmd_tars-oct_09
- SOURCE_URL[1]=ftp://ftp.silug.org/pub/xfs/cmd_tars-oct_09
- SOURCE_VFY=sha1:f39ef8ecb5f22bf5855b46b033f121654103f545
+ SOURCE_URL[0]=ftp://oss.sgi.com/projects/xfs/cmd_tars
+ SOURCE_URL[1]=ftp://ftp.silug.org/pub/xfs/cmd_tars
+ SOURCE_VFY=sha1:ac60251731edb5b3bb90c41aca97579fcf120880
WEB_SITE=http://oss.sgi.com/projects/xfs
ENTERED=20020110
- UPDATED=20091128
+ UPDATED=20100113
PSAFE=no
SHORT="Required utilities for the XFS file system"
More information about the Lunar-commits
mailing list