libimcv: Add Debian 8.5 to database

This commit is contained in:
Tobias Brunner
2016-06-16 14:03:49 +02:00
parent b71104a3df
commit 575a469b95
+20 -3
View 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 (