[SM-Commit] GIT changes to stable-0.47 grimoire by George Sherwood (dfc6a3fcbf0e2070b871453b04860d04e8adba17)

George Sherwood scm at sourcemage.org
Sat Aug 21 14:44:59 EDT 2010


GIT changes to stable-0.47 grimoire by George Sherwood <gsherwood at sourcemage.org>:

 libs/elfutils/DETAILS  |    4 ++--
 libs/elfutils/DOWNLOAD |    2 ++
 libs/elfutils/HISTORY  |    4 ++++
 3 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit dfc6a3fcbf0e2070b871453b04860d04e8adba17
Author: Remko van der Vossen <wich at sourcemage.org>
Commit: George Sherwood <gsherwood at sourcemage.org>

    elfutils: download using forced SSLv2
    (cherry picked from commit 67c02ec233d2a3d41f694d50f88adcd017b6291a)

diff --git a/libs/elfutils/DETAILS b/libs/elfutils/DETAILS
index 359f312..0d9aa51 100755
--- a/libs/elfutils/DETAILS
+++ b/libs/elfutils/DETAILS
@@ -5,8 +5,8 @@
       SOURCE_GPG="gnu.gpg:$SOURCE2:UPSTREAM_KEY"
   SOURCE2_IGNORE=signature
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-   SOURCE_URL[0]=https://fedorahosted.org/releases/e/l/elfutils/$SOURCE
-  SOURCE2_URL[0]=https://fedorahosted.org/releases/e/l/elfutils/$SOURCE2
+   SOURCE_URL[0]=https://fedorahosted.org/releases/e/l/elfutils/$VERSION/$SOURCE
+  SOURCE2_URL[0]=https://fedorahosted.org/releases/e/l/elfutils/$VERSION/$SOURCE2
     SOURCE_HINTS=no-check-certificate
    SOURCE2_HINTS=no-check-certificate
       LICENSE[0]=GPL2
diff --git a/libs/elfutils/DOWNLOAD b/libs/elfutils/DOWNLOAD
new file mode 100755
index 0000000..87e7b3f
--- /dev/null
+++ b/libs/elfutils/DOWNLOAD
@@ -0,0 +1,2 @@
+wget --no-check-certificate --secure-protocol=SSLv2 -O "$SOURCE_CACHE/$SOURCE" "$SOURCE_URL" 2>&1 &&
+wget --no-check-certificate --secure-protocol=SSLv2 -O "$SOURCE_CACHE/$SOURCE2" "$SOURCE2_URL" 2>&1
diff --git a/libs/elfutils/HISTORY b/libs/elfutils/HISTORY
index 5f3e684..61ffe41 100644
--- a/libs/elfutils/HISTORY
+++ b/libs/elfutils/HISTORY
@@ -1,3 +1,7 @@
+2010-08-17 Remko van der Vossen <wich at sourcemage.org>
+	* DETAILS: Use other download URL
+	* DOWNLOAD: force SSLv2, otherwise download fails
+
 2010-07-07 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 0.148
 



More information about the SM-Commit mailing list