Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-109408: Move Windows builds from Azure Pipelines PR to GitHub Actions ↵ | Hugo van Kemenade | 2023-09-20 | 1 | -31/+0 |
| | | | | (#109569) | ||||
* | gh-109408: Azure Pipelines: test 3.12 branch (#109453) | Hugo van Kemenade | 2023-09-18 | 1 | -1/+1 |
| | |||||
* | gh-109408: Remove Ubuntu unit tests from Azure Pipelines (#109452) | Hugo van Kemenade | 2023-09-17 | 1 | -4/+2 |
| | |||||
* | gh-109395: Remove skipped macOS builds from Azure Pipelines (#109400) | Nikita Sobolev | 2023-09-15 | 1 | -20/+0 |
| | |||||
* | gh-109395: Remove skipped coverage job from Azure Pipelines (#109412) | Hugo van Kemenade | 2023-09-15 | 1 | -30/+0 |
| | |||||
* | CI: Remove docs build from Azure Pipelines (#105823) | Hugo van Kemenade | 2023-06-16 | 1 | -12/+0 |
| | |||||
* | gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (#105174) | Gregory P. Smith | 2023-06-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | Upgrade builds to OpenSSL 1.1.1u. This OpenSSL version addresses a pile if less-urgent CVEs since 1.1.1t. The Mac/BuildScript/build-installer.py was already updated. Also updates _ssl_data_111.h from OpenSSL 1.1.1u, _ssl_data_300.h from 3.0.9, and adds a new _ssl_data_31.h file from 3.1.1 along with the ssl.c code to use it. Manual edits to the _ssl_data_300.h file prevent it from removing any existing definitions in case those exist in some peoples builds and were important (avoiding regressions during backporting). backports of this prior to 3.12 will not include the openssl 3.1 header. | ||||
* | gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727) | Gregory P. Smith | 2023-02-09 | 1 | -2/+2 |
| | | | | Fixes CVE-2023-0286 (High) and a couple of Medium security issues. https://www.openssl.org/news/secadv/20230207.txt | ||||
* | Bump Azure Pipelines to ubuntu-22.04 (#101089) | Hugo van Kemenade | 2023-01-21 | 1 | -4/+4 |
| | |||||
* | gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683) | Christian Heimes | 2022-08-29 | 1 | -2/+2 |
| | |||||
* | Add the 3.11 branch to the CI files | Pablo Galindo | 2022-05-08 | 1 | -1/+1 |
| | |||||
* | bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) | Christian Heimes | 2022-03-15 | 1 | -2/+2 |
| | | | Co-authored-by: Zachary Ware <zachary.ware@gmail.com> | ||||
* | Improve the Windows release build scripts (GH-30771) | Steve Dower | 2022-01-22 | 1 | -1/+1 |
| | | | | | Update to windows-2022 image Promote queue variables to parameters for better UI Structure build steps using parameters instead of conditions for simpler status display | ||||
* | bpo-46106: Update OpenSSL to 1.1.1m (GH-30211) | Kumar Aditya | 2021-12-22 | 1 | -2/+2 |
| | | | Co-authored-by: Ned Deily <nad@python.org> | ||||
* | bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009) | Steve Dower | 2021-08-29 | 1 | -8/+8 |
| | |||||
* | Update CI files to account for the master -> main rename (GH-25860) | Pablo Galindo | 2021-05-03 | 1 | -1/+1 |
| | |||||
* | bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) | Christian Heimes | 2021-03-30 | 1 | -2/+2 |
| | | | | | | | | | | - [x] Build OpenSSL 1.1.1k for macOS - [x] Build OpenSSL 1.1.1k for Windows I have also updated multissl tester and various CI configurations to use latest OpenSSL. The versions were all over the place. Signed-off-by: Christian Heimes <christian@python.org> Automerge-Triggered-By: GH:tiran | ||||
* | bpo-42336: Improve PCbuild batch files (GH-23275) | Steve Dower | 2020-11-18 | 1 | -1/+1 |
| | |||||
* | Update Azure Pipelines build to use Ubuntu 18.04 and move triggers into YAML ↵ | Steve Dower | 2020-08-07 | 1 | -40/+5 |
| | | | | files (GH-21776) | ||||
* | bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834) | Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) | 2020-06-12 | 1 | -2/+2 |
| | |||||
* | bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19288) | Victor Stinner | 2020-04-02 | 1 | -2/+2 |
| | |||||
* | bpo-39837: Disable macOS tests on Azure Pipelines (GH-18818) | Steve Dower | 2020-03-07 | 1 | -1/+3 |
| | |||||
* | bpo-33125: Add support for building and releasing Windows ARM64 packages ↵ | Steve Dower | 2019-11-20 | 1 | -1/+4 |
| | | | | | (GH-16828) Note that the support is not actually enabled yet, and so we won't be publishing these packages. However, for those who want to build it themselves (even by reusing the Azure Pipelines definition), it's now relatively easy to enable. | ||||
* | bpo-38117: Test with OpenSSL 1.1.1d (GH-15983) | Christian Heimes | 2019-09-11 | 1 | -2/+2 |
| | | | Signed-off-by: Christian Heimes <christian@python.org> | ||||
* | bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests ↵ | Steve Dower | 2019-09-10 | 1 | -2/+2 |
| | | | | optional (GH-15851) | ||||
* | bpo-37081: Test with OpenSSL 1.1.1c (GH-13631) | Christian Heimes | 2019-06-03 | 1 | -2/+2 |
| | | | Signed-off-by: Christian Heimes <christian@python.org> | ||||
* | bpo-35683: Improve Azure Pipelines steps (GH-11493) | Steve Dower | 2019-01-22 | 1 | -2/+69 |
| | |||||
* | bpo-34902: Fixes VM image for Azure Pipelines build (GH-9719) | Steve Dower | 2018-10-05 | 1 | -1/+1 |
| | |||||
* | bpo-34582: Update syntax of Azure Pipelines builds (GH-9521) | Steve Dower | 2018-09-24 | 1 | -0/+86 |