aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/depends/native/openssl/Makefile12
-rw-r--r--tools/depends/native/openssl/OPENSSL-VERSION4
-rw-r--r--tools/depends/target/openssl/Makefile13
-rw-r--r--tools/depends/target/openssl/OPENSSL-VERSION4
4 files changed, 13 insertions, 20 deletions
diff --git a/tools/depends/native/openssl/Makefile b/tools/depends/native/openssl/Makefile
index 189acf0855..8f4abd7f61 100644
--- a/tools/depends/native/openssl/Makefile
+++ b/tools/depends/native/openssl/Makefile
@@ -1,14 +1,6 @@
-include ../../Makefile.include
+include ../../Makefile.include OPENSSL-VERSION ../../download-files.include
PLATFORM=$(NATIVEPLATFORM)
-DEPS = ../../Makefile.include Makefile ../../download-files.include
-
-# lib name, version
-LIBNAME=openssl
-VERSION=1.1.1k
-SOURCE=$(LIBNAME)-$(VERSION)
-ARCHIVE=$(SOURCE).tar.gz
-SHA512=73cd042d4056585e5a9dd7ab68e7c7310a3a4c783eafa07ab0b560e7462b924e4376436a6d38a155c687f6942a881cfc0c1b9394afcde1d8c46bf396e7d51121
-include ../../download-files.include
+DEPS = ../../Makefile.include Makefile OPENSSL-VERSION ../../download-files.include
# configuration settings
CONFIGURE=MACHINE=$(PLATFORM) ./config no-shared zlib no-asm --prefix=$(NATIVEPREFIX) --with-zlib-include=$(NATIVEPREFIX)/include --with-zlib-lib=$(NATIVEPREFIX)/lib
diff --git a/tools/depends/native/openssl/OPENSSL-VERSION b/tools/depends/native/openssl/OPENSSL-VERSION
new file mode 100644
index 0000000000..1712a0c3da
--- /dev/null
+++ b/tools/depends/native/openssl/OPENSSL-VERSION
@@ -0,0 +1,4 @@
+LIBNAME=openssl
+VERSION=1.1.1w
+ARCHIVE=$(LIBNAME)-$(VERSION).tar.gz
+SHA512=b4c625fe56a4e690b57b6a011a225ad0cb3af54bd8fb67af77b5eceac55cc7191291d96a660c5b568a08a2fbf62b4612818e7cca1bb95b2b6b4fc649b0552b6d
diff --git a/tools/depends/target/openssl/Makefile b/tools/depends/target/openssl/Makefile
index 5f2f2c0609..1a3dceb0b7 100644
--- a/tools/depends/target/openssl/Makefile
+++ b/tools/depends/target/openssl/Makefile
@@ -1,13 +1,6 @@
-include ../../Makefile.include
-DEPS = ../../Makefile.include Makefile 001-android-getauxvalrevert.patch 16-kodi.conf ../../download-files.include
-
-# lib name, version
-LIBNAME=openssl
-VERSION=1.1.1n
-SOURCE=$(LIBNAME)-$(VERSION)
-ARCHIVE=$(SOURCE).tar.gz
-SHA512=1937796736613dcf4105a54e42ecb61f95a1cea74677156f9459aea0f2c95159359e766089632bf364ee6b0d28d661eb9957bce8fecc9d2436378d8d79e8d0a4
-include ../../download-files.include
+include ../../Makefile.include OPENSSL-VERSION ../../download-files.include
+DEPS = ../../Makefile.include Makefile OPENSSL-VERSION ../../download-files.include \
+ 001-android-getauxvalrevert.patch 16-kodi.conf
# configuration settings
ifeq ($(OS), linux)
diff --git a/tools/depends/target/openssl/OPENSSL-VERSION b/tools/depends/target/openssl/OPENSSL-VERSION
new file mode 100644
index 0000000000..1712a0c3da
--- /dev/null
+++ b/tools/depends/target/openssl/OPENSSL-VERSION
@@ -0,0 +1,4 @@
+LIBNAME=openssl
+VERSION=1.1.1w
+ARCHIVE=$(LIBNAME)-$(VERSION).tar.gz
+SHA512=b4c625fe56a4e690b57b6a011a225ad0cb3af54bd8fb67af77b5eceac55cc7191291d96a660c5b568a08a2fbf62b4612818e7cca1bb95b2b6b4fc649b0552b6d