From a1fae1c40df930d62d5ea15164cea3313f2a2aae Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Tue, 20 Oct 2020 14:41:32 +0200
Subject: [PATCH] main/sqlite: add CVE-2019-19244 to secfixes comment

commit 8fe3109377cf (main/sqlite: security fixes (CVE-2019-19242,
CVE-2019-19244)) had a typo that introduced a duplicate entry in
secfixes comment which was removed in commit d674ed89f91c
({main,community}/*: remove duplicate CVEs). fix the typo instead of
simply remove the dupe.

ref #11914
---
 main/sqlite/APKBUILD | 1 +
 1 file changed, 1 insertion(+)

diff --git a/main/sqlite/APKBUILD b/main/sqlite/APKBUILD
index 7af48638af0e..09eca93f43ec 100644
--- a/main/sqlite/APKBUILD
+++ b/main/sqlite/APKBUILD
@@ -40,6 +40,7 @@ source="https://www.sqlite.org/2020/sqlite-autoconf-$_ver.tar.gz
 #     - CVE-2020-11655
 #   3.30.1-r1:
 #     - CVE-2019-19242
+#     - CVE-2019-19244
 #   3.28.0-r0:
 #     - CVE-2019-5018
 #     - CVE-2019-8457
-- 
GitLab