]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
libimcv: Add Debian 13 (trixie) to database
authorTobias Brunner <tobias@strongswan.org>
Mon, 18 Aug 2025 10:40:18 +0000 (12:40 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 18 Sep 2025 09:13:32 +0000 (11:13 +0200)
src/libimcv/imv/data.sql

index 88e1e330f7d3747236d11d47d92b7a4e77e00ae3..b15b4c111c39d30dfcefeee036cdd2a42817577a 100644 (file)
@@ -622,6 +622,12 @@ INSERT INTO products (      /* 104 */
  'Debian 12 x86_64'
 );
 
+INSERT INTO products (      /* 105 */
+  name
+) VALUES (
+ 'Debian 13 x86_64'
+);
+
 /* Directories */
 
 INSERT INTO directories (              /*  1 */
@@ -1708,6 +1714,12 @@ INSERT INTO groups_product_defaults (
   17, 104
 );
 
+INSERT INTO groups_product_defaults (
+  group_id, product_id
+) VALUES (
+  17, 105
+);
+
 /* Policies */
 
 INSERT INTO policies (                 /*  1 */