Skip to Content.
Sympa Menu

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

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 (a5a54659198f702a233902d9797686f811deb002)
  • Date: Fri, 11 Jan 2008 09:28:53 -0600

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

crypto/gnupg/DETAILS | 18 +++---------------
crypto/gnupg/HISTORY | 4 ++++
crypto/gnupg/PREPARE | 1 -
3 files changed, 7 insertions(+), 16 deletions(-)

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

gnupg: removed "Use DEVEL (UNSTABLE) version?" question/option, it's
useless for at least the last 3 years, real devel version of gnupg is 2.0.8
(it's gnupg-exp spell a.k.a. 2.0.8 atm)

diff --git a/crypto/gnupg/DETAILS b/crypto/gnupg/DETAILS
index 7916ef3..c67b4d8 100755
--- a/crypto/gnupg/DETAILS
+++ b/crypto/gnupg/DETAILS
@@ -1,12 +1,4 @@
SPELL=gnupg
-
-if [ "$GNUPG_DEVEL" == "y" ];then
- VERSION=1.4.8
- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=ftp://ftp.gnupg.org/gcrypt/$SPELL/$SOURCE
-# SOURCE_URL[0]=ftp://ftp.gnupg.org/gcrypt/alpha/$SPELL/$SOURCE
-else
VERSION=1.4.8
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
@@ -15,21 +7,17 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[2]=ftp://sunsite.dk/pub/security/gcrypt/$SPELL/$SOURCE

SOURCE_URL[3]=ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/$SPELL/$SOURCE
SOURCE_URL[4]=ftp://ftp.linux.it/pub/mirrors/gnupg/$SPELL/$SOURCE
-fi
-
- SOURCE_GPG="GnuPG.gpg:$SOURCE.sig:VERIFIED_UPSTREAM_KEY"
-
+ SOURCE_GPG=GnuPG.gpg:$SOURCE.sig:VERIFIED_UPSTREAM_KEY
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=$SOURCE_URL.sig
SOURCE2_IGNORE=signature
-
- WEB_SITE=http://www.gnupg.org
+ WEB_SITE=http://www.gnupg.org/
ENTERED=20010922
PATCHLEVEL=0
SECURITY_PATCH=6
LICENSE[0]=GPL
KEYWORDS="crypto"
- SHORT="Tool for secure secure communication and data storage."
+ SHORT="Tool for secure secure communication and data storage"
cat << EOF
GnuPG (the GNU Privacy Guard) is GNU's tool for secure communication and
data storage. It can be used to encrypt data and to create digital
diff --git a/crypto/gnupg/HISTORY b/crypto/gnupg/HISTORY
index 9aa25d5..0290f9b 100644
--- a/crypto/gnupg/HISTORY
+++ b/crypto/gnupg/HISTORY
@@ -1,3 +1,7 @@
+2008-01-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * PREPARE: removed, it's useless really (for the last 3 years)
+ * DETAILS: removed GNUPG_DEVEL, -^, fixed url, removed useless quotes
+
2007-12-20 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.4.8

diff --git a/crypto/gnupg/PREPARE b/crypto/gnupg/PREPARE
deleted file mode 100755
index da6d44e..0000000
--- a/crypto/gnupg/PREPARE
+++ /dev/null
@@ -1 +0,0 @@
-config_query GNUPG_DEVEL "Use DEVEL (UNSTABLE) version?" n



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a5a54659198f702a233902d9797686f811deb002), Vlad Glagolev, 01/11/2008

Archive powered by MHonArc 2.6.24.

Top of Page