Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (75df5d84b9e0740e76c615602c6f04f2a1bc8619)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (75df5d84b9e0740e76c615602c6f04f2a1bc8619)
  • Date: Mon, 30 Jun 2008 10:34:21 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
ftp/rsync/DETAILS | 21 ++++++++++++---------
ftp/rsync/HISTORY | 3 ++-
ftp/rsync/WayneDavison.gpg |binary
4 files changed, 17 insertions(+), 10 deletions(-)

New commits:
commit 75df5d84b9e0740e76c615602c6f04f2a1bc8619
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

rsync: fixed 2nd mirror, use gpg instead of hash, fixed long desc

commit 277d34f49a5efffcfd887aaee05281af61489add
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

rsync/WayneDavison.gpg: added gpg key for rsync

diff --git a/ChangeLog b/ChangeLog
index d554bf5..aecd38f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-06-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * ftp/rsync/WayneDavison.gpg: added gpg key for rsync
+
2008-06-30 Treeve Jelbert <treeve AT sourcemage.org>
* database/kinterbasdb move to python-pypi

diff --git a/ftp/rsync/DETAILS b/ftp/rsync/DETAILS
index 5f66d2c..0351d31 100755
--- a/ftp/rsync/DETAILS
+++ b/ftp/rsync/DETAILS
@@ -1,20 +1,23 @@
SPELL=rsync
VERSION=3.0.3
-
SOURCE_HASH=sha512:e93537c809df2ab29decb70e5b1804ea3769880aa4b2b5706566707d91bead7e20d2f80087963fcc8fa7b4432bf45ba9a0000aa0013c12f87470eb4f6d7e4fe2
- PREVIEW=$([[ ${VERSION//pre/} != $VERSION ]] && echo 1)
SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://rsync.samba.org/ftp/rsync/${PREVIEW:+preview/}$SOURCE
- SOURCE_URL[1]=ftp://rsync.samba.org/pub/rsync/${PREVIEW:+preview/}$SOURCE
+ SOURCE_URL[0]=http://rsync.samba.org/ftp/$SPELL/$SOURCE
+ SOURCE_URL[1]=ftp://ftp.samba.org/pub/$SPELL/$SOURCE
+ SOURCE2_URL[0]=$SOURCE_URL.asc
+ SOURCE2_URL[1]=${SOURCE_URL[1]}.asc
+ SOURCE_GPG=WayneDavison.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
WEB_SITE=http://rsync.samba.org/
ENTERED=20010922
LICENSE[0]=GPL
KEYWORDS="ftp"
SHORT="rsync provides fast incremental file transfer"
cat << EOF
-rsync is a replacement for rcp (and scp) that has many more features.
-It uses the "rsync algorithm" which provides a very fast method for
-remote files into sync. It does this by sending just the differences in
-the files across the link, without requiring that both sets of files are
-present at one of the ends of the link beforehand.
+rsync is a replacement for rcp (and scp) that has many more features. It uses
+the "rsync algorithm" which provides a very fast method for remote files into
+sync. It does this by sending just the differences in the files across the
link,
+without requiring that both sets of files are present at one of the ends of
the
+link beforehand.
EOF
diff --git a/ftp/rsync/HISTORY b/ftp/rsync/HISTORY
index 7353b2e..aa96cd9 100644
--- a/ftp/rsync/HISTORY
+++ b/ftp/rsync/HISTORY
@@ -1,5 +1,6 @@
2008-06-30 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 3.0.3
+ * DETAILS: updated spell to 3.0.3, removed useless pre's, fixed long
+ desc, updated 2nd mirror, replaced hash with upstream's gpg sig

2008-04-09 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 3.0.2
diff --git a/ftp/rsync/WayneDavison.gpg b/ftp/rsync/WayneDavison.gpg
new file mode 100644
index 0000000..441d160
Binary files /dev/null and b/ftp/rsync/WayneDavison.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (75df5d84b9e0740e76c615602c6f04f2a1bc8619), Vlad Glagolev, 06/30/2008

Archive powered by MHonArc 2.6.24.

Top of Page