archivers/libzip: Update to 1.10.0
* Remove Perl dependency
* Unit tests relies on unported libraries, disable for now
* Disable RPATH via CMAKE_SKIP_RPATH argument instead of patching
Changelog: https://github.com/nih-at/libzip/releases/tag/v1.10.0
PR: 272208
Reviewed by: rakuco (maintainer)
Update to 1.5.1.
Upstream has switched to CMake, so follow suit here (and explicitly disable
crypto backends other than OpenSSL for AES support).
The port also depends on Perl for testing, so add the missing dependency.
Based on an initial patch by danfe@.
Submitted by: danfe (initial version)