This website requires JavaScript.
Explore
Help
Sign In
packages
/
sqlite
Watch
1
Star
0
Fork
0
You've already forked sqlite
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
81
Commits
1
Branch
0
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Zhiqiang Liu
f60035837d
add yaml file for ci
2020-07-02 12:49:42 +08:00
0000-sqlite-no-malloc-usable-size.patch
repackage and fix cves
2020-01-11 18:04:20 +08:00
0001-sqlite-CVE-2018-20346.patch
repackage and fix cves
2020-01-11 18:04:20 +08:00
0002-remove-fail-testcase-in-no-free-fd-situation.patch
repackage and fix cves
2020-01-11 18:04:20 +08:00
0003-Fix-the-sqlite3BeginTrans-calls-within-the-snapshot-.patch
重命名 6000-Fix-the-sqlite3BeginTrans-calls-within-the-snapshot-.patch 为 0003-Fix-the-sqlite3BeginTrans-calls-within-the-snapshot-.patch
2020-06-30 11:08:53 +08:00
0004-Change-a-comma-into-a-logically-equivalent-but-seman.patch
重命名 6001-Change-a-comma-into-a-logically-equivalent-but-seman.patch 为 0004-Change-a-comma-into-a-logically-equivalent-but-seman.patch
2020-06-30 11:09:10 +08:00
0005-Fix-a-typo-in-the-amalgamation-autoconf-file.patch
重命名 6002-Fix-a-typo-in-the-amalgamation-autoconf-file.patch 为 0005-Fix-a-typo-in-the-amalgamation-autoconf-file.patch
2020-06-30 11:09:21 +08:00
0006-Fix-typo-in-the-normalize-extension.patch
重命名 6003-Fix-typo-in-the-normalize-extension.patch 为 0006-Fix-typo-in-the-normalize-extension.patch
2020-06-30 11:09:31 +08:00
0007-Fix-a-minor-problem-in-the-code-for-determining-whet.patch
重命名 6004-Fix-a-minor-problem-in-the-code-for-determining-whet.patch 为 0007-Fix-a-minor-problem-in-the-code-for-determining-whet.patch
2020-06-30 11:09:40 +08:00
0008-Quick-patch-to-the-Lemon-parser-template-to-avoid-an.patch
重命名 6005-Quick-patch-to-the-Lemon-parser-template-to-avoid-an.patch 为 0008-Quick-patch-to-the-Lemon-parser-template-to-avoid-an.patch
2020-06-30 11:09:52 +08:00
0009-Fix-typo-in-the-Win32-specific-code-for-the-fileio-e.patch
重命名 6006-Fix-typo-in-the-Win32-specific-code-for-the-fileio-e.patch 为 0009-Fix-typo-in-the-Win32-specific-code-for-the-fileio-e.patch
2020-06-30 11:10:05 +08:00
0010-Fix-a-problem-causing-ENABLE_CURSOR_HINTS-builds-to-.patch
重命名 6007-Fix-a-problem-causing-ENABLE_CURSOR_HINTS-builds-to-.patch 为 0010-Fix-a-problem-causing-ENABLE_CURSOR_HINTS-builds-to-.patch
2020-06-30 11:10:16 +08:00
0011-Fix-a-potential-crash-that-can-occur-while-reading-a.patch
重命名 6008-Fix-a-potential-crash-that-can-occur-while-reading-a.patch 为 0011-Fix-a-potential-crash-that-can-occur-while-reading-a.patch
2020-06-30 11:10:26 +08:00
0012-In-the-CLI-fix-a-file-descriptor-leak-following-OOM-.patch
重命名 6009-In-the-CLI-fix-a-file-descriptor-leak-following-OOM-.patch 为 0012-In-the-CLI-fix-a-file-descriptor-leak-following-OOM-.patch
2020-06-30 11:10:36 +08:00
0013-Take-steps-to-avoid-a-potential-integer-overflow-in-.patch
重命名 6010-Take-steps-to-avoid-a-potential-integer-overflow-in-.patch 为 0013-Take-steps-to-avoid-a-potential-integer-overflow-in-.patch
2020-06-30 11:10:45 +08:00
0014-Fix-minor-memory-leak-in-the-dbstat-extension-that-c.patch
重命名 6011-Fix-minor-memory-leak-in-the-dbstat-extension-that-c.patch 为 0014-Fix-minor-memory-leak-in-the-dbstat-extension-that-c.patch
2020-06-30 11:10:56 +08:00
0015-Fix-a-failing-assert-in-sqlite3ResetAllSchemasOfConn.patch
重命名 6012-Fix-a-failing-assert-in-sqlite3ResetAllSchemasOfConn.patch 为 0015-Fix-a-failing-assert-in-sqlite3ResetAllSchemasOfConn.patch
2020-06-30 11:11:06 +08:00
0016-Fix-a-parser-bug-in-the-use-of-parentheses-around-ta.patch
重命名 6013-Fix-a-parser-bug-in-the-use-of-parentheses-around-ta.patch 为 0016-Fix-a-parser-bug-in-the-use-of-parentheses-around-ta.patch
2020-06-30 11:11:16 +08:00
0017-Fix-possible-integer-overflow-while-running-PRAGMA-i.patch
重命名 6014-Fix-possible-integer-overflow-while-running-PRAGMA-i.patch 为 0017-Fix-possible-integer-overflow-while-running-PRAGMA-i.patch
2020-06-30 11:11:25 +08:00
0018-Fix-a-segfault-caused-by-using-the-RAISE-function-in.patch
重命名 6015-Fix-a-segfault-caused-by-using-the-RAISE-function-in.patch 为 0018-Fix-a-segfault-caused-by-using-the-RAISE-function-in.patch
2020-06-30 11:11:38 +08:00
0019-Fix-another-problem-with-corrupt-database-handling-i.patch
重命名 6016-Fix-another-problem-with-corrupt-database-handling-i.patch 为 0019-Fix-another-problem-with-corrupt-database-handling-i.patch
2020-06-30 11:11:48 +08:00
0020-Fix-a-buffer-overwrite-in-fts5-triggered-by-a-corrup.patch
重命名 6017-Fix-a-buffer-overwrite-in-fts5-triggered-by-a-corrup.patch 为 0020-Fix-a-buffer-overwrite-in-fts5-triggered-by-a-corrup.patch
2020-06-30 11:12:03 +08:00
0021-Fix-another-case-in-fts5-where-a-corrupt-database-co.patch
重命名 6018-Fix-another-case-in-fts5-where-a-corrupt-database-co.patch 为 0021-Fix-another-case-in-fts5-where-a-corrupt-database-co.patch
2020-06-30 11:12:14 +08:00
0022-Fix-another-potential-buffer-overread-in-fts5.patch
重命名 6019-Fix-another-potential-buffer-overread-in-fts5.patch 为 0022-Fix-another-potential-buffer-overread-in-fts5.patch
2020-06-30 11:12:26 +08:00
0023-Fix-a-possible-memory-leak-when-trying-to-UPDATE-a-c.patch
重命名 6020-Fix-a-possible-memory-leak-when-trying-to-UPDATE-a-c.patch 为 0023-Fix-a-possible-memory-leak-when-trying-to-UPDATE-a-c.patch
2020-06-30 11:12:40 +08:00
0024-Fix-an-out-of-bounds-read-in-SQL-function-fts5_decod.patch
重命名 6021-Fix-an-out-of-bounds-read-in-SQL-function-fts5_decod.patch 为 0024-Fix-an-out-of-bounds-read-in-SQL-function-fts5_decod.patch
2020-06-30 11:12:50 +08:00
0025-Fix-a-segfault-in-fts3-prompted-by-a-corrupted-datab.patch
重命名 6022-Fix-a-segfault-in-fts3-prompted-by-a-corrupted-datab.patch 为 0025-Fix-a-segfault-in-fts3-prompted-by-a-corrupted-datab.patch
2020-06-30 11:12:59 +08:00
0026-Prevent-unsigned-32-bit-integer-overflow-from-leadin.patch
重命名 6023-Prevent-unsigned-32-bit-integer-overflow-from-leadin.patch 为 0026-Prevent-unsigned-32-bit-integer-overflow-from-leadin.patch
2020-06-30 11:13:11 +08:00
0027-Fix-a-problem-causing-a-crash-if-an-fts5vocab-table-.patch
重命名 6024-Fix-a-problem-causing-a-crash-if-an-fts5vocab-table-.patch 为 0027-Fix-a-problem-causing-a-crash-if-an-fts5vocab-table-.patch
2020-06-30 11:13:21 +08:00
0028-Fix-a-harmless-memory-leak-in-the-Lemon-parser-gener.patch
重命名 6025-Fix-a-harmless-memory-leak-in-the-Lemon-parser-gener.patch 为 0028-Fix-a-harmless-memory-leak-in-the-Lemon-parser-gener.patch
2020-06-30 11:13:34 +08:00
0029-Handle-SQL-NULL-values-without-crashing-in-the-fts5-.patch
重命名 6026-Handle-SQL-NULL-values-without-crashing-in-the-fts5-.patch 为 0029-Handle-SQL-NULL-values-without-crashing-in-the-fts5-.patch
2020-06-30 11:13:45 +08:00
0030-Fix-a-memory-leak-that-could-occur-in-fts3-when-hand.patch
重命名 6027-Fix-a-memory-leak-that-could-occur-in-fts3-when-hand.patch 为 0030-Fix-a-memory-leak-that-could-occur-in-fts3-when-hand.patch
2020-06-30 11:13:58 +08:00
0031-Fix-a-buffer-overwrite-that-could-occur-when-running.patch
重命名 6028-Fix-a-buffer-overwrite-that-could-occur-when-running.patch 为 0031-Fix-a-buffer-overwrite-that-could-occur-when-running.patch
2020-06-30 11:14:07 +08:00
0032-Fix-another-corruption-related-crash-in-fts5.patch
重命名 6029-Fix-another-corruption-related-crash-in-fts5.patch 为 0032-Fix-another-corruption-related-crash-in-fts5.patch
2020-06-30 11:14:21 +08:00
0033-Avoid-integer-overflow-when-computing-the-array-of-a.patch
重命名 6030-Avoid-integer-overflow-when-computing-the-array-of-a.patch 为 0033-Avoid-integer-overflow-when-computing-the-array-of-a.patch
2020-06-30 11:14:31 +08:00
0034-Fix-another-segfault-caused-by-a-corrupt-fts3-databa.patch
重命名 6031-Fix-another-segfault-caused-by-a-corrupt-fts3-databa.patch 为 0034-Fix-another-segfault-caused-by-a-corrupt-fts3-databa.patch
2020-06-30 11:14:44 +08:00
0035-Fix-a-buffer-overrun-that-could-occur-in-fts5-if-a-p.patch
重命名 6032-Fix-a-buffer-overrun-that-could-occur-in-fts5-if-a-p.patch 为 0035-Fix-a-buffer-overrun-that-could-occur-in-fts5-if-a-p.patch
2020-06-30 11:14:56 +08:00
0036-Fix-another-fts5-crash-that-can-occur-if-the-databas.patch
重命名 6033-Fix-another-fts5-crash-that-can-occur-if-the-databas.patch 为 0036-Fix-another-fts5-crash-that-can-occur-if-the-databas.patch
2020-06-30 11:15:07 +08:00
0037-Fix-an-assert-in-vdbemem.c-that-could-fire-if-the-da.patch
重命名 6034-Fix-an-assert-in-vdbemem.c-that-could-fire-if-the-da.patch 为 0037-Fix-an-assert-in-vdbemem.c-that-could-fire-if-the-da.patch
2020-06-30 11:15:20 +08:00
0038-Fix-a-potential-problem-with-INSERT-INTO-.-SELECT-FR.patch
重命名 6035-Fix-a-potential-problem-with-INSERT-INTO-.-SELECT-FR.patch 为 0038-Fix-a-potential-problem-with-INSERT-INTO-.-SELECT-FR.patch
2020-06-30 11:15:32 +08:00
0039-Fix-a-segfault-that-could-follow-an-OOM-when-queryin.patch
重命名 6036-Fix-a-segfault-that-could-follow-an-OOM-when-queryin.patch 为 0039-Fix-a-segfault-that-could-follow-an-OOM-when-queryin.patch
2020-06-30 11:15:44 +08:00
0040-Fix-a-buffer-overread-in-fts3-that-could-occur-when-.patch
重命名 6037-Fix-a-buffer-overread-in-fts3-that-could-occur-when-.patch 为 0040-Fix-a-buffer-overread-in-fts3-that-could-occur-when-.patch
2020-06-30 11:15:57 +08:00
0041-Fix-a-buffer-overrun-triggered-by-a-merge-operation-.patch
重命名 6038-Fix-a-buffer-overrun-triggered-by-a-merge-operation-.patch 为 0041-Fix-a-buffer-overrun-triggered-by-a-merge-operation-.patch
2020-06-30 11:16:08 +08:00
0042-Fix-another-buffer-overread-in-fts5-that-may-occur-w.patch
重命名 6039-Fix-another-buffer-overread-in-fts5-that-may-occur-w.patch 为 0042-Fix-another-buffer-overread-in-fts5-that-may-occur-w.patch
2020-06-30 11:16:21 +08:00
0043-Fix-another-buffer-overrun-that-could-occur-when-que.patch
重命名 6040-Fix-another-buffer-overrun-that-could-occur-when-que.patch 为 0043-Fix-another-buffer-overrun-that-could-occur-when-que.patch
2020-06-30 11:16:35 +08:00
0044-Fix-another-segfault-that-could-occur-in-fts5-with-a.patch
重命名 6041-Fix-another-segfault-that-could-occur-in-fts5-with-a.patch 为 0044-Fix-another-segfault-that-could-occur-in-fts5-with-a.patch
2020-06-30 11:16:47 +08:00
0045-Fix-a-potential-memory-leak-in-RBU-if-the-rbu_fossil.patch
重命名 6042-Fix-a-potential-memory-leak-in-RBU-if-the-rbu_fossil.patch 为 0045-Fix-a-potential-memory-leak-in-RBU-if-the-rbu_fossil.patch
2020-06-30 11:17:01 +08:00
0046-Fix-a-potential-32-bit-integer-overflow-in-the-showd.patch
重命名 6043-Fix-a-potential-32-bit-integer-overflow-in-the-showd.patch 为 0046-Fix-a-potential-32-bit-integer-overflow-in-the-showd.patch
2020-06-30 11:17:11 +08:00
0047-sqlite-CVE-2019-8457-out-of-bounds-read.patch
重命名 6044-sqlite-CVE-2019-8457-out-of-bounds-read.patch 为 0047-sqlite-CVE-2019-8457-out-of-bounds-read.patch
2020-06-30 11:17:25 +08:00
0048-sqlite-CVE-2019-16168.patch
重命名 6045-sqlite-CVE-2019-16168.patch 为 0048-sqlite-CVE-2019-16168.patch
2020-06-30 11:17:38 +08:00
0049-Fix-CVE-2019-19646.patch
重命名 6046-Fix-CVE-2019-19646.patch 为 0049-Fix-CVE-2019-19646.patch
2020-06-30 11:17:50 +08:00
0050-Fix-CVE-2019-9936.patch
重命名 6047-Fix-CVE-2019-9936.patch 为 0050-Fix-CVE-2019-9936.patch
2020-06-30 11:18:05 +08:00
0051-Fix-CVE-2019-9937.patch
重命名 6048-Fix-CVE-2019-9937.patch 为 0051-Fix-CVE-2019-9937.patch
2020-06-30 11:18:22 +08:00
0052-Fix-CVE-2019-19923-Continue-to-back-away-from-the-LEFT-JOIN-optimizatio.patch
重命名 6049-Fix-CVE-2019-19923-Continue-to-back-away-from-the-LEFT-JOIN-optimizatio.patch 为 0052-Fix-CVE-2019-19923-Continue-to-back-away-from-the-LEFT-JOIN-optimizatio.patch
2020-06-30 11:18:38 +08:00
0053-Fix-CVE-2019-19924-When-an-error-occurs-while-rewriting-the-parser-tree.patch
重命名 6050-Fix-CVE-2019-19924-When-an-error-occurs-while-rewriting-the-parser-tree.patch 为 0053-Fix-CVE-2019-19924-When-an-error-occurs-while-rewriting-the-parser-tree.patch
2020-06-30 11:18:51 +08:00
0054-Fix-CVE-2019-19925-Fix-the-zipfile-extension-so-that-INSERT-works-even-.patch
重命名 6051-Fix-CVE-2019-19925-Fix-the-zipfile-extension-so-that-INSERT-works-even-.patch 为 0054-Fix-CVE-2019-19925-Fix-the-zipfile-extension-so-that-INSERT-works-even-.patch
2020-06-30 11:19:07 +08:00
0055-Fix-CVE-2019-19926-Continuation-of-e2bddcd4c55ba3cb-Add-another-spot-wh.patch
重命名 6052-Fix-CVE-2019-19926-Continuation-of-e2bddcd4c55ba3cb-Add-another-spot-wh.patch 为 0055-Fix-CVE-2019-19926-Continuation-of-e2bddcd4c55ba3cb-Add-another-spot-wh.patch
2020-06-30 11:19:20 +08:00
0056-Fix-CVE-2019-20218-Do-not-attempt-to-unwind-the-WITH-stack-in-the-Parse.patch
重命名 6053-Fix-CVE-2019-20218-Do-not-attempt-to-unwind-the-WITH-stack-in-the-Parse.patch 为 0056-Fix-CVE-2019-20218-Do-not-attempt-to-unwind-the-WITH-stack-in-the-Parse.patch
2020-06-30 11:19:34 +08:00
0057-Fix-the-zipfile-function-in-the-zipfile-extension-so.patch
重命名 6054-Fix-the-zipfile-function-in-the-zipfile-extension-so.patch 为 0057-Fix-the-zipfile-function-in-the-zipfile-extension-so.patch
2020-06-30 11:19:48 +08:00
0058-Fix-CVE-2018-20505.patch
重命名 6055-Fix-CVE-2018-20505.patch 为 0058-Fix-CVE-2018-20505.patch
2020-06-30 11:20:05 +08:00
0059-Fix-CVE-2020-9327.patch
重命名 6056-Fix-CVE-2020-9327.patch 为 0059-Fix-CVE-2020-9327.patch
2020-06-30 11:20:17 +08:00
0060-Fix-CVE-2020-11655.patch
重命名 6057-Fix-CVE-2020-11655.patch 为 0060-Fix-CVE-2020-11655.patch
2020-06-30 11:20:31 +08:00
0061-Fix-CVE-2020-13434.patch
重命名 6058-Fix-CVE-2020-13434.patch 为 0061-Fix-CVE-2020-13434.patch
2020-06-30 11:20:57 +08:00
0062-Fix-CVE-2020-13435.patch
重命名 6059-Fix-CVE-2020-13435.patch 为 0062-Fix-CVE-2020-13435.patch
2020-06-30 11:21:08 +08:00
0063-Fix-CVE-2020-13630.patch
重命名 6060-Fix-CVE-2020-13630.patch 为 0063-Fix-CVE-2020-13630.patch
2020-06-30 11:21:22 +08:00
0064-Fix-CVE-2020-13632.patch
重命名 6061-Fix-CVE-2020-13632.patch 为 0064-Fix-CVE-2020-13632.patch
2020-06-30 11:21:35 +08:00
sqlite-autoconf-3240000.tar.gz
Package init
2019-09-30 11:17:27 -04:00
sqlite-doc-3240000.zip
Package init
2019-09-30 11:17:27 -04:00
sqlite-src-3240000.zip
Package init
2019-09-30 11:17:27 -04:00
sqlite.spec
update sqlite.spec.
2020-06-30 11:07:44 +08:00
sqlite.yaml
add yaml file for ci
2020-07-02 12:49:42 +08:00
Description
No description provided
114
MiB
Languages
Diff
100%