| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -57,7 +57,7 @@ jobs: | |||
| 57 | 57 | variables: | |
| 58 | 58 | testRunTitle: '$(build.sourceBranchName)-linux' | |
| 59 | 59 | testRunPlatform: linux | |
| 60 | - openssl_version: 1.1.1m | ||
| 60 | + openssl_version: 1.1.1n | ||
| 61 | 61 | ||
| 62 | 62 | steps: | |
| 63 | 63 | - template: ./posix-steps.yml | |
@@ -83,7 +83,7 @@ jobs: | |||
| 83 | 83 | variables: | |
| 84 | 84 | testRunTitle: '$(Build.SourceBranchName)-linux-coverage' | |
| 85 | 85 | testRunPlatform: linux-coverage | |
| 86 | - openssl_version: 1.1.1m | ||
| 86 | + openssl_version: 1.1.1n | ||
| 87 | 87 | ||
| 88 | 88 | steps: | |
| 89 | 89 | - template: ./posix-steps.yml | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -57,7 +57,7 @@ jobs: | |||
| 57 | 57 | variables: | |
| 58 | 58 | testRunTitle: '$(system.pullRequest.TargetBranch)-linux' | |
| 59 | 59 | testRunPlatform: linux | |
| 60 | - openssl_version: 1.1.1m | ||
| 60 | + openssl_version: 1.1.1n | ||
| 61 | 61 | ||
| 62 | 62 | steps: | |
| 63 | 63 | - template: ./posix-steps.yml | |
@@ -83,7 +83,7 @@ jobs: | |||
| 83 | 83 | variables: | |
| 84 | 84 | testRunTitle: '$(Build.SourceBranchName)-linux-coverage' | |
| 85 | 85 | testRunPlatform: linux-coverage | |
| 86 | - openssl_version: 1.1.1m | ||
| 86 | + openssl_version: 1.1.1n | ||
| 87 | 87 | ||
| 88 | 88 | steps: | |
| 89 | 89 | - template: ./posix-steps.yml | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -167,7 +167,7 @@ jobs: | |||
| 167 | 167 | needs: check_source | |
| 168 | 168 | if: needs.check_source.outputs.run_tests == 'true' | |
| 169 | 169 | env: | |
| 170 | - OPENSSL_VER: 1.1.1m | ||
| 170 | + OPENSSL_VER: 1.1.1n | ||
| 171 | 171 | PYTHONSTRICTEXTENSIONBUILD: 1 | |
| 172 | 172 | steps: | |
| 173 | 173 | - uses: actions/checkout@v2 | |
@@ -226,7 +226,7 @@ jobs: | |||
| 226 | 226 | strategy: | |
| 227 | 227 | fail-fast: false | |
| 228 | 228 | matrix: | |
| 229 | - openssl_ver: [1.1.1m, 3.0.1] | ||
| 229 | + openssl_ver: [1.1.1n, 3.0.2] | ||
| 230 | 230 | env: | |
| 231 | 231 | OPENSSL_VER: ${{ matrix.openssl_ver }} | |
| 232 | 232 | MULTISSL_DIR: ${{ github.workspace }}/multissl | |
@@ -273,7 +273,7 @@ jobs: | |||
| 273 | 273 | needs: check_source | |
| 274 | 274 | if: needs.check_source.outputs.run_tests == 'true' | |
| 275 | 275 | env: | |
| 276 | - OPENSSL_VER: 1.1.1m | ||
| 276 | + OPENSSL_VER: 1.1.1n | ||
| 277 | 277 | PYTHONSTRICTEXTENSIONBUILD: 1 | |
| 278 | 278 | ASAN_OPTIONS: detect_leaks=0:allocator_may_return_null=1:handle_segv=0 | |
| 279 | 279 | steps: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -246,9 +246,9 @@ def library_recipes(): | |||
| 246 | 246 | ||
| 247 | 247 | result.extend([ | |
| 248 | 248 | dict( | |
| 249 | - name="OpenSSL 1.1.1m", | ||
| 250 | - url="https://www.openssl.org/source/openssl-1.1.1m.tar.gz", | ||
| 251 | - checksum='8ec70f665c145c3103f6e330f538a9db', | ||
| 249 | + name="OpenSSL 1.1.1n", | ||
| 250 | + url="https://www.openssl.org/source/openssl-1.1.1n.tar.gz", | ||
| 251 | + checksum='2aad5635f9bb338bc2c6b7d19cbc9676', | ||
| 252 | 252 | buildrecipe=build_universal_openssl, | |
| 253 | 253 | configure=None, | |
| 254 | 254 | install=None, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1 @@ | |||
| 1 | + Update OpenSSL to 1.1.1n for macOS installers and all Windows builds. | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -53,7 +53,7 @@ echo.Fetching external libraries... | |||
| 53 | 53 | set libraries= | |
| 54 | 54 | set libraries=%libraries% bzip2-1.0.8 | |
| 55 | 55 | if NOT "%IncludeLibffiSrc%"=="false" set libraries=%libraries% libffi-3.4.2 | |
| 56 | - if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-1.1.1m | ||
| 56 | + if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-1.1.1n | ||
| 57 | 57 | set libraries=%libraries% sqlite-3.38.1.0 | |
| 58 | 58 | if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-core-8.6.12.1 | |
| 59 | 59 | if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-8.6.12.1 | |
@@ -77,7 +77,7 @@ echo.Fetching external binaries... | |||
| 77 | 77 | ||
| 78 | 78 | set binaries= | |
| 79 | 79 | if NOT "%IncludeLibffi%"=="false" set binaries=%binaries% libffi-3.4.2 | |
| 80 | - if NOT "%IncludeSSL%"=="false" set binaries=%binaries% openssl-bin-1.1.1m | ||
| 80 | + if NOT "%IncludeSSL%"=="false" set binaries=%binaries% openssl-bin-1.1.1n | ||
| 81 | 81 | if NOT "%IncludeTkinter%"=="false" set binaries=%binaries% tcltk-8.6.12.1 | |
| 82 | 82 | if NOT "%IncludeSSLSrc%"=="false" set binaries=%binaries% nasm-2.11.06 | |
| 83 | 83 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -67,8 +67,8 @@ | |||
| 67 | 67 | <libffiDir>$(ExternalsDir)libffi-3.4.2\</libffiDir> | |
| 68 | 68 | <libffiOutDir>$(ExternalsDir)libffi-3.4.2\$(ArchName)\</libffiOutDir> | |
| 69 | 69 | <libffiIncludeDir>$(libffiOutDir)include</libffiIncludeDir> | |
| 70 | - <opensslDir>$(ExternalsDir)openssl-1.1.1m\</opensslDir> | ||
| 71 | - <opensslOutDir>$(ExternalsDir)openssl-bin-1.1.1m\$(ArchName)\</opensslOutDir> | ||
| 70 | + <opensslDir>$(ExternalsDir)openssl-1.1.1n\</opensslDir> | ||
| 71 | + <opensslOutDir>$(ExternalsDir)openssl-bin-1.1.1n\$(ArchName)\</opensslOutDir> | ||
| 72 | 72 | <opensslIncludeDir>$(opensslOutDir)include</opensslIncludeDir> | |
| 73 | 73 | <nasmDir>$(ExternalsDir)\nasm-2.11.06\</nasmDir> | |
| 74 | 74 | <zlibDir>$(ExternalsDir)\zlib-1.2.11\</zlibDir> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -47,8 +47,8 @@ | |||
| 47 | 47 | ] | |
| 48 | 48 | ||
| 49 | 49 | OPENSSL_RECENT_VERSIONS = [ | |
| 50 | - "1.1.1m", | ||
| 51 | - "3.0.1" | ||
| 50 | + "1.1.1n", | ||
| 51 | + "3.0.2" | ||
| 52 | 52 | ] | |
| 53 | 53 | ||
| 54 | 54 | LIBRESSL_OLD_VERSIONS = [ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments