From 923bc547d968479b542e3fdac61e03811229319b Mon Sep 17 00:00:00 2001 From: eschnett Date: Mon, 20 Oct 2014 16:13:50 +0000 Subject: Update to OpenSSL 1.0.1j git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/OpenSSL/trunk@62 091d3ff0-52bc-4db5-b7a6-18201e4c0cca --- configure.sh | 10 +++++----- dist/openssl-1.0.1f.tar.gz | Bin 4509212 -> 0 bytes dist/openssl-1.0.1j.tar.gz | Bin 0 -> 4432964 bytes 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 dist/openssl-1.0.1f.tar.gz create mode 100644 dist/openssl-1.0.1j.tar.gz diff --git a/configure.sh b/configure.sh index 46f3c11..872b91f 100644 --- a/configure.sh +++ b/configure.sh @@ -96,7 +96,7 @@ then # Set locations THORN=OpenSSL - NAME=openssl-1.0.1f + NAME=openssl-1.0.1j SRCDIR=$(dirname $0) BUILD_DIR=${SCRATCH_BUILD}/build/${THORN} if [ -z "${OPENSSL_INSTALL_DIR}" ]; then @@ -156,10 +156,6 @@ then ${TAR?} xzf ${SRCDIR}/dist/${NAME}.tar.gz cd ${NAME} - ${PATCH?} -p1 < ${SRCDIR}/dist/openssl-1.0.1f-fix_pod_syntax-1.patch - # Some (ancient but still used) versions of patch don't support the - # patch format used here but also don't report an error using the - # exit code. So we use this patch to test for this ${PATCH?} -p1 < ${SRCDIR}/dist/patchtest.patch if [ ! -e .patch_tmp ]; then echo 'BEGIN ERROR' @@ -170,6 +166,10 @@ then exit 1 fi rm -f .patch_tmp + # ${PATCH?} -p1 < ${SRCDIR}/dist/openssl-1.0.1f-fix_pod_syntax-1.patch + # # Some (ancient but still used) versions of patch don't support the + # # patch format used here but also don't report an error using the + # # exit code. So we use this patch to test for this echo "OpenSSL: Configuring..." ./config --prefix=${OPENSSL_DIR} no-shared diff --git a/dist/openssl-1.0.1f.tar.gz b/dist/openssl-1.0.1f.tar.gz deleted file mode 100644 index 4270be9..0000000 Binary files a/dist/openssl-1.0.1f.tar.gz and /dev/null differ diff --git a/dist/openssl-1.0.1j.tar.gz b/dist/openssl-1.0.1j.tar.gz new file mode 100644 index 0000000..bae4e59 Binary files /dev/null and b/dist/openssl-1.0.1j.tar.gz differ -- cgit v1.2.3