From f0ce8b2c8853041cd708a0cef88b1bd22cbf88df Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 8 Apr 2019 11:56:58 +0100 Subject: [PATCH 1/1] core130: Ship perl-Net-SSLeay This was still using the old version of OpenSSL. Instead of linking the module (which we should have found earlier) the module uses dlopen :( Fixes: #12044 Signed-off-by: Michael Tremer --- config/rootfiles/core/130/filelists/Net_SSLeay | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/130/filelists/Net_SSLeay diff --git a/config/rootfiles/core/130/filelists/Net_SSLeay b/config/rootfiles/core/130/filelists/Net_SSLeay new file mode 120000 index 0000000000..13fe0560cf --- /dev/null +++ b/config/rootfiles/core/130/filelists/Net_SSLeay @@ -0,0 +1 @@ +../../../common/Net_SSLeay \ No newline at end of file -- 2.39.2