Broken link: OpenSSL

11 views
Skip to first unread message

Steve B

unread,
Jun 14, 2015, 4:03:49 PM6/14/15
to python-...@googlegroups.com
I had a broken link error in the recipe.sh for oppenssl while trying to include the pycrypto module.

So I adjusted the link for 1.0.2b link for the existing 1.0.2C link and adjusted the MD5 in the sh.

On the next run of ./distribute -m ...    the oppenssl recipe.sh was rewritten as follows,



#!/bin/bash

VERSION_openssl=${VERSION_openssl:-1.0.1g}
DEPS_openssl=()
MD5_openssl=de62b43dfcd858e66a74bee1c834e959
BUILD_openssl=$BUILD_PATH/openssl/$(get_directory $URL_openssl)
RECIPE_openssl=$RECIPES_PATH/openssl

function prebuild_openssl() {
true
}

function shouldbuild_openssl() {
if [ -f "$BUILD_openssl/libssl.a" ]; then
DO_BUILD=0
fi
}

function build_openssl() {
cd $BUILD_openssl

push_arm

try ./Configure no-dso no-krb5 linux-armv4
try make build_libs

pop_arm
}

function postbuild_openssl() {
true
}


Is this 1.0.1G version safe to use ???



Reply all
Reply to author
Forward
0 new messages