update sqlite.spec.
This commit is contained in:
parent
b5718f9b04
commit
535b7d332e
22
sqlite.spec
22
sqlite.spec
@ -7,7 +7,7 @@
|
||||
|
||||
Name: sqlite
|
||||
Version: 3.31.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Embeded SQL database
|
||||
License: Public Domain
|
||||
URL: http://www.sqlite.org/
|
||||
@ -23,6 +23,12 @@ Patch4: 0004-Fix-CVE-2020-11656.patch
|
||||
Patch5: 0005-Fix-CVE-2020-15358.patch
|
||||
Patch6: 0006-Fix-CVE-2020-13631.patch
|
||||
Patch7: 0007-sqlite-no-malloc-usable-size.patch
|
||||
Patch8: 0008-Cleaner_separation_of_the_STAT4-specific_logic.patch
|
||||
Patch9: 0009-Background_work_for_experiments.patch
|
||||
Patch10: 0010-Fix_handling_of_window_functions.patch
|
||||
Patch11: 0011-Remove_the_SQLITE_OMIT_BTREECOUNT_option.patch
|
||||
Patch12: 0012-Improvements_to_parse-tree_tracing_logic.patch
|
||||
Patch13: 0013-Fix-CVE-2020-13871.patch
|
||||
|
||||
BuildRequires: gcc autoconf tcl tcl-devel
|
||||
BuildRequires: ncurses-devel readline-devel glibc-devel
|
||||
@ -72,6 +78,12 @@ This contains man files and HTML files for the using of sqlite.
|
||||
%patch5 -p1
|
||||
%patch6 -p1
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
%patch10 -p1
|
||||
%patch11 -p1
|
||||
%patch12 -p1
|
||||
%patch13 -p1
|
||||
|
||||
|
||||
rm -f %{name}-doc-%{extver}/sqlite.css~ || :
|
||||
@ -145,9 +157,15 @@ make test
|
||||
%{_mandir}/man*/*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 4 2020 yanglongkang <yanglongkang@huawei.com> - 3.31.1-2
|
||||
- Type:cves
|
||||
- ID:CVE-2020-13871
|
||||
- SUG: NA
|
||||
- DESC: fix cve
|
||||
|
||||
* Mon Aug 3 2020 yanglongkang <yanglongkang@huawei.com> - 3.31.1-1
|
||||
- Type:cves
|
||||
- ID:CVE-2020-13871 CVE-2020-13631
|
||||
- ID:CVE-2020-15358 CVE-2020-13631
|
||||
- SUG: NA
|
||||
- DESC: fix cve
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user