Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (7622bf51010387df74e46b0d50913aaf535aa3c2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (7622bf51010387df74e46b0d50913aaf535aa3c2)
  • Date: Thu, 4 Jan 2007 13:21:47 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

disk/acl/DETAILS | 14 +++++++-------
disk/acl/HISTORY | 6 ++++++
disk/acl/PRE_BUILD | 3 +++
disk/acl/acl_2.2.39-1.tar.gz.sig |binary
disk/dmapi/DETAILS | 14 +++++++-------
disk/dmapi/HISTORY | 6 ++++++
disk/dmapi/PRE_BUILD | 3 +++
disk/dmapi/dmapi_2.2.5-1.tar.gz.sig |binary
disk/xfsdump/DETAILS | 16 ++++++++--------
disk/xfsdump/HISTORY | 7 +++++++
disk/xfsdump/PRE_BUILD | 3 +++
disk/xfsdump/xfsdump_2.2.42-1.tar.gz.sig |binary
disk/xfsprogs/DETAILS | 11 ++++++-----
disk/xfsprogs/HISTORY | 4 ++++
disk/xfsprogs/xfsprogs_2.8.18-1.tar.gz.sig |binary
15 files changed, 60 insertions(+), 27 deletions(-)

New commits:
commit 7622bf51010387df74e46b0d50913aaf535aa3c2
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Updated acl to 2.2.39

commit 749d4fecf3e37259b30a4564c118e4defa601c8f
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Updated xfsdump to 2.2.42

commit 45c9d6c0fa8f943d76e0581c9fcdcfcdf9a4c368
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Updated dmapi to 2.2.5

commit b2a7637e7a09d3cd573f239ad3f28c5dfeeb8dfa
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Revert "Updated dmapi to 2.2.5"

This reverts commit b892e6910cec96a088ae01265e3b5839e05030ab.

Incomplete update.

commit 4c14106ea75b3596f92934ccc93beb1f108c49da
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Revert "Updated xfsdump to 2.2.42"

This reverts commit cf1e7f4366d469121e47a434dd373a1dbf177ae2.

Incomplete update.

commit 30ae8618a1e866b20a13a6f48035e60c926c2df9
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Updated dmapi to 2.2.5

commit 18840cf1a474b55aae811edb5858fdb98176423c
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Updated xfsdump to 2.2.42

commit 00803325a8261a954723650381b692643832b1f6
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Updated xfsprogs to 2.8.18

diff --git a/disk/acl/DETAILS b/disk/acl/DETAILS
index aa6bcab..18822b5 100755
--- a/disk/acl/DETAILS
+++ b/disk/acl/DETAILS
@@ -1,14 +1,14 @@
SPELL=acl
- VERSION=2.2.34
- SOURCE=${SPELL}-${VERSION}.src.tar.gz
+ VERSION=2.2.39
+ SOURCE=${SPELL}_${VERSION}-1.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- SOURCE_URL[0]=ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${SOURCE}
-
SOURCE_HASH=sha512:3bc0c0f490669335716771541e2ca3c91e4663acc230d3adbe278f349c1e947cf05997179682ee82051eda47a2a90a9904f938a75a7149b38fda1d61f3e39967
- WEB_SITE=http://oss.sgi.com/projects/xfs/
- ENTERED=20020306
- UPDATED=20031121
+ SOURCE_URL[0]=ftp://oss.sgi.com/projects/xfs/cmd_tars/${SOURCE}
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+#
SOURCE_HASH=sha512:3bc0c0f490669335716771541e2ca3c91e4663acc230d3adbe278f349c1e947cf05997179682ee82051eda47a2a90a9904f938a75a7149b38fda1d61f3e39967
LICENSE[0]=GPL
KEYWORDS="disk"
+ WEB_SITE=http://oss.sgi.com/projects/xfs/
+ ENTERED=20020306
SHORT="File system Access control lists management"
cat << EOF
acl is a file system access control lists management program.
diff --git a/disk/acl/HISTORY b/disk/acl/HISTORY
index 65a0ef8..47ccb9c 100644
--- a/disk/acl/HISTORY
+++ b/disk/acl/HISTORY
@@ -1,3 +1,9 @@
+2007-01-04 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 2.2.39
+ SOURCE uses "-1" instead of ".src" and "_" instead of "-"
+ Removed UPDATED
+ * PRE_BUILD: Run `autoconf` to generate ./configure
+
2006-03-21 Rafael George <george.rafael AT gmail.com>
* DETAILS: Updated to 2.2.34

diff --git a/disk/acl/PRE_BUILD b/disk/acl/PRE_BUILD
new file mode 100755
index 0000000..f8b6608
--- /dev/null
+++ b/disk/acl/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+autoconf
diff --git a/disk/acl/acl_2.2.39-1.tar.gz.sig
b/disk/acl/acl_2.2.39-1.tar.gz.sig
new file mode 100644
index 0000000..f75db9b
Binary files /dev/null and b/disk/acl/acl_2.2.39-1.tar.gz.sig differ
diff --git a/disk/dmapi/DETAILS b/disk/dmapi/DETAILS
index 8a58123..5871da2 100755
--- a/disk/dmapi/DETAILS
+++ b/disk/dmapi/DETAILS
@@ -1,16 +1,16 @@
SPELL=dmapi
- VERSION=2.2.3
- SOURCE=$SPELL-$VERSION.src.tar.gz
+ VERSION=2.2.5
+ SOURCE=${SPELL}_$VERSION-1.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://oss.sgi.com/projects/xfs/cmd_tars/$SOURCE
-
SOURCE_HASH=sha512:3229fee90c8b3232376077fc6bb5293b4fef08bb6397993c86a8cb8c9774a312e882c6819d8240372440f55fba66f3975222fbb228072417eada1a66e53a8b67
- WEB_SITE=http://oss.sgi.com/projects/xfs/
- ENTERED=20020219
- UPDATED=20031121
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+#
SOURCE_HASH=sha512:3229fee90c8b3232376077fc6bb5293b4fef08bb6397993c86a8cb8c9774a312e882c6819d8240372440f55fba66f3975222fbb228072417eada1a66e53a8b67
LICENSE[0]=GPL
+ MAKE_NJOBS=1
KEYWORDS="disk"
+ WEB_SITE=http://oss.sgi.com/projects/xfs/
+ ENTERED=20020219
SHORT="Data Management API (DMAPI) for XFS Filesystems."
- MAKE_NJOBS=1
cat << EOF
Data Management API (DMAPI) for XFS Filesystem support.
EOF
diff --git a/disk/dmapi/HISTORY b/disk/dmapi/HISTORY
index edf0828..cd87a50 100644
--- a/disk/dmapi/HISTORY
+++ b/disk/dmapi/HISTORY
@@ -1,3 +1,9 @@
+2007-01-04 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 2.2.5
+ SOURCE uses "-1" instead of ".src" and "_" instead of "-"
+ Removed UPDATED
+ * PRE_BUILD: Run `autoconf` to generate ./configure
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed MAINTAINER.

diff --git a/disk/dmapi/PRE_BUILD b/disk/dmapi/PRE_BUILD
new file mode 100755
index 0000000..f8b6608
--- /dev/null
+++ b/disk/dmapi/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+autoconf
diff --git a/disk/dmapi/dmapi_2.2.5-1.tar.gz.sig
b/disk/dmapi/dmapi_2.2.5-1.tar.gz.sig
new file mode 100644
index 0000000..4c0fda8
Binary files /dev/null and b/disk/dmapi/dmapi_2.2.5-1.tar.gz.sig differ
diff --git a/disk/xfsdump/DETAILS b/disk/xfsdump/DETAILS
index 2edd91e..8e2c3ce 100755
--- a/disk/xfsdump/DETAILS
+++ b/disk/xfsdump/DETAILS
@@ -1,15 +1,15 @@
SPELL=xfsdump
- VERSION=2.2.33
- SOURCE=${SPELL}-${VERSION}.src.tar.gz
+ VERSION=2.2.42
+ SOURCE=${SPELL}_${VERSION}-1.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- SOURCE_URL[0]=ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${SOURCE}
-
SOURCE_HASH=sha512:f85547680dcdbfe6f5c7582ce6268d577c0dcd2527edf95636a3fdbcc3de44b78f053644f74ce55a17a7460c609d76efb9f97ee12e762baf29b02ecc6118e2c7
- WEB_SITE=http://oss.sgi.com/projects/xfs/
- ENTERED=20020219
- UPDATED=20031121
+ SOURCE_URL[0]=ftp://oss.sgi.com/projects/xfs/cmd_tars/${SOURCE}
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+#
SOURCE_HASH=sha512:f85547680dcdbfe6f5c7582ce6268d577c0dcd2527edf95636a3fdbcc3de44b78f053644f74ce55a17a7460c609d76efb9f97ee12e762baf29b02ecc6118e2c7
LICENSE[0]=GPL
KEYWORDS="disk"
- SHORT="xfsdump and xfsrestore dump and restore utilities for XFS
filesystems."
+ WEB_SITE=http://oss.sgi.com/projects/xfs/
+ ENTERED=20020219
+ SHORT="dump and restore utilities for XFS filesystems"
cat << EOF
xfsdump and xfsrestore dump and restore utilities for XFS file systems,
including extended attribute and DMAPI support. For dumping and
diff --git a/disk/xfsdump/HISTORY b/disk/xfsdump/HISTORY
index 77ba6be..835a98d 100644
--- a/disk/xfsdump/HISTORY
+++ b/disk/xfsdump/HISTORY
@@ -1,3 +1,10 @@
+2007-01-04 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 2.2.42
+ SOURCE uses "-1" instead of ".src" and has "_" instead of "-"
+ Removed UPDATED
+ Shortened SHORT
+ * PRE_BUILD: Run `autoconf` to generate ./configure
+
2006-03-21 Rafael George <george.rafael AT gmail.com>
* DETAILS: Updated to 2.2.33

diff --git a/disk/xfsdump/PRE_BUILD b/disk/xfsdump/PRE_BUILD
new file mode 100755
index 0000000..f8b6608
--- /dev/null
+++ b/disk/xfsdump/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+autoconf
diff --git a/disk/xfsdump/xfsdump_2.2.42-1.tar.gz.sig
b/disk/xfsdump/xfsdump_2.2.42-1.tar.gz.sig
new file mode 100644
index 0000000..3266b78
Binary files /dev/null and b/disk/xfsdump/xfsdump_2.2.42-1.tar.gz.sig differ
diff --git a/disk/xfsprogs/DETAILS b/disk/xfsprogs/DETAILS
index faa23c6..5f1ed53 100755
--- a/disk/xfsprogs/DETAILS
+++ b/disk/xfsprogs/DETAILS
@@ -1,14 +1,15 @@
SPELL=xfsprogs
- VERSION=2.7.11
- SOURCE=${SPELL}-${VERSION}.src.tar.gz
+ VERSION=2.8.18
+ SOURCE=${SPELL}_${VERSION}-1.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=ftp://oss.sgi.com/projects/xfs/cmd_tars/${SOURCE}
-
SOURCE_HASH=sha512:9bab1a394dfead4b4d0c041ebbcdbc8a06960151e54b4154a1ddc2a705084ade91535a4597bfd748766a4b38b285860e5e27855330f0980d08a66ec56dd777d4
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+#
SOURCE_HASH=sha512:9bab1a394dfead4b4d0c041ebbcdbc8a06960151e54b4154a1ddc2a705084ade91535a4597bfd748766a4b38b285860e5e27855330f0980d08a66ec56dd777d4
+ MAKE_NJOBS=1
+ LICENSE[0]=GPL
WEB_SITE=http://oss.sgi.com/projects/xfs
ENTERED=20020110
UPDATED=20031121
- MAKE_NJOBS=1
- LICENSE[0]=GPL
KEYWORDS="disk"
SHORT="Required utilities for the XFS file system."
cat << EOF
diff --git a/disk/xfsprogs/HISTORY b/disk/xfsprogs/HISTORY
index 256f46d..7dbbfd3 100644
--- a/disk/xfsprogs/HISTORY
+++ b/disk/xfsprogs/HISTORY
@@ -1,3 +1,7 @@
+2007-01-04 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 2.8.18
+ SOURCE now has "-1" and no longer has ".src" and uses "_"
+
2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* INSTALL: use TRACK_ROOT when linking #9163

diff --git a/disk/xfsprogs/xfsprogs_2.8.18-1.tar.gz.sig
b/disk/xfsprogs/xfsprogs_2.8.18-1.tar.gz.sig
new file mode 100644
index 0000000..eb6a397
Binary files /dev/null and b/disk/xfsprogs/xfsprogs_2.8.18-1.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (7622bf51010387df74e46b0d50913aaf535aa3c2), Eric Sandall, 01/04/2007

Archive powered by MHonArc 2.6.24.

Top of Page