Adam Turner and GitHub
e6f8e0a035
GH-132983: Build `_zstd` on Windows ( #133366 )
2025-05-06 00:58:47 +01:00
Steve Dower and GitHub
24decb05dd
gh-131423: Update OpenSSL build tag to 3.0.16.2 to fix ARM64 crash (GH-132051)
2025-04-03 17:35:21 +01:00
45a3ab5a81
gh-129917: Update installers to use SQLite 3.49.1 ( #131025 )
...
Co-authored-by: Ned Deily <[email protected] >
2025-03-31 23:13:17 +02:00
Steve Dower and GitHub
d260631be0
gh-131423: Update to OpenSSL 3.0.16. (GH-131839)
...
The bin tag is 3.0.16.1 because we rebuilt without uplink support to fix gh-131804.
This PR also prevents making calls that are now unsafe without uplink, and updates
the tests to property interpret these failures as unsupported.
2025-03-28 15:07:57 +00:00
Chris Eibl and GitHub
c3b8d73208
GH-131473: Override PreferredToolArchitecture when using Visual Studio bundled clang-cl (GH-131689)
...
tweak PreferredToolArchitecture for bundled clang-cl
2025-03-24 23:15:51 +00:00
Steve Dower and GitHub
63a638c43f
gh-91349: Replace zlib with zlib-ng in Windows build (GH-131438)
2025-03-19 19:03:25 +00:00
Wulian and GitHub
27a62e7371
gh-124102: Update internal PCbuild docs to accurately list build dependencies (GH-124103)
2024-09-23 23:09:22 +00:00
Zachary Ware and GitHub
d2eafe2f48
gh-123418: Update OpenSSL to 3.0.15 on Windows (GH-123673)
2024-09-04 17:08:02 +00:00
Erlend E. Aasland and GitHub
1324502752
gh-115119: Update Windows installer to mpdecimal 4.0.0 ( #118506 )
2024-05-03 18:00:43 +02:00
Mariusz Felisiak and GitHub
de0dc68b82
gh-115009: Update Windows installer to use SQLite 3.45.3 (GH-117445)
2024-04-16 23:10:05 +01:00
Zachary Ware and GitHub
849e0716d3
gh-115119: Switch Windows build to mpdecimal external (GH-115182)
...
This includes adding what should be a relatively temporary
`Modules/_decimal/windows/mpdecimal.h` shim to choose between `mpdecimal32vc.h`
or `mpdecimal64vc.h` based on which of `CONFIG_64` or `CONFIG_32` is defined.
2024-03-18 12:07:25 -05:00
Erlend E. Aasland and GitHub
11ac6f5354
gh-115009: Update Windows installer to use SQLite 3.45.1 ( #115065 )
2024-02-06 23:44:14 +01:00
Zachary Ware and GitHub
01dceba13e
gh-109991: Update Windows build to use OpenSSL 3.0.13 ( #115043 )
2024-02-05 23:10:55 +00:00
Zachary Ware and GitHub
618d7256e7
gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877)
2024-02-01 17:54:02 -06:00
Steve Dower and GitHub
f56d132deb
gh-112984 Update Windows build and installer for free-threaded builds (GH-113129)
2024-01-17 21:52:23 +00:00
Erlend E. Aasland and GitHub
14d4c7742a
gh-111973: Update Windows installer to use SQLite 3.44.2 ( #113281 )
2023-12-19 23:31:52 +01:00
201dc11aeb
gh-109286: Update Windows installer to use SQLite 3.43.1 ( #110403 )
...
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Erlend E. Aasland <[email protected] >
2023-10-06 17:12:15 +02:00
Zachary Ware and GitHub
cf4c297256
gh-109991: Update Windows build to use OpenSSL 3.0.11 (GH-110054)
2023-09-28 22:58:13 +00:00
Zachary Ware and GitHub
deea7c8268
gh-107565: Update Windows build to use OpenSSL 3.0.10 (GH-108928)
...
Also clean up some intermediate NEWS entries about previous versions.
2023-09-05 16:03:06 +00:00
Steve Dower and GitHub
e2d7366fb3
gh-99079: Update Windows build to use OpenSSL 3.0.9 (GH-106649)
2023-07-12 13:46:30 +01:00
Gregory P. Smith and GitHub
ede89af605
gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u ( #105174 )
...
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.
2023-06-01 09:42:18 -07:00
Erlend E. Aasland and GitHub
aab2a366b7
gh-104623: Update Windows installer to use SQLite 3.42.0 ( #104625 )
2023-05-19 00:59:40 +02:00
Mariusz Felisiak and GitHub
f6314b92dc
gh-102997: Update Windows installer to SQLite 3.41.2. ( #102999 )
2023-05-02 09:37:57 +02:00
Steve Dower and GitHub
e1aadedf09
gh-101763: Update bundled copy of libffi to 3.4.4 on Windows (GH-101784)
2023-02-10 16:57:30 +00:00
Erlend E. Aasland and GitHub
5d15224011
gh-101759: Update Windows installer to SQLite 3.40.1 ( #101762 )
2023-02-10 17:38:26 +01:00
Gregory P. Smith and GitHub
b41c47cd06
gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)
...
Fixes CVE-2023-0286 (High) and a couple of Medium security issues.
https://www.openssl.org/news/secadv/20230207.txt
2023-02-09 17:40:51 +00:00
Steve Dower and GitHub
f6c53b80a1
gh-101522: Allow overriding Windows dependencies versions and paths using MSBuild properties (GH-101523)
2023-02-03 18:08:34 +00:00
Steve Dower and GitHub
d7ab7149f8
gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100901)
2023-01-09 23:50:59 +00:00
Zachary Ware and GitHub
c0859743d9
gh-98689: Update Windows builds to zlib v1.2.13 (GH-98968)
2022-11-01 13:02:51 -05:00
Erlend E. Aasland and GitHub
0c84593275
gh-94328: Update Windows installer to use SQLite 3.39.4 ( #98640 )
2022-10-25 20:27:21 +02:00
Steve Dower and GitHub
f1cca801f5
gh-96965: Update Windows release to libffi 3.4.3 (GH-97512)
2022-09-23 16:07:53 +01:00
Christian Heimes and GitHub
873554ef84
gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683)
2022-08-29 18:19:15 +02:00
Mariusz Felisiak and GitHub
22bddc864d
bpo-46907: Update Windows installer to SQLite 3.38.4. ( #92322 )
2022-05-09 23:37:01 +02:00
Mariusz Felisiak and GitHub
e6040604b3
bpo-46907: Update Windows installer to SQLite 3.38.3. (GH-91995)
2022-05-02 16:02:54 +01:00
Mariusz Felisiak and GitHub
eddd07f840
bpo-46907: Update Windows installer to SQLite 3.38.2 (GH-32147)
2022-04-25 23:33:45 +01:00
Ma Lin and GitHub
a059395921
bpo-40859: Update Windows build to use xz-5.2.5 (GH-20622)
2022-04-19 17:36:51 +01:00
Zachary Ware and GitHub
6066739ff7
bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32241)
2022-04-02 14:10:23 +01:00
af0a50de4b
bpo-47024: Update OpenSSL to 1.1.1n (GH-31895)
...
Co-authored-by: Zachary Ware <[email protected] >
2022-03-15 21:03:04 +01:00
Mariusz Felisiak and GitHub
a8c728b8b7
bpo-46907: Update Windows installer to SQLite 3.38.1. (GH-31655)
2022-03-15 16:55:10 +00:00
Steve Dower and GitHub
105b9ac001
bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 and CVE-2019-12900 (GH-31731)
2022-03-07 18:23:29 +00:00
Kumar Aditya and GitHub
db77bcd609
bpo-45925: Update Windows installer to SQLite 3.37.2 (GH-30485)
2022-01-28 16:29:32 +00:00
fc54e722a2
bpo-46106: Update OpenSSL to 1.1.1m (GH-30211)
...
Co-authored-by: Ned Deily <[email protected] >
2021-12-21 21:20:16 -05:00
neonene and GitHub
3f398a77d3
bpo-45582: Fix test_embed failure during a PGO build on Windows (GH-30014)
...
This defines VPATH differently in PGO instrumentation builds, to account for a different default output directory. It also adds sys._vpath on Windows to make the value available to sysconfig so that it can be used in tests.
2021-12-10 17:13:55 +00:00
Crowthebird and GitHub
d9301703fb
bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577)
2021-12-03 19:47:38 +00:00
David Federman and GitHub
734ed35383
bpo-45931: Prevent Directory.Build.props/targets from leaking from directories above the repo when building on Windows (GH-29854)
2021-11-29 22:40:34 +00:00
Steve Dower and GitHub
fd0c84dc28
bpo-45220: Remove invalid include from resource definition files on Windows (GH-29396)
2021-11-04 16:39:36 +00:00
Erlend Egeberg Aasland and GitHub
5846c9b71e
bpo-44848: Update Windows installer to use SQLite 3.36.0 (GH-27622)
2021-09-20 16:58:13 +01:00
Steve Dower and GitHub
f4b94b1f57
bpo-45220: Avoid automatically selecting the Windows 11 SDK preview when building (GH-28393)
2021-09-16 19:29:32 +01:00
Steve Dower and GitHub
6f8bc464e0
bpo-45022: Update libffi to 3.4.2 in Windows build (GH-28146)
2021-09-03 19:37:31 +01:00
Steve Dower and GitHub
d3bdbbf9a4
bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009)
2021-08-29 16:18:57 +02:00