]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
libimcv: Add Debian 11 (bullseye) to IMV database
authorTobias Brunner <tobias@strongswan.org>
Wed, 22 Sep 2021 12:04:39 +0000 (14:04 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 1 Oct 2021 13:05:44 +0000 (15:05 +0200)
src/libimcv/imv/data.sql

index 6587b3d56fcc5be4dea38fe1368e59d38b0a60c6..1b32d28d4f96a633f93f9d01db4b9ea735d45d72 100644 (file)
@@ -610,6 +610,12 @@ INSERT INTO products (      /* 102 */
  'Debian 10 x86_64'
 );
 
+INSERT INTO products (      /* 103 */
+  name
+) VALUES (
+ 'Debian 11 x86_64'
+);
+
 /* Directories */
 
 INSERT INTO directories (              /*  1 */
@@ -1336,6 +1342,12 @@ INSERT INTO groups_product_defaults (
   5, 102
 );
 
+INSERT INTO groups_product_defaults (
+  group_id, product_id
+) VALUES (
+  5, 103
+);
+
 INSERT INTO groups_product_defaults (
   group_id, product_id
 ) VALUES (