CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2022/03/25 05:38:11
Modified files: gnu/usr.bin/perl/cpan/Compress-Raw-Zlib: config.in Log message: Build Perl module Compress::Raw::Zlib with zlib from /usr/lib/libz.so instead of the sources that are packaged with Perl. This allows us to apply security fixes for userland base in one place. Zlib.so is used with dlopen(3) and gets a new library dependency to libz. Before zlib objects from zlib-src were linked statically. OK tb@