[Lunar-commits] <moonbase> zfs: Version bump to 0.6.0rc4
Dave Brown
dagbrown at lunar-linux.org
Tue May 10 03:37:59 CEST 2011
commit ff58e012f168632129413f1b257d7b5d2a2bcafc
Author: Dave Brown <dagbrown at lunar-linux.org>
Date: Tue May 10 10:37:59 2011 +0900
zfs: Version bump to 0.6.0rc4
Also, added a long description and sha1sum, and changed the URL to
something less interesting.
---
zbeta/zfs/DETAILS | 19 +++++++++++++------
1 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/zbeta/zfs/DETAILS b/zbeta/zfs/DETAILS
index d264cea..3209337 100644
--- a/zbeta/zfs/DETAILS
+++ b/zbeta/zfs/DETAILS
@@ -1,14 +1,21 @@
MODULE=zfs
- VERSION=0.6.0-rc3
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=git://github.com/behlendorf/$MODULE
- SOURCE_VFY=
+ VERSION=0.6.0-rc4
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=https://github.com/downloads/behlendorf/zfs/
+ SOURCE_VFY=sha1:c01bb9458586c5b50ee4d3dfb8b6059689da1e12
WEB_SITE=http://www.zfsonlinux.org
ENTERED=20110425
- UPDATED=20110425
+ UPDATED=20110510
LICENSE=CDDL
SHORT="Native ZFS implementation for Linux"
cat << EOF
-
+ZFS is a combined file system and logical volume manager designed
+by Sun Microsystems. The features of ZFS include data integrity
+(protection against bit rot, etc.), support for high storage
+capacities, integration of the concepts of filesystem and volume
+management, snapshots and copy-on-write clones, continuous
+integrity checking and automatic repair, RAID-Z and native NFSv4
+ACLs. ZFS is implemented as open-source software, licensed under
+the Common Development and Distribution License (CDDL).
EOF
More information about the Lunar-commits
mailing list