diff options
author | fuzzard <fuzzard@kodi.tv> | 2023-10-25 14:57:53 +1000 |
---|---|---|
committer | fuzzard <fuzzard@kodi.tv> | 2023-10-28 15:41:08 +1000 |
commit | b6f8fd8934d318c8cd7ed2893cb2d219395c1b63 (patch) | |
tree | 9211c688a34d0693ffaa8046ee8d09dcfb13e926 /tools | |
parent | 63c56c019426c153a412909e3070f10b5b285052 (diff) |
[tools/depends] Bump Openssl1.1.1w
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/native/openssl/Makefile | 12 | ||||
-rw-r--r-- | tools/depends/native/openssl/OPENSSL-VERSION | 4 | ||||
-rw-r--r-- | tools/depends/target/openssl/Makefile | 13 | ||||
-rw-r--r-- | tools/depends/target/openssl/OPENSSL-VERSION | 4 |
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 |