]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Added Debian 7.6 to IMV database
authorAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 6 Aug 2014 06:04:42 +0000 (08:04 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 6 Aug 2014 06:04:42 +0000 (08:04 +0200)
src/libimcv/imv/data.sql

index b45cad48784555a3f1e8a98777506d3f1bd6cc02..425748f59cfad7303ac28d3dd6f41c30c3851bba 100644 (file)
@@ -306,6 +306,23 @@ INSERT INTO products (                     /* 51 */
  'Android 4.4.4'
 );
 
+INSERT INTO products (                 /* 52 */
+  name
+) VALUES (
+ 'Debian 7.6 i686'
+);
+
+INSERT INTO products (                 /* 53 */
+  name
+) VALUES (
+ 'Debian 7.6 x86_64'
+);
+INSERT INTO products (                 /* 54 */
+  name
+) VALUES (
+ 'Debian 7.6 armv6l'
+);
+
 /* Directories */
 
 INSERT INTO directories (              /*  1 */
@@ -774,6 +791,12 @@ INSERT INTO groups_product_defaults (
   4, 41
 );
 
+INSERT INTO groups_product_defaults (
+  group_id, product_id
+) VALUES (
+  4, 52
+);
+
 INSERT INTO groups_product_defaults (
   group_id, product_id
 ) VALUES (
@@ -822,6 +845,12 @@ INSERT INTO groups_product_defaults (
   5, 42
 );
 
+INSERT INTO groups_product_defaults (
+  group_id, product_id
+) VALUES (
+  5, 53
+);
+
 INSERT INTO groups_product_defaults (
   group_id, product_id
 ) VALUES (
@@ -1026,6 +1055,12 @@ INSERT INTO groups_product_defaults (
   14, 48
 );
 
+INSERT INTO groups_product_defaults (
+  group_id, product_id
+) VALUES (
+  14, 54
+);
+
 /* Policies */
 
 INSERT INTO policies (                 /*  1 */