]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
libimcv: Add Debian 9.5 and 9.6 to IMV database
authorTobias Brunner <tobias@strongswan.org>
Fri, 28 Sep 2018 08:45:59 +0000 (10:45 +0200)
committerTobias Brunner <tobias@strongswan.org>
Wed, 21 Nov 2018 13:32:24 +0000 (14:32 +0100)
src/libimcv/imv/data.sql

index 5d52836208b73158513a6fc14e35321b574321ed..e0719815e4fa61277a2ffa4f73c4614f000dcf64 100644 (file)
@@ -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 (