aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2016-10-05 15:53:32 +0200
committerTobias Brunner <tobias@strongswan.org>2016-10-05 16:01:20 +0200
commitbd815325a6c60386ebbd613d43398450411d11eb (patch)
tree0d0205cbb1ea82c96564ba5491fc0f778eace9b2 /src/libimcv
parent0ddda7ca56069c55bc58042c9e4e24351417f0e0 (diff)
downloadstrongswan-bd815325a6c60386ebbd613d43398450411d11eb.tar.bz2
strongswan-bd815325a6c60386ebbd613d43398450411d11eb.tar.xz
libimcv: Add Debian 8.6 to database
Diffstat (limited to 'src/libimcv')
-rw-r--r--src/libimcv/imv/data.sql18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/libimcv/imv/data.sql b/src/libimcv/imv/data.sql
index 6f88e173a..fb0db91ee 100644
--- a/src/libimcv/imv/data.sql
+++ b/src/libimcv/imv/data.sql
@@ -496,6 +496,18 @@ INSERT INTO products ( /* 83 */
'Debian 8.5 x86_64'
);
+INSERT INTO products ( /* 84 */
+ name
+) VALUES (
+ 'Debian 8.6 i686'
+);
+
+INSERT INTO products ( /* 85 */
+ name
+) VALUES (
+ 'Debian 8.6 x86_64'
+);
+
/* Directories */
INSERT INTO directories ( /* 1 */
@@ -1093,6 +1105,12 @@ INSERT INTO groups_product_defaults (
INSERT INTO groups_product_defaults (
group_id, product_id
) VALUES (
+ 5, 85
+);
+
+INSERT INTO groups_product_defaults (
+ group_id, product_id
+) VALUES (
6, 9
);