From: Tobias Brunner Date: Fri, 28 Sep 2018 08:45:59 +0000 (+0200) Subject: libimcv: Add Debian 9.5 and 9.6 to IMV database X-Git-Tag: 5.7.2dr4~18^2~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=babb979e422f969be1a69429244309cc858e597f;p=thirdparty%2Fstrongswan.git libimcv: Add Debian 9.5 and 9.6 to IMV database --- diff --git a/src/libimcv/imv/data.sql b/src/libimcv/imv/data.sql index 5d52836208..e0719815e4 100644 --- a/src/libimcv/imv/data.sql +++ b/src/libimcv/imv/data.sql @@ -574,6 +574,24 @@ INSERT INTO products ( /* 96 */ 'Ubuntu 18.04 x86_64' ); +INSERT INTO products ( /* 97 */ + name +) VALUES ( + 'Debian 9.5 i686' +); + +INSERT INTO products ( /* 98 */ + name +) VALUES ( + 'Debian 9.5 x86_64' +); + +INSERT INTO products ( /* 99 */ + name +) VALUES ( + 'Debian 9.6 x86_64' +); + /* Directories */ INSERT INTO directories ( /* 1 */ @@ -1144,6 +1162,12 @@ INSERT INTO groups_product_defaults ( 4, 94 ); +INSERT INTO groups_product_defaults ( + group_id, product_id +) VALUES ( + 4, 97 +); + INSERT INTO groups_product_defaults ( group_id, product_id ) VALUES ( @@ -1264,6 +1288,18 @@ INSERT INTO groups_product_defaults ( 5, 95 ); +INSERT INTO groups_product_defaults ( + group_id, product_id +) VALUES ( + 5, 98 +); + +INSERT INTO groups_product_defaults ( + group_id, product_id +) VALUES ( + 5, 99 +); + INSERT INTO groups_product_defaults ( group_id, product_id ) VALUES (