Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (5f11e5625090afab0ec22c240fd93bd052a6312b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (5f11e5625090afab0ec22c240fd93bd052a6312b)
  • Date: Mon, 15 Sep 2008 13:29:19 -0500

GIT changes to master grimoire by Elisamuel Resto <ryuji AT sourcemage.org>:

crypto/openssl/DETAILS | 11 +++++++++--
crypto/openssl/HISTORY | 3 +++
crypto/openssl/openssl.gpg |binary
3 files changed, 12 insertions(+), 2 deletions(-)

New commits:
commit 5f11e5625090afab0ec22c240fd93bd052a6312b
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

crypto/openssl: Use GPG signatures to check sources instead of sha512 hash

diff --git a/crypto/openssl/DETAILS b/crypto/openssl/DETAILS
index d5f889d..8a2864e 100755
--- a/crypto/openssl/DETAILS
+++ b/crypto/openssl/DETAILS
@@ -1,13 +1,20 @@
SPELL=openssl
VERSION=0.9.8i
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://www.openssl.org/source/$SOURCE
SOURCE_URL[1]=ftp://sunsite.cnlab-switch.ch/mirror/openssl/source/$SOURCE

SOURCE_URL[2]=ftp://ftp.funet.fi/pub/crypt/cryptography/libs/openssl/source/$SOURCE
SOURCE_URL[3]=ftp://ftp.mirror.ac.uk/sites/ftp.openssl.org/source/$SOURCE
SOURCE_URL[4]=ftp://sunsite.uio.no/pub/security/openssl/source/$SOURCE
-
SOURCE_HASH=sha512:8a34588544e5bf4214ef9f66fe356cf7f1d26829b84879354005e245a9aaf4853cb21cb27c518ad087549c9f13c3c3783ec0c56743a8beaa4ff338861e406c0d
+ SOURCE2=$SOURCE.asc
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE2_URL[1]=${SOURCE_URL[1]}.asc
+ SOURCE2_URL[2]=${SOURCE_URL[2]}.asc
+ SOURCE2_URL[3]=${SOURCE_URL[3]}.asc
+ SOURCE2_URL[4]=${SOURCE_URL[4]}.asc
+ SOURCE2_IGNORE=signature
+ SOURCE_GPG="openssl.gpg:${SOURCE2}:UPSTREAM_KEY"
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.openssl.org/
ENTERED=20010922
SECURITY_PATCH=3
diff --git a/crypto/openssl/HISTORY b/crypto/openssl/HISTORY
index a2775c4..0102bef 100644
--- a/crypto/openssl/HISTORY
+++ b/crypto/openssl/HISTORY
@@ -1,3 +1,6 @@
+2008-09-15 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS: Use GPG signatures to check sources instead of sha512 hash
+
2008-09-15 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.9.8i; cleaned up; quoting paths;
reworded
short and long descriptions; added a "/" to website url
diff --git a/crypto/openssl/openssl.gpg b/crypto/openssl/openssl.gpg
new file mode 100644
index 0000000..38f4510
Binary files /dev/null and b/crypto/openssl/openssl.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (5f11e5625090afab0ec22c240fd93bd052a6312b), Elisamuel Resto, 09/15/2008

Archive powered by MHonArc 2.6.24.

Top of Page