CVSROOT: /cvs Module name: ports Changes by: [email protected] 2022/07/13 13:11:50
Modified files:
security/libdigidocpp: Makefile
security/libdigidocpp/patches: patch-CMakeLists_txt
Log message:
Fix segfault in verify code path
libdigidocpp expects the original zlib minizip, but we built with the
incompatible minizip-ng.
Require <2.0.0 with cmake and thus force the bundled version.
This is the same as already done (and upstreamed) in net/tdesktop.
