From ea4b0cf8f25ba7b218d474735f7adedac1766b90 Mon Sep 17 00:00:00 2001 From: HUMORCE Date: Sun, 18 May 2025 19:10:07 +0000 Subject: [PATCH] openssl-*: Move from versions bucket --- bucket/openssl-light.json | 55 +++++++++++++++++++++++++++++++++++ bucket/openssl-lts-light.json | 55 +++++++++++++++++++++++++++++++++++ bucket/openssl-lts.json | 51 ++++++++++++++++++++++++++++++++ bucket/unbound.json | 5 +--- 4 files changed, 162 insertions(+), 4 deletions(-) create mode 100644 bucket/openssl-light.json create mode 100644 bucket/openssl-lts-light.json create mode 100644 bucket/openssl-lts.json diff --git a/bucket/openssl-light.json b/bucket/openssl-light.json new file mode 100644 index 0000000000..eedf2b2a04 --- /dev/null +++ b/bucket/openssl-light.json @@ -0,0 +1,55 @@ +{ + "homepage": "https://slproweb.com/products/Win32OpenSSL.html", + "version": "3.5.0", + "license": "Apache-2.0", + "description": "TLS/SSL toolkit (Light)", + "architecture": { + "64bit": { + "url": "https://slproweb.com/download/Win64OpenSSL_Light-3_5_0.exe", + "hash": "5cc185d0a3c28f13be70e927afbdf6fb522306ddae56a367c1ba54b48c5b9e3b" + }, + "32bit": { + "url": "https://slproweb.com/download/Win32OpenSSL_Light-3_5_0.exe", + "hash": "096e1d57b2e6550132fb7b7d97f1d8662555228974a87689e1eb9624f4edafbc" + }, + "arm64": { + "url": "https://slproweb.com/download/Win64ARMOpenSSL_Light-3_5_0.exe", + "hash": "426ac08aae552512c843929dfb32c447068824bd6b494bec926375c79f1ef0f8" + } + }, + "depends": "innounp", + "installer": { + "script": [ + "Expand-InnoArchive -Path \"$dir\\$fname\"", + "Expand-InnoArchive -Path \"$dir\\$fname\" -DestinationPath \"$dir\\bin\" -ExtractDir '{cf}' -Removal", + "Rename-Item \"$dir\\bin\\SSL\" 'cnf' -Force" + ] + }, + "bin": "bin\\openssl.exe", + "env_set": { + "OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf" + }, + "checkver": { + "url": "https://raw.githubusercontent.com/slproweb/opensslhashes/master/win32_openssl_hashes.json", + "jsonpath": "$.files..basever", + "regex": "([\\d.]+)", + "reverse": true + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://slproweb.com/download/Win64OpenSSL_Light-$underscoreVersion.exe" + }, + "32bit": { + "url": "https://slproweb.com/download/Win32OpenSSL_Light-$underscoreVersion.exe" + }, + "arm64": { + "url": "https://slproweb.com/download/Win64ARMOpenSSL_Light-$underscoreVersion.exe" + } + }, + "hash": { + "url": "https://raw.githubusercontent.com/slproweb/opensslhashes/master/win32_openssl_hashes.json", + "jsonpath": "$.files.['$basename'].sha256" + } + } +} diff --git a/bucket/openssl-lts-light.json b/bucket/openssl-lts-light.json new file mode 100644 index 0000000000..ed70a61616 --- /dev/null +++ b/bucket/openssl-lts-light.json @@ -0,0 +1,55 @@ +{ + "homepage": "https://slproweb.com/products/Win32OpenSSL.html", + "version": "3.0.16", + "license": "Apache-2.0", + "description": "TLS/SSL toolkit (3.0.X LTS Light)", + "architecture": { + "64bit": { + "url": "https://slproweb.com/download/Win64OpenSSL_Light-3_0_16.exe", + "hash": "d213ae21f2bf3b0c20320ff0516a6e14e0d45105ab6da3a3b415ef15232fcc69" + }, + "32bit": { + "url": "https://slproweb.com/download/Win32OpenSSL_Light-3_0_16.exe", + "hash": "0cd987aff227d175aec4c2aa961591906329b386eec8fb90611c1b861b1a86e6" + }, + "arm64": { + "url": "https://slproweb.com/download/Win64ARMOpenSSL_Light-3_0_16.exe", + "hash": "e4d29378ef5080ff52da26e4739b5c30b2e03c1dc65bad7558ee1a6fb4e62005" + } + }, + "depends": "innounp", + "installer": { + "script": [ + "Expand-InnoArchive -Path \"$dir\\$fname\"", + "Expand-InnoArchive -Path \"$dir\\$fname\" -DestinationPath \"$dir\\bin\" -ExtractDir '{cf}' -Removal", + "Rename-Item \"$dir\\bin\\SSL\" 'cnf' -Force" + ] + }, + "bin": "bin\\openssl.exe", + "env_set": { + "OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf" + }, + "checkver": { + "url": "https://raw.githubusercontent.com/slproweb/opensslhashes/master/win32_openssl_hashes.json", + "jsonpath": "$.files..basever", + "regex": "(3\\.0\\.([\\d.]+))", + "reverse": true + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://slproweb.com/download/Win64OpenSSL_Light-$underscoreVersion.exe" + }, + "32bit": { + "url": "https://slproweb.com/download/Win32OpenSSL_Light-$underscoreVersion.exe" + }, + "arm64": { + "url": "https://slproweb.com/download/Win64ARMOpenSSL_Light-$underscoreVersion.exe" + } + }, + "hash": { + "url": "https://raw.githubusercontent.com/slproweb/opensslhashes/master/win32_openssl_hashes.json", + "jsonpath": "$.files.['$basename'].sha256" + } + } +} diff --git a/bucket/openssl-lts.json b/bucket/openssl-lts.json new file mode 100644 index 0000000000..de981a6846 --- /dev/null +++ b/bucket/openssl-lts.json @@ -0,0 +1,51 @@ +{ + "version": "3.0.16", + "description": "TLS/SSL toolkit (3.0.X LTS)", + "homepage": "https://slproweb.com/products/Win32OpenSSL.html", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://slproweb.com/download/Win64OpenSSL-3_0_16.exe", + "hash": "9a6edd3539948ddb51038bdd9f65a1db9a5713cd3e2bc7f8a1034de4f68a2617" + }, + "32bit": { + "url": "https://slproweb.com/download/Win32OpenSSL-3_0_16.exe", + "hash": "461b8a21a9aab39676db6fe064e93bf2de6b277229b8828f77eaf189b1a6e08b" + }, + "arm64": { + "url": "https://slproweb.com/download/Win64ARMOpenSSL-3_0_16.exe", + "hash": "5be66fd3d077b03676d8c250cba89aa1a869f49b95e33c4bed0e851503c5a6a3" + } + }, + "innosetup": true, + "env_add_path": "bin", + "env_set": { + "OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf", + "OPENSSL_LIB_DIR": "$dir\\lib", + "OPENSSL_INCLUDE_DIR": "$dir\\include", + "OPENSSL_MODULES": "$dir\\bin" + }, + "checkver": { + "url": "https://raw.githubusercontent.com/slproweb/opensslhashes/master/win32_openssl_hashes.json", + "jsonpath": "$.files..basever", + "regex": "(3\\.0\\.([\\d.]+))", + "reverse": true + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://slproweb.com/download/Win64OpenSSL-$underscoreVersion.exe" + }, + "32bit": { + "url": "https://slproweb.com/download/Win32OpenSSL-$underscoreVersion.exe" + }, + "arm64": { + "url": "https://slproweb.com/download/Win64ARMOpenSSL-$underscoreVersion.exe" + } + }, + "hash": { + "url": "https://raw.githubusercontent.com/slproweb/opensslhashes/master/win32_openssl_hashes.json", + "jsonpath": "$.files.['$basename'].sha256" + } + } +} diff --git a/bucket/unbound.json b/bucket/unbound.json index 602f9ffde7..3a8b5f23c0 100644 --- a/bucket/unbound.json +++ b/bucket/unbound.json @@ -6,10 +6,7 @@ "suggest": { "openssl": [ "openssl", - "openssl-mingw", - "versions/openssl10", - "versions/openssl-light", - "versions/openssl10-light" + "openssl-light" ], "wget": "wget" },