Change to build against OpenSSL 1.1.0b
Critical CVE in 1.1.0a, upgrade immediately.
This commit is contained in:
parent
13bbc2e565
commit
8f2dabc053
2
Makefile
2
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)
|
||||
|
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user