aboutsummaryrefslogtreecommitdiff
path: root/ports/libzip/avoid_computation_on_void_pointer.patch
AgeCommit message (Collapse)Author
2020-04-23[libzip] update to rel-1-6-1 (#10784)mitzal
* Libzip updated to rel-1-6-1 * [libzip] Add windows_crypto feature The new BCrypt/CNG-based crypto uses BCryptDeriveKeyPBKDF2 which is only available since WinNT 6.1. It is important to me as a consumer of libzip through vcpkg to be able to turn this off. * Additional options added. * Common Crypto supported as an option for encryption backend. Co-authored-by: MichaƂ Janiszewski <janisozaur+signed@gmail.com>
2019-11-05[libzip]Update patch to avoid patch failure.JackBoosY
2019-03-13Update libzip to 1.5.2 (#5656)Lars Ivar Hatledal
* Update libzip to 1.5.2 * Remove reference to patch in portfile * Add patch to fix compilation on windows * Prefer ninja and fix indentation