From: Frank M. <no...@gi...> - 2022-04-05 09:54:32
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 0d1f6f70d65ae6ae625f53d2209fe928db3185c0 https://github.com/OpenSC/OpenSC/commit/0d1f6f70d65ae6ae625f53d2209fe928db3185c0 Author: Frank Morgner <fra...@gm...> Date: 2022-04-05 (Tue, 05 Apr 2022) Changed paths: M .appveyor.yml Log Message: ----------- win32: Use newest version of zlib Only on Windows, we're linking statically against zlib. All other systems should update their zlib version on their own keeping ABI stability. Zlib 1.2.12 Fixes a deflate bug when using the Z_FIXED strategy that can result in out-of-bound accesses, see https://zlib.net/ Commit: b2e17b3d1eeb8fcd58aeb44f50b976260353e06b https://github.com/OpenSC/OpenSC/commit/b2e17b3d1eeb8fcd58aeb44f50b976260353e06b Author: Frank Morgner <fra...@gm...> Date: 2022-04-05 (Tue, 05 Apr 2022) Changed paths: M .appveyor.yml Log Message: ----------- Appveyor: fixed cache dependency to .appveyor.yml Compare: https://github.com/OpenSC/OpenSC/compare/65892da2360f...b2e17b3d1eeb |