]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
libimcv: Add Debian 8.5 to database
authorTobias Brunner <tobias@strongswan.org>
Tue, 14 Jun 2016 13:40:24 +0000 (15:40 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 16 Jun 2016 12:03:49 +0000 (14:03 +0200)
src/libimcv/imv/data.sql

index 3fa700d863339bb8fdee0c35fb910b84e36b3017..6f88e173af5eb9337d6f40ee211e0e40352ac348 100644 (file)
@@ -484,6 +484,17 @@ INSERT INTO products (                     /* 81 */
  'Android 6.0.1'
 );
 
+INSERT INTO products (          /* 82 */
+  name
+) VALUES (
+ 'Debian 8.5 i686'
+);
+
+INSERT INTO products (          /* 83 */
+  name
+) VALUES (
+ 'Debian 8.5 x86_64'
+);
 
 /* Directories */
 
@@ -614,19 +625,19 @@ INSERT INTO files (                               /*  6 */
 INSERT INTO algorithms (
   id, name
 ) VALUES (
-  32768, 'SHA1' 
+  32768, 'SHA1'
 );
 
 INSERT INTO algorithms (
   id, name
 ) VALUES (
-  16384, 'SHA256' 
+  16384, 'SHA256'
 );
 
 INSERT INTO algorithms (
   id, name
 ) VALUES (
-  8192, 'SHA384' 
+  8192, 'SHA384'
 );
 
 /* File Hashes */
@@ -1073,6 +1084,12 @@ INSERT INTO groups_product_defaults (
   5, 77
 );
 
+INSERT INTO groups_product_defaults (
+  group_id, product_id
+) VALUES (
+  5, 83
+);
+
 INSERT INTO groups_product_defaults (
   group_id, product_id
 ) VALUES (