]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
Updated products in imv database
authorAndreas Steffen <andreas.steffen@strongswan.org>
Sun, 22 Feb 2015 21:27:35 +0000 (22:27 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Sun, 8 Mar 2015 16:18:34 +0000 (17:18 +0100)
src/libimcv/imv/data.sql

index 425748f59cfad7303ac28d3dd6f41c30c3851bba..4e770d1ecc64b7da64170b0afe4c452dce4d71ec 100644 (file)
@@ -323,6 +323,71 @@ INSERT INTO products (                     /* 54 */
  'Debian 7.6 armv6l'
 );
 
+INSERT INTO products (                 /* 55 */
+  name
+) VALUES (
+ 'Debian 7.7 i686'
+);
+
+INSERT INTO products (                 /* 56 */
+  name
+) VALUES (
+ 'Debian 7.7 x86_64'
+);
+INSERT INTO products (                 /* 57 */
+  name
+) VALUES (
+ 'Debian 7.7 armv6l'
+);
+
+INSERT INTO products (                 /* 58 */
+  name
+) VALUES (
+ 'Debian 7.8 i686'
+);
+
+INSERT INTO products (                 /* 59 */
+  name
+) VALUES (
+ 'Debian 7.8 x86_64'
+);
+
+INSERT INTO products (                 /* 60 */
+  name
+) VALUES (
+ 'Debian 7.8 armv6l'
+);
+
+INSERT INTO products (                 /* 61 */
+  name
+) VALUES (
+ 'Ubuntu 14.10 i686'
+);
+
+INSERT INTO products (                 /* 62 */
+  name
+) VALUES (
+ 'Ubuntu 14.10 x86_64'
+);
+
+INSERT INTO products (                 /* 63 */
+  name
+) VALUES (
+ 'Android 5.0'
+);
+
+INSERT INTO products (                 /* 64 */
+  name
+) VALUES (
+ 'Android 5.0.1'
+);
+
+INSERT INTO products (                 /* 65 */
+  name
+) VALUES (
+ 'Debian 7.8 armv7l'
+);
+
 /* Directories */
 
 INSERT INTO directories (              /*  1 */
@@ -741,6 +806,12 @@ INSERT INTO groups (                       /* 14 */
   'Debian armv6l', 2
 );
 
+INSERT INTO groups (                   /* 15 */
+  name, parent
+) VALUES (
+  'Debian armv7l', 2
+);
+
 /* Default Product Groups */
 
 INSERT INTO groups_product_defaults (
@@ -797,6 +868,18 @@ INSERT INTO groups_product_defaults (
   4, 52
 );
 
+INSERT INTO groups_product_defaults (
+  group_id, product_id
+) VALUES (
+  4, 55
+);
+
+INSERT INTO groups_product_defaults (
+  group_id, product_id
+) VALUES (
+  4, 58
+);
+
 INSERT INTO groups_product_defaults (
   group_id, product_id
 ) VALUES (
@@ -851,6 +934,18 @@ INSERT INTO groups_product_defaults (
   5, 53
 );
 
+INSERT INTO groups_product_defaults (
+  group_id, product_id
+) VALUES (
+  5, 56
+);
+
+INSERT INTO groups_product_defaults (
+  group_id, product_id
+) VALUES (
+  5, 59
+);
+
 INSERT INTO groups_product_defaults (
   group_id, product_id
 ) VALUES (
@@ -899,6 +994,12 @@ INSERT INTO groups_product_defaults (
   6, 35
 );
 
+INSERT INTO groups_product_defaults (
+  group_id, product_id
+) VALUES (
+  6, 61
+);
+
 INSERT INTO groups_product_defaults (
   group_id, product_id
 ) VALUES (
@@ -953,6 +1054,12 @@ INSERT INTO groups_product_defaults (
   7, 36
 );
 
+INSERT INTO groups_product_defaults (
+  group_id, product_id
+) VALUES (
+  7, 62
+);
+
 INSERT INTO groups_product_defaults (
   group_id, product_id
 ) VALUES (
@@ -1013,6 +1120,18 @@ INSERT INTO groups_product_defaults (
   3, 50
 );
 
+INSERT INTO groups_product_defaults (
+  group_id, product_id
+) VALUES (
+  3, 63
+);
+
+INSERT INTO groups_product_defaults (
+  group_id, product_id
+) VALUES (
+  3, 64
+);
+
 INSERT INTO groups_product_defaults (
   group_id, product_id
 ) VALUES (
@@ -1061,6 +1180,24 @@ INSERT INTO groups_product_defaults (
   14, 54
 );
 
+INSERT INTO groups_product_defaults (
+  group_id, product_id
+) VALUES (
+  14, 57
+);
+
+INSERT INTO groups_product_defaults (
+  group_id, product_id
+) VALUES (
+  14, 60
+);
+
+INSERT INTO groups_product_defaults (
+  group_id, product_id
+) VALUES (
+  15, 65
+);
+
 /* Policies */
 
 INSERT INTO policies (                 /*  1 */