-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update zlib, zlib-intel dependencies #73082
Conversation
- zlib updated to v1.2.12 - zlib-intel updated to v1.2.12_jtk.1 Also required additional minor tweaks (documented in zlib-version.txt and zlib-intel-version.txt) to get the build to work.
Tagging subscribers to this area: @dotnet/area-system-io-compression Issue Details
Also required additional minor tweaks (documented in zlib-version.txt and zlib-intel-version.txt) to get the build to work. Resolves #69652. The PR dotnet/arcade#10207 is a companion to this, and once that's merged into the arcade repo it should flow here automatically.
|
The previous releases of zlib were not sensitive to incorrect CRC inputs with bits set above the low 32. This commit restores that behavior, so that applications with such bugs will continue to operate as before.
Improvements on win-arm64 dotnet/perf-autofiling-issues#7145 |
Does anyone know when(or whether) will zlib be updated in 6.0.x? Thanks. |
Improvements on windows/arm64: dotnet/perf-autofiling-issues#7256 |
Also required additional minor tweaks (documented in zlib-version.txt and zlib-intel-version.txt) to get the build to work.
Resolves #69652.
The PR dotnet/arcade#10215 is a companion to this, and once that's merged into the arcade repo it should flow here automatically.