summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko van der Vossen2010-08-17 15:48:56 +0200
committerGeorge Sherwood2010-08-21 13:45:09 -0500
commitdfc6a3fcbf0e2070b871453b04860d04e8adba17 (patch)
tree215cb5eb124a91244b8cf9c58d20b7bcb445cb5d
parentd038243437cc575e29a2588b04931c6f6a4039c4 (diff)
elfutils: download using forced SSLv2
(cherry picked from commit 67c02ec233d2a3d41f694d50f88adcd017b6291a)
-rwxr-xr-xlibs/elfutils/DETAILS4
-rwxr-xr-xlibs/elfutils/DOWNLOAD2
-rw-r--r--libs/elfutils/HISTORY4
3 files changed, 8 insertions, 2 deletions
diff --git a/libs/elfutils/DETAILS b/libs/elfutils/DETAILS
index 359f3124df..0d9aa51b97 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 0000000000..87e7b3f664
--- /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 5f3e684e18..61ffe41c33 100644
--- a/libs/elfutils/HISTORY
+++ b/libs/elfutils/HISTORY
@@ -1,3 +1,7 @@
+2010-08-17 Remko van der Vossen <wich@sourcemage.org>
+ * DETAILS: Use other download URL
+ * DOWNLOAD: force SSLv2, otherwise download fails
+
2010-07-07 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 0.148