From: Andreas Steffen Date: Sun, 9 Dec 2018 18:53:05 +0000 (+0100) Subject: libimcv: Updated openssl version in IMV database X-Git-Tag: 5.7.2dr4~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=77e4a420c3ff7860bb080c42c4939a100cd9f46b;p=thirdparty%2Fstrongswan.git libimcv: Updated openssl version in IMV database --- diff --git a/src/libimcv/imv/data.sql b/src/libimcv/imv/data.sql index e0719815e4..3f8b4c9578 100644 --- a/src/libimcv/imv/data.sql +++ b/src/libimcv/imv/data.sql @@ -689,7 +689,7 @@ INSERT INTO files ( /* 1 */ INSERT INTO files ( /* 2 */ name, dir ) VALUES ( - 'libcrypto.so.1.0.0', 11 + 'libcrypto.so.1.1', 11 ); INSERT INTO files ( /* 3 */ @@ -701,7 +701,7 @@ INSERT INTO files ( /* 3 */ INSERT INTO files ( /* 4 */ name, dir ) VALUES ( - 'libssl.so.1.0.0', 11 + 'libssl.so.1.1', 11 ); INSERT INTO files ( /* 5 */ @@ -1701,13 +1701,13 @@ INSERT INTO policies ( /* 11 */ INSERT INTO policies ( /* 12 */ type, name, file, rec_fail, rec_noresult ) VALUES ( - 6, 'Measure /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0', 2, 2, 2 + 6, 'Measure /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1', 2, 2, 2 ); INSERT INTO policies ( /* 13 */ type, name, file, rec_fail, rec_noresult ) VALUES ( - 6, 'Measure /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0', 4, 2, 2 + 6, 'Measure /usr/lib/x86_64-linux-gnu/libssl.so.1.1', 4, 2, 2 ); INSERT INTO policies ( /* 14 */