From 8f2dabc053e498b3a264622f7264c58af41b2c50 Mon Sep 17 00:00:00 2001 From: Johannes Bauer Date: Tue, 27 Sep 2016 21:18:25 +0200 Subject: [PATCH] Change to build against OpenSSL 1.1.0b Critical CVE in 1.1.0a, upgrade immediately. --- Makefile | 2 +- build_openssl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9b3ff6e..edb7312 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ all: luksrku luksrku-config INSTALL_PREFIX := /usr/local/ -OPENSSL_DIR := `pwd`/openssl-1.1.0a/ +OPENSSL_DIR := `pwd`/openssl-1.1.0b/ #OPENSSL_DIR := /home/joe/openssl/ #LIBDIR := /usr/lib/x86_64-linux-gnu/ LIBDIR := $(OPENSSL_DIR) diff --git a/build_openssl b/build_openssl index 5e26179..8309c88 100755 --- a/build_openssl +++ b/build_openssl @@ -2,7 +2,7 @@ # # -VERSION="1.1.0a" +VERSION="1.1.0b" URL="https://www.openssl.org/source/openssl-${VERSION}.tar.gz" LOCAL_TARGZ="openssl-${VERSION}.tar.gz" LOCAL_DIR="openssl-${VERSION}"